Package ca.uhn.fhir.jpa.repository


package ca.uhn.fhir.jpa.repository
  • Classes
    Class
    Description
    This class pulls existing methods from the BaseResourceReturningMethodBinding class used for taking the results of a BundleProvider and turning it into a Bundle.
    This class leverages DaoRegistry from Hapi-fhir to implement CRUD FHIR API operations constrained to provide only the operations necessary for the cql-evaluator modules to function.
    The IGenericClient API represents searches with OrLists, while the FhirRepository API uses nested lists.