LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

GetImageInformation Method






A System.String representing the Study Instance UID.
A System.String representing the Series Instance UID.
A System.String representing the SOP Instance UID.
The path for the Leadtools.Dicom.DicomDataSet which image information is returned.
The Leadtools.Dicom.DicomDataSet object which image information is returned.
The number of frames in the requested image. This must be provided by the this method.
Overridden. Returns the Leadtools.MedicalViewer.MedicalViewerImageInformation for a Leadtools.Dicom.DicomDataSet
Syntax
protected override MedicalViewerImageInformation GetImageInformation( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string retrievedImagePath,
   DicomDataSet dataset,
   out int frameCount
)
'Declaration
 
Protected Overrides 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
'Usage
 
Dim instance As MedicalWebViewerLoader
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)
protected override MedicalViewerImageInformation GetImageInformation( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string retrievedImagePath,
   DicomDataSet dataset,
   out int frameCount
)
 function Leadtools.Dicom.Web.MedicalWebViewerLoader.GetImageInformation( 
   studyInstanceUID ,
   seriesInstanceUID ,
   sopInstanceUID ,
   retrievedImagePath ,
   dataset ,
   frameCount 
)
protected:
MedicalViewerImageInformation^ GetImageInformation( 
   String^ studyInstanceUID,
   String^ seriesInstanceUID,
   String^ sopInstanceUID,
   String^ retrievedImagePath,
   DicomDataSet^ dataset,
   [Out] int frameCount
) override 

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.