Package ca.uhn.fhir.jpa.ips.jpa.section
Class ProceduresJpaSectionSearchStrategy
java.lang.Object
ca.uhn.fhir.jpa.ips.jpa.JpaSectionSearchStrategy<org.hl7.fhir.r4.model.Procedure>
ca.uhn.fhir.jpa.ips.jpa.section.ProceduresJpaSectionSearchStrategy
- All Implemented Interfaces:
IJpaSectionSearchStrategy<org.hl7.fhir.r4.model.Procedure>
public class ProceduresJpaSectionSearchStrategy
extends JpaSectionSearchStrategy<org.hl7.fhir.r4.model.Procedure>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldInclude
(IpsSectionContext<org.hl7.fhir.r4.model.Procedure> theIpsSectionContext, org.hl7.fhir.r4.model.Procedure 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
-
ProceduresJpaSectionSearchStrategy
public ProceduresJpaSectionSearchStrategy()
-
-
Method Details
-
shouldInclude
public boolean shouldInclude(@Nonnull IpsSectionContext<org.hl7.fhir.r4.model.Procedure> theIpsSectionContext, @Nonnull org.hl7.fhir.r4.model.Procedure 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.
-