|
DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Inheritance diagram for DRTToleranceTableSequence::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 | getBeamLimitingDeviceAngleTolerance (OFString &value, const signed long pos=0) const |
| get BeamLimitingDeviceAngleTolerance (300a,0046) | |
| OFCondition | getBeamLimitingDeviceAngleTolerance (Float64 &value, const unsigned long pos=0) const |
| get BeamLimitingDeviceAngleTolerance (300a,0046) | |
| OFCondition | getGantryAngleTolerance (OFString &value, const signed long pos=0) const |
| get GantryAngleTolerance (300a,0044) | |
| OFCondition | getGantryAngleTolerance (Float64 &value, const unsigned long pos=0) const |
| get GantryAngleTolerance (300a,0044) | |
| OFCondition | getGantryPitchAngleTolerance (Float32 &value, const unsigned long pos=0) const |
| get GantryPitchAngleTolerance (300a,014e) | |
| OFCondition | getPatientSupportAngleTolerance (OFString &value, const signed long pos=0) const |
| get PatientSupportAngleTolerance (300a,004c) | |
| OFCondition | getPatientSupportAngleTolerance (Float64 &value, const unsigned long pos=0) const |
| get PatientSupportAngleTolerance (300a,004c) | |
| OFCondition | getTableTopEccentricAngleTolerance (OFString &value, const signed long pos=0) const |
| get TableTopEccentricAngleTolerance (300a,004e) | |
| OFCondition | getTableTopEccentricAngleTolerance (Float64 &value, const unsigned long pos=0) const |
| get TableTopEccentricAngleTolerance (300a,004e) | |
| OFCondition | getTableTopLateralPositionTolerance (OFString &value, const signed long pos=0) const |
| get TableTopLateralPositionTolerance (300a,0053) | |
| OFCondition | getTableTopLateralPositionTolerance (Float64 &value, const unsigned long pos=0) const |
| get TableTopLateralPositionTolerance (300a,0053) | |
| OFCondition | getTableTopLongitudinalPositionTolerance (OFString &value, const signed long pos=0) const |
| get TableTopLongitudinalPositionTolerance (300a,0052) | |
| OFCondition | getTableTopLongitudinalPositionTolerance (Float64 &value, const unsigned long pos=0) const |
| get TableTopLongitudinalPositionTolerance (300a,0052) | |
| OFCondition | getTableTopVerticalPositionTolerance (OFString &value, const signed long pos=0) const |
| get TableTopVerticalPositionTolerance (300a,0051) | |
| OFCondition | getTableTopVerticalPositionTolerance (Float64 &value, const unsigned long pos=0) const |
| get TableTopVerticalPositionTolerance (300a,0051) | |
| OFCondition | getToleranceTableLabel (OFString &value, const signed long pos=0) const |
| get ToleranceTableLabel (300a,0043) | |
| OFCondition | getToleranceTableNumber (OFString &value, const signed long pos=0) const |
| get ToleranceTableNumber (300a,0042) | |
| OFCondition | getToleranceTableNumber (Sint32 &value, const unsigned long pos=0) const |
| get ToleranceTableNumber (300a,0042) | |
| DRTBeamLimitingDeviceToleranceSequence & | getBeamLimitingDeviceToleranceSequence () |
| get BeamLimitingDeviceToleranceSequence (300a,0048) | |
| const DRTBeamLimitingDeviceToleranceSequence & | getBeamLimitingDeviceToleranceSequence () const |
| get BeamLimitingDeviceToleranceSequence (300a,0048) | |
| OFCondition | setBeamLimitingDeviceAngleTolerance (const OFString &value, const OFBool check=OFTrue) |
| set BeamLimitingDeviceAngleTolerance (300a,0046) | |
| OFCondition | setGantryAngleTolerance (const OFString &value, const OFBool check=OFTrue) |
| set GantryAngleTolerance (300a,0044) | |
| OFCondition | setGantryPitchAngleTolerance (const Float32 value, const unsigned long pos=0) |
| set GantryPitchAngleTolerance (300a,014e) | |
| OFCondition | setPatientSupportAngleTolerance (const OFString &value, const OFBool check=OFTrue) |
| set PatientSupportAngleTolerance (300a,004c) | |
| OFCondition | setTableTopEccentricAngleTolerance (const OFString &value, const OFBool check=OFTrue) |
| set TableTopEccentricAngleTolerance (300a,004e) | |
| OFCondition | setTableTopLateralPositionTolerance (const OFString &value, const OFBool check=OFTrue) |
| set TableTopLateralPositionTolerance (300a,0053) | |
| OFCondition | setTableTopLongitudinalPositionTolerance (const OFString &value, const OFBool check=OFTrue) |
| set TableTopLongitudinalPositionTolerance (300a,0052) | |
| OFCondition | setTableTopVerticalPositionTolerance (const OFString &value, const OFBool check=OFTrue) |
| set TableTopVerticalPositionTolerance (300a,0051) | |
| OFCondition | setToleranceTableLabel (const OFString &value, const OFBool check=OFTrue) |
| set ToleranceTableLabel (300a,0043) | |
| OFCondition | setToleranceTableNumber (const OFString &value, const OFBool check=OFTrue) |
| set ToleranceTableNumber (300a,0042) | |
Private Attributes | |
| OFBool | EmptyDefaultItem |
| internal flag used to mark the empty default item | |
| DcmDecimalString | BeamLimitingDeviceAngleTolerance |
| BeamLimitingDeviceAngleTolerance (300a,0046) vr=DS, vm=1, type=3. | |
| DRTBeamLimitingDeviceToleranceSequence | BeamLimitingDeviceToleranceSequence |
| BeamLimitingDeviceToleranceSequence (300a,0048) vr=SQ, vm=1, type=3. | |
| DcmDecimalString | GantryAngleTolerance |
| GantryAngleTolerance (300a,0044) vr=DS, vm=1, type=3. | |
| DcmFloatingPointSingle | GantryPitchAngleTolerance |
| GantryPitchAngleTolerance (300a,014e) vr=FL, vm=1, type=3. | |
| DcmDecimalString | PatientSupportAngleTolerance |
| PatientSupportAngleTolerance (300a,004c) vr=DS, vm=1, type=3. | |
| DcmDecimalString | TableTopEccentricAngleTolerance |
| TableTopEccentricAngleTolerance (300a,004e) vr=DS, vm=1, type=3. | |
| DcmDecimalString | TableTopLateralPositionTolerance |
| TableTopLateralPositionTolerance (300a,0053) vr=DS, vm=1, type=3. | |
| DcmDecimalString | TableTopLongitudinalPositionTolerance |
| TableTopLongitudinalPositionTolerance (300a,0052) vr=DS, vm=1, type=3. | |
| DcmDecimalString | TableTopVerticalPositionTolerance |
| TableTopVerticalPositionTolerance (300a,0051) vr=DS, vm=1, type=3. | |
| DcmShortString | ToleranceTableLabel |
| ToleranceTableLabel (300a,0043) vr=SH, vm=1, type=3. | |
| DcmIntegerString | ToleranceTableNumber |
| ToleranceTableNumber (300a,0042) vr=IS, vm=1, type=1C. | |
Item class.
| DRTToleranceTableSequence::Item::Item | ( | const OFBool | emptyDefaultItem = OFFalse | ) |
(default) constructor
| emptyDefaultItem | flag used to mark the empty default item |
| DRTToleranceTableSequence::Item::Item | ( | const Item & | copy | ) |
copy constructor
| copy | item object to be copied |
| OFCondition DRTToleranceTableSequence::Item::getBeamLimitingDeviceAngleTolerance | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get BeamLimitingDeviceAngleTolerance (300a,0046)
| 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 DRTToleranceTableSequence::Item::getBeamLimitingDeviceAngleTolerance | ( | Float64 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get BeamLimitingDeviceAngleTolerance (300a,0046)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| DRTBeamLimitingDeviceToleranceSequence& DRTToleranceTableSequence::Item::getBeamLimitingDeviceToleranceSequence | ( | ) | [inline] |
get BeamLimitingDeviceToleranceSequence (300a,0048)
| const DRTBeamLimitingDeviceToleranceSequence& DRTToleranceTableSequence::Item::getBeamLimitingDeviceToleranceSequence | ( | ) | const [inline] |
get BeamLimitingDeviceToleranceSequence (300a,0048)
| OFCondition DRTToleranceTableSequence::Item::getGantryAngleTolerance | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get GantryAngleTolerance (300a,0044)
| 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 DRTToleranceTableSequence::Item::getGantryAngleTolerance | ( | Float64 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get GantryAngleTolerance (300a,0044)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFCondition DRTToleranceTableSequence::Item::getGantryPitchAngleTolerance | ( | Float32 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get GantryPitchAngleTolerance (300a,014e)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFCondition DRTToleranceTableSequence::Item::getPatientSupportAngleTolerance | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get PatientSupportAngleTolerance (300a,004c)
| 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 DRTToleranceTableSequence::Item::getPatientSupportAngleTolerance | ( | Float64 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get PatientSupportAngleTolerance (300a,004c)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFCondition DRTToleranceTableSequence::Item::getTableTopEccentricAngleTolerance | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get TableTopEccentricAngleTolerance (300a,004e)
| 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 DRTToleranceTableSequence::Item::getTableTopEccentricAngleTolerance | ( | Float64 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get TableTopEccentricAngleTolerance (300a,004e)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFCondition DRTToleranceTableSequence::Item::getTableTopLateralPositionTolerance | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get TableTopLateralPositionTolerance (300a,0053)
| 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 DRTToleranceTableSequence::Item::getTableTopLateralPositionTolerance | ( | Float64 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get TableTopLateralPositionTolerance (300a,0053)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFCondition DRTToleranceTableSequence::Item::getTableTopLongitudinalPositionTolerance | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get TableTopLongitudinalPositionTolerance (300a,0052)
| 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 DRTToleranceTableSequence::Item::getTableTopLongitudinalPositionTolerance | ( | Float64 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get TableTopLongitudinalPositionTolerance (300a,0052)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFCondition DRTToleranceTableSequence::Item::getTableTopVerticalPositionTolerance | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get TableTopVerticalPositionTolerance (300a,0051)
| 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 DRTToleranceTableSequence::Item::getTableTopVerticalPositionTolerance | ( | Float64 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get TableTopVerticalPositionTolerance (300a,0051)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFCondition DRTToleranceTableSequence::Item::getToleranceTableLabel | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get ToleranceTableLabel (300a,0043)
| 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 DRTToleranceTableSequence::Item::getToleranceTableNumber | ( | OFString & | value, |
| const signed long | pos = 0 |
||
| ) | const |
get ToleranceTableNumber (300a,0042)
| 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 DRTToleranceTableSequence::Item::getToleranceTableNumber | ( | Sint32 & | value, |
| const unsigned long | pos = 0 |
||
| ) | const |
get ToleranceTableNumber (300a,0042)
| value | reference to variable in which the value should be stored |
| pos | index of the value to get (0..vm-1) |
| OFBool DRTToleranceTableSequence::Item::isEmpty | ( | ) |
check if item is empty
| OFBool DRTToleranceTableSequence::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 DRTToleranceTableSequence::Item::setBeamLimitingDeviceAngleTolerance | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set BeamLimitingDeviceAngleTolerance (300a,0046)
| 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 DRTToleranceTableSequence::Item::setGantryAngleTolerance | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set GantryAngleTolerance (300a,0044)
| 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 DRTToleranceTableSequence::Item::setGantryPitchAngleTolerance | ( | const Float32 | value, |
| const unsigned long | pos = 0 |
||
| ) |
set GantryPitchAngleTolerance (300a,014e)
| value | value to be set (should be valid for this VR) |
| pos | index of the value to be set (0..vm-1), vm=1 |
| OFCondition DRTToleranceTableSequence::Item::setPatientSupportAngleTolerance | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set PatientSupportAngleTolerance (300a,004c)
| 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 DRTToleranceTableSequence::Item::setTableTopEccentricAngleTolerance | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set TableTopEccentricAngleTolerance (300a,004e)
| 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 DRTToleranceTableSequence::Item::setTableTopLateralPositionTolerance | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set TableTopLateralPositionTolerance (300a,0053)
| 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 DRTToleranceTableSequence::Item::setTableTopLongitudinalPositionTolerance | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set TableTopLongitudinalPositionTolerance (300a,0052)
| 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 DRTToleranceTableSequence::Item::setTableTopVerticalPositionTolerance | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set TableTopVerticalPositionTolerance (300a,0051)
| 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 DRTToleranceTableSequence::Item::setToleranceTableLabel | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set ToleranceTableLabel (300a,0043)
| 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 DRTToleranceTableSequence::Item::setToleranceTableNumber | ( | const OFString & | value, |
| const OFBool | check = OFTrue |
||
| ) |
set ToleranceTableNumber (300a,0042)
| 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 |