|  | 
|  | 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 | getCurrentFractionNumber (OFString &value, const signed long pos=0) const | 
|  | get CurrentFractionNumber (3008,0022) 
 | 
|  | 
| OFCondition | getCurrentFractionNumber (Sint32 &value, const unsigned long pos=0) const | 
|  | get CurrentFractionNumber (3008,0022) 
 | 
|  | 
| OFCondition | getNumberOfFractionsIncluded (Uint16 &value, const unsigned long pos=0) const | 
|  | get NumberOfFractionsIncluded (300c,0119) 
 | 
|  | 
| OFCondition | getPlanOverviewIndex (Uint16 &value, const unsigned long pos=0) const | 
|  | get PlanOverviewIndex (300c,0117) 
 | 
|  | 
| OFCondition | getRTPlanLabel (OFString &value, const signed long pos=0) const | 
|  | get RTPlanLabel (300a,0002) 
 | 
|  | 
| OFCondition | getTreatmentSite (OFString &value, const signed long pos=0) const | 
|  | get TreatmentSite (3010,0077) 
 | 
|  | 
| DRTPrescriptionOverviewSequence & | getPrescriptionOverviewSequence () | 
|  | get PrescriptionOverviewSequence (300c,0114) 
 | 
|  | 
| const DRTPrescriptionOverviewSequence & | getPrescriptionOverviewSequence () const | 
|  | get PrescriptionOverviewSequence (300c,0114) 
 | 
|  | 
| DRTReferencedImageSequence & | getReferencedImageSequence () | 
|  | get ReferencedImageSequence (0008,1140) 
 | 
|  | 
| const DRTReferencedImageSequence & | getReferencedImageSequence () const | 
|  | get ReferencedImageSequence (0008,1140) 
 | 
|  | 
| DRTReferencedStructureSetSequence & | getReferencedStructureSetSequence () | 
|  | get ReferencedStructureSetSequence (300c,0060) 
 | 
|  | 
| const DRTReferencedStructureSetSequence & | getReferencedStructureSetSequence () const | 
|  | get ReferencedStructureSetSequence (300c,0060) 
 | 
|  | 
| DRTTreatmentSiteCodeSequence & | getTreatmentSiteCodeSequence () | 
|  | get TreatmentSiteCodeSequence (3010,0078) 
 | 
|  | 
| const DRTTreatmentSiteCodeSequence & | getTreatmentSiteCodeSequence () const | 
|  | get TreatmentSiteCodeSequence (3010,0078) 
 | 
|  | 
| OFCondition | setCurrentFractionNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set CurrentFractionNumber (3008,0022) 
 | 
|  | 
| OFCondition | setNumberOfFractionsIncluded (const Uint16 value, const unsigned long pos=0) | 
|  | set NumberOfFractionsIncluded (300c,0119) 
 | 
|  | 
| OFCondition | setPlanOverviewIndex (const Uint16 value, const unsigned long pos=0) | 
|  | set PlanOverviewIndex (300c,0117) 
 | 
|  | 
| OFCondition | setRTPlanLabel (const OFString &value, const OFBool check=OFTrue) | 
|  | set RTPlanLabel (300a,0002) 
 | 
|  | 
| OFCondition | setTreatmentSite (const OFString &value, const OFBool check=OFTrue) | 
|  | set TreatmentSite (3010,0077) 
 | 
|  | 
|  | 
| OFBool | EmptyDefaultItem | 
|  | internal flag used to mark the empty default item 
 | 
|  | 
| DcmIntegerString | CurrentFractionNumber | 
|  | CurrentFractionNumber (3008,0022) vr=IS, vm=1, type=1C. 
 | 
|  | 
| DcmUnsignedShort | NumberOfFractionsIncluded | 
|  | NumberOfFractionsIncluded (300c,0119) vr=US, vm=1, type=1C. 
 | 
|  | 
| DcmUnsignedShort | PlanOverviewIndex | 
|  | PlanOverviewIndex (300c,0117) vr=US, vm=1, type=1. 
 | 
|  | 
| DRTPrescriptionOverviewSequence | PrescriptionOverviewSequence | 
|  | PrescriptionOverviewSequence (300c,0114) vr=SQ, vm=1, type=2. 
 | 
|  | 
| DcmShortString | RTPlanLabel | 
|  | RTPlanLabel (300a,0002) vr=SH, vm=1, type=2. 
 | 
|  | 
| DRTReferencedImageSequence | ReferencedImageSequence | 
|  | ReferencedImageSequence (0008,1140) vr=SQ, vm=1, type=1C. 
 | 
|  | 
| DRTReferencedStructureSetSequence | ReferencedStructureSetSequence | 
|  | ReferencedStructureSetSequence (300c,0060) vr=SQ, vm=1, type=1C. 
 | 
|  | 
| DcmLongString | TreatmentSite | 
|  | TreatmentSite (3010,0077) vr=LO, vm=1, type=2. 
 | 
|  | 
| DRTTreatmentSiteCodeSequence | TreatmentSiteCodeSequence | 
|  | TreatmentSiteCodeSequence (3010,0078) vr=SQ, vm=1, type=2. 
 | 
|  | 
|  | 
| virtual | ~DRTTypes () | 
|  | destructor. 
 | 
|  | 
| 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. 
 | 
|  |