Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation.Client assembly)

Show in webframe

OnDicomDataSetReceived Method






The SOP Instance UID System.String value for the retrieved image.
The physical Leadtools.Dicom.DicomDataSet path for the retrieved image.
The Leadtools.Dicom.DicomDataSet object that is retrieved.
Provides information for the InstanceReceivedEventArgs and raises the InstanceReceived event.
Syntax
protected void OnDicomDataSetReceived( 
   string sopInstanceUID,
   string datasetPath,
   DicomDataSet dataset
)
'Declaration
 
Protected Sub OnDicomDataSetReceived( _
   ByVal sopInstanceUID As String, _
   ByVal datasetPath As String, _
   ByVal dataset As DicomDataSet _
) 
'Usage
 
Dim instance As RetrieveClient
Dim sopInstanceUID As String
Dim datasetPath As String
Dim dataset As DicomDataSet
 
instance.OnDicomDataSetReceived(sopInstanceUID, datasetPath, dataset)

            

            
protected:
void OnDicomDataSetReceived( 
   String^ sopInstanceUID,
   String^ datasetPath,
   DicomDataSet^ dataset
) 

Parameters

sopInstanceUID
The SOP Instance UID System.String value for the retrieved image.
datasetPath
The physical Leadtools.Dicom.DicomDataSet path for the retrieved image.
dataset
The Leadtools.Dicom.DicomDataSet object that is retrieved.
Remarks

Derived classes should call this method whenever they receive a new Leadtools.Dicom.DicomDataSet.

Requirements

Target Platforms

See Also

Reference

RetrieveClient Class
RetrieveClient Members

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