DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Public Member Functions | |
Item (const OFBool emptyDefaultItem=OFFalse) | |
(default) constructor More... | |
Item (const Item ©) | |
copy constructor More... | |
virtual | ~Item () |
destructor | |
Item & | operator= (const Item ©) |
assigment operator More... | |
void | clear () |
clear all internal member variables | |
OFBool | isEmpty () |
check if item is empty More... | |
OFBool | isValid () const |
check if item is valid, i.e. not the empty default item More... | |
OFCondition | read (DcmItem &item) |
read elements from sequence item More... | |
OFCondition | write (DcmItem &item) |
write elements to sequence item More... | |
OFCondition | getAccessoryCode (OFString &value, const signed long pos=0) const |
get AccessoryCode (300a,00f9) More... | |
OFCondition | getBlockData (OFString &value, const signed long pos=0) const |
get BlockData (300a,0106) More... | |
OFCondition | getBlockData (Float64 &value, const unsigned long pos=0) const |
get BlockData (300a,0106) More... | |
OFCondition | getBlockData (OFVector< Float64 > &value) const |
get BlockData (300a,0106) More... | |
OFCondition | getBlockDivergence (OFString &value, const signed long pos=0) const |
get BlockDivergence (300a,00fa) More... | |
OFCondition | getBlockMountingPosition (OFString &value, const signed long pos=0) const |
get BlockMountingPosition (300a,00fb) More... | |
OFCondition | getBlockName (OFString &value, const signed long pos=0) const |
get BlockName (300a,00fe) More... | |
OFCondition | getBlockNumber (OFString &value, const signed long pos=0) const |
get BlockNumber (300a,00fc) More... | |
OFCondition | getBlockNumber (Sint32 &value, const unsigned long pos=0) const |
get BlockNumber (300a,00fc) More... | |
OFCondition | getBlockNumberOfPoints (OFString &value, const signed long pos=0) const |
get BlockNumberOfPoints (300a,0104) More... | |
OFCondition | getBlockNumberOfPoints (Sint32 &value, const unsigned long pos=0) const |
get BlockNumberOfPoints (300a,0104) More... | |
OFCondition | getBlockThickness (OFString &value, const signed long pos=0) const |
get BlockThickness (300a,0100) More... | |
OFCondition | getBlockThickness (Float64 &value, const unsigned long pos=0) const |
get BlockThickness (300a,0100) More... | |
OFCondition | getBlockTransmission (OFString &value, const signed long pos=0) const |
get BlockTransmission (300a,0102) More... | |
OFCondition | getBlockTransmission (Float64 &value, const unsigned long pos=0) const |
get BlockTransmission (300a,0102) More... | |
OFCondition | getBlockTrayID (OFString &value, const signed long pos=0) const |
get BlockTrayID (300a,00f5) More... | |
OFCondition | getBlockType (OFString &value, const signed long pos=0) const |
get BlockType (300a,00f8) More... | |
OFCondition | getMaterialID (OFString &value, const signed long pos=0) const |
get MaterialID (300a,00e1) More... | |
OFCondition | getSourceToBlockTrayDistance (OFString &value, const signed long pos=0) const |
get SourceToBlockTrayDistance (300a,00f6) More... | |
OFCondition | getSourceToBlockTrayDistance (Float64 &value, const unsigned long pos=0) const |
get SourceToBlockTrayDistance (300a,00f6) More... | |
OFCondition | getTrayAccessoryCode (OFString &value, const signed long pos=0) const |
get TrayAccessoryCode (300a,0355) More... | |
OFCondition | setAccessoryCode (const OFString &value, const OFBool check=OFTrue) |
set AccessoryCode (300a,00f9) More... | |
OFCondition | setBlockData (const OFString &value, const OFBool check=OFTrue) |
set BlockData (300a,0106) More... | |
OFCondition | setBlockDivergence (const OFString &value, const OFBool check=OFTrue) |
set BlockDivergence (300a,00fa) More... | |
OFCondition | setBlockMountingPosition (const OFString &value, const OFBool check=OFTrue) |
set BlockMountingPosition (300a,00fb) More... | |
OFCondition | setBlockName (const OFString &value, const OFBool check=OFTrue) |
set BlockName (300a,00fe) More... | |
OFCondition | setBlockNumber (const OFString &value, const OFBool check=OFTrue) |
set BlockNumber (300a,00fc) More... | |
OFCondition | setBlockNumberOfPoints (const OFString &value, const OFBool check=OFTrue) |
set BlockNumberOfPoints (300a,0104) More... | |
OFCondition | setBlockThickness (const OFString &value, const OFBool check=OFTrue) |
set BlockThickness (300a,0100) More... | |
OFCondition | setBlockTransmission (const OFString &value, const OFBool check=OFTrue) |
set BlockTransmission (300a,0102) More... | |
OFCondition | setBlockTrayID (const OFString &value, const OFBool check=OFTrue) |
set BlockTrayID (300a,00f5) More... | |
OFCondition | setBlockType (const OFString &value, const OFBool check=OFTrue) |
set BlockType (300a,00f8) More... | |
OFCondition | setMaterialID (const OFString &value, const OFBool check=OFTrue) |
set MaterialID (300a,00e1) More... | |
OFCondition | setSourceToBlockTrayDistance (const OFString &value, const OFBool check=OFTrue) |
set SourceToBlockTrayDistance (300a,00f6) More... | |
OFCondition | setTrayAccessoryCode (const OFString &value, const OFBool check=OFTrue) |
set TrayAccessoryCode (300a,0355) More... | |
Private Attributes | |
OFBool | EmptyDefaultItem |
internal flag used to mark the empty default item | |
DcmLongString | AccessoryCode |
AccessoryCode (300a,00f9) vr=LO, vm=1, type=3. | |
DcmDecimalString | BlockData |
BlockData (300a,0106) vr=DS, vm=2-2n, type=2. | |
DcmCodeString | BlockDivergence |
BlockDivergence (300a,00fa) vr=CS, vm=1, type=2. | |
DcmCodeString | BlockMountingPosition |
BlockMountingPosition (300a,00fb) vr=CS, vm=1, type=3. | |
DcmLongString | BlockName |
BlockName (300a,00fe) vr=LO, vm=1, type=3. | |
DcmIntegerString | BlockNumber |
BlockNumber (300a,00fc) vr=IS, vm=1, type=1. | |
DcmIntegerString | BlockNumberOfPoints |
BlockNumberOfPoints (300a,0104) vr=IS, vm=1, type=2. | |
DcmDecimalString | BlockThickness |
BlockThickness (300a,0100) vr=DS, vm=1, type=2C. | |
DcmDecimalString | BlockTransmission |
BlockTransmission (300a,0102) vr=DS, vm=1, type=2C. | |
DcmShortString | BlockTrayID |
BlockTrayID (300a,00f5) vr=SH, vm=1, type=3. | |
DcmCodeString | BlockType |
BlockType (300a,00f8) vr=CS, vm=1, type=1. | |
DcmShortString | MaterialID |
MaterialID (300a,00e1) vr=SH, vm=1, type=2. | |
DcmDecimalString | SourceToBlockTrayDistance |
SourceToBlockTrayDistance (300a,00f6) vr=DS, vm=1, type=2. | |
DcmLongString | TrayAccessoryCode |
TrayAccessoryCode (300a,0355) vr=LO, vm=1, type=3. | |
Additional Inherited Members | |
![]() | |
virtual | ~DRTTypes () |
destructor. More... | |
![]() | |
static OFCondition | addElementToDataset (OFCondition &result, DcmItem &dataset, DcmElement *element, const OFString &vm, const OFString &type, const char *moduleName=NULL) |
add given element to the dataset. More... | |
static OFCondition | getElementFromDataset (DcmItem &dataset, DcmElement &element) |
get element from dataset More... | |
static OFCondition | getStringValueFromElement (const DcmElement &element, OFString &stringValue, const signed long pos=0) |
get string value from element More... | |
static OFCondition | getStringValueFromDataset (DcmItem &dataset, const DcmTagKey &tagKey, OFString &stringValue) |
get string value from dataset More... | |
static OFCondition | putStringValueToDataset (DcmItem &dataset, const DcmTag &tag, const OFString &stringValue, const OFBool allowEmpty=OFTrue) |
put string value to dataset More... | |
static OFBool | checkElementValue (DcmElement &element, const OFString &vm, const OFString &type, const OFCondition &searchCond=EC_Normal, const char *moduleName=NULL) |
check element value for correct value multiplicity and type More... | |
static OFCondition | getAndCheckElementFromDataset (DcmItem &dataset, DcmElement &element, const OFString &vm, const OFString &type, const char *moduleName=NULL) |
get element from dataset and check it for correct value multiplicity and type. More... | |
static OFCondition | getAndCheckStringValueFromDataset (DcmItem &dataset, const DcmTagKey &tagKey, OFString &stringValue, const OFString &vm, const OFString &type, const char *moduleName=NULL) |
get string value from dataset and check it for correct value multiplicity and type. More... | |
Item class.
DRTBlockSequenceInRTBeamsModule::Item::Item | ( | const OFBool | emptyDefaultItem = OFFalse | ) |
(default) constructor
emptyDefaultItem | flag used to mark the empty default item |
DRTBlockSequenceInRTBeamsModule::Item::Item | ( | const Item & | copy | ) |
copy constructor
copy | item object to be copied |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getAccessoryCode | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get AccessoryCode (300a,00f9)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockData | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockData (300a,0106)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockData | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get BlockData (300a,0106)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockData | ( | OFVector< Float64 > & | value | ) | const |
get BlockData (300a,0106)
value | reference to variable in which the value(s) should be stored |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockDivergence | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockDivergence (300a,00fa)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockMountingPosition | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockMountingPosition (300a,00fb)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockName | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockName (300a,00fe)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockNumber | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockNumber (300a,00fc)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockNumber | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get BlockNumber (300a,00fc)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockNumberOfPoints | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockNumberOfPoints (300a,0104)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockNumberOfPoints | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get BlockNumberOfPoints (300a,0104)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockThickness | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockThickness (300a,0100)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockThickness | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get BlockThickness (300a,0100)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockTransmission | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockTransmission (300a,0102)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockTransmission | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get BlockTransmission (300a,0102)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockTrayID | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockTrayID (300a,00f5)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getBlockType | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BlockType (300a,00f8)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getMaterialID | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get MaterialID (300a,00e1)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getSourceToBlockTrayDistance | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get SourceToBlockTrayDistance (300a,00f6)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getSourceToBlockTrayDistance | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get SourceToBlockTrayDistance (300a,00f6)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::getTrayAccessoryCode | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get TrayAccessoryCode (300a,0355)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1), -1 for all components |
OFBool DRTBlockSequenceInRTBeamsModule::Item::isEmpty | ( | ) |
check if item is empty
OFBool DRTBlockSequenceInRTBeamsModule::Item::isValid | ( | ) | const |
check if item is valid, i.e. not the empty default item
assigment operator
copy | item object to be copied |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::read | ( | DcmItem & | item | ) |
read elements from sequence item
item | reference to DICOM sequence item from which the elements should be read |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setAccessoryCode | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set AccessoryCode (300a,00f9)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (LO) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockData | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockData (300a,0106)
value | value to be set (possibly multi-valued) or "" for no value |
check | check 'value' for conformance with VR (DS) and VM (2-2n) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockDivergence | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockDivergence (300a,00fa)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (CS) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockMountingPosition | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockMountingPosition (300a,00fb)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (CS) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockName | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockName (300a,00fe)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (LO) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockNumber | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockNumber (300a,00fc)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (IS) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockNumberOfPoints | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockNumberOfPoints (300a,0104)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (IS) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockThickness | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockThickness (300a,0100)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (DS) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockTransmission | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockTransmission (300a,0102)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (DS) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockTrayID | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockTrayID (300a,00f5)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (SH) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setBlockType | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BlockType (300a,00f8)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (CS) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setMaterialID | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set MaterialID (300a,00e1)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (SH) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setSourceToBlockTrayDistance | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set SourceToBlockTrayDistance (300a,00f6)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (DS) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::setTrayAccessoryCode | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set TrayAccessoryCode (300a,0355)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (LO) and VM (1) if enabled |
OFCondition DRTBlockSequenceInRTBeamsModule::Item::write | ( | DcmItem & | item | ) |
write elements to sequence item
item | reference to DICOM sequence item to which the elements should be written |