Class FhirResourceDaoEncounterDstu2

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

public class FhirResourceDaoEncounterDstu2 extends BaseHapiFhirResourceDao<ca.uhn.fhir.model.dstu2.resource.Encounter> implements ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoEncounter<ca.uhn.fhir.model.dstu2.resource.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<ca.uhn.fhir.model.dstu2.resource.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<ca.uhn.fhir.model.dstu2.resource.Encounter>