public class OriginalAttributesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeModificationDateTime()
Retrieves Attribute Modification Date Time.
|
ModifiedAttributesSequence |
getModifiedAttributesSequence()
Retrieves pre-initialized object of Modified Attributes 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 |
getModifyingSystem()
Return Modifying System.
|
java.lang.String |
getReasonfortheAttributeModification()
Return Reason for the Attribute Modification.
|
java.lang.String |
getSourceofPreviousValues()
Return Source of Previous Values.
|
void |
setAttributeModificationDateTime(java.lang.String strAttributeModificationDateTime)
Sets Attribute Modification Date Time.
|
void |
setModifyingSystem(java.lang.String strModifyingSystem)
Sets Modifying System.
|
void |
setReasonfortheAttributeModification(EnumReasonfortheAttributeModification enumReasonfortheAttributeModification)
Sets Reason for the Attribute Modification.
|
void |
setSourceofPreviousValues(java.lang.String strSourceofPreviousValues)
Sets Source of Previous Values.
|
boolean |
validateForModule()
Validates all the attributes in OriginalAttributesSequenceItem 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 setSourceofPreviousValues(java.lang.String strSourceofPreviousValues)
strSourceofPreviousValues - String value of Source of Previous Values.public java.lang.String getSourceofPreviousValues()
public void setAttributeModificationDateTime(java.lang.String strAttributeModificationDateTime)
strAttributeModificationDateTime - String value of Attribute Modification Date Timepublic java.lang.String getAttributeModificationDateTime()
public void setModifyingSystem(java.lang.String strModifyingSystem)
strModifyingSystem - String value of Modifying System.public java.lang.String getModifyingSystem()
public void setReasonfortheAttributeModification(EnumReasonfortheAttributeModification enumReasonfortheAttributeModification)
enumReasonfortheAttributeModification - enum value of Reason for the Attribute Modification.public java.lang.String getReasonfortheAttributeModification()
public ModifiedAttributesSequence getModifiedAttributesSequence()