public class CTAcquisitionTypeSequenceItem extends Item
CTAcquisitionTypeSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcquisitionType()
Retrieves Description of the method used during acquisition of this frame.
|
java.lang.String |
getConstantVolumeFlag()
Retrieves String value of Constant Value Flag
|
java.lang.String |
getFluoroscopyFlag()
Retrieves String value of Fluoroscopy Flag
|
double |
getTubeAngle()
Retrieves The constant angle at which the x-ray source is located during acquisition.
|
void |
setAcquisitionType(EnumAcquisitionType enumAcquisitionType)
Sets Description of the method used during acquisition of this frame.
|
void |
setConstantVolumeFlag(EnumConstantVolumeFlag enumConstantVolumeFlag)
Identifies that the acquisition was performed by repetitively acquiring
the same volume set over a period of time.
|
void |
setFluoroscopyFlag(EnumFluoroscopyFlag enumFluoroscopyFlag)
Identifies that near real-time display of a block of continuously acquired data was
performed, which may result in a lower than usual image quality.
|
void |
setTubeAngle(double dTubeAngle)
Sets The constant angle at which the x-ray source is located during acquisition.
|
boolean |
validateForModule()
Validates all the attributes in CTAcquisitionTypeSequenceItem according the rules defined by the CTAcquisitionTypeSequence.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setAcquisitionType(EnumAcquisitionType enumAcquisitionType)
enumAcquisitionType - String value of Acquisition Type.public java.lang.String getAcquisitionType()
public void setTubeAngle(double dTubeAngle)
dTubeAngle - ouble value of tube angle.public double getTubeAngle()
public void setConstantVolumeFlag(EnumConstantVolumeFlag enumConstantVolumeFlag)
enumConstantVolumeFlag - String value of ConstantVolumeFlag.public java.lang.String getConstantVolumeFlag()
public void setFluoroscopyFlag(EnumFluoroscopyFlag enumFluoroscopyFlag)
enumFluoroscopyFlag - String value of Fluoroscopy Flag.public java.lang.String getFluoroscopyFlag()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.