Package ca.uhn.fhir.jpa.ips.jpa.section
Class DiagnosticResultsJpaSectionSearchStrategyDiagnosticReport
java.lang.Object
ca.uhn.fhir.jpa.ips.jpa.JpaSectionSearchStrategy<org.hl7.fhir.r4.model.DiagnosticReport>
ca.uhn.fhir.jpa.ips.jpa.section.DiagnosticResultsJpaSectionSearchStrategyDiagnosticReport
- All Implemented Interfaces:
IJpaSectionSearchStrategy<org.hl7.fhir.r4.model.DiagnosticReport>
public class DiagnosticResultsJpaSectionSearchStrategyDiagnosticReport
extends JpaSectionSearchStrategy<org.hl7.fhir.r4.model.DiagnosticReport>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldInclude
(IpsSectionContext theIpsSectionContext, org.hl7.fhir.r4.model.DiagnosticReport theCandidate) This method will be called for each found resource candidate for inclusion in the IPS document.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.jpa.ips.jpa.IJpaSectionSearchStrategy
massageResourceSearch
-
Constructor Details
-
DiagnosticResultsJpaSectionSearchStrategyDiagnosticReport
-
-
Method Details
-
shouldInclude
public boolean shouldInclude(@Nonnull IpsSectionContext theIpsSectionContext, @Nonnull org.hl7.fhir.r4.model.DiagnosticReport theCandidate) Description copied from interface:IJpaSectionSearchStrategy
This method will be called for each found resource candidate for inclusion in the IPS document. The strategy can decide whether to include it or not. Note that the default implementation will always return true.This method is called once for every resource that is being considered for inclusion in an IPS section.
-