DCMTK
Version 3.6.4
OFFIS DICOM Toolkit
|
General purpose class hiding global functions, constants and types related to functional groups from the global namespace. More...
Public Types | |
enum | E_FGType { EFG_UNDEFINED, EFG_UNKNOWN, EFG_CARDIACSYNC, EFG_CONTRASTBOLUSUSAGE, EFG_DERIVATIONIMAGE, EFG_FRAMEANATOMY, EFG_FRAMECONTENT, EFG_FRAMEDISPLAYSHUTTER, EFG_FRAMEPIXELSHIFT, EFG_FRAMEVOILUTMETA, EFG_IMAGEDATATYPE, EFG_IRRADIATIONEVENTIDENT, EFG_PARAMETRICMAPFRAMETYPE, EFG_PATIENTORIENTINFRAME, EFG_PATIENTPHYSIOSTATE, EFG_PIXELINTENSITYRELLUT, EFG_PIXELMEASURES, EFG_PIXELVALUETRANSMETA, EFG_PLANEORIENTVOLUME, EFG_PLANEPOSITIONVOLUME, EFG_PLANEPOSPATIENT, EFG_PLANEORIENTPATIENT, EFG_RADIOPHARAMAUSAGE, EFG_REALWORLDVALUEMAPPING, EFG_RESPIRATORYSYNC, EFG_SEGMENTATION, EFG_TEMPORALPOSITION, EFG_UNASSIGNEDSHAREDCONVERTEDATTRIBUTES, EFG_USIMAGEDESCRIPTION } |
Functional group types. More... | |
enum | E_FGSharedType { EFGS_UNKNOWN, EFGS_BOTH, EFGS_ONLYSHARED, EFGS_ONLYPERFRAME } |
Functional group types. More... | |
enum | E_FGUSFrameType { EFGFT_UNKNOWN, EFGFT_ORIGINAL, EFGFT_DERIVED } |
US Image Description Frame Type (first value) 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 |