Retrieves information about the specified image.
public DicomImageInformation GetImageInformation(
DicomElement element,
int index
)
Public Function GetImageInformation( _
ByVal element As Leadtools.Dicom.DicomElement, _
ByVal index As Integer _
) As Leadtools.Dicom.DicomImageInformation
public Leadtools.Dicom.DicomImageInformation GetImageInformation(
Leadtools.Dicom.DicomElement element,
int index
)
function Leadtools.Dicom.DicomDataSet.GetImageInformation(
element ,
index
)
public:
Leadtools.Dicom.DicomImageInformation^ GetImageInformation(
Leadtools.Dicom.DicomElement^ element,
int index
)
element
An item in the Data Set.
index
The zero-based index of the frame whose information is required.
The information about the specified image.
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.
For an example, refer to GetImage.
GetImage(DicomElement,Int32,Int32,RasterByteOrder,DicomGetImageFlags) Method
GetImages(DicomElement,Int32,Int32,Int32,RasterByteOrder,DicomGetImageFlags) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET