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 | getReferencedBeamNumber (OFString &value, const signed long pos=0) const |
get ReferencedBeamNumber (300c,0006) | |
OFCondition | getReferencedBeamNumber (Sint32 &value, const unsigned long pos=0) const |
get ReferencedBeamNumber (300c,0006) | |
OFCondition | getReferencedBrachyApplicationSetupNumber (OFString &value, const signed long pos=0) const |
get ReferencedBrachyApplicationSetupNumber (300c,000c) | |
OFCondition | getReferencedBrachyApplicationSetupNumber (Sint32 &value, const unsigned long pos=0) const |
get ReferencedBrachyApplicationSetupNumber (300c,000c) | |
DRTReferencedControlPointSequence & | getReferencedControlPointSequence () |
get ReferencedControlPointSequence (300c,00f2) | |
const DRTReferencedControlPointSequence & | getReferencedControlPointSequence () const |
get ReferencedControlPointSequence (300c,00f2) | |
OFCondition | setReferencedBeamNumber (const OFString &value, const OFBool check=OFTrue) |
set ReferencedBeamNumber (300c,0006) | |
OFCondition | setReferencedBrachyApplicationSetupNumber (const OFString &value, const OFBool check=OFTrue) |
set ReferencedBrachyApplicationSetupNumber (300c,000c) | |
Private Attributes | |
OFBool | EmptyDefaultItem |
internal flag used to mark the empty default item | |
DcmIntegerString | ReferencedBeamNumber |
ReferencedBeamNumber (300c,0006) vr=IS, vm=1, type=1C. | |
DcmIntegerString | ReferencedBrachyApplicationSetupNumber |
ReferencedBrachyApplicationSetupNumber (300c,000c) vr=IS, vm=1, type=1C. | |
DRTReferencedControlPointSequence | ReferencedControlPointSequence |
ReferencedControlPointSequence (300c,00f2) vr=SQ, vm=1, type=1C. |
Item class.
DRTReferencedBeamSequenceInRTDoseModule::Item::Item | ( | const OFBool | emptyDefaultItem = OFFalse | ) |
(default) constructor
emptyDefaultItem | flag used to mark the empty default item |
DRTReferencedBeamSequenceInRTDoseModule::Item::Item | ( | const Item & | copy | ) |
copy constructor
copy | item object to be copied |
OFCondition DRTReferencedBeamSequenceInRTDoseModule::Item::getReferencedBeamNumber | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get ReferencedBeamNumber (300c,0006)
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 DRTReferencedBeamSequenceInRTDoseModule::Item::getReferencedBeamNumber | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get ReferencedBeamNumber (300c,0006)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTReferencedBeamSequenceInRTDoseModule::Item::getReferencedBrachyApplicationSetupNumber | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get ReferencedBrachyApplicationSetupNumber (300c,000c)
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 DRTReferencedBeamSequenceInRTDoseModule::Item::getReferencedBrachyApplicationSetupNumber | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get ReferencedBrachyApplicationSetupNumber (300c,000c)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
DRTReferencedControlPointSequence& DRTReferencedBeamSequenceInRTDoseModule::Item::getReferencedControlPointSequence | ( | ) | [inline] |
get ReferencedControlPointSequence (300c,00f2)
const DRTReferencedControlPointSequence& DRTReferencedBeamSequenceInRTDoseModule::Item::getReferencedControlPointSequence | ( | ) | const [inline] |
get ReferencedControlPointSequence (300c,00f2)
check if item is empty
OFBool DRTReferencedBeamSequenceInRTDoseModule::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 DRTReferencedBeamSequenceInRTDoseModule::Item::setReferencedBeamNumber | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set ReferencedBeamNumber (300c,0006)
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 DRTReferencedBeamSequenceInRTDoseModule::Item::setReferencedBrachyApplicationSetupNumber | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set ReferencedBrachyApplicationSetupNumber (300c,000c)
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 |
write elements to sequence item
item | reference to DICOM sequence item to which the elements should be written |