public class FrameExtractionSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCalculatedFrameList()
Retrieves Calculated Frame List.
|
java.lang.String |
getMultiframeSourceSOPInstanceUID()
Retrieves a Multi-frame Source SOP Instance UID.
|
int[] |
getSimpleFrameList()
Retrieves Simple Frame List.
|
double[] |
getTimeRange()
Retrieves the Time Range.
|
void |
setCalculatedFrameList(int[] lArrCalculatedFrameList)
Sets Calculated Frame List.
|
void |
setMultiframeSourceSOPInstanceUID(java.lang.String strMultiframeSourceSOPInstanceUID)
Sets a Multi-frame Source SOP Instance UID.
|
void |
setSimpleFrameList(int[] lArrSimpleFrameList)
Sets Simple Frame List.
|
void |
setTimeRange(double[] dblArrTimeRange)
Sets the Time Range.
|
boolean |
validateForModule()
Validates all the attributes in FrameExtractionSequenceItem 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 setMultiframeSourceSOPInstanceUID(java.lang.String strMultiframeSourceSOPInstanceUID)
strMultiframeSourceSOPInstanceUID - String value of Digital Signature UID.public java.lang.String getMultiframeSourceSOPInstanceUID()
public void setSimpleFrameList(int[] lArrSimpleFrameList)
lArrSimpleFrameList - Long value of Simple Frame Listpublic int[] getSimpleFrameList()
public void setCalculatedFrameList(int[] lArrCalculatedFrameList)
lArrCalculatedFrameList - Long value of Calculated Frame Listpublic int[] getCalculatedFrameList()
public void setTimeRange(double[] dblArrTimeRange)
dblArrTimeRange - Double value of Time Rangepublic double[] getTimeRange()