public class ImageDataTypeSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAliasedDataType()
Return Aliased Data Type
|
java.lang.String |
getDataType()
Return Data Type
|
short |
getZeroVelocityPixelValue()
Retrieves Zero Velocity Pixel Value
|
void |
setAliasedDataType(EnumAliasedDataType enumAliasedDataType)
Indicates whether this data type is "aliased".
|
void |
setDataType(EnumDataType enumDataType)
Sets Identification of the data type of a frame.
|
void |
setZeroVelocityPixelValue(short shZeroVelocityPixelValue)
Sets Data value at which velocity is zero.
|
boolean |
validateForModule()
Validates all the attributes in ImageDataTypeSequenceItem 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 setDataType(EnumDataType enumDataType)
enumDataType - enum value of Data Type.public java.lang.String getDataType()
public void setAliasedDataType(EnumAliasedDataType enumAliasedDataType)
enumDataType - enum value of Data Type.public java.lang.String getAliasedDataType()
public void setZeroVelocityPixelValue(short shZeroVelocityPixelValue)
shZeroVelocityPixelValue - short value of Number of significant bitspublic short getZeroVelocityPixelValue()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.