Go to the source code of this file.
|
struct | gdcm::UI |
|
class | gdcm::VR |
| VR class This is adapted from DICOM standard The biggest difference is the INVALID VR and the composite one that differ from standard (more like an addition) This allow us to represent all the possible case express in the DICOMV3 dict. More...
|
|
struct | VRToEncoding< T > |
|
struct | VRToType< T > |
|
|
typedef String<'\\', 16 > | gdcm::AEComp |
|
typedef String<'\\', 64 > | gdcm::ASComp |
|
typedef String<'\\', 16 > | gdcm::CSComp |
|
typedef String<'\\', 64 > | gdcm::DAComp |
|
typedef String<'\\', 64 > | gdcm::DTComp |
|
typedef String<'\\', 64 > | gdcm::LOComp |
|
typedef String<'\\', 64 > | gdcm::LTComp |
|
typedef String<'\\', 64 > | gdcm::PNComp |
|
typedef String<'\\', 64 > | gdcm::SHComp |
|
typedef String<'\\', 64 > | gdcm::STComp |
|
typedef String<'\\', 16 > | gdcm::TMComp |
|
typedef String<'\\', 64, 0 > | gdcm::UIComp |
|
typedef String<'\\', 64 > | gdcm::UTComp |
|
#define TYPETOENCODING |
( |
|
type, |
|
|
|
rep, |
|
|
|
rtype |
|
) |
| |
Value:
{
enum {
Mode = VR::rep }; }; \
{ typedef rtype Type; };
#define VRTypeTemplateCase |
( |
|
type | ) |
|