MeVisLab Toolbox Reference
|
A collection of DICOM related constants. More...
#include "MLDICOMTagsSystem.h"
Go to the source code of this file.
Macros | |
#define | _SOP_CLASS_LEGACY_CONVERTED_CT "1.2.840.10008.5.1.4.1.1.2.2" |
SOP Class Legacy Converted constant for CT modalities. | |
#define | _SOP_CLASS_LEGACY_CONVERTED_MR "1.2.840.10008.5.1.4.1.1.4.4" |
SOP Class Legacy Converted constant for MR modalities. | |
Enumerations | |
enum | { NumSamplesPerPixel = 2 } |
Samples Per Pixel. More... | |
enum | { NumPixelRepresentations = 2 } |
Known Pixel Representations. More... | |
enum | { NumKnownModalities = 78 } |
Number of Known modalities. More... | |
enum | { NumRetiredModalities = 19 } |
Number of Retired Defined Terms for the Modality (0008,0060) tag. More... | |
enum | { NumValidSOPUIDs = 249 } |
Number of Known valid SOPUIDs. More... | |
Variables | |
const char *const | SamplesPerPixelStrings [NumSamplesPerPixel] |
Samples Per Pixel as string table. | |
const char *const | PixelRepresentationsStrings [NumPixelRepresentations] |
Known Pixel Representations as string table. | |
const char *const | KnownModalities [NumKnownModalities] |
Known modalities as string table. | |
const char *const | RetiredModalities [NumRetiredModalities] |
Retired Defined Terms for the Modality (0008,0060) tag as string table. | |
const char *const | ValidSOPUIDs [NumValidSOPUIDs] |
Valid SOPUIDs as string table. | |
#define _SOP_CLASS_LEGACY_CONVERTED_CT "1.2.840.10008.5.1.4.1.1.2.2" |
SOP Class Legacy Converted constant for CT modalities.
Definition at line 16 of file mlDICOMConstants.h.
#define _SOP_CLASS_LEGACY_CONVERTED_MR "1.2.840.10008.5.1.4.1.1.4.4" |
SOP Class Legacy Converted constant for MR modalities.
Definition at line 19 of file mlDICOMConstants.h.
Known Pixel Representations.
Enumerator | |
---|---|
NumPixelRepresentations |
Definition at line 27 of file mlDICOMConstants.h.
Number of Known modalities.
Enumerator | |
---|---|
NumKnownModalities |
Definition at line 32 of file mlDICOMConstants.h.
Number of Retired Defined Terms for the Modality (0008,0060) tag.
Enumerator | |
---|---|
NumRetiredModalities |
Definition at line 37 of file mlDICOMConstants.h.
Number of Known valid SOPUIDs.
Enumerator | |
---|---|
NumValidSOPUIDs |
Definition at line 43 of file mlDICOMConstants.h.
|
extern |
Known modalities as string table.
|
extern |
Known Pixel Representations as string table.
|
extern |
Retired Defined Terms for the Modality (0008,0060) tag as string table.
|
extern |
Samples Per Pixel as string table.
|
extern |
Valid SOPUIDs as string table.