public class ReferencedImageSequenceItem extends ImageSOPInstanceReferenceMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContainerIdentifier()
Return Container Identifier.
|
PurposeOfReferenceCodeSequence |
getPurposeOfReferenceCodeSequence()
Retrieves pre-initialized object of Purpose Of Reference 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.
|
SpecimenDescriptionSequence |
getSpecimenDescriptionSequence()
Retrieves pre-initialized object of Specimen Description 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 |
getTestImageValidation()
Retrieves whether the test image was validated as matching the characteristics of the display system (e.g., resolution and bit depth
|
void |
setContainerIdentifier(java.lang.String strContainerIdentifier)
Sets Container Identifier.
|
void |
setTestImageValidation(EnumTestImageValidation enumTestImageValidation)
Sets whether the test image was validated as matching the characteristics of the display system (e.g., resolution and bit depth
|
boolean |
validateForModule()
Validates all the attributes in Referenced Image Sequence Item that are present in the DataSet
|
getImageSOPInstanceReferenceMacroaddDataElement, 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 ImageSOPInstanceReferenceMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setContainerIdentifier(java.lang.String strContainerIdentifier)
strContainerIdentifier - String value of Container Identifier.public java.lang.String getContainerIdentifier()
public SpecimenDescriptionSequence getSpecimenDescriptionSequence()
public PurposeOfReferenceCodeSequence getPurposeOfReferenceCodeSequence()
public void setTestImageValidation(EnumTestImageValidation enumTestImageValidation)
enumTestImageValidation - Enum value ofTest Image Validationpublic java.lang.String getTestImageValidation()