DCMTK Version 3.6.8
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 ©) |
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 | getCenterOfCircularOutline (Float64 &value, const unsigned long pos=0) const |
get CenterOfCircularOutline (0018,1635) More... | |
OFCondition | getDiameterOfCircularOutline (Float64 &value, const unsigned long pos=0) const |
get DiameterOfCircularOutline (0018,1636) More... | |
OFCondition | getNumberOfPolygonalVertices (Uint32 &value, const unsigned long pos=0) const |
get NumberOfPolygonalVertices (0018,1637) More... | |
OFCondition | getOutlineLeftVerticalEdge (Float64 &value, const unsigned long pos=0) const |
get OutlineLeftVerticalEdge (0018,1631) More... | |
OFCondition | getOutlineLowerHorizontalEdge (Float64 &value, const unsigned long pos=0) const |
get OutlineLowerHorizontalEdge (0018,1634) More... | |
OFCondition | getOutlineRightVerticalEdge (Float64 &value, const unsigned long pos=0) const |
get OutlineRightVerticalEdge (0018,1632) More... | |
OFCondition | getOutlineShapeType (OFString &value, const signed long pos=0) const |
get OutlineShapeType (0018,1630) More... | |
OFCondition | getOutlineUpperHorizontalEdge (Float64 &value, const unsigned long pos=0) const |
get OutlineUpperHorizontalEdge (0018,1633) More... | |
OFCondition | setCenterOfCircularOutline (const Float64 value, const unsigned long pos=0) |
set CenterOfCircularOutline (0018,1635) More... | |
OFCondition | setDiameterOfCircularOutline (const Float64 value, const unsigned long pos=0) |
set DiameterOfCircularOutline (0018,1636) More... | |
OFCondition | setNumberOfPolygonalVertices (const Uint32 value, const unsigned long pos=0) |
set NumberOfPolygonalVertices (0018,1637) More... | |
OFCondition | setOutlineLeftVerticalEdge (const Float64 value, const unsigned long pos=0) |
set OutlineLeftVerticalEdge (0018,1631) More... | |
OFCondition | setOutlineLowerHorizontalEdge (const Float64 value, const unsigned long pos=0) |
set OutlineLowerHorizontalEdge (0018,1634) More... | |
OFCondition | setOutlineRightVerticalEdge (const Float64 value, const unsigned long pos=0) |
set OutlineRightVerticalEdge (0018,1632) More... | |
OFCondition | setOutlineShapeType (const OFString &value, const OFBool check=OFTrue) |
set OutlineShapeType (0018,1630) More... | |
OFCondition | setOutlineUpperHorizontalEdge (const Float64 value, const unsigned long pos=0) |
set OutlineUpperHorizontalEdge (0018,1633) More... | |
Private Attributes | |
OFBool | EmptyDefaultItem |
internal flag used to mark the empty default item | |
DcmFloatingPointDouble | CenterOfCircularOutline |
CenterOfCircularOutline (0018,1635) vr=FD, vm=2, type=1C. | |
DcmFloatingPointDouble | DiameterOfCircularOutline |
DiameterOfCircularOutline (0018,1636) vr=FD, vm=1, type=1C. | |
DcmUnsignedLong | NumberOfPolygonalVertices |
NumberOfPolygonalVertices (0018,1637) vr=UL, vm=1, type=1C. | |
DcmFloatingPointDouble | OutlineLeftVerticalEdge |
OutlineLeftVerticalEdge (0018,1631) vr=FD, vm=1, type=1C. | |
DcmFloatingPointDouble | OutlineLowerHorizontalEdge |
OutlineLowerHorizontalEdge (0018,1634) vr=FD, vm=1, type=1C. | |
DcmFloatingPointDouble | OutlineRightVerticalEdge |
OutlineRightVerticalEdge (0018,1632) vr=FD, vm=1, type=1C. | |
DcmCodeString | OutlineShapeType |
OutlineShapeType (0018,1630) vr=CS, vm=1, type=1. | |
DcmFloatingPointDouble | OutlineUpperHorizontalEdge |
OutlineUpperHorizontalEdge (0018,1633) vr=FD, vm=1, type=1C. | |
DcmOtherFloat | VerticesOfThePolygonalOutline |
VerticesOfThePolygonalOutline (0018,1638) vr=OF, vm=1, type=1C. | |
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.
DRTFixedRTBeamDelimiterDeviceSequence::Item::Item | ( | const OFBool | emptyDefaultItem = OFFalse | ) |
(default) constructor
emptyDefaultItem | flag used to mark the empty default item |
DRTFixedRTBeamDelimiterDeviceSequence::Item::Item | ( | const Item & | copy | ) |
copy constructor
copy | item object to be copied |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::getCenterOfCircularOutline | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get CenterOfCircularOutline (0018,1635)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::getDiameterOfCircularOutline | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get DiameterOfCircularOutline (0018,1636)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::getNumberOfPolygonalVertices | ( | Uint32 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get NumberOfPolygonalVertices (0018,1637)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::getOutlineLeftVerticalEdge | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get OutlineLeftVerticalEdge (0018,1631)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::getOutlineLowerHorizontalEdge | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get OutlineLowerHorizontalEdge (0018,1634)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::getOutlineRightVerticalEdge | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get OutlineRightVerticalEdge (0018,1632)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::getOutlineShapeType | ( | OFString & | value, |
const signed long | pos = 0 |
||
) | const |
get OutlineShapeType (0018,1630)
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 DRTFixedRTBeamDelimiterDeviceSequence::Item::getOutlineUpperHorizontalEdge | ( | Float64 & | value, |
const unsigned long | pos = 0 |
||
) | const |
get OutlineUpperHorizontalEdge (0018,1633)
value | reference to variable in which the value should be stored |
pos | index of the value to get (0..vm-1) |
OFBool DRTFixedRTBeamDelimiterDeviceSequence::Item::isEmpty | ( | ) |
check if item is empty
OFBool DRTFixedRTBeamDelimiterDeviceSequence::Item::isValid | ( | ) | const |
check if item is valid, i.e. not the empty default item
assignment operator
copy | item object to be copied |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::read | ( | DcmItem & | item | ) |
read elements from sequence item
item | reference to DICOM sequence item from which the elements should be read |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::setCenterOfCircularOutline | ( | const Float64 | value, |
const unsigned long | pos = 0 |
||
) |
set CenterOfCircularOutline (0018,1635)
value | value to be set (should be valid for this VR) |
pos | index of the value to be set (0..vm-1), vm=2 |
OFCondition DRTFixedRTBeamDelimiterDeviceSequence::Item::setDiameterOfCircularOutline | ( | const Float64 | value, |
const unsigned long | pos = 0 |
||
) |
set DiameterOfCircularOutline (0018,1636)
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 DRTFixedRTBeamDelimiterDeviceSequence::Item::setNumberOfPolygonalVertices | ( | const Uint32 | value, |
const unsigned long | pos = 0 |
||
) |
set NumberOfPolygonalVertices (0018,1637)
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 DRTFixedRTBeamDelimiterDeviceSequence::Item::setOutlineLeftVerticalEdge | ( | const Float64 | value, |
const unsigned long | pos = 0 |
||
) |
set OutlineLeftVerticalEdge (0018,1631)
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 DRTFixedRTBeamDelimiterDeviceSequence::Item::setOutlineLowerHorizontalEdge | ( | const Float64 | value, |
const unsigned long | pos = 0 |
||
) |
set OutlineLowerHorizontalEdge (0018,1634)
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 DRTFixedRTBeamDelimiterDeviceSequence::Item::setOutlineRightVerticalEdge | ( | const Float64 | value, |
const unsigned long | pos = 0 |
||
) |
set OutlineRightVerticalEdge (0018,1632)
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 DRTFixedRTBeamDelimiterDeviceSequence::Item::setOutlineShapeType | ( | const OFString & | value, |
const OFBool | check = OFTrue |
||
) |
set OutlineShapeType (0018,1630)
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 DRTFixedRTBeamDelimiterDeviceSequence::Item::setOutlineUpperHorizontalEdge | ( | const Float64 | value, |
const unsigned long | pos = 0 |
||
) |
set OutlineUpperHorizontalEdge (0018,1633)
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 DRTFixedRTBeamDelimiterDeviceSequence::Item::write | ( | DcmItem & | item | ) |
write elements to sequence item
item | reference to DICOM sequence item to which the elements should be written |