←Select platform

InitializeSetReferencedCommand Method

Summary

Initializes a System.Data.IDbCommand object to set referencedFile that corresponds to the sopInstanceUid in the 'Local Store'.

Syntax

C#
VB
C++
protected abstract void InitializeSetReferencedCommand( 
   DbCommand command, 
   string sopInstanceUid, 
   string referencedFile 
) 
  
Protected MustOverride Sub InitializeSetReferencedCommand( _ 
   ByVal command As DbCommand, _ 
   ByVal sopInstanceUid As String, _ 
   ByVal referencedFile As String _ 
)  
protected: 
abstract void InitializeSetReferencedCommand(  
   DbCommand^ command, 
   String^ sopInstanceUid, 
   String^ referencedFile 
)  

Parameters

command
Type: System.Data.IDbCommand The database command that will be initialized to execute the query.

sopInstanceUid
The SOP Instance UID that identifies the instance.

referencedFile
The referenced file.

Remarks

If a Leadtools.Dicom.DicomDataSet is stored locally, the referencedFile gives the full path of the location. If a Leadtools.Dicom.DicomDataSet is stored externally (and not locally), the referencedFile is the empty string.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.ExternalStore.DataAccessLayer Assembly