54 const std::string&
name()
const;
69 static std::map<std::string,UID> generate_name_to_uid_map();
70 static std::map<std::string,std::string> generate_uid_to_name_map();
75 static const std::map<std::string,UID> NAME_TO_UID_MAP;
76 static const std::map<std::string,std::string> UID_TO_NAME_MAP;
Endian
Definition: vega.h:24
bool operator==(const TransferSyntax &other) const
static const TransferSyntax EXPLICIT_VR_BIG_ENDIAN
Explicit VR and big endian ("1.2.840.10008.1.2.2")
Definition: transfer_syntax.h:34
TransferSyntax()
Blank constructor.
A class which encapsulates the DICOM transfer syntaxes.
Definition: transfer_syntax.h:20
static const TransferSyntax EXPLICIT_VR_LITTLE_ENDIAN
Explicit VR and little endian ("1.2.840.10008.1.2.1")
Definition: transfer_syntax.h:30
bool operator!=(const TransferSyntax &other) const
Endian endianness() const
bool is_explicit_vr() const
static const TransferSyntax DEFLATED_EXPLICIT_VR_LITTLE_ENDIAN
Explicit VR and little endian ("1.2.840.10008.1.2.1.99")
Definition: transfer_syntax.h:32
static const TransferSyntax IMPLICIT_VR_LITTLE_ENDIAN
Implicit VR and little endian ("1.2.840.10008.1.2")
Definition: transfer_syntax.h:28
const std::string & name() const
static const std::vector< std::pair< std::string, UID > > NAME_UID_PAIRS
List of mappings from transfer syntax string to corresponding UID.
Definition: transfer_syntax.h:25