public class DiagnosticInvestigationsImpl extends Object implements DiagnosticInvestigations
| Constructor and Description |
|---|
DiagnosticInvestigationsImpl() |
| 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) |
public List<PathologyTestResult> getPathologyTestResults()
getPathologyTestResults in interface DiagnosticInvestigationspublic List<ImagingExaminationResult> getImagingExaminationResults()
getImagingExaminationResults in interface DiagnosticInvestigationspublic List<RequestedService> getRequestedServices()
getRequestedServices in interface DiagnosticInvestigationspublic au.net.electronichealth.ns.cda._2_0.StrucDocText getCustomNarrative()
getCustomNarrative in interface DiagnosticInvestigationspublic List<OtherTestResult> getOtherTestResults()
getOtherTestResults in interface DiagnosticInvestigationspublic void setOtherTestResults(List<OtherTestResult> otherTestResults)
setOtherTestResults in interface DiagnosticInvestigationspublic void setPathologyTestResults(List<PathologyTestResult> pathologyTestResults)
setPathologyTestResults in interface DiagnosticInvestigationspublic void setImagingExaminationResults(List<ImagingExaminationResult> imagingExaminationResults)
setImagingExaminationResults in interface DiagnosticInvestigationspublic void setRequestedServices(List<RequestedService> requestedServices)
setRequestedServices in interface DiagnosticInvestigationspublic void setCustomNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText customNarrative)
setCustomNarrative in interface DiagnosticInvestigationspublic DiagnosticInvestigations addPathologySectionAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
DiagnosticInvestigationsList<PathologyTestResult> to be not-null and then only will process
custom-narrative as a section within Diagnostic Investigations (None of these are mandatory)addPathologySectionAsNarrative in interface DiagnosticInvestigationspublic DiagnosticInvestigations addImagingExaminationSectionAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
DiagnosticInvestigationsList<ImagingExaminationResult> to be not-null and then
only will process custom-narrative as a section within Diagnostic Investigations (None of these
are mandatory)addImagingExaminationSectionAsNarrative in interface DiagnosticInvestigationspublic DiagnosticInvestigations addRequestedServicesSectionAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
DiagnosticInvestigationsList<RequestedService> to be not-null and then only
will process custom-narrative as a section within Diagnostic Investigations (None of these are
mandatory)addRequestedServicesSectionAsNarrative in interface DiagnosticInvestigationspublic DiagnosticInvestigations addOtherTestResultsAsNarrative(au.net.electronichealth.ns.cda._2_0.StrucDocText narrative)
DiagnosticInvestigationsList<OtherTestResult> to be not-null and then only will
process custom-narrative as a section within Diagnostic Investigations (None of these are
mandatory)addOtherTestResultsAsNarrative in interface DiagnosticInvestigationspublic au.net.electronichealth.ns.cda._2_0.StrucDocText getPathologyCustomNarrative()
getPathologyCustomNarrative in interface DiagnosticInvestigationspublic au.net.electronichealth.ns.cda._2_0.StrucDocText getImagingExaminationResultCustomNarrative()
getImagingExaminationResultCustomNarrative in interface DiagnosticInvestigationspublic au.net.electronichealth.ns.cda._2_0.StrucDocText getRequestedServicesCustomNarrative()
getRequestedServicesCustomNarrative in interface DiagnosticInvestigationspublic au.net.electronichealth.ns.cda._2_0.StrucDocText getOtherTestResultsCustomNarrative()
getOtherTestResultsCustomNarrative in interface DiagnosticInvestigationspublic List<RequestedService> getRequestedServicesServiceReferral()
getRequestedServicesServiceReferral in interface DiagnosticInvestigationspublic void setRequestedServicesServiceReferral(List<RequestedService> requestedServicesServiceReferral)
setRequestedServicesServiceReferral in interface DiagnosticInvestigationsCopyright © 2021. All rights reserved.