DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Public Member Functions | |
Item (const OFBool emptyDefaultItem=OFFalse) | |
(default) constructor | |
Item (const Item ©) | |
copy constructor | |
virtual | ~Item () |
destructor | |
Item & | operator= (const Item ©) |
assigment operator | |
void | clear () |
clear all internal member variables | |
OFBool | isEmpty () |
check if item is empty | |
OFBool | isValid () const |
check if item is valid, i.e. not the empty default item | |
OFCondition | read (DcmItem &item) |
read elements from sequence item | |
OFCondition | write (DcmItem &item) |
write elements to sequence item | |
OFCondition | getControlPoint3DPosition (OFString &value, const signed long pos=0) const |
get ControlPoint3DPosition (300a,02d4) | |
OFCondition | getControlPoint3DPosition (Float64 &value, const unsigned long pos=0) const |
get ControlPoint3DPosition (300a,02d4) | |
OFCondition | getControlPoint3DPosition (OFVector< Float64 > &value) const |
get ControlPoint3DPosition (300a,02d4) | |
OFCondition | getControlPointIndex (OFString &value, const signed long pos=0) const |
get ControlPointIndex (300a,0112) | |
OFCondition | getControlPointIndex (Sint32 &value, const unsigned long pos=0) const |
get ControlPointIndex (300a,0112) | |
OFCondition | getControlPointRelativePosition (OFString &value, const signed long pos=0) const |
get ControlPointRelativePosition (300a,02d2) | |
OFCondition | getControlPointRelativePosition (Float64 &value, const unsigned long pos=0) const |
get ControlPointRelativePosition (300a,02d2) | |
OFCondition | getCumulativeTimeWeight (OFString &value, const signed long pos=0) const |
get CumulativeTimeWeight (300a,02d6) | |
OFCondition | getCumulativeTimeWeight (Float64 &value, const unsigned long pos=0) const |
get CumulativeTimeWeight (300a,02d6) | |
DRTBrachyReferencedDoseReferenceSequence & | getBrachyReferencedDoseReferenceSequence () |
get BrachyReferencedDoseReferenceSequence (300c,0055) | |
const DRTBrachyReferencedDoseReferenceSequence & | getBrachyReferencedDoseReferenceSequence () const |
get BrachyReferencedDoseReferenceSequence (300c,0055) | |
OFCondition | setControlPoint3DPosition (const OFString &value, const OFBool check=OFTrue) |
set ControlPoint3DPosition (300a,02d4) | |
OFCondition | setControlPointIndex (const OFString &value, const OFBool check=OFTrue) |
set ControlPointIndex (300a,0112) | |
OFCondition | setControlPointRelativePosition (const OFString &value, const OFBool check=OFTrue) |
set ControlPointRelativePosition (300a,02d2) | |
OFCondition | setCumulativeTimeWeight (const OFString &value, const OFBool check=OFTrue) |
set CumulativeTimeWeight (300a,02d6) | |
Private Attributes | |
OFBool | EmptyDefaultItem |
internal flag used to mark the empty default item | |
DRTBrachyReferencedDoseReferenceSequence | BrachyReferencedDoseReferenceSequence |
BrachyReferencedDoseReferenceSequence (300c,0055) vr=SQ, vm=1, type=3. | |
DcmDecimalString | ControlPoint3DPosition |
ControlPoint3DPosition (300a,02d4) vr=DS, vm=3, type=3. | |
DcmIntegerString | ControlPointIndex |
ControlPointIndex (300a,0112) vr=IS, vm=1, type=1. | |
DcmDecimalString | ControlPointRelativePosition |
ControlPointRelativePosition (300a,02d2) vr=DS, vm=1, type=1. | |
DcmDecimalString | CumulativeTimeWeight |
CumulativeTimeWeight (300a,02d6) vr=DS, vm=1, type=2. |
Item class.
DRTBrachyControlPointSequence::Item::Item | ( | const OFBool | emptyDefaultItem = OFFalse | ) |
(default) constructor
emptyDefaultItem | flag used to mark the empty default item |
DRTBrachyControlPointSequence::Item::Item | ( | const Item & | copy | ) |
copy constructor
copy | item object to be copied |
DRTBrachyReferencedDoseReferenceSequence& DRTBrachyControlPointSequence::Item::getBrachyReferencedDoseReferenceSequence | ( | ) | [inline] |
get BrachyReferencedDoseReferenceSequence (300c,0055)
const DRTBrachyReferencedDoseReferenceSequence& DRTBrachyControlPointSequence::Item::getBrachyReferencedDoseReferenceSequence | ( | ) | const [inline] |
get BrachyReferencedDoseReferenceSequence (300c,0055)
OFCondition DRTBrachyControlPointSequence::Item::getControlPoint3DPosition | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get ControlPoint3DPosition (300a,02d4)
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 DRTBrachyControlPointSequence::Item::getControlPoint3DPosition | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get ControlPoint3DPosition (300a,02d4)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTBrachyControlPointSequence::Item::getControlPoint3DPosition | ( | OFVector< Float64 > & | value | ) | const |
get ControlPoint3DPosition (300a,02d4)
value | reference to variable in which the value(s) should be stored |
OFCondition DRTBrachyControlPointSequence::Item::getControlPointIndex | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get ControlPointIndex (300a,0112)
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 DRTBrachyControlPointSequence::Item::getControlPointIndex | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get ControlPointIndex (300a,0112)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTBrachyControlPointSequence::Item::getControlPointRelativePosition | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get ControlPointRelativePosition (300a,02d2)
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 DRTBrachyControlPointSequence::Item::getControlPointRelativePosition | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get ControlPointRelativePosition (300a,02d2)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTBrachyControlPointSequence::Item::getCumulativeTimeWeight | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get CumulativeTimeWeight (300a,02d6)
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 DRTBrachyControlPointSequence::Item::getCumulativeTimeWeight | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get CumulativeTimeWeight (300a,02d6)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFBool DRTBrachyControlPointSequence::Item::isEmpty | ( | ) |
check if item is empty
OFBool DRTBrachyControlPointSequence::Item::isValid | ( | ) | const |
check if item is valid, i.e. not the empty default item
assigment operator
copy | item object to be copied |
read elements from sequence item
item | reference to DICOM sequence item from which the elements should be read |
OFCondition DRTBrachyControlPointSequence::Item::setControlPoint3DPosition | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set ControlPoint3DPosition (300a,02d4)
value | value to be set (possibly multi-valued) or "" for no value |
check | check 'value' for conformance with VR (DS) and VM (3) if enabled |
OFCondition DRTBrachyControlPointSequence::Item::setControlPointIndex | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set ControlPointIndex (300a,0112)
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 DRTBrachyControlPointSequence::Item::setControlPointRelativePosition | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set ControlPointRelativePosition (300a,02d2)
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 DRTBrachyControlPointSequence::Item::setCumulativeTimeWeight | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set CumulativeTimeWeight (300a,02d6)
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 |
write elements to sequence item
item | reference to DICOM sequence item to which the elements should be written |