Class FhirResourceDaoEncounterR4

java.lang.Object
ca.uhn.fhir.jpa.dao.BaseStorageDao
ca.uhn.fhir.jpa.dao.BaseHapiFhirDao<T>
ca.uhn.fhir.jpa.dao.BaseHapiFhirResourceDao<org.hl7.fhir.r4.model.Encounter>
ca.uhn.fhir.jpa.dao.r4.FhirResourceDaoEncounterR4
All Implemented Interfaces:
ca.uhn.fhir.jpa.api.dao.IDao, ca.uhn.fhir.jpa.api.dao.IFhirResourceDao<org.hl7.fhir.r4.model.Encounter>, ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoEncounter<org.hl7.fhir.r4.model.Encounter>, ca.uhn.fhir.jpa.api.dao.IJpaDao<org.hl7.fhir.r4.model.Encounter>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class FhirResourceDaoEncounterR4 extends BaseHapiFhirResourceDao<org.hl7.fhir.r4.model.Encounter> implements ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoEncounter<org.hl7.fhir.r4.model.Encounter>
  • Constructor Details

  • Method Details

    • encounterInstanceEverything

      public ca.uhn.fhir.rest.api.server.IBundleProvider encounterInstanceEverything(javax.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 ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoEncounter<org.hl7.fhir.r4.model.Encounter>
    • encounterTypeEverything

      public ca.uhn.fhir.rest.api.server.IBundleProvider encounterTypeEverything(javax.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 ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoEncounter<org.hl7.fhir.r4.model.Encounter>