|
| FGCTExposureItem () |
| Constructor, creates empty functional group item.
|
|
| FGCTExposureItem (const FGCTExposureItem &rhs) |
| Copy Constructor, creates deep copy.
|
|
virtual | ~FGCTExposureItem () |
| Virtual destructor.
|
|
virtual FGCTExposureItem * | clone () const |
| Returns a deep copy of this object.
|
|
virtual void | clearData () |
| Clear all data.
|
|
virtual OFCondition | check () const |
| Check whether the current content of this group is consistent and complete.
|
|
virtual OFCondition | read (DcmItem &item) |
| Read CT Exposure Sequence item from given item.
|
|
virtual OFCondition | write (DcmItem &item) |
| Writes the content of this class into given item.
|
|
virtual int | compare (const FGCTExposureItem &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!
|
|
virtual OFCondition | getReferencedPathIndex (OFString &value, const signed long pos=0) |
| Get Referenced Path Index.
|
|
virtual OFCondition | getExposureTimeInMs (OFString &value, const signed long pos=0) |
| Get Exposure Time in ms.
|
|
virtual OFCondition | getExposureTimeInMs (Float64 &value, const unsigned long pos=0) |
| Get Exposure Time in ms.
|
|
virtual OFCondition | getXRayTubeCurrentInMa (OFString &value, const signed long pos=0) |
| Get X-Ray Tube Current in mA.
|
|
virtual OFCondition | getXRayTubeCurrentInMa (Float64 &value, const unsigned long pos=0) |
| Get X-Ray Tube Current in mA.
|
|
virtual OFCondition | getExposureInMas (OFString &value, const signed long pos=0) |
| Get Exposure in mAs.
|
|
virtual OFCondition | getExposureInMas (Float64 &value, const unsigned long pos=0) |
| Get Exposure in mAs.
|
|
virtual OFCondition | getExposureModulationType (OFString &value, const signed long pos=0) |
| Get Exposure Modulation Type.
|
|
virtual OFCondition | getEstimatedDoseSaving (OFString &value, const signed long pos=0) |
| Get Estimated Dose Saving (retired)
|
|
virtual OFCondition | getEstimatedDoseSaving (Float64 &value, const unsigned long pos=0) |
| Get Estimated Dose Saving (retired)
|
|
virtual OFCondition | getCTDIVol (OFString &value, const signed long pos=0) |
| Get CTDIvol.
|
|
virtual OFCondition | getCTDIVol (Float64 &value, const unsigned long pos=0) |
| Get CTDIvol.
|
|
virtual OFCondition | getWaterEquivalentDiameter (OFString &value, const signed long pos=0) |
| Get Water Equivalent Diameter.
|
|
virtual OFCondition | getWaterEquivalentDiameter (Float64 &value, const unsigned long pos=0) |
| Get Water Equivalent Diameter.
|
|
virtual OFCondition | getImageAndFluoroscopyAreaDoseProduct (OFString &value, const signed long pos=0) |
| Get Image And Fluoroscopy Area Dose Product.
|
|
virtual OFCondition | getImageAndFluoroscopyAreaDoseProduct (Float64 &value, const unsigned long pos=0) |
| Get Image And Fluoroscopy Area Dose Product.
|
|
virtual OFCondition | setReferencedPathIndex (const OFVector< Uint16 > &values, const OFBool checkValues=OFTrue) |
| Set Referenced Path Index.
|
|
virtual OFCondition | setExposureTimeInMs (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Exposure Time in ms.
|
|
virtual OFCondition | setXRayTubeCurrentInMa (const Float64 value, const OFBool checkValue=OFTrue) |
| Set X-Ray Tube Current In Ma.
|
|
virtual OFCondition | setExposureInMas (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Exposure in mAs.
|
|
virtual OFCondition | setExposureModulationType (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Exposure Modulation Type.
|
|
virtual OFCondition | setEstimatedDoseSaving (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Estimated Dose Saving (retired)
|
|
virtual OFCondition | setCTDIVol (const Float64 value, const OFBool checkValue=OFTrue) |
| Set CTDIVol.
|
|
virtual OFCondition | setWaterEquivalentDiameter (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Water Equivalent Diameter.
|
|
virtual OFCondition | setImageAndFluoroscopyAreaDoseProduct (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Image and Fluoroscopy Area Dose Product.
|
|
|
DcmUnsignedShort | m_ReferencedPathIndex |
| Referenced Path Index (US, VM 1-n, Required type 1C)
|
|
DcmFloatingPointDouble | m_ExposureTimeInMs |
| Exposure Time in ms (FD, 1, 1C)
|
|
DcmFloatingPointDouble | m_XRayTubeCurrentInMa |
| X-Ray Tube Current in mA (FD, 1, 1C)
|
|
DcmFloatingPointDouble | m_ExposureInMas |
| Exposure in mAs (FD, 1, 1C)
|
|
DcmCodeString | m_ExposureModulationType |
| Exposure Modulation Type (CS, 1-n, 1C)
|
|
DcmFloatingPointDouble | m_EstimatedDoseSaving |
| Estimated Dose Saving (FD, 1, 2C), retired.
|
|
DcmFloatingPointDouble | m_CTDIVol |
| CTDIvol (FD, 1, 2C)
|
|
OFVector< CodeSequenceMacro * > | m_CTDIPhantomTypeCodeSequence |
| CTDI Phantom Type Code Sequence (SQ, 1, 3)
|
|
DcmFloatingPointDouble | m_WaterEquivalentDiameter |
| Water Equivalent Diameter (FD, 1, 3)
|
|
OFVector< CodeSequenceMacro * > | m_WaterEquivalentDiameterCalculationMethodCodeSequence |
| Water Equivalent Diameter Calculation Method Code Sequence (SQ, 1, 1C)
|
|
DcmDecimalString | m_ImageAndFluoroscopyAreaDoseProduct |
| Image and Fluoroscopy Area Dose Product (DS, 1, 3)
|
|
Class representing the "CT Exposure" Functional Group Macro item.
virtual int FGCTExposure::FGCTExposureItem::compare |
( |
const FGCTExposureItem & | 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.
References FGCTExposureItem().