public class CTExposureSequenceItem extends Item
CTExposureSequence.| Modifier and Type | Method and Description |
|---|---|
double |
getComputedTomographyDoseIndex()
Retrieves Computed Tomography Dose Index.
|
double |
getEstimatedDoseSaving()
Retrieves Estimated Dose Saving.
|
double |
getExposure()
Retrieves Exposure in mAs.
|
EnumExposureModulationType |
getExposureModulationType()
Retrieves type of the value encoded in this Item
|
double |
getExposureTime()
Retrieves Exposure Time in ms.
|
double |
getXrayTubeCurrent()
Retrieves X-ray Tube Current in mA.
|
void |
setComputedTomographyDoseIndex(double dblCTDIvol)
Sets Computed Tomography Dose Index (CTDIvol), im mGy according to IEC 60601-2-44, Ed.2.1 (Clause 29.1.103.4), The Volume CTDIvol.
|
void |
setEstimatedDoseSaving(double dblEstimatedDoseSaving)
Sets Estimated Dose Saving.
|
void |
setExposure(double dblExposure)
Sets Exposure in mAs.
|
void |
setExposureModulationType(EnumExposureModulationType enumExposureModulationType)
Sets the Exposure Modulation Type
|
void |
setExposureTime(double dblExposureTime)
Sets Exposure Time in ms.
|
void |
setXrayTubeCurrent(double dblXrayTubeCurrent)
Sets X-ray Tube Current in mA.
|
boolean |
validateForModule()
Validates all the attributes in CTExposureSequence that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setExposureTime(double dblExposureTime)
dblExposureTime - .public double getExposureTime()
public void setXrayTubeCurrent(double dblXrayTubeCurrent)
dblXrayTubeCurrent - .public double getXrayTubeCurrent()
public void setExposure(double dblExposure)
dblExposure - .public double getExposure()
public void setExposureModulationType(EnumExposureModulationType enumExposureModulationType)
enumExposureModulationType - Specifies type of the value encoded in this Itempublic EnumExposureModulationType getExposureModulationType()
public void setEstimatedDoseSaving(double dblEstimatedDoseSaving)
dblEstimatedDoseSaving - .public double getEstimatedDoseSaving()
public void setComputedTomographyDoseIndex(double dblCTDIvol)
dblCTDIvol - .public double getComputedTomographyDoseIndex()