LEADTOOLS Medical (Leadtools.Dicom assembly)

GetImageInformation Method

Show in webframe







An item in the Data Set.
The zero-based index of the frame whose information is required.
Retrieves information about the specified image.
Syntax
public DicomImageInformation GetImageInformation( 
   DicomElement element,
   int index
)
'Declaration
 
Public Function GetImageInformation( _
   ByVal element As DicomElement, _
   ByVal index As Integer _
) As DicomImageInformation
'Usage
 
Dim instance As DicomDataSet
Dim element As DicomElement
Dim index As Integer
Dim value As DicomImageInformation
 
value = instance.GetImageInformation(element, index)
public DicomImageInformation GetImageInformation( 
   DicomElement element,
   int index
)

            
public DicomImageInformation getImageInformation(DicomElement element, int index)
 function Leadtools.Dicom.DicomDataSet.GetImageInformation( 
   element ,
   index 
)
public:
DicomImageInformation^ GetImageInformation( 
   DicomElement^ element,
   int index
) 

Parameters

element
An item in the Data Set.
index
The zero-based index of the frame whose information is required.

Return Value

The information about the specified image.
Remarks
Most DICOM files will only have one Data Element of type DicomTag.PixelData. Therefore, in most instances you can set the element to null, since the method will automatically retrieve information about the image at the specified index within the only Pixel Data Element in the file. If the element is not null, it must point to the Pixel Data Element itself.

If the DICOM file is DicomClassType.BasicDirectory , the file may contain more than one Pixel Data Element. In this case you must specify in the element parameter the Pixel Data Element from which to get the image information.

Example
For an example, refer to GetImage(DicomElement,Int32,Int32,RasterByteOrder,DicomGetImageFlags).
Requirements

Target Platforms

See Also

Reference

DicomDataSet Class
DicomDataSet Members
GetImage(DicomElement,Int32,Int32,RasterByteOrder,DicomGetImageFlags) Method
GetImages(DicomElement,Int32,Int32,Int32,RasterByteOrder,DicomGetImageFlags) Method
InsertImage Method
InsertImages Method
SetImage Method
SetImages Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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