DCMTK
Version 3.6.7
OFFIS DICOM Toolkit
|
General purpose class hiding global functions, constants and types related to functional groups from the global namespace. More...
Static Public Member Functions | |
static E_FGType | tagKey2FGType (const DcmTagKey &key) |
Returns functional group type based on tag key. More... | |
static OFString | FGType2OFString (const E_FGType fgType) |
Returns the name of the functional group based on the group type. More... | |
static OFString | tagKey2FGString (const DcmTagKey &key) |
Returns the name of a functional group based on a given tag key. More... | |
General purpose class hiding global functions, constants and types related to functional groups from the global namespace.
enum DcmFGTypes::E_FGType |
Functional group types.
Returns the name of the functional group based on the group type.
fgType | The functional group type |
Returns the name of a functional group based on a given tag key.
key | The tag key to get the functional group type for |
Returns functional group type based on tag key.
key | The key to get the group type for |