|
| FGCTXRayDetailsItem () |
| Constructor, creates empty functional group.
|
|
virtual | ~FGCTXRayDetailsItem () |
| Virtual destructor.
|
|
virtual FGCTXRayDetailsItem * | 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 X-Ray Details Sequence item from given item. More...
|
|
virtual OFCondition | write (DcmItem &item) |
| Writes the content of this class into CT X-Ray Details Sequence item given item. More...
|
|
virtual int | compare (const FGCTXRayDetailsItem &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 | getKVP (OFString &value, const signed long pos=0) |
| Get KVP. More...
|
|
virtual OFCondition | getKVP (Float64 &value, const unsigned long pos=0) |
| Get KVP. More...
|
|
virtual OFCondition | getFocalSpots (OFString &value, const signed long pos=0) |
| Get Focal Spots. More...
|
|
virtual OFCondition | getFocalSpots (OFVector< Float64 > &values) |
| Get Focal Spots. More...
|
|
virtual OFCondition | getFilterType (OFString &value, const signed long pos=0) |
| Get Filter Type. More...
|
|
virtual OFCondition | getFilterMaterial (OFString &value, const signed long pos=0) |
| Get Filter Material. More...
|
|
virtual OFCondition | getCalciumScoringMassFactorPatient (OFString &value, const signed long pos=0) |
| Get Calcium Scoring Mass Factor Patient. More...
|
|
virtual OFCondition | getCalciumScoringMassFactorPatient (Float32 &value, const unsigned long pos=0) |
| Get Calcium Scoring Mass Factor Patient. More...
|
|
virtual OFCondition | getCalciumScoringMassFactorDevice (OFString &value, const signed long pos=0) |
| Get Calcium Scoring Mass Factor Device. More...
|
|
virtual OFCondition | getCalciumScoringMassFactorDevice (OFVector< Float64 > &values) |
| Get Calcium Scoring Mass Factor Device. More...
|
|
virtual OFCondition | getEnergyWeightingFactor (OFString &value, const signed long pos=0) |
| Get Energy Weighting Factor. More...
|
|
virtual OFCondition | getEnergyWeightingFactor (Float32 &value, const unsigned long pos=0) |
| Get Energy Weighting Factor. More...
|
|
virtual OFCondition | setReferencedPathIndex (const OFVector< Uint16 > &values, const OFBool checkValues=OFTrue) |
| Set Referenced Path Index. More...
|
|
virtual OFCondition | setKVP (const Float64 value, const OFBool checkValue=OFTrue) |
| Set KVP. More...
|
|
virtual OFCondition | setFocalSpots (const OFVector< Float64 > &values, const OFBool checkValues=OFTrue) |
| Set Focal Spots. More...
|
|
virtual OFCondition | setFilterType (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Filter Type. More...
|
|
virtual OFCondition | setFilterMaterial (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Filter Material. More...
|
|
virtual OFCondition | setCalciumScoringMassFactorPatient (const Float32 value, const OFBool checkValue=OFTrue) |
| Set Calcium Scoring Mass Factor Patient. More...
|
|
virtual OFCondition | setCalciumScoringMassFactorDevice (const OFVector< Float32 > &values, const OFBool checkValues=OFTrue) |
| Set Calcium Scoring Mass Factor Device. More...
|
|
virtual OFCondition | setEnergyWeightingFactor (const Float32 value, const OFBool checkValue=OFTrue) |
| Set Energy Weighting Factor. More...
|
|
Class representing the "CT X-Ray Details" Functional Group Macro.
virtual int FGCTXRayDetails::FGCTXRayDetailsItem::compare |
( |
const FGCTXRayDetailsItem & |
rhs | ) |
const |
|
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.
- 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.