DCMTK
Version 3.6.6
OFFIS DICOM Toolkit
|
Class representing the "CT Exposure" Functional Group Macro item. More...
Public Member Functions | |
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. More... | |
virtual OFCondition | getEstimatedDoseSaving (Float64 &value, const unsigned long pos=0) |
Get Estimated Dose Saving. 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. 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... | |
Private Attributes | |
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) | |
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.
FGCTExposure::FGCTExposureItem::FGCTExposureItem | ( | const FGCTExposureItem & | rhs | ) |
Copy Constructor, creates deep copy.
rhs | The object to copy from |
|
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 CTDIvol.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1) |
|
virtual |
Get CTDIvol.
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 Estimated Dose Saving.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1) |
|
virtual |
Get Estimated Dose Saving.
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 Exposure in mAs.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1) |
|
virtual |
Get Exposure in mAs.
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 Exposure Modulation Type.
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 Exposure Time in ms.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1) |
|
virtual |
Get Exposure Time in ms.
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 Image And Fluoroscopy Area Dose Product.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1) |
|
virtual |
Get Image And Fluoroscopy Area Dose Product.
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 Water Equivalent Diameter.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1) |
|
virtual |
Get Water Equivalent Diameter.
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 X-Ray Tube Current in mA.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1) |
|
virtual |
Get X-Ray Tube Current in mA.
value | Reference to variable that should hold the result |
pos | Index of the value to get (0..vm-1), -1 for all components |
|
virtual |
Read CT Exposure Sequence item from given item.
item | The item to read from |
|
virtual |
Set CTDIVol.
value | Value that should be set |
checkValue | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Set Estimated Dose Saving.
value | Value that should be set |
checkValue | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Set Exposure in mAs.
value | Value that should be set |
checkValue | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Set Exposure Modulation Type.
value | Value that should be set |
checkValue | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Set Exposure Time in ms.
value | Value that should be set |
checkValue | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Set Image and Fluoroscopy Area Dose Product.
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 | Values that should be set |
checkValues | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Set Water Equivalent Diameter.
value | Value that should be set |
checkValue | If OFTrue, basic checks are performed whether the value is valid for this attribute |
|
virtual |
Set X-Ray Tube Current In Ma.
value | 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 |