public class VerifyingObserverSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVerificationDateTime()
Retrieves Verification DateTime
|
VerifyingObserverIdentificationCodeSequence |
getVerifyingObserverIdentificationCodeSequence()
Retrieves pre-initialized object of Verifying Observer Identification 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 |
getVerifyingObserverName()
Retrieves Verifying Observer Name.
|
java.lang.String |
getVerifyingOrganization()
Retrieves Verifying Organization
|
void |
setVerificationDateTime(java.lang.String strVerificationDateTime)
Sets Date and Time of verification by the Verifying Observer Name (0040,A075).
|
void |
setVerifyingObserverName(java.lang.String strVerifyingObserverName)
Sets The person authorized by the Verifying Organization (0040,A027) to verify documents of this type and who accepts
responsibility for the content of this document
|
void |
setVerifyingOrganization(java.lang.String strVerifyingOrganization)
Sets Organization to which the Verifying Observer Name (0040,A075) is accountable for this document in the current interpretation procedure
|
boolean |
validateForModule()
Validates all the attributes in
VerifyingObserverSequenceItem 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 setVerifyingObserverName(java.lang.String strVerifyingObserverName)
strVerifyingObserverName - String value of Verifying Observer Namepublic java.lang.String getVerifyingObserverName()
public VerifyingObserverIdentificationCodeSequence getVerifyingObserverIdentificationCodeSequence()
public void setVerifyingOrganization(java.lang.String strVerifyingOrganization)
strVerifyingOrganization - String value of Verifying Organizationpublic java.lang.String getVerifyingOrganization()
public void setVerificationDateTime(java.lang.String strVerificationDateTime)
strVerificationDateTime - String value of Verification DateTimepublic java.lang.String getVerificationDateTime()
public boolean validateForModule()
throws InvalidItemException
VerifyingObserverSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.