#include <gdcmType.h>
Public Types | |
enum | TypeType { T1 = 0, T1C, T2, T2C, T3, UNKNOWN } |
Public Member Functions | |
Type (TypeType type=UNKNOWN) | |
operator TypeType () const | |
Static Public Member Functions | |
static const char * | GetTypeString (TypeType type) |
static TypeType | GetTypeType (const char *type) |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Type &vr) |
Type.
The intent of Type 2 Data Elements is to allow a zero length to be conveyed when the operator or application does not know its value or has a specific reason for not specifying its value. It is the intent that the device should support these Data Elements.
enum gdcm::Type::TypeType |
gdcm::Type::Type | ( | TypeType | type = UNKNOWN ) |
[inline] |
static const char* gdcm::Type::GetTypeString | ( | TypeType | type ) | [static] |
Referenced by gdcm::operator<<().
static TypeType gdcm::Type::GetTypeType | ( | const char * | type ) | [static] |
Referenced by gdcm::ModuleEntry::ModuleEntry().
gdcm::Type::operator TypeType | ( | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | os, |
const Type & | vr | ||
) | [friend] |