Class JpaResourceDaoEncounter<T extends org.hl7.fhir.instance.model.api.IBaseResource>

All Implemented Interfaces:
IDao, IFhirResourceDao<T>, IFhirResourceDaoEncounter<T>, IJpaDao<T>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class JpaResourceDaoEncounter<T extends org.hl7.fhir.instance.model.api.IBaseResource> extends BaseHapiFhirResourceDao<T> implements IFhirResourceDaoEncounter<T>
  • Constructor Details

  • Method Details

    • encounterInstanceEverything

      public ca.uhn.fhir.rest.api.server.IBundleProvider encounterInstanceEverything(jakarta.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.instance.model.api.IIdType theId, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, ca.uhn.fhir.rest.api.SortSpec theSort)
      Specified by:
      encounterInstanceEverything in interface IFhirResourceDaoEncounter<T extends org.hl7.fhir.instance.model.api.IBaseResource>
    • encounterTypeEverything

      public ca.uhn.fhir.rest.api.server.IBundleProvider encounterTypeEverything(jakarta.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, ca.uhn.fhir.rest.api.SortSpec theSort)
      Specified by:
      encounterTypeEverything in interface IFhirResourceDaoEncounter<T extends org.hl7.fhir.instance.model.api.IBaseResource>