public class USImageDescriptionSequenceItem extends Item
USImageDescriptionSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getFrameType()
Retrieves Type of Frame.
|
java.lang.String |
getVolumeBasedCalculationTechnique()
Retrieves the Method used for volume calculations with frames in the SOP Instance.
|
java.lang.String |
getVolumetricProperties()
Retrieves the Indication if geometric manipulations are possible with frames in theSOP Instance.
|
void |
setFrameType(java.lang.String strFrameType)
Sets Type of Frame.
|
void |
setVolumeBasedCalculationTechnique(java.lang.String strVolumeBasedCalculationTechnique)
Sets the Method used for volume calculations with frames in the SOP Instance.
|
void |
setVolumetricProperties(java.lang.String strVolumetricProperties)
Sets the Indication if geometric manipulations are possible with frames in theSOP Instance.
|
boolean |
validateForModule()
Validates all the attributes in USImageDescriptionSequenceItem 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 setFrameType(java.lang.String strFrameType)
strFrameType - String Value of Type of Frame. A multi-valued attribute analogous to Image Type.public java.lang.String[] getFrameType()
public void setVolumetricProperties(java.lang.String strVolumetricProperties)
strVolumetricProperties - Specifies type of the value encoded in this Itempublic java.lang.String getVolumetricProperties()
public void setVolumeBasedCalculationTechnique(java.lang.String strVolumeBasedCalculationTechnique)
strVolumeBasedCalculationTechnique - Specifies type of the value encoded in this Itempublic java.lang.String getVolumeBasedCalculationTechnique()