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 / DicomGetTagGroup Method

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 ImageID As Integer, _

   ByVal TagIdx As Integer _

) As Integer
public int DicomGetTagGroup( 

   int ImageID,

   int TagIdx

)
public function DicomGetTagGroup( 

    ImageID: Integer;

    TagIdx: Integer

): Integer; 
public function DicomGetTagGroup( 

   ImageID : int,

   TagIdx : int

) : int;
public: int DicomGetTagGroup( 

   int ImageID,

   int TagIdx

) 
public:

int DicomGetTagGroup( 

   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 group identifier of the specified tag.
Remarks
Use the GetStat() method to determine if the method succeeded.
See Also