vega
Namespaces | Functions | Variables
vr_constants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vega
 
 vega::vr
 

Functions

VR vega::vr::parse_vr_string (std::string s)
 

Variables

const VR::Data vega::vr::AE_DATA = {.characters = {'A', 'E'}}
 Application Entity. More...
 
const VR::value_type vega::vr::AE_VALUE = AE_DATA.value
 
const VR vega::vr::AE {AE_VALUE}
 
const VR::Data vega::vr::AS_DATA = {.characters = {'A', 'S'}}
 Age String. More...
 
const VR::value_type vega::vr::AS_VALUE = AS_DATA.value
 
const VR vega::vr::AS {AS_VALUE}
 
const VR::Data vega::vr::AT_DATA = {.characters = {'A', 'T'}}
 Attribute Tag. More...
 
const VR::value_type vega::vr::AT_VALUE = AT_DATA.value
 
const VR vega::vr::AT {AT_VALUE}
 
const VR::Data vega::vr::CS_DATA = {.characters = {'C', 'S'}}
 Code String. More...
 
const VR::value_type vega::vr::CS_VALUE = CS_DATA.value
 
const VR vega::vr::CS {CS_VALUE}
 
const VR::Data vega::vr::DA_DATA = {.characters = {'D', 'A'}}
 Date. More...
 
const VR::value_type vega::vr::DA_VALUE = DA_DATA.value
 
const VR vega::vr::DA {DA_VALUE}
 
const VR::Data vega::vr::DS_DATA = {.characters = {'D', 'S'}}
 Decimal String. More...
 
const VR::value_type vega::vr::DS_VALUE = DS_DATA.value
 
const VR vega::vr::DS {DS_VALUE}
 
const VR::Data vega::vr::DT_DATA = {.characters = {'D', 'T'}}
 Date Time. More...
 
const VR::value_type vega::vr::DT_VALUE = DT_DATA.value
 
const VR vega::vr::DT {DT_VALUE}
 
const VR::Data vega::vr::FD_DATA = {.characters = {'F', 'D'}}
 Floating Point Double. More...
 
const VR::value_type vega::vr::FD_VALUE = FD_DATA.value
 
const VR vega::vr::FD {FD_VALUE}
 
const VR::Data vega::vr::FL_DATA = {.characters = {'F', 'L'}}
 Floating Point Single. More...
 
const VR::value_type vega::vr::FL_VALUE = FL_DATA.value
 
const VR vega::vr::FL {FL_VALUE}
 
const VR::Data vega::vr::IS_DATA = {.characters = {'I', 'S'}}
 Integer String. More...
 
const VR::value_type vega::vr::IS_VALUE = IS_DATA.value
 
const VR vega::vr::IS {IS_VALUE}
 
const VR::Data vega::vr::LO_DATA = {.characters = {'L', 'O'}}
 Long String. More...
 
const VR::value_type vega::vr::LO_VALUE = LO_DATA.value
 
const VR vega::vr::LO {LO_VALUE}
 
const VR::Data vega::vr::LT_DATA = {.characters = {'L', 'T'}}
 Long Text. More...
 
const VR::value_type vega::vr::LT_VALUE = LT_DATA.value
 
const VR vega::vr::LT {LT_VALUE}
 
const VR::Data vega::vr::OB_DATA = {.characters = {'O', 'B'}}
 Other Byte String. More...
 
const VR::value_type vega::vr::OB_VALUE = OB_DATA.value
 
const VR vega::vr::OB {OB_VALUE}
 
const VR::Data vega::vr::OD_DATA = {.characters = {'O', 'D'}}
 Other Double String. More...
 
const VR::value_type vega::vr::OD_VALUE = OD_DATA.value
 
const VR vega::vr::OD {OD_VALUE}
 
const VR::Data vega::vr::OL_DATA = {.characters = {'O', 'L'}}
 
const VR::value_type vega::vr::OL_VALUE = OL_DATA.value
 
const VR vega::vr::OL {OL_VALUE}
 
const VR::Data vega::vr::OF_DATA = {.characters = {'O', 'F'}}
 Other Float String. More...
 
const VR::value_type vega::vr::OF_VALUE = OF_DATA.value
 
const VR vega::vr::OF {OF_VALUE}
 
const VR::Data vega::vr::OW_DATA = {.characters = {'O', 'W'}}
 Other Word String. More...
 
const VR::value_type vega::vr::OW_VALUE = OW_DATA.value
 
const VR vega::vr::OW {OW_VALUE}
 
