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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / DicomGetTagElement Method

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
public int DicomGetTagElement( 
   int ImageID,
   int TagIdx
)
public function DicomGetTagElement( 
    ImageID: Integer;
    TagIdx: Integer
): Integer; 
public function DicomGetTagElement( 
   ImageID : int,
   TagIdx : int
) : int;
public: int DicomGetTagElement( 
   int ImageID,
   int TagIdx
) 
public:
int DicomGetTagElement( 
   int ImageID,
   int TagIdx
) 

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