public interface DiagnosticInvestigations
| Modifier and Type | Method and Description |
|---|---|
DiagnosticInvestigations |
addImagingExaminationSectionAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
Method allows users to specify custom-narrative for Imaging Examination section System will
however first check for
List<ImagingExaminationResult> to be not-null and then
only will process custom-narrative as a section within Diagnostic Investigations (None of these
are mandatory) |
DiagnosticInvestigations |
addOtherTestResultsAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
Method allows users to specify custom-narrative for Other test results section.
|
DiagnosticInvestigations |
addPathologySectionAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
Method allows users to specify custom-narrative for Pathology section System will however first
check for
List<PathologyTestResult> to be not-null and then only will process
custom-narrative as a section within Diagnostic Investigations (None of these are mandatory) |
DiagnosticInvestigations |
addRequestedServicesSectionAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
Method allows users to specify custom-narrative for Requested Services section.
|
au.net.electronichealth.ns.cda._2_0.StrucDocText |
getCustomNarrative() |
au.net.electronichealth.ns.cda._2_0.StrucDocText |
getImagingExaminationResultCustomNarrative() |
List<ImagingExaminationResult> |
getImagingExaminationResults() |
List<OtherTestResult> |
getOtherTestResults() |
au.net.electronichealth.ns.cda._2_0.StrucDocText |
getOtherTestResultsCustomNarrative() |
au.net.electronichealth.ns.cda._2_0.StrucDocText |
getPathologyCustomNarrative() |
List<PathologyTestResult> |
getPathologyTestResults() |
List<RequestedService> |
getRequestedServices() |
au.net.electronichealth.ns.cda._2_0.StrucDocText |
getRequestedServicesCustomNarrative() |
List<RequestedService> |
getRequestedServicesServiceReferral() |
void |
setCustomNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText customNarrative) |
void |
setImagingExaminationResults(List<ImagingExaminationResult> imagingExaminationResults) |
void |
setOtherTestResults(List<OtherTestResult> otherTestResults) |
void |
setPathologyTestResults(List<PathologyTestResult> pathologyTestResults) |
void |
setRequestedServices(List<RequestedService> requestedServices) |
void |
setRequestedServicesServiceReferral(List<RequestedService> requestedServicesServiceReferral) |
List<PathologyTestResult> getPathologyTestResults()
List<ImagingExaminationResult> getImagingExaminationResults()
List<RequestedService> getRequestedServices()
au.net.electronichealth.ns.cda._2_0.StrucDocText getCustomNarrative()
List<OtherTestResult> getOtherTestResults()
void setOtherTestResults(List<OtherTestResult> otherTestResults)
void setPathologyTestResults(List<PathologyTestResult> pathologyTestResults)
void setImagingExaminationResults(List<ImagingExaminationResult> imagingExaminationResults)
void setRequestedServices(List<RequestedService> requestedServices)
void setCustomNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText customNarrative)
DiagnosticInvestigations addPathologySectionAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
List<PathologyTestResult> to be not-null and then only will process
custom-narrative as a section within Diagnostic Investigations (None of these are mandatory)DiagnosticInvestigations addImagingExaminationSectionAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
List<ImagingExaminationResult> to be not-null and then
only will process custom-narrative as a section within Diagnostic Investigations (None of these
are mandatory)DiagnosticInvestigations addRequestedServicesSectionAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
List<RequestedService> to be not-null and then only
will process custom-narrative as a section within Diagnostic Investigations (None of these are
mandatory)DiagnosticInvestigations addOtherTestResultsAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
List<OtherTestResult> to be not-null and then only will
process custom-narrative as a section within Diagnostic Investigations (None of these are
mandatory)au.net.electronichealth.ns.cda._2_0.StrucDocText getPathologyCustomNarrative()
au.net.electronichealth.ns.cda._2_0.StrucDocText getImagingExaminationResultCustomNarrative()
au.net.electronichealth.ns.cda._2_0.StrucDocText getRequestedServicesCustomNarrative()
au.net.electronichealth.ns.cda._2_0.StrucDocText getOtherTestResultsCustomNarrative()
List<RequestedService> getRequestedServicesServiceReferral()
void setRequestedServicesServiceReferral(List<RequestedService> requestedServicesServiceReferral)
Copyright © 2021. All rights reserved.