- 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.
| Visual Basic (Declaration) | |
|---|---|
Protected Sub OnDicomDataSetReceived( _ ByVal sopInstanceUID As String, _ ByVal datasetPath As String, _ ByVal dataset As DicomDataSet _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RetrieveClient Dim sopInstanceUID As String Dim datasetPath As String Dim dataset As DicomDataSet instance.OnDicomDataSetReceived(sopInstanceUID, datasetPath, dataset) | |
| C# | |
|---|---|
protected void OnDicomDataSetReceived( string sopInstanceUID, string datasetPath, DicomDataSet dataset ) | |
| C++/CLI | |
|---|---|
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.
Derived classes should call this method whenever they receive a new Leadtools.Dicom.DicomDataSet.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code