Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

LoadDicomDataSet(DataRow,DicomDataSetLoadFlags) Method






a System.Data.DataRow in the Instance table
Leadtools.Dicom.DicomDataSetSaveFlags that specified the Leadtools.Dicom.DicomDataSet.Load(System.IntPtr,System.Int64,Leadtools.Dicom.DicomDataSetFlags) behavior.
Returns the Leadtools.Dicom.DicomDataSet that corresponds to row"/>
Syntax
DicomDataSet LoadDicomDataSet( 
   DataRow row,
   DicomDataSetLoadFlags flags
)
'Declaration
 
Overloads Function LoadDicomDataSet( _
   ByVal row As DataRow, _
   ByVal flags As DicomDataSetLoadFlags _
) As DicomDataSet
'Usage
 
Dim instance As IInstanceInfo
Dim row As DataRow
Dim flags As DicomDataSetLoadFlags
Dim value As DicomDataSet
 
value = instance.LoadDicomDataSet(row, flags)

            

            
DicomDataSet^ LoadDicomDataSet( 
   DataRow^ row,
   DicomDataSetLoadFlags flags
) 

Parameters

row
a System.Data.DataRow in the Instance table
flags
Leadtools.Dicom.DicomDataSetSaveFlags that specified the Leadtools.Dicom.DicomDataSet.Load(System.IntPtr,System.Int64,Leadtools.Dicom.DicomDataSetFlags) behavior.

Return Value

the Leadtools.Dicom.DicomDataSet that corresponds to row"/>
Remarks
The default behavior is to load the Leadtools.Dicom.DicomDataSet specified by ReferencedFile. If the Leadtools.Dicom.DicomDataSet is stored externally, the Leadtools.Dicom.DicomDataSet returned is specified by ExternalSToreGuid and StoreToken. Implementors must set their own bevior when using a custom database.

For more information, see:

Requirements

Target Platforms

See Also

Reference

IInstanceInfo Interface
IInstanceInfo Members
Overload List

Error processing SSI file
Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features