LEADTOOLS Medical (Leadtools.Medical.Workstation.Loader assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetImageInformation Method
See Also 
Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class : GetImageInformation Method



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.
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.
Returns the Leadtools.MedicalViewer.MedicalViewerImageInformation for a Leadtools.Dicom.DicomDataSet

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GetImageInformation( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal sopInstanceUID As String, _
   ByVal retrievedImagePath As String, _
   ByVal dataset As DicomDataSet, _
   ByRef frameCount As Integer _
) As MedicalViewerImageInformation
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerLoaderBase
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim sopInstanceUID As String
Dim retrievedImagePath As String
Dim dataset As DicomDataSet
Dim frameCount As Integer
Dim value As MedicalViewerImageInformation
 
value = instance.GetImageInformation(studyInstanceUID, seriesInstanceUID, sopInstanceUID, retrievedImagePath, dataset, frameCount)
C# 
protected virtual MedicalViewerImageInformation GetImageInformation( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string retrievedImagePath,
   DicomDataSet dataset,
   out int frameCount
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Loader requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features