DCMTK
Version 3.6.3
OFFIS DICOM Toolkit
|
Public Member Functions | |
Item (const OFBool emptyDefaultItem=OFFalse) | |
(default) constructor More... | |
Item (const Item ©) | |
copy constructor More... | |
virtual | ~Item () |
destructor | |
Item & | operator= (const Item ©) |
assigment 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 | getBeamDoseMeaning (OFString &value, const signed long pos=0) const |
get BeamDoseMeaning (300a,008b) More... | |
OFCondition | getFractionGroupDescription (OFString &value, const signed long pos=0) const |
get FractionGroupDescription (300a,0072) More... | |
OFCondition | getFractionGroupNumber (OFString &value, const signed long pos=0) const |
get FractionGroupNumber (300a,0071) More... | |
OFCondition | getFractionGroupNumber (Sint32 &value, const unsigned long pos=0) const |
get FractionGroupNumber (300a,0071) More... | |
OFCondition | getFractionPattern (OFString &value, const signed long pos=0) const |
get FractionPattern (300a,007b) More... | |
OFCondition | getNumberOfBeams (OFString &value, const signed long pos=0) const |
get NumberOfBeams (300a,0080) More... | |
OFCondition | getNumberOfBeams (Sint32 &value, const unsigned long pos=0) const |
get NumberOfBeams (300a,0080) More... | |
OFCondition | getNumberOfBrachyApplicationSetups (OFString &value, const signed long pos=0) const |
get NumberOfBrachyApplicationSetups (300a,00a0) More... | |
OFCondition | getNumberOfBrachyApplicationSetups (Sint32 &value, const unsigned long pos=0) const |
get NumberOfBrachyApplicationSetups (300a,00a0) More... | |
OFCondition | getNumberOfFractionPatternDigitsPerDay (OFString &value, const signed long pos=0) const |
get NumberOfFractionPatternDigitsPerDay (300a,0079) More... | |
OFCondition | getNumberOfFractionPatternDigitsPerDay (Sint32 &value, const unsigned long pos=0) const |
get NumberOfFractionPatternDigitsPerDay (300a,0079) More... | |
OFCondition | getNumberOfFractionsPlanned (OFString &value, const signed long pos=0) const |
get NumberOfFractionsPlanned (300a,0078) More... | |
OFCondition | getNumberOfFractionsPlanned (Sint32 &value, const unsigned long pos=0) const |
get NumberOfFractionsPlanned (300a,0078) More... | |
OFCondition | getRepeatFractionCycleLength (OFString &value, const signed long pos=0) const |
get RepeatFractionCycleLength (300a,007a) More... | |
OFCondition | getRepeatFractionCycleLength (Sint32 &value, const unsigned long pos=0) const |
get RepeatFractionCycleLength (300a,007a) More... | |
DRTReferencedBeamSequenceInRTFractionSchemeModule & | getReferencedBeamSequence () |
get ReferencedBeamSequence (300c,0004) More... | |
const DRTReferencedBeamSequenceInRTFractionSchemeModule & | getReferencedBeamSequence () const |
get ReferencedBeamSequence (300c,0004) More... | |
DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule & | getReferencedBrachyApplicationSetupSequence () |
get ReferencedBrachyApplicationSetupSequence (300c,000a) More... | |
const DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule & | getReferencedBrachyApplicationSetupSequence () const |
get ReferencedBrachyApplicationSetupSequence (300c,000a) More... | |
DRTReferencedDoseReferenceSequenceInRTFractionSchemeModule & | getReferencedDoseReferenceSequence () |
get ReferencedDoseReferenceSequence (300c,0050) More... | |
const DRTReferencedDoseReferenceSequenceInRTFractionSchemeModule & | getReferencedDoseReferenceSequence () const |
get ReferencedDoseReferenceSequence (300c,0050) More... | |
DRTReferencedDoseSequence & | getReferencedDoseSequence () |
get ReferencedDoseSequence (300c,0080) More... | |
const DRTReferencedDoseSequence & | getReferencedDoseSequence () const |
get ReferencedDoseSequence (300c,0080) More... | |
OFCondition | setBeamDoseMeaning (const OFString &value, const OFBool check=OFTrue) |
set BeamDoseMeaning (300a,008b) More... | |
OFCondition | setFractionGroupDescription (const OFString &value, const OFBool check=OFTrue) |
set FractionGroupDescription (300a,0072) More... | |
OFCondition | setFractionGroupNumber (const OFString &value, const OFBool check=OFTrue) |
set FractionGroupNumber (300a,0071) More... | |
OFCondition | setFractionPattern (const OFString &value, const OFBool check=OFTrue) |
set FractionPattern (300a,007b) More... | |
OFCondition | setNumberOfBeams (const OFString &value, const OFBool check=OFTrue) |
set NumberOfBeams (300a,0080) More... | |
OFCondition | setNumberOfBrachyApplicationSetups (const OFString &value, const OFBool check=OFTrue) |
set NumberOfBrachyApplicationSetups (300a,00a0) More... | |
OFCondition | setNumberOfFractionPatternDigitsPerDay (const OFString &value, const OFBool check=OFTrue) |
set NumberOfFractionPatternDigitsPerDay (300a,0079) More... | |
OFCondition | setNumberOfFractionsPlanned (const OFString &value, const OFBool check=OFTrue) |
set NumberOfFractionsPlanned (300a,0078) More... | |
OFCondition | setRepeatFractionCycleLength (const OFString &value, const OFBool check=OFTrue) |
set RepeatFractionCycleLength (300a,007a) More... | |
Private Attributes | |
OFBool | EmptyDefaultItem |
internal flag used to mark the empty default item | |
DcmCodeString | BeamDoseMeaning |
BeamDoseMeaning (300a,008b) vr=CS, vm=1, type=3. | |
DcmLongString | FractionGroupDescription |
FractionGroupDescription (300a,0072) vr=LO, vm=1, type=3. | |
DcmIntegerString | FractionGroupNumber |
FractionGroupNumber (300a,0071) vr=IS, vm=1, type=1. | |
DcmLongText | FractionPattern |
FractionPattern (300a,007b) vr=LT, vm=1, type=3. | |
DcmIntegerString | NumberOfBeams |
NumberOfBeams (300a,0080) vr=IS, vm=1, type=1. | |
DcmIntegerString | NumberOfBrachyApplicationSetups |
NumberOfBrachyApplicationSetups (300a,00a0) vr=IS, vm=1, type=1. | |
DcmIntegerString | NumberOfFractionPatternDigitsPerDay |
NumberOfFractionPatternDigitsPerDay (300a,0079) vr=IS, vm=1, type=3. | |
DcmIntegerString | NumberOfFractionsPlanned |
NumberOfFractionsPlanned (300a,0078) vr=IS, vm=1, type=2. | |
DRTReferencedBeamSequenceInRTFractionSchemeModule | ReferencedBeamSequence |
ReferencedBeamSequence (300c,0004) vr=SQ, vm=1, type=1C. | |
DRTReferencedBrachyApplicationSetupSequenceInRTFractionSchemeModule | ReferencedBrachyApplicationSetupSequence |
ReferencedBrachyApplicationSetupSequence (300c,000a) vr=SQ, vm=1, type=1C. | |
DRTReferencedDoseReferenceSequenceInRTFractionSchemeModule | ReferencedDoseReferenceSequence |
ReferencedDoseReferenceSequence (300c,0050) vr=SQ, vm=1, type=3. | |
DRTReferencedDoseSequence | ReferencedDoseSequence |
ReferencedDoseSequence (300c,0080) vr=SQ, vm=1, type=3. | |
DcmIntegerString | RepeatFractionCycleLength |
RepeatFractionCycleLength (300a,007a) vr=IS, vm=1, type=3. | |
Additional Inherited Members | |
![]() | |
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... | |
Item class.
DRTFractionGroupSequence::Item::Item | ( | const OFBool | emptyDefaultItem = OFFalse | ) |
(default) constructor
emptyDefaultItem | flag used to mark the empty default item |
DRTFractionGroupSequence::Item::Item | ( | const Item & | copy | ) |
copy constructor
copy | item object to be copied |
OFCondition DRTFractionGroupSequence::Item::getBeamDoseMeaning | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get BeamDoseMeaning (300a,008b)
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 DRTFractionGroupSequence::Item::getFractionGroupDescription | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get FractionGroupDescription (300a,0072)
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 DRTFractionGroupSequence::Item::getFractionGroupNumber | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get FractionGroupNumber (300a,0071)
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 DRTFractionGroupSequence::Item::getFractionGroupNumber | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get FractionGroupNumber (300a,0071)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFractionGroupSequence::Item::getFractionPattern | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get FractionPattern (300a,007b)
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 DRTFractionGroupSequence::Item::getNumberOfBeams | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get NumberOfBeams (300a,0080)
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 DRTFractionGroupSequence::Item::getNumberOfBeams | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get NumberOfBeams (300a,0080)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFractionGroupSequence::Item::getNumberOfBrachyApplicationSetups | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get NumberOfBrachyApplicationSetups (300a,00a0)
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 DRTFractionGroupSequence::Item::getNumberOfBrachyApplicationSetups | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get NumberOfBrachyApplicationSetups (300a,00a0)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFractionGroupSequence::Item::getNumberOfFractionPatternDigitsPerDay | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get NumberOfFractionPatternDigitsPerDay (300a,0079)
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 DRTFractionGroupSequence::Item::getNumberOfFractionPatternDigitsPerDay | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get NumberOfFractionPatternDigitsPerDay (300a,0079)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFractionGroupSequence::Item::getNumberOfFractionsPlanned | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get NumberOfFractionsPlanned (300a,0078)
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 DRTFractionGroupSequence::Item::getNumberOfFractionsPlanned | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get NumberOfFractionsPlanned (300a,0078)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
|
inline |
get ReferencedBeamSequence (300c,0004)
|
inline |
get ReferencedBeamSequence (300c,0004)
|
inline |
get ReferencedBrachyApplicationSetupSequence (300c,000a)
|
inline |
get ReferencedBrachyApplicationSetupSequence (300c,000a)
|
inline |
get ReferencedDoseReferenceSequence (300c,0050)
|
inline |
get ReferencedDoseReferenceSequence (300c,0050)
|
inline |
get ReferencedDoseSequence (300c,0080)
|
inline |
get ReferencedDoseSequence (300c,0080)
OFCondition DRTFractionGroupSequence::Item::getRepeatFractionCycleLength | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get RepeatFractionCycleLength (300a,007a)
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 DRTFractionGroupSequence::Item::getRepeatFractionCycleLength | ( | Sint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get RepeatFractionCycleLength (300a,007a)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFBool DRTFractionGroupSequence::Item::isEmpty | ( | ) |
check if item is empty
OFBool DRTFractionGroupSequence::Item::isValid | ( | ) | const |
check if item is valid, i.e. not the empty default item
assigment operator
copy | item object to be copied |
OFCondition DRTFractionGroupSequence::Item::read | ( | DcmItem & | item | ) |
read elements from sequence item
item | reference to DICOM sequence item from which the elements should be read |
OFCondition DRTFractionGroupSequence::Item::setBeamDoseMeaning | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set BeamDoseMeaning (300a,008b)
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 DRTFractionGroupSequence::Item::setFractionGroupDescription | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set FractionGroupDescription (300a,0072)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (LO) and VM (1) if enabled |
OFCondition DRTFractionGroupSequence::Item::setFractionGroupNumber | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set FractionGroupNumber (300a,0071)
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 DRTFractionGroupSequence::Item::setFractionPattern | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set FractionPattern (300a,007b)
value | value to be set (single value only) or "" for no value |
check | check 'value' for conformance with VR (LT) and VM (1) if enabled |
OFCondition DRTFractionGroupSequence::Item::setNumberOfBeams | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set NumberOfBeams (300a,0080)
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 DRTFractionGroupSequence::Item::setNumberOfBrachyApplicationSetups | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set NumberOfBrachyApplicationSetups (300a,00a0)
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 DRTFractionGroupSequence::Item::setNumberOfFractionPatternDigitsPerDay | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set NumberOfFractionPatternDigitsPerDay (300a,0079)
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 DRTFractionGroupSequence::Item::setNumberOfFractionsPlanned | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set NumberOfFractionsPlanned (300a,0078)
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 DRTFractionGroupSequence::Item::setRepeatFractionCycleLength | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set RepeatFractionCycleLength (300a,007a)
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 DRTFractionGroupSequence::Item::write | ( | DcmItem & | item | ) |
write elements to sequence item
item | reference to DICOM sequence item to which the elements should be written |