ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedDataDict Object > IGMedDataDict Methods > GetTagInfo Method |
Returns information about the specified Tag. The function searches in the user-defined Data Dictionary first, and then if the Tag is not found, searches in the static Data Dictionary, which represents the Data Dictionary listed in Part 6 of the DICOM standard.
GetTagInfo(Tag As Long) As IGMedTagInfo
Name | Description |
---|---|
Tag | Set to a 32-bit Tag number. You can use enumIGMedTag Enumeration constants, as well as private Tag numbers. |
Object of type IGMedTagInfo Object containing Information on the Tag specified.
N/A
Med