|
| Item (const OFBool emptyDefaultItem=OFFalse) |
| (default) constructor More...
|
|
| Item (const Item ©) |
| copy constructor More...
|
|
virtual | ~Item () |
| destructor
|
|
Item & | operator= (const Item ©) |
| assignment operator More...
|
|
void | clear () |
| clear all internal member variables
|
|
OFBool | isEmpty () |
| check if item is empty More...
|
|
OFBool | isValid () const |
| check if item is valid, i.e. not the empty default item More...
|
|
OFCondition | read (DcmItem &item) |
| read elements from sequence item More...
|
|
OFCondition | write (DcmItem &item) |
| write elements to sequence item More...
|
|
OFCondition | getCurrentFractionNumber (OFString &value, const signed long pos=0) const |
| get CurrentFractionNumber (3008,0022) More...
|
|
OFCondition | getCurrentFractionNumber (Sint32 &value, const unsigned long pos=0) const |
| get CurrentFractionNumber (3008,0022) More...
|
|
OFCondition | getNumberOfFractionsIncluded (Uint16 &value, const unsigned long pos=0) const |
| get NumberOfFractionsIncluded (300c,0119) More...
|
|
OFCondition | getPlanOverviewIndex (Uint16 &value, const unsigned long pos=0) const |
| get PlanOverviewIndex (300c,0117) More...
|
|
OFCondition | getRTPlanLabel (OFString &value, const signed long pos=0) const |
| get RTPlanLabel (300a,0002) More...
|
|
OFCondition | getTreatmentSite (OFString &value, const signed long pos=0) const |
| get TreatmentSite (3010,0077) More...
|
|
DRTPrescriptionOverviewSequence & | getPrescriptionOverviewSequence () |
| get PrescriptionOverviewSequence (300c,0114) More...
|
|
const DRTPrescriptionOverviewSequence & | getPrescriptionOverviewSequence () const |
| get PrescriptionOverviewSequence (300c,0114) More...
|
|
DRTReferencedImageSequence & | getReferencedImageSequence () |
| get ReferencedImageSequence (0008,1140) More...
|
|
const DRTReferencedImageSequence & | getReferencedImageSequence () const |
| get ReferencedImageSequence (0008,1140) More...
|
|
DRTReferencedStructureSetSequence & | getReferencedStructureSetSequence () |
| get ReferencedStructureSetSequence (300c,0060) More...
|
|
const DRTReferencedStructureSetSequence & | getReferencedStructureSetSequence () const |
| get ReferencedStructureSetSequence (300c,0060) More...
|
|
DRTTreatmentSiteCodeSequence & | getTreatmentSiteCodeSequence () |
| get TreatmentSiteCodeSequence (3010,0078) More...
|
|
const DRTTreatmentSiteCodeSequence & | getTreatmentSiteCodeSequence () const |
| get TreatmentSiteCodeSequence (3010,0078) More...
|
|
OFCondition | setCurrentFractionNumber (const OFString &value, const OFBool check=OFTrue) |
| set CurrentFractionNumber (3008,0022) More...
|
|
OFCondition | setNumberOfFractionsIncluded (const Uint16 value, const unsigned long pos=0) |
| set NumberOfFractionsIncluded (300c,0119) More...
|
|
OFCondition | setPlanOverviewIndex (const Uint16 value, const unsigned long pos=0) |
| set PlanOverviewIndex (300c,0117) More...
|
|
OFCondition | setRTPlanLabel (const OFString &value, const OFBool check=OFTrue) |
| set RTPlanLabel (300a,0002) More...
|
|
OFCondition | setTreatmentSite (const OFString &value, const OFBool check=OFTrue) |
| set TreatmentSite (3010,0077) More...
|
|
|
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. More...
|
|
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. More...
|
|
static OFCondition | getElementFromDataset (DcmItem &dataset, DcmElement &element) |
| get element from dataset More...
|
|
static OFCondition | getStringValueFromElement (const DcmElement &element, OFString &stringValue, const signed long pos=0) |
| get string value from element More...
|
|
static OFCondition | getStringValueFromDataset (DcmItem &dataset, const DcmTagKey &tagKey, OFString &stringValue) |
| get string value from dataset More...
|
|
static OFCondition | putStringValueToDataset (DcmItem &dataset, const DcmTag &tag, const OFString &stringValue, const OFBool allowEmpty=OFTrue) |
| put string value to dataset More...
|
|
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 More...
|
|
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. More...
|
|
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. More...
|
|