Class IllnessHistoryJpaSectionSearchStrategy

java.lang.Object
ca.uhn.fhir.jpa.ips.jpa.JpaSectionSearchStrategy<org.hl7.fhir.r4.model.Condition>
ca.uhn.fhir.jpa.ips.jpa.section.IllnessHistoryJpaSectionSearchStrategy
All Implemented Interfaces:
IJpaSectionSearchStrategy<org.hl7.fhir.r4.model.Condition>

public class IllnessHistoryJpaSectionSearchStrategy extends JpaSectionSearchStrategy<org.hl7.fhir.r4.model.Condition>
  • Constructor Details

  • Method Details

    • shouldInclude

      public boolean shouldInclude(@Nonnull IpsSectionContext<org.hl7.fhir.r4.model.Condition> theIpsSectionContext, @Nonnull org.hl7.fhir.r4.model.Condition 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.