GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / DicomGetTagElement Method
GdPicture image identifier. The DICOM image.
The tag index. Must be a value in the range 0 ; DicomGetTagsCount() -1.





In This Topic
DicomGetTagElement Method (GdPictureImaging)
In This Topic
Returns the element identifier of a specific tag available in a DICOM image.
Syntax
'Declaration
 
Public Function DicomGetTagElement( _
   ByVal ImageID As Integer, _
   ByVal TagIdx As Integer _
) As Integer
 

Parameters

ImageID
GdPicture image identifier. The DICOM image.
TagIdx
The tag index. Must be a value in the range 0 ; DicomGetTagsCount() -1.

Return Value

The element identifier of the specified tag.
Remarks
Use the GetStat() method to determine if the method succeeded.
See Also