Class representing an item of the "CT Acquisition Details " Functional Group Macro.
More...
|
| FGCTAcquisitionDetailsItem () |
| Constructor.
|
|
virtual | ~FGCTAcquisitionDetailsItem () |
| Virtual destructor.
|
|
virtual FGCTAcquisitionDetailsItem * | 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 Acquisition Details Sequence item from given dataitem. More...
|
|
virtual OFCondition | write (DcmItem &item) |
| Writes the content of this class into CT Acquisition Details Sequence item (newly created) into given item. More...
|
|
virtual int | compare (const FGCTAcquisitionDetailsItem &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 (Uint16 &value, const unsigned long pos=0) |
| Get Referenced Path Index. More...
|
|
virtual OFCondition | getReferencedPathIndex (OFVector< Uint16 > &values) |
| Get Referenced Path Index. More...
|
|
virtual OFCondition | getRotationDirection (OFString &value, const signed long pos=0) |
| Get Rotation Direction. More...
|
|
virtual OFCondition | getRotationDirection (E_RotationDirection &value, const signed long pos=0) |
| Get Rotation Direction. More...
|
|
virtual OFCondition | getRevolutionTime (Float64 &value, const unsigned long pos=0) |
| Get Revolution Time. More...
|
|
virtual OFCondition | getSingleCollimationWidth (Float64 &value, const unsigned long pos=0) |
| Get Single Collimation Width. More...
|
|
virtual OFCondition | getTotalCollimationWidth (Float64 &value, const unsigned long pos=0) |
| Get Total Collimation Width. More...
|
|
virtual OFCondition | getTableHeight (Float64 &value, const unsigned long pos=0) |
| Get Table Height. More...
|
|
virtual OFCondition | getGantryDetectorTilt (Float64 &value, const unsigned long pos=0) |
| Get Gantry Detector Tilt. More...
|
|
virtual OFCondition | getDataCollectionDiameter (Float64 &value, const unsigned long pos=0) |
| Get Data Collection Diameter. More...
|
|
virtual OFCondition | setReferencedPathIndex (const OFVector< Uint16 > &values, const OFBool checkValues=OFTrue) |
| Set Referenced Path Index. More...
|
|
virtual OFCondition | setRotationDirection (const E_RotationDirection &value, const OFBool checkValue=OFTrue) |
| Set Rotation Direction. More...
|
|
virtual OFCondition | setRevolutionTime (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Revolution Time. More...
|
|
virtual OFCondition | setSingleCollimationWidth (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Single Collimation Width. More...
|
|
virtual OFCondition | setTotalCollimationWidth (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Total Collimation Width. More...
|
|
virtual OFCondition | setTableHeight (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Table Height. More...
|
|
virtual OFCondition | setGantryDetectorTilt (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Gantry/Detector Tilt. More...
|
|
virtual OFCondition | setDataCollectionDiameter (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Data Collection Diameter. More...
|
|
Class representing an item of the "CT Acquisition Details " Functional Group Macro.
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.
- Parameters
-
rhs | the right hand side of the comparison |
- Returns
- 0 if the object values are equal. -1 if either the value of the first component that does not match is lower in the this object, or all compared components match but this component is shorter. Also returned if this type and rhs type (DcmFGTypes::E_FGType) do not match. 1 if either the value of the first component that does not match is greater in this object, or all compared components match but this component is longer.