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 As Integer, _
ByVal As Integer _
) As Integer
public int DicomGetTagElement(
int ,
int
)
public function DicomGetTagElement(
: Integer;
: Integer
): Integer;
public function DicomGetTagElement(
: int,
: int
) : int;
public: int DicomGetTagElement(
int ,
int
)
public:
int DicomGetTagElement(
int ,
int
)
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.
See Also