DCMTK
Version 3.6.7
OFFIS DICOM Toolkit
|
definition and handling of value representations (VR) More...
Classes | |
class | DcmVR |
a class representing a DICOM Value Representation More... | |
Enumerations | |
enum | DcmEVR { EVR_AE , EVR_AS , EVR_AT , EVR_CS , EVR_DA , EVR_DS , EVR_DT , EVR_FL , EVR_FD , EVR_IS , EVR_LO , EVR_LT , EVR_OB , EVR_OD , EVR_OF , EVR_OL , EVR_OV , EVR_OW , EVR_PN , EVR_SH , EVR_SL , EVR_SQ , EVR_SS , EVR_ST , EVR_SV , EVR_TM , EVR_UC , EVR_UI , EVR_UL , EVR_UR , EVR_US , EVR_UT , EVR_UV , EVR_ox , EVR_px , EVR_xs , EVR_lt , EVR_na , EVR_up , EVR_item , EVR_metainfo , EVR_dataset , EVR_fileFormat , EVR_dicomDir , EVR_dirRecord , EVR_pixelSQ , EVR_pixelItem , EVR_UNKNOWN , EVR_UN , EVR_PixelData , EVR_OverlayData , EVR_UNKNOWN2B } |
VR Enumerations. More... | |
Functions | |
DCMTK_DCMDATA_EXPORT void | dcmEnableGenerationOfNewVRs () |
Global function that enables the generation of "new" value representations, i.e. More... | |
DCMTK_DCMDATA_EXPORT void | dcmDisableGenerationOfNewVRs () |
Global function that disables the generation of "new" value representations, i.e. More... | |
Variables | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableUnknownVRGeneration |
Global flag to enable/disable the generation of VR=UN, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableUnlimitedTextVRGeneration |
Global flag to enable/disable the generation of VR=UT, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableOtherFloatVRGeneration |
Global flag to enable/disable the generation of VR=OF, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableOtherDoubleVRGeneration |
Global flag to enable/disable the generation of VR=OD, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableOtherLongVRGeneration |
Global flag to enable/disable the generation of VR=OL, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableUniversalResourceIdentifierOrLocatorVRGeneration |
Global flag to enable/disable the generation of VR=UR, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableUnlimitedCharactersVRGeneration |
Global flag to enable/disable the generation of VR=UC, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableOther64bitVeryLongVRGeneration |
Global flag to enable/disable the generation of VR=OV, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableSigned64bitVeryLongVRGeneration |
Global flag to enable/disable the generation of VR=SV, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableUnsigned64bitVeryLongVRGeneration |
Global flag to enable/disable the generation of VR=UV, which has been introduced after the first edition of the DICOM standard (1993). More... | |
DCMTK_DCMDATA_EXPORT OFGlobal< OFBool > | dcmEnableUnknownVRConversion |
Global flag to enable/disable the automatic re-conversion of defined length UN elements read in an explicit VR transfer syntax, if the real VR is defined in the data dictionary. | |
definition and handling of value representations (VR)
enum DcmEVR |
VR Enumerations.
NB: The order of entries has to conform to the order in DcmVRDict (see dcmvr.cc)! If not an error message is reported and the program aborts (only in DEBUG mode).
DCMTK_DCMDATA_EXPORT void dcmDisableGenerationOfNewVRs | ( | ) |
Global function that disables the generation of "new" value representations, i.e.
the ones that have been introduced after the first edition of the DICOM standard (1993). See above dcmEnableXXXVRGeneration() flags for details.
DCMTK_DCMDATA_EXPORT void dcmEnableGenerationOfNewVRs | ( | ) |
Global function that enables the generation of "new" value representations, i.e.
the ones that have been introduced after the first edition of the DICOM standard (1993). See above dcmEnableXXXVRGeneration() flags for details.
|
extern |
Global flag to enable/disable the generation of VR=OV, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=UN (if enabled) or alternatively VR=OB is used.
|
extern |
Global flag to enable/disable the generation of VR=OD, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=UN (if enabled) or alternatively VR=OB is used.
|
extern |
Global flag to enable/disable the generation of VR=OF, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=UN (if enabled) or alternatively VR=OB is used.
|
extern |
Global flag to enable/disable the generation of VR=OL, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=UN (if enabled) or alternatively VR=OB is used.
|
extern |
Global flag to enable/disable the generation of VR=SV, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=UN (if enabled) or alternatively VR=OB is used.
|
extern |
Global flag to enable/disable the generation of VR=UR, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=UT (if enabled), VR=UN (if enabled) or alternatively VR=OB is used.
|
extern |
Global flag to enable/disable the generation of VR=UN, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=OB is used instead.
|
extern |
Global flag to enable/disable the generation of VR=UC, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=UN (if enabled) or alternatively VR=OB is used.
|
extern |
Global flag to enable/disable the generation of VR=UT, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=UN (if enabled) or alternatively VR=OB is used.
|
extern |
Global flag to enable/disable the generation of VR=UV, which has been introduced after the first edition of the DICOM standard (1993).
If disabled, the VR=UN (if enabled) or alternatively VR=OB is used.