|
DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Inheritance diagram for DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item: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 | getBrachyApplicationSetupDose (OFString &value, const signed long pos=0) const |
| get BrachyApplicationSetupDose (300a,00a4) | |
| OFCondition | getBrachyApplicationSetupDose (Float64 &value, const unsigned long pos=0) const |
| get BrachyApplicationSetupDose (300a,00a4) | |
| OFCondition | getBrachyApplicationSetupDoseSpecificationPoint (OFString &value, const signed long pos=0) const |
| get BrachyApplicationSetupDoseSpecificationPoint (300a,00a2) | |
| OFCondition | getBrachyApplicationSetupDoseSpecificationPoint (Float64 &value, const unsigned long pos=0) const |
| get BrachyApplicationSetupDoseSpecificationPoint (300a,00a2) | |
| OFCondition | getBrachyApplicationSetupDoseSpecificationPoint (OFVector< Float64 > &value) const |
| get BrachyApplicationSetupDoseSpecificationPoint (300a,00a2) | |
| 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) | |
| OFCondition | setBrachyApplicationSetupDose (const OFString &value, const OFBool check=OFTrue) |
| set BrachyApplicationSetupDose (300a,00a4) | |
| OFCondition | setBrachyApplicationSetupDoseSpecificationPoint (const OFString &value, const OFBool check=OFTrue) |
| set BrachyApplicationSetupDoseSpecificationPoint (300a,00a2) | |
| 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 | |
| DcmDecimalString | BrachyApplicationSetupDose |
| BrachyApplicationSetupDose (300a,00a4) vr=DS, vm=1, type=3. | |
| DcmDecimalString | BrachyApplicationSetupDoseSpecificationPoint |
| BrachyApplicationSetupDoseSpecificationPoint (300a,00a2) vr=DS, vm=3, type=3. | |
| DcmIntegerString | ReferencedBrachyApplicationSetupNumber |
| ReferencedBrachyApplicationSetupNumber (300c,000c) vr=IS, vm=1, type=1C. | |
Item class.
| DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::Item | ( | const OFBool | emptyDefaultItem = OFFalse | ) |
(default) constructor
| emptyDefaultItem | flag used to mark the empty default item |
| DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::Item | ( | const Item & | copy | ) |
copy constructor
| copy | item object to be copied |
| OFCondition DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::getBrachyApplicationSetupDose | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get BrachyApplicationSetupDose (300a,00a4)
| 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 DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::getBrachyApplicationSetupDose | ( | Float64 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get BrachyApplicationSetupDose (300a,00a4)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFCondition DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::getBrachyApplicationSetupDoseSpecificationPoint | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get BrachyApplicationSetupDoseSpecificationPoint (300a,00a2)
| 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 DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::getBrachyApplicationSetupDoseSpecificationPoint | ( | Float64 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get BrachyApplicationSetupDoseSpecificationPoint (300a,00a2)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFCondition DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::getBrachyApplicationSetupDoseSpecificationPoint | ( | OFVector< Float64 > & | value | ) | const |
get BrachyApplicationSetupDoseSpecificationPoint (300a,00a2)
| value | reference to variable in which the value(s) should be stored |
| OFCondition DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::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 DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::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) |
check if item is empty
check if item is valid, i.e. not the empty default item
| Item& DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::operator= | ( | const Item & | copy | ) |
assigment operator
| copy | item object to be copied |
| OFCondition DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::read | ( | DcmItem & | item | ) |
read elements from sequence item
| item | reference to DICOM sequence item from which the elements should be read |
| OFCondition DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::setBrachyApplicationSetupDose | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set BrachyApplicationSetupDose (300a,00a4)
| 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 DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::setBrachyApplicationSetupDoseSpecificationPoint | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set BrachyApplicationSetupDoseSpecificationPoint (300a,00a2)
| 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 DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::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 |
| OFCondition DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule::Item::write | ( | DcmItem & | item | ) |
write elements to sequence item
| item | reference to DICOM sequence item to which the elements should be written |