| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
 Inheritance diagram for DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item:
 Inheritance diagram for DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item:| Public Member Functions | |
| Item (const OFBool emptyDefaultItem=OFFalse) | |
| (default) constructor | |
| Item (const Item ©) | |
| copy constructor | |
| virtual | ~Item () | 
| destructor | |
| Item & | operator= (const Item ©) | 
| assignment 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 | getDate (OFString &value, const signed long pos=0) const | 
| get Date (0040,a121) | |
| OFCondition | getDateTime (OFString &value, const signed long pos=0) const | 
| get DateTime (0040,a120) | |
| OFCondition | getFloatingPointValue (Float64 &value, const unsigned long pos=0) const | 
| get FloatingPointValue (0040,a161) | |
| OFCondition | getNumericValue (OFString &value, const signed long pos=0) const | 
| get NumericValue (0040,a30a) | |
| OFCondition | getNumericValue (Float64 &value, const unsigned long pos=0) const | 
| get NumericValue (0040,a30a) | |
| OFCondition | getNumericValue (OFVector< Float64 > &value) const | 
| get NumericValue (0040,a30a) | |
| OFCondition | getObservationDateTime (OFString &value, const signed long pos=0) const | 
| get ObservationDateTime (0040,a032) | |
| OFCondition | getObservationStartDateTime (OFString &value, const signed long pos=0) const | 
| get ObservationStartDateTime (0040,a033) | |
| OFCondition | getPersonName (OFString &value, const signed long pos=0) const | 
| get PersonName (0040,a123) | |
| OFCondition | getRationalDenominatorValue (Uint32 &value, const unsigned long pos=0) const | 
| get RationalDenominatorValue (0040,a163) | |
| OFCondition | getRationalNumeratorValue (Sint32 &value, const unsigned long pos=0) const | 
| get RationalNumeratorValue (0040,a162) | |
| OFCondition | getTextValue (OFString &value, const signed long pos=0) const | 
| get TextValue (0040,a160) | |
| OFCondition | getTime (OFString &value, const signed long pos=0) const | 
| get Time (0040,a122) | |
| OFCondition | getUID (OFString &value, const signed long pos=0) const | 
| get UID (0040,a124) | |
| OFCondition | getValueType (OFString &value, const signed long pos=0) const | 
| get ValueType (0040,a040) | |
| DRTConceptCodeSequence & | getConceptCodeSequence () | 
| get ConceptCodeSequence (0040,a168) | |
| const DRTConceptCodeSequence & | getConceptCodeSequence () const | 
| get ConceptCodeSequence (0040,a168) | |
| DRTConceptNameCodeSequence & | getConceptNameCodeSequence () | 
| get ConceptNameCodeSequence (0040,a043) | |
| const DRTConceptNameCodeSequence & | getConceptNameCodeSequence () const | 
| get ConceptNameCodeSequence (0040,a043) | |
| DRTMeasurementUnitsCodeSequence & | getMeasurementUnitsCodeSequence () | 
| get MeasurementUnitsCodeSequence (0040,08ea) | |
| const DRTMeasurementUnitsCodeSequence & | getMeasurementUnitsCodeSequence () const | 
| get MeasurementUnitsCodeSequence (0040,08ea) | |
| DRTReferencedSOPSequence & | getReferencedSOPSequence () | 
| get ReferencedSOPSequence (0008,1199) | |
| const DRTReferencedSOPSequence & | getReferencedSOPSequence () const | 
| get ReferencedSOPSequence (0008,1199) | |
| OFCondition | setDate (const OFString &value, const OFBool check=OFTrue) | 
| set Date (0040,a121) | |
| OFCondition | setDateTime (const OFString &value, const OFBool check=OFTrue) | 
| set DateTime (0040,a120) | |
| OFCondition | setFloatingPointValue (const Float64 value, const unsigned long pos=0) | 
| set FloatingPointValue (0040,a161) | |
| OFCondition | setNumericValue (const OFString &value, const OFBool check=OFTrue) | 
| set NumericValue (0040,a30a) | |
| OFCondition | setObservationDateTime (const OFString &value, const OFBool check=OFTrue) | 
| set ObservationDateTime (0040,a032) | |
| OFCondition | setObservationStartDateTime (const OFString &value, const OFBool check=OFTrue) | 
| set ObservationStartDateTime (0040,a033) | |
| OFCondition | setPersonName (const OFString &value, const OFBool check=OFTrue) | 
| set PersonName (0040,a123) | |
| OFCondition | setRationalDenominatorValue (const Uint32 value, const unsigned long pos=0) | 
| set RationalDenominatorValue (0040,a163) | |
| OFCondition | setRationalNumeratorValue (const Sint32 value, const unsigned long pos=0) | 
| set RationalNumeratorValue (0040,a162) | |
| OFCondition | setTextValue (const OFString &value, const OFBool check=OFTrue) | 
| set TextValue (0040,a160) | |
| OFCondition | setTime (const OFString &value, const OFBool check=OFTrue) | 
| set Time (0040,a122) | |
| OFCondition | setUID (const OFString &value, const OFBool check=OFTrue) | 
| set UID (0040,a124) | |
| OFCondition | setValueType (const OFString &value, const OFBool check=OFTrue) | 
| set ValueType (0040,a040) | |
| Private Attributes | |
| OFBool | EmptyDefaultItem | 
| internal flag used to mark the empty default item | |
| DRTConceptCodeSequence | ConceptCodeSequence | 
| ConceptCodeSequence (0040,a168) vr=SQ, vm=1, type=1C. | |
| DRTConceptNameCodeSequence | ConceptNameCodeSequence | 
| ConceptNameCodeSequence (0040,a043) vr=SQ, vm=1, type=1. | |
| DcmDate | Date | 
| Date (0040,a121) vr=DA, vm=1, type=1C. | |
| DcmDateTime | DateTime | 
| DateTime (0040,a120) vr=DT, vm=1, type=1C. | |
| DcmFloatingPointDouble | FloatingPointValue | 
| FloatingPointValue (0040,a161) vr=FD, vm=1-n, type=1C. | |
| DRTMeasurementUnitsCodeSequence | MeasurementUnitsCodeSequence | 
| MeasurementUnitsCodeSequence (0040,08ea) vr=SQ, vm=1, type=1C. | |
| DcmDecimalString | NumericValue | 
| NumericValue (0040,a30a) vr=DS, vm=1-n, type=1C. | |
| DcmDateTime | ObservationDateTime | 
| ObservationDateTime (0040,a032) vr=DT, vm=1, type=3. | |
| DcmDateTime | ObservationStartDateTime | 
| ObservationStartDateTime (0040,a033) vr=DT, vm=1, type=3. | |
| DcmPersonName | PersonName | 
| PersonName (0040,a123) vr=PN, vm=1, type=1C. | |
| DcmUnsignedLong | RationalDenominatorValue | 
| RationalDenominatorValue (0040,a163) vr=UL, vm=1-n, type=1C. | |
| DcmSignedLong | RationalNumeratorValue | 
| RationalNumeratorValue (0040,a162) vr=SL, vm=1-n, type=1C. | |
| DRTReferencedSOPSequence | ReferencedSOPSequence | 
| ReferencedSOPSequence (0008,1199) vr=SQ, vm=1, type=1C. | |
| DcmUnlimitedText | TextValue | 
| TextValue (0040,a160) vr=UT, vm=1, type=1C. | |
| DcmTime | Time | 
| Time (0040,a122) vr=TM, vm=1, type=1C. | |
| DcmUniqueIdentifier | UID | 
| UID (0040,a124) vr=UI, vm=1, type=1C. | |
| DcmCodeString | ValueType | 
| ValueType (0040,a040) vr=CS, vm=1, type=1. | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from DRTTypes | |
| virtual | ~DRTTypes () | 
| destructor. | |
|  Static Protected Member Functions inherited from DRTTypes | |
| 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. | |
| static OFCondition | getElementFromDataset (DcmItem &dataset, DcmElement &element) | 
| get element from dataset | |
| static OFCondition | getStringValueFromElement (const DcmElement &element, OFString &stringValue, const signed long pos=0) | 
| get string value from element | |
| static OFCondition | getStringValueFromDataset (DcmItem &dataset, const DcmTagKey &tagKey, OFString &stringValue) | 
| get string value from dataset | |
| static OFCondition | putStringValueToDataset (DcmItem &dataset, const DcmTag &tag, const OFString &stringValue, const OFBool allowEmpty=OFTrue) | 
| put string value to dataset | |
| 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 | |
| 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. | |
| 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. | |
Item class.
| DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::Item | ( | const OFBool | emptyDefaultItem = OFFalse | ) | 
(default) constructor
| emptyDefaultItem | flag used to mark the empty default item | 
Referenced by Item(), and operator=().
| DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::Item | ( | const Item & | copy | ) | 
| 
 | inline | 
get ConceptCodeSequence (0040,a168)
References ConceptCodeSequence.
| 
 | inline | 
get ConceptCodeSequence (0040,a168)
References ConceptCodeSequence.
| 
 | inline | 
get ConceptNameCodeSequence (0040,a043)
References ConceptNameCodeSequence.
| 
 | inline | 
get ConceptNameCodeSequence (0040,a043)
References ConceptNameCodeSequence.
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getDate | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get Date (0040,a121)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getDateTime | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get DateTime (0040,a120)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getFloatingPointValue | ( | Float64 & | value, | 
| const unsigned long | pos = 0 ) const | 
get FloatingPointValue (0040,a161)
| value | reference to variable in which the value should be stored | 
| pos | index of the value to get (0..vm-1) | 
| 
 | inline | 
get MeasurementUnitsCodeSequence (0040,08ea)
References MeasurementUnitsCodeSequence.
| 
 | inline | 
get MeasurementUnitsCodeSequence (0040,08ea)
References MeasurementUnitsCodeSequence.
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getNumericValue | ( | Float64 & | value, | 
| const unsigned long | pos = 0 ) const | 
get NumericValue (0040,a30a)
| value | reference to variable in which the value should be stored | 
| pos | index of the value to get (0..vm-1) | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getNumericValue | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get NumericValue (0040,a30a)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getNumericValue | ( | OFVector< Float64 > & | value | ) | const | 
get NumericValue (0040,a30a)
| value | reference to variable in which the value(s) should be stored | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getObservationDateTime | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get ObservationDateTime (0040,a032)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getObservationStartDateTime | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get ObservationStartDateTime (0040,a033)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getPersonName | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get PersonName (0040,a123)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getRationalDenominatorValue | ( | Uint32 & | value, | 
| const unsigned long | pos = 0 ) const | 
get RationalDenominatorValue (0040,a163)
| value | reference to variable in which the value should be stored | 
| pos | index of the value to get (0..vm-1) | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getRationalNumeratorValue | ( | Sint32 & | value, | 
| const unsigned long | pos = 0 ) const | 
get RationalNumeratorValue (0040,a162)
| value | reference to variable in which the value should be stored | 
| pos | index of the value to get (0..vm-1) | 
| 
 | inline | 
get ReferencedSOPSequence (0008,1199)
References ReferencedSOPSequence.
| 
 | inline | 
get ReferencedSOPSequence (0008,1199)
References ReferencedSOPSequence.
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getTextValue | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get TextValue (0040,a160)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getTime | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get Time (0040,a122)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getUID | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get UID (0040,a124)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::getValueType | ( | OFString & | value, | 
| const signed long | pos = 0 ) const | 
get ValueType (0040,a040)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::isEmpty | ( | ) | 
check if item is empty
| OFBool DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::isValid | ( | ) | const | 
check if item is valid, i.e. not the empty default item
| Item & DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::operator= | ( | const Item & | copy | ) | 
assignment operator
| copy | item object to be copied | 
References Item().
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::read | ( | DcmItem & | item | ) | 
read elements from sequence item
| item | reference to DICOM sequence item from which the elements should be read | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setDate | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set Date (0040,a121)
| value | value to be set (single value only) or "" for no value | 
| check | check 'value' for conformance with VR (DA) and VM (1) if enabled | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setDateTime | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set DateTime (0040,a120)
| value | value to be set (single value only) or "" for no value | 
| check | check 'value' for conformance with VR (DT) and VM (1) if enabled | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setFloatingPointValue | ( | const Float64 | value, | 
| const unsigned long | pos = 0 ) | 
set FloatingPointValue (0040,a161)
| value | value to be set (should be valid for this VR) | 
| pos | index of the value to be set (0..vm-1), vm=1-n | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setNumericValue | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set NumericValue (0040,a30a)
| value | value to be set (possibly multi-valued) or "" for no value | 
| check | check 'value' for conformance with VR (DS) and VM (1-n) if enabled | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setObservationDateTime | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set ObservationDateTime (0040,a032)
| value | value to be set (single value only) or "" for no value | 
| check | check 'value' for conformance with VR (DT) and VM (1) if enabled | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setObservationStartDateTime | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set ObservationStartDateTime (0040,a033)
| value | value to be set (single value only) or "" for no value | 
| check | check 'value' for conformance with VR (DT) and VM (1) if enabled | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setPersonName | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set PersonName (0040,a123)
| value | value to be set (single value only) or "" for no value | 
| check | check 'value' for conformance with VR (PN) and VM (1) if enabled | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setRationalDenominatorValue | ( | const Uint32 | value, | 
| const unsigned long | pos = 0 ) | 
set RationalDenominatorValue (0040,a163)
| value | value to be set (should be valid for this VR) | 
| pos | index of the value to be set (0..vm-1), vm=1-n | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setRationalNumeratorValue | ( | const Sint32 | value, | 
| const unsigned long | pos = 0 ) | 
set RationalNumeratorValue (0040,a162)
| value | value to be set (should be valid for this VR) | 
| pos | index of the value to be set (0..vm-1), vm=1-n | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setTextValue | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set TextValue (0040,a160)
| value | value to be set (single value only) or "" for no value | 
| check | check 'value' for conformance with VR (UT) and VM (1) if enabled | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setTime | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set Time (0040,a122)
| value | value to be set (single value only) or "" for no value | 
| check | check 'value' for conformance with VR (TM) and VM (1) if enabled | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setUID | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set UID (0040,a124)
| value | value to be set (single value only) or "" for no value | 
| check | check 'value' for conformance with VR (UI) and VM (1) if enabled | 
| OFCondition DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::setValueType | ( | const OFString & | value, | 
| const OFBool | check = OFTrue ) | 
set ValueType (0040,a040)
| 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 DRTRadiationDeviceConfigurationAndCommissioningKeySequence::Item::write | ( | DcmItem & | item | ) | 
write elements to sequence item
| item | reference to DICOM sequence item to which the elements should be written |