public class CTImageFrameTypeSequenceItem extends Item
CTImageFrameTypeSequence.| Modifier and Type | Method and Description |
|---|---|
CommonCTOrMRImageDescriptionMacro |
getCommonCTOrMRImageDescriptionMacro()
Retrieves the Instance of CommonCTOrMRImageDescriptionMacro
|
java.lang.String |
getFrameType()
Return Type of Frame
|
void |
setFrameType(EnumFrameType.Value1 enumFrameType)
Sets Type of Frame
|
boolean |
validateForModule()
Validates all the attributes in CTImageFrameTypeSequenceItem 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 CommonCTOrMRImageDescriptionMacro getCommonCTOrMRImageDescriptionMacro()
CommonCTOrMRImageDescriptionMacropublic void setFrameType(EnumFrameType.Value1 enumFrameType)
enumFrameType - Specifies Enum value of FrameTypepublic java.lang.String getFrameType()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.