Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

RetrieveDicom Method






A DataRow containing the external store token
Meta-header flags and Transfer Syntax flags that indicate the file characteristics to use when loading the file
A DicomDataSet that will contain the retrieved DicomDataSet from the external store
Called by the PACSFramework to retrieve the DicomDataSet specified by row from the external store to the local store
Syntax
Exception RetrieveDicom( 
   DataRow row,
   DicomDataSetLoadFlags loadFlags,
   out DicomDataSet dataset
)
'Declaration
 
Function RetrieveDicom( _
   ByVal row As DataRow, _
   ByVal loadFlags As DicomDataSetLoadFlags, _
   ByRef dataset As DicomDataSet _
) As Exception
'Usage
 
Dim instance As ICrud
Dim row As DataRow
Dim loadFlags As DicomDataSetLoadFlags
Dim dataset As DicomDataSet
Dim value As Exception
 
value = instance.RetrieveDicom(row, loadFlags, dataset)

            

            
Exception^ RetrieveDicom( 
   DataRow^ row,
   DicomDataSetLoadFlags loadFlags,
   [Out] DicomDataSet^ dataset
) 

Parameters

row
A DataRow containing the external store token
loadFlags
Meta-header flags and Transfer Syntax flags that indicate the file characteristics to use when loading the file
dataset
A DicomDataSet that will contain the retrieved DicomDataSet from the external store

Return Value

null if successful; otherwise return an appropriate exception. Note that the exception is returned and not thrown.
Remarks
row is a DataRow that represents a row of the 'Instance' table. row will be passed by the framework, and the corresponding external store token can be extracted by calling:
            string token = Leadtools.Medical.Storage.DataAccessLayer.RegisteredDataRows.InstanceInfo.StoreToken(row);
            

For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

See Also

Reference

ICrud Interface
ICrud Members

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