public class DeliveryVerificationImageSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleExposureFieldDelta()
Retrieves the Minimal value of Chemical Shift Frequency in ppm.
|
java.lang.String |
getDoubleExposureFlag()
Retrieves type of Double Exposure Flag value encoded in this Item
|
double |
getDoubleExposureMeterset()
Retrieves the Minimal value of Chemical Shift Frequency in ppm.
|
java.lang.String |
getDoubleExposureOrdering()
Retrieves type of Double Exposure Ordering value encoded in this Item
|
java.lang.String |
getEndCumulativeMetersetWeight()
Retrieves cumulative Meter set Weight within current Beam at which image acquisition will start.
|
java.lang.String |
getMetersetExposure()
Retrieves cumulative Meter set Weight within current Beam at which image acquisition will start.
|
RelatedReferenceRTImageSequence |
getRelatedReferenceRTImageSequence()
Retrieves pre-initialized object of Related Reference RTImage Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getStartCumulativeMetersetWeight()
Retrieves cumulative Meter set Weight within current Beam at which image acquisition will start.
|
java.lang.String |
getVerificationImageTiming()
Retrieves type of the value encoded in this Item
|
java.lang.String |
getXRayImageReceptorTranslation()
Retrieves XRayImageReceptorTranslation Thickness.
|
void |
setDoubleExposureFieldDelta(double dblDoubleExposureFieldDelta)
Sets the Double Exposure Field Delta Double value format of type FD.
|
void |
setDoubleExposureFlag(EnumDoubleExposureFlag enumDoubleExposureFlag)
Sets Indicates whether the current verification image is a single or double exposure.
|
void |
setDoubleExposureMeterset(double dblDoubleExposureMeterset)
Sets the Double Exposure Meterset in double format of type FD.
|
void |
setDoubleExposureOrdering(EnumDoubleExposureOrdering enumDoubleExposureOrdering)
Sets Indicates the ordering of the open (double exposure) field with respect to the primary (collimated) field in a double exposure
|
void |
setEndCumulativeMetersetWeight(java.lang.String strEndCumulativeMetersetWeight)
Cumulative Meterset Weight within current Beam at which imageacquisition will end.
|
void |
setMetersetExposure(java.lang.String strMetersetExposure)
Treatment machine Meter set duration over which image is to be acquired, specified in Monitor units (MU) or minutes as defined byPrimary Dosimeter Unit (300A,00B3)
specified in the Referenced RTPlan Sequence (300C,0002)..
|
void |
setStartCumulativeMetersetWeight(java.lang.String strStartCumulativeMetersetWeight)
Cumulative Meter set Weight within current Beam at which image acquisition will start.
|
void |
setVerificationImageTiming(EnumVerificationImageTiming enumVerificationImageTiming)
Sets the temporal relationship of the verification
|
void |
setXRayImageReceptorTranslation(java.lang.String strXRayImageReceptorTranslation)
Sets Position in (x,y,z) coordinates in mm of origin of the IEC X-RAY IMAGE RECEPTOR System in the IEC GANTRY coordinate system.
|
boolean |
validateForModule()
Validates all the attributes in DeliveryVerificationImageSequenceItem 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 Conditional element fails.public void setVerificationImageTiming(EnumVerificationImageTiming enumVerificationImageTiming)
enumVerificationImageTiming - Specifies type of the value encoded in this Itempublic java.lang.String getVerificationImageTiming()
public void setStartCumulativeMetersetWeight(java.lang.String strStartCumulativeMetersetWeight)
strStartCumulativeMetersetWeight - String value of Slice Thickness.public java.lang.String getStartCumulativeMetersetWeight()
public void setMetersetExposure(java.lang.String strMetersetExposure)
strStartMetersetExposure - String value.public java.lang.String getMetersetExposure()
public void setEndCumulativeMetersetWeight(java.lang.String strEndCumulativeMetersetWeight)
strStartMetersetExposure - String value.public java.lang.String getEndCumulativeMetersetWeight()
public void setDoubleExposureFlag(EnumDoubleExposureFlag enumDoubleExposureFlag)
strDoubleExposureFlag - Specifies type of the value encoded in this Item
Enum Value:SINGLE,DOUBLEpublic java.lang.String getDoubleExposureFlag()
public void setDoubleExposureOrdering(EnumDoubleExposureOrdering enumDoubleExposureOrdering)
strDoubleExposureOrdering - Specifies type of the value encoded in this Item
Defined Terms:OPEN_FIRST,OPEN_SECONDpublic java.lang.String getDoubleExposureOrdering()
public void setDoubleExposureMeterset(double dblDoubleExposureMeterset)
DoubleExposureMeterset - Double value of coordinatespublic double getDoubleExposureMeterset()
public void setDoubleExposureFieldDelta(double dblDoubleExposureFieldDelta)
Double - Exposure Field Delta Double value of coordinatespublic double getDoubleExposureFieldDelta()
public void setXRayImageReceptorTranslation(java.lang.String strXRayImageReceptorTranslation)
strXRayImageReceptorTranslation - String value of Slice Thickness.public java.lang.String getXRayImageReceptorTranslation()
public RelatedReferenceRTImageSequence getRelatedReferenceRTImageSequence()