|
DCMTK
Version 3.7.0
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... | |
Static Public Attributes | |
| static const Uint32 | DCMFG_MAX_FRAMES = 2147483647 |
| Maximum number of frames, limited by Number of Frames attribute which maxes out at 2^31-1. | |
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 |