Interface Matcher

All Known Implementing Classes:
SearchQuery

public interface Matcher
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends org.hl7.fhir.r4.model.Resource>
     
    boolean
    matches(org.hl7.fhir.r4.model.Resource resource)
     
    void
    resloveReferencesForMatching(org.hl7.fhir.r4.model.Resource resource, DaoProvider daoProvider)
     
  • Method Details

    • resloveReferencesForMatching

      void resloveReferencesForMatching(org.hl7.fhir.r4.model.Resource resource, DaoProvider daoProvider) throws SQLException
      Throws:
      SQLException
    • matches

      boolean matches(org.hl7.fhir.r4.model.Resource resource)
    • getResourceType

      Class<? extends org.hl7.fhir.r4.model.Resource> getResourceType()