public class InterpretationApprovalModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
InterpretationApprovalModule(IDataSet objIDataSet)
Instantiates a new interpretation approval module.
|
| Modifier and Type | Method and Description |
|---|---|
InterpretationApproverSequence |
getInterpretationApproverSequence()
Identifies the approvers of the interpretation.
|
InterpretationDiagnosisCodesSequence |
getInterpretationDiagnosisCodesSequence()
Return a sequence that conveys the interpretation diagnosis.
|
java.lang.String |
getInterpretationDiagnosisDescription()
Return Interpretation Diagnosis Description.
|
ResultsDistributionListSequence |
getResultsDistributionListSequence()
Return Sequence that holds Names and addresses of persons to receive a copy of the report and amendments.
|
void |
setInterpretationDiagnosisDescription(java.lang.String strInterpretationDiagnosisDescription)
Sets Interpretation Diagnosis Description.
|
boolean |
validateModule()
Validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, getVectorOfKeys, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public InterpretationApprovalModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic InterpretationApproverSequence getInterpretationApproverSequence()
public void setInterpretationDiagnosisDescription(java.lang.String strInterpretationDiagnosisDescription)
strInterpretationDiagnosisDescription - the str interpretation diagnosis descriptionpublic java.lang.String getInterpretationDiagnosisDescription()
public InterpretationDiagnosisCodesSequence getInterpretationDiagnosisCodesSequence()
public ResultsDistributionListSequence getResultsDistributionListSequence()