public class InterpretationApproverSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInterpretationApprovalDate()
Retreives Interpretation Approval Date.
|
java.lang.String |
getInterpretationApprovalTime()
Retrieves Interpretation Approval Time.
|
java.lang.String |
getPhysicianApprovingInterpretation()
Return Physician Approving Interpretation.
|
void |
setInterpretationApprovalDate(java.lang.String strInterpretationApprovalDate)
Sets Interpretation Approval Date.
|
void |
setInterpretationApprovalTime(java.lang.String strInterpretationApprovalTime)
Sets Interpretation Approval Time
|
void |
setPhysicianApprovingInterpretation(java.lang.String strPhysicianApprovingInterpretation)
Sets Physician Approving Interpretation
|
boolean |
validateForModule()
Validates all the attributes in InterpretationApproverSequenceItem 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 setInterpretationApprovalDate(java.lang.String strInterpretationApprovalDate)
strInterpretationApprovalDate - Specifies Date the report or amendment was approved.public java.lang.String getInterpretationApprovalDate()
public void setInterpretationApprovalTime(java.lang.String strInterpretationApprovalTime)
strInterpretationApprovalTime - Specifies Time the report or amendment was approved.public java.lang.String getInterpretationApprovalTime()
public void setPhysicianApprovingInterpretation(java.lang.String strPhysicianApprovingInterpretation)
strPhysicianApprovingInterpretation - Specifies Physician approving the report or amendment.public java.lang.String getPhysicianApprovingInterpretation()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.