public class XRayAcquisitionDoseSequenceItem extends Item
XRayAcquisitionDoseSequenceItem.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntranceDoseinmGy()
Retrieves EntranceDoseinmGy.
|
double |
getExposureinmAs()
Retrieves the Minimal value of Exposure in mAs.
|
double |
getExposureTimeinms()
Retrieves the Minimal value of Exposure Time in ms.
|
java.lang.String |
getHalfValueLayer()
Retrieves Half Value Layer
The thickness of Aluminum in mm required to reduce the X-Ray Output(0040,0312) by a factor of two.
|
java.lang.String |
getOrganDose()
Retrieves Organ Dose
Average organ dose value measured in dGy during the acquisition of thisimage.
|
java.lang.String |
getRelativeXrayExposure()
Retrieves Relative Xray Exposure, Indication of the applied dose, in manufacturer specific units.
|
void |
setEntranceDoseinmGy(java.lang.String strEntranceDoseinmGy)
Sets Entrance Dose in mGy.
|
void |
setExposureinmAs(double dblExposureinmAs)
Sets the Minimal value of Exposure in mAs.
|
void |
setExposureTimeinms(double dblExposureTimeinms)
Sets the Minimal value of Exposure Time in ms.
|
void |
setHalfValueLayer(java.lang.String strHalfValueLayer)
Sets Half Value Layer.Uniquely identifies Half Value Layer
The thickness of Aluminum in mm required to reduce the X-Ray Output(0040,0312) by a factor of two.
|
void |
setOrganDose(java.lang.String strOrganDose)
Sets Half Value Layer.Uniquely identifies Half Value Layer
Average organ dose value measured in dGy during the acquisition of thisimage.
|
void |
setRelativeXrayExposure(java.lang.String strRelativeXrayExposure)
Sets RelativeXrayExposure
Indication of the applied dose, in manufacturer specific units.
|
boolean |
validateForModule()
Validates all the attributes in PositionerPositionSequenceItem 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 void setExposureTimeinms(double dblExposureTimeinms)
dblExposureTimeinms - Double value of coordinatespublic double getExposureTimeinms()
public void setExposureinmAs(double dblExposureinmAs)
dblExposureinmAs - Double value of Exposure in mAspublic double getExposureinmAs()
public void setRelativeXrayExposure(java.lang.String strRelativeXrayExposure)
strRelativeXrayExposure - String value of Referenced Reference Image Number.public java.lang.String getRelativeXrayExposure()
public void setHalfValueLayer(java.lang.String strHalfValueLayer)
strHalfValueLayer - String value of Half Value Layer.public java.lang.String getHalfValueLayer()
public void setOrganDose(java.lang.String strOrganDose)
strHalfValueLayer - String value of Half Value Layer.public java.lang.String getOrganDose()
public void setEntranceDoseinmGy(java.lang.String strEntranceDoseinmGy)
strEntranceDoseinmGy - String value of EntranceDoseinmGy.public java.lang.String getEntranceDoseinmGy()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Conditional element fails.