9 #ifndef _998aa43a_9e90_4d39_a074_a7074ac5c9b8 10 #define _998aa43a_9e90_4d39_a074_a7074ac5c9b8 25 AE,
AS,
AT,
CS,
DA,
DS,
DT,
FL,
FD,
IS,
LO,
LT,
OB,
OD,
OF,
OL,
OW,
PN,
SH,
26 SL,
SQ,
SS,
ST,
TM,
UC,
UI,
UL,
UN,
UR,
US,
UT,
61 #endif // _998aa43a_9e90_4d39_a074_a7074ac5c9b8
bool is_string(VR vr)
Test whether a VR contains text.
bool is_real(VR vr)
Test whether a VR contains rel numbers.
Definition: Association.h:24
VR as_vr(std::string const &vr)
Convert a string to its VR.
A DICOM element tag.
Definition: Tag.h:24
#define ODIL_API
Definition: odil.h:28
bool is_int(VR vr)
Test whether a VR contains integers.
bool is_binary(VR vr)
Test whether a VR contains binary data.
VR
Value representations of DICOM.
Definition: VR.h:22
std::string as_string(VR vr)
Convert a VR to its string representation.