public class SourceImageSequenceItem extends ImageSOPInstanceReferenceMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getPatientOrientation()
Retrieves Patient Orientation
|
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.
|
java.lang.String |
getSpatialLocationsPreserved()
Retrieves SpatialLocationsPreserved
|
void |
setPatientOrientation(java.lang.String[] strPatientOrientation)
Sets Patient Orientation
|
void |
setSpatialLocationsPreserved(EnumSpatialLocationsPreserved enumSpatialLocationsPreserved)
Sets the SpatialLocationsPreserved
|
boolean |
validateForModule()
Validates all the attributes in ImageSOPInstanceReferenceMacroDependentItem 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 PurposeOfReferenceCodeSequence getPurposeOfReferenceCodeSequence()
public void setSpatialLocationsPreserved(EnumSpatialLocationsPreserved enumSpatialLocationsPreserved)
enumSpatialLocationsPreserved - Enum value SpatialLocationsPreservedpublic java.lang.String getSpatialLocationsPreserved()
public void setPatientOrientation(java.lang.String[] strPatientOrientation)
strPatientOrientation - String Value of Patient Orientationpublic java.lang.String[] getPatientOrientation()
public boolean validateForModule()
throws InvalidItemException
ImageSOPInstanceReferenceMacroDependentItemvalidateForModule in interface IItemvalidateForModule in class ImageSOPInstanceReferenceMacroDependentItemInvalidItemException - throws ValidationException If Mandatory or Conditional element fails.