const VR::Data vega::vr::PN_DATA = {.characters = {'P', 'N'}}
 Person Name. More...
 
const VR::value_type vega::vr::PN_VALUE = PN_DATA.value
 
const VR vega::vr::PN {PN_VALUE}
 
const VR::Data vega::vr::SH_DATA = {.characters = {'S', 'H'}}
 Short String. More...
 
const VR::value_type vega::vr::SH_VALUE = SH_DATA.value
 
const VR vega::vr::SH {SH_VALUE}
 
const VR::Data vega::vr::SL_DATA = {.characters = {'S', 'L'}}
 Signed Long. More...
 
const VR::value_type vega::vr::SL_VALUE = SL_DATA.value
 
const VR vega::vr::SL {SL_VALUE}
 
const VR::Data vega::vr::SQ_DATA = {.characters = {'S', 'Q'}}
 Sequence of Items. More...
 
const VR::value_type vega::vr::SQ_VALUE = SQ_DATA.value
 
const VR vega::vr::SQ {SQ_VALUE}
 
const VR::Data vega::vr::SS_DATA = {.characters = {'S', 'S'}}
 Signed Short. More...
 
const VR::value_type vega::vr::SS_VALUE = SS_DATA.value
 
const VR vega::vr::SS {SS_VALUE}
 
const VR::Data vega::vr::ST_DATA = {.characters = {'S', 'T'}}
 Short Text. More...
 
const VR::value_type vega::vr::ST_VALUE = ST_DATA.value
 
const VR vega::vr::ST {ST_VALUE}
 
const VR::Data vega::vr::TM_DATA = {.characters = {'T', 'M'}}
 Time. More...
 
const VR::value_type vega::vr::TM_VALUE = TM_DATA.value
 
const VR vega::vr::TM {TM_VALUE}
 
const VR::Data vega::vr::UC_DATA = {.characters = {'U', 'C'}}
 
const VR::value_type vega::vr::UC_VALUE = UC_DATA.value
 
const VR vega::vr::UC {UC_VALUE}
 
const VR::Data vega::vr::UI_DATA = {.characters = {'U', 'I'}}
 Unique Identifier (UID) More...
 
const VR::value_type vega::vr::UI_VALUE = UI_DATA.value
 
const VR vega::vr::UI {UI_VALUE}
 
const VR::Data vega::vr::UL_DATA = {.characters = {'U', 'L'}}
 Unsigned Long. More...
 
const VR::value_type vega::vr::UL_VALUE = UL_DATA.value
 
const VR vega::vr::UL {UL_VALUE}
 
const VR::Data vega::vr::UN_DATA = {.characters = {'U', 'N'}}
 Unknown. More...
 
const VR::value_type vega::vr::UN_VALUE = UN_DATA.value
 
const VR vega::vr::UN {UN_VALUE}
 
const VR::Data vega::vr::UR_DATA = {.characters = {'U', 'R'}}
 
const VR::value_type vega::vr::UR_VALUE = UR_DATA.value
 
const VR vega::vr::UR {UR_VALUE}
 
const VR::Data vega::vr::US_DATA = {.characters = {'U', 'S'}}
 Unsigned Short. More...
 
const VR::value_type vega::vr::US_VALUE = US_DATA.value
 
const VR vega::vr::US {US_VALUE}
 
const VR::Data vega::vr::UT_DATA = {.characters = {'U', 'T'}}
 Unlimited Text. More...
 
const VR::value_type vega::vr::UT_VALUE = UT_DATA.value
 
const VR vega::vr::UT {UT_VALUE}
 
const VR::Data vega::vr::OX_DATA = {.characters = {'o', 'x'}}
 
const VR::value_type vega::vr::OX_VALUE = OX_DATA.value
 
const VR vega::vr::OX {OX_VALUE}
 
const VR::Data vega::vr::XS_DATA = {.characters = {'x', 's'}}
 
const VR::value_type vega::vr::XS_VALUE = XS_DATA.value
 
const VR vega::vr::XS {XS_VALUE}
 
const VR::Data vega::vr::XW_DATA = {.characters = {'x', 'w'}}
 
const VR::value_type vega::vr::XW_VALUE = XW_DATA.value
 
const VR vega::vr::XW {XW_VALUE}
 
const VR::Data vega::vr::UW_DATA = {.characters = {'u', 'w'}}
 
const VR::value_type vega::vr::UW_VALUE = UW_DATA.value
 
const VR vega::vr::UW {UW_VALUE}