public class PlannedVerificationImageSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndCumulativeMetersetWeight()
Retrieves Cumulative Meterset Weight within current Beam at which image acquisition ends.
|
java.lang.String[] |
getImagingDeviceSpecificAcquisitionParameters()
Retrieves Imaging Device Specific Acquisition Parameters
|
java.lang.String |
getMetersetExposure()
Retrieves Meterset duration over which image is to be acquired, specified in Monitor units (MU) or minutes as defined by Primary Dosimeter Unit (300A,00B3).
|
java.lang.String |
getReferencedReferenceImageNumber()
Retrieves Referenced Reference Image Number.
|
java.lang.String[] |
getRTImageOrientation()
Retrieves RT Image Orientation.
|
java.lang.String |
getRTImagePlane()
Retrieves whether or not image plane is normal to beam axis.
|
java.lang.String[] |
getRTImagePosition()
Retrieves RT Image Orientation.
|
java.lang.String |
getRTImageSID()
Retrieves Radiation machine source to image plane distance (mm).
|
java.lang.String |
getStartCumulativeMetersetWeight()
Retrieves Cumulative Meterset Weight within current Beam at which image acquisition starts.
|
java.lang.String |
getXRayImageReceptorAngle()
Retrieves X-Ray Image Receptor Angle.
|
void |
setEndCumulativeMetersetWeight(java.lang.String strEndCumulativeMetersetWeight)
Sets Cumulative Meterset Weight within current Beam at which image acquisition ends.
|
void |
setImagingDeviceSpecificAcquisitionParameters(java.lang.String[] arrImagingDeviceSpecificAcquisitionParameters)
Sets User-specified device-specific parameters that describe how the imager will acquire the image.
|
void |
setMetersetExposure(java.lang.String strMetersetExposure)
Sets Meterset duration over which image is to be acquired, specified in Monitor units (MU) or minutes as defined by Primary Dosimeter Unit (300A,00B3).
|
void |
setReferencedReferenceImageNumber(java.lang.String strReferencedReferenceImageNumber)
Sets Referenced Reference Image Number.
|
void |
setRTImageOrientation(java.lang.String[] arrRTImageOrientation)
Sets The direction cosines of the first row and the first column with respect to the IEC XRAY IMAGE RECEPTOR coordinate System.
|
void |
setRTImagePlane(EnumRTImagePlane enumRTImagePlane)
Sets whether or not image plane is normal to beam axis.
|
void |
setRTImagePosition(java.lang.String[] arrRTImagePosition)
Sets The x and y coordinates (in mm) of the upper left hand corner of the image, in the IEC X-RAY IMAGE RECEPTOR coordinate system.
|
void |
setRTImageSID(java.lang.String strRTImageSID)
Sets Radiation machine source to image plane distance (mm).
|
void |
setStartCumulativeMetersetWeight(java.lang.String strStartCumulativeMetersetWeight)
Sets Cumulative Meterset Weight within current Beam at which image acquisition starts.
|
void |
setXRayImageReceptorAngle(java.lang.String strXRayImageReceptorAngle)
Sets X-Ray Image Receptor Angle i.e.
|
boolean |
validateForModule()
Validates all the attributes in PlannedVerificationImageSequenceItem 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 setStartCumulativeMetersetWeight(java.lang.String strStartCumulativeMetersetWeight)
strStartCumulativeMetersetWeight - String value of Start Cumulative Meterset Weight.public java.lang.String getStartCumulativeMetersetWeight()
public void setMetersetExposure(java.lang.String strMetersetExposure)
strMetersetExposure - String value of Meterset Exposure.public java.lang.String getMetersetExposure()
public void setEndCumulativeMetersetWeight(java.lang.String strEndCumulativeMetersetWeight)
strEndCumulativeMetersetWeight - String value of End Cumulative Meterset Weight.public java.lang.String getEndCumulativeMetersetWeight()
public void setRTImagePlane(EnumRTImagePlane enumRTImagePlane)
enumRTImagePlane - Enum value of RT Image Plane.public java.lang.String getRTImagePlane()
public void setXRayImageReceptorAngle(java.lang.String strXRayImageReceptorAngle)
strXRayImageReceptorAngle - String value of X-Ray Image Receptor Angle.public java.lang.String getXRayImageReceptorAngle()
public void setRTImageOrientation(java.lang.String[] arrRTImageOrientation)
arrRTImageOrientation - String array of RT Image Orientation.public java.lang.String[] getRTImageOrientation()
public void setRTImagePosition(java.lang.String[] arrRTImagePosition)
arrRTImagePosition - String array of RT Image Position.public java.lang.String[] getRTImagePosition()
public void setRTImageSID(java.lang.String strRTImageSID)
strRTImageSID - String value of RT Image SID.public java.lang.String getRTImageSID()
public void setImagingDeviceSpecificAcquisitionParameters(java.lang.String[] arrImagingDeviceSpecificAcquisitionParameters)
arrImagingDeviceSpecificAcquisitionParameters - String array of Imaging Device-Specific Acquisition Parameters.public java.lang.String[] getImagingDeviceSpecificAcquisitionParameters()
public void setReferencedReferenceImageNumber(java.lang.String strReferencedReferenceImageNumber)
strReferencedReferenceImageNumber - String value of Referenced Reference Image Number.public java.lang.String getReferencedReferenceImageNumber()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.