|
| FGCTExposureItem () |
| Constructor, creates empty functional group item.
|
|
| FGCTExposureItem (const FGCTExposureItem &rhs) |
| Copy Constructor, creates deep copy. More...
|
|
virtual | ~FGCTExposureItem () |
| Virtual destructor.
|
|
virtual FGCTExposureItem * | 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 Exposure Sequence item from given item. More...
|
|
virtual OFCondition | write (DcmItem &item) |
| Writes the content of this class into given item. More...
|
|
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! 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 | getExposureTimeInMs (OFString &value, const signed long pos=0) |
| Get Exposure Time in ms. More...
|
|
virtual OFCondition | getExposureTimeInMs (Float64 &value, const unsigned long pos=0) |
| Get Exposure Time in ms. More...
|
|
virtual OFCondition | getXRayTubeCurrentInMa (OFString &value, const signed long pos=0) |
| Get X-Ray Tube Current in mA. More...
|
|
virtual OFCondition | getXRayTubeCurrentInMa (Float64 &value, const unsigned long pos=0) |
| Get X-Ray Tube Current in mA. More...
|
|
virtual OFCondition | getExposureInMas (OFString &value, const signed long pos=0) |
| Get Exposure in mAs. More...
|
|
virtual OFCondition | getExposureInMas (Float64 &value, const unsigned long pos=0) |
| Get Exposure in mAs. More...
|
|
virtual OFCondition | getExposureModulationType (OFString &value, const signed long pos=0) |
| Get Exposure Modulation Type. More...
|
|
virtual OFCondition | getEstimatedDoseSaving (OFString &value, const signed long pos=0) |
| Get Estimated Dose Saving (retired) More...
|
|
virtual OFCondition | getEstimatedDoseSaving (Float64 &value, const unsigned long pos=0) |
| Get Estimated Dose Saving (retired) More...
|
|
virtual OFCondition | getCTDIVol (OFString &value, const signed long pos=0) |
| Get CTDIvol. More...
|
|
virtual OFCondition | getCTDIVol (Float64 &value, const unsigned long pos=0) |
| Get CTDIvol. More...
|
|
virtual OFCondition | getWaterEquivalentDiameter (OFString &value, const signed long pos=0) |
| Get Water Equivalent Diameter. More...
|
|
virtual OFCondition | getWaterEquivalentDiameter (Float64 &value, const unsigned long pos=0) |
| Get Water Equivalent Diameter. More...
|
|
virtual OFCondition | getImageAndFluoroscopyAreaDoseProduct (OFString &value, const signed long pos=0) |
| Get Image And Fluoroscopy Area Dose Product. More...
|
|
virtual OFCondition | getImageAndFluoroscopyAreaDoseProduct (Float64 &value, const unsigned long pos=0) |
| Get Image And Fluoroscopy Area Dose Product. More...
|
|
virtual OFCondition | setReferencedPathIndex (const OFVector< Uint16 > &values, const OFBool checkValues=OFTrue) |
| Set Referenced Path Index. More...
|
|
virtual OFCondition | setExposureTimeInMs (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Exposure Time in ms. More...
|
|
virtual OFCondition | setXRayTubeCurrentInMa (const Float64 value, const OFBool checkValue=OFTrue) |
| Set X-Ray Tube Current In Ma. More...
|
|
virtual OFCondition | setExposureInMas (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Exposure in mAs. More...
|
|
virtual OFCondition | setExposureModulationType (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Exposure Modulation Type. More...
|
|
virtual OFCondition | setEstimatedDoseSaving (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Estimated Dose Saving (retired) More...
|
|
virtual OFCondition | setCTDIVol (const Float64 value, const OFBool checkValue=OFTrue) |
| Set CTDIVol. More...
|
|
virtual OFCondition | setWaterEquivalentDiameter (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Water Equivalent Diameter. More...
|
|
virtual OFCondition | setImageAndFluoroscopyAreaDoseProduct (const Float64 value, const OFBool checkValue=OFTrue) |
| Set Image and Fluoroscopy Area Dose Product. More...
|
|
|
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.