DCMTK
Version 3.6.7
OFFIS DICOM Toolkit
|
Class representing the "CT Geometry" Functional Group Macro item. More...
Public Member Functions | |
FGCTGeometryItem () | |
Constructor, creates empty functional group. | |
virtual | ~FGCTGeometryItem () |
Virtual destructor. | |
virtual FGCTGeometryItem * | clone () const |
Returns a deep copy of this object. More... | |
virtual void | clearData () |
Clear all data. | |
virtual OFCondition | check () const |
Check whether the current content of this group is consistent and complete. More... | |
virtual OFCondition | read (DcmItem &item) |
Read CT Geometry Sequence from given item. More... | |
virtual OFCondition | write (DcmItem &item) |
Writes the content of this class into given item. More... | |
virtual int | compare (const FGCTGeometryItem &rhs) const |
Comparison operator that compares the normalized value of this object with a given object of the same type, i.e. the elements within both functional groups (this and rhs parameter) are compared by value! Both objects (this and rhs) need to have the same type (i.e. both FGUnknown) to be comparable. More... | |
virtual OFCondition | getReferencedPathIndex (OFString &value, const signed long pos=0) |
Get Referenced Path Index. More... | |
virtual OFCondition | getReferencedPathIndex (OFVector< Uint16 > &values) |
Get Referenced Path Index. More... | |
virtual OFCondition | getDistanceSourceToDetector (OFString &value, const signed long pos=0) |
Get Distance Source to Detector. More... | |
virtual OFCondition | getDistanceSourceToDetector (Float64 &value, const unsigned long pos=0) |
Get Distance Source to Detector. More... | |
virtual OFCondition | getDistanceSourceToDataCollectionCenter (OFString &value, const signed long pos=0) |
Get Distance Source to Data Collection Center. More... | |
virtual OFCondition | getDistanceSourceToDataCollectionCenter (OFVector< Float64 > &values) |
Get Distance Source to Data Collection Center. More... | |
virtual OFCondition | setReferencedPathIndex (const OFVector< Uint16 > &values, const OFBool checkValue=OFTrue) |
Set Referenced Path Index. More... | |
virtual OFCondition | setDistanceSourceToDetector (const Float64 value, const OFBool checkValue=OFTrue) |
Set Distance Source To Detector. More... | |
virtual OFCondition | setDistanceSourceToDataCollectionCenter (const Float64 value, const OFBool checkValue=OFTrue) |
Set Distance Source To Data Collection Center. More... | |
Private Attributes | |
DcmUnsignedShort | m_ReferencedPathIndex |
Referenced Index Path (US, VM 1-n, Required type 1C) | |
DcmDecimalString | m_DistanceSourceToDetector |
Distance Source To Detector (DS, 1, 1C) | |
DcmFloatingPointDouble | m_DistanceSourceToDataCollectionCenter |
Distance Source to Data Collection Center. | |
Class representing the "CT Geometry" Functional Group Macro item.
|
virtual |
Check whether the current content of this group is consistent and complete.
|
virtual |
Returns a deep copy of this object.
|
virtual |
Comparison operator that compares the normalized value of this object with a given object of the same type, i.e. the elements within both functional groups (this and rhs parameter) are compared by value! Both objects (this and rhs) need to have the same type (i.e. both FGUnknown) to be comparable.
This function is used in order to decide whether a functional group already exists, or is new. This is used in particular to find out whether a given functional group can be shared (i.e. the same information already exists as shared functional group) or is different from the same shared group. In that case the shared functional group must be distributed into per-frame functional groups, instead. The exact implementation for implementing the comparison is not relevant. However, it must be a comparison by value.
rhs | the right hand side of the comparison |
|
virtual |
Get Distance Source to Data Collection Center.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1), -1 for all components |
|
virtual |
Get Distance Source to Data Collection Center.
values | Reference to variable that should hold the result |
|
virtual |
Get Distance Source to Detector.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1), -1 for all components |
|
virtual |
Get Distance Source to Detector.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1), -1 for all components |
|
virtual |
Get Referenced Path Index.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1), -1 for all components |
|
virtual |
Get Referenced Path Index.
values | Reference to variable that should hold the result |
|
virtual |
Read CT Geometry Sequence from given item.
item | The item to read from |
|
virtual |
Set Distance Source To Data Collection Center.
value | Value that should be set |
checkValue | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Set Distance Source To Detector.
value | Value that should be set |
checkValue | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Set Referenced Path Index.
values | Value that should be set |
checkValue | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Writes the content of this class into given item.
item | The item to write to |