Error processing SSI file
LEADTOOLS Medical External Store DataAccessLayer (Leadtools.Medical.ExternalStore.DataAccessLayer assembly)

Show in webframe

InitializeSetReferencedCommand Method (ExternalStoreDBDataAccessAgent)






Type: System.Data.IDbCommand The database command that will be initialized to execute the query.
The SOP Instance UID that identifies the instance.
The referenced file.
Initializes a System.Data.IDbCommand object to set referencedFile that corresponds to the sopInstanceUid in the 'Local Store'.
Syntax
protected abstract void InitializeSetReferencedCommand( 
   DbCommand command,
   string sopInstanceUid,
   string referencedFile
)
'Declaration
 
Protected MustOverride Sub InitializeSetReferencedCommand( _
   ByVal command As DbCommand, _
   ByVal sopInstanceUid As String, _
   ByVal referencedFile As String _
) 
'Usage
 
Dim instance As ExternalStoreDBDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUid As String
Dim referencedFile As String
 
instance.InitializeSetReferencedCommand(command, sopInstanceUid, referencedFile)

            

            
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

See Also

Reference

ExternalStoreDBDataAccessAgent Class
ExternalStoreDBDataAccessAgent Members

Error processing SSI file
Leadtools.Medical.ExternalStore.DataAccessLayer requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features