DicomGetTagGroup Method (GdPictureImaging)
In This Topic
Returns the group identifier of a specific tag available in a DICOM image.
Syntax
'Declaration
Public Function DicomGetTagGroup( _
ByVal As Integer, _
ByVal As Integer _
) As Integer
public int DicomGetTagGroup(
int ,
int
)
public function DicomGetTagGroup(
: Integer;
: Integer
): Integer;
public function DicomGetTagGroup(
: int,
: int
) : int;
public: int DicomGetTagGroup(
int ,
int
)
public:
int DicomGetTagGroup(
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 group identifier of the specified tag.
See Also