GetImageInformation Method

Syntax
C#
C++/CLI
protected virtual MedicalViewerImageInformation GetImageInformation( 
   string studyInstanceUID, 
   string seriesInstanceUID, 
   string sopInstanceUID, 
   string retrievedImagePath, 
   DicomDataSet dataset, 
   out int frameCount 
) 
protected: 
virtual MedicalViewerImageInformation^ GetImageInformation(  
   String^ studyInstanceUID, 
   String^ seriesInstanceUID, 
   String^ sopInstanceUID, 
   String^ retrievedImagePath, 
   DicomDataSet^ dataset, 
   [Out] int frameCount 
)  

Parameters

studyInstanceUID
A System.String representing the Study Instance UID.

seriesInstanceUID
A System.String representing the Series Instance UID.

sopInstanceUID
A System.String representing the SOP Instance UID.

retrievedImagePath
The path for the Leadtools.Dicom.DicomDataSet which image information is returned.

dataset
The Leadtools.Dicom.DicomDataSet object which image information is returned.

frameCount
The number of frames in the requested image. This must be provided by the this method.

Return Value

The Leadtools.MedicalViewer.MedicalViewerImageInformation for a Leadtools.Dicom.DicomDataSet

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.