public class DerivationImageSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
DerivationCodeSequence |
getDerivationCodeSequence()
Retrieves pre-initialized object of Derivation Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String |
getDerivationDescription()
Retrieves Volume administered during this phase in milliliters of diluted contrast agent.
|
SourceImageSequence |
getSourceImageSequence()
Retrieves pre-initialized object of Source Image Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
void |
setDerivationDescription(java.lang.String strDerivationDescription)
set the text description of how this frame data was derived.
|
boolean |
validateForModule()
Validates all the attributes in
DerivationImageSequenceItem 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 setDerivationDescription(java.lang.String strDerivationDescription)
strDerivationDescription - String value of DerivationDescriptionpublic java.lang.String getDerivationDescription()
public DerivationCodeSequence getDerivationCodeSequence()
public SourceImageSequence getSourceImageSequence()
public boolean validateForModule()
throws InvalidItemException
DerivationImageSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.