Class FhirResourceDaoPatientR4

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.Patient>
ca.uhn.fhir.jpa.dao.r4.FhirResourceDaoPatientR4
All Implemented Interfaces:
ca.uhn.fhir.jpa.api.dao.IDao, ca.uhn.fhir.jpa.api.dao.IFhirResourceDao<org.hl7.fhir.r4.model.Patient>, ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoPatient<org.hl7.fhir.r4.model.Patient>, ca.uhn.fhir.jpa.api.dao.IJpaDao<org.hl7.fhir.r4.model.Patient>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class FhirResourceDaoPatientR4 extends BaseHapiFhirResourceDao<org.hl7.fhir.r4.model.Patient> implements ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoPatient<org.hl7.fhir.r4.model.Patient>
  • Constructor Details

  • Method Details

    • patientInstanceEverything

      public ca.uhn.fhir.rest.api.server.IBundleProvider patientInstanceEverything(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, ca.uhn.fhir.rest.param.StringAndListParam theContent, ca.uhn.fhir.rest.param.StringAndListParam theNarrative, ca.uhn.fhir.rest.param.StringAndListParam theFilter, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Specified by:
      patientInstanceEverything in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoPatient<org.hl7.fhir.r4.model.Patient>
    • patientTypeEverything

      public ca.uhn.fhir.rest.api.server.IBundleProvider patientTypeEverything(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, ca.uhn.fhir.rest.param.StringAndListParam theContent, ca.uhn.fhir.rest.param.StringAndListParam theNarrative, ca.uhn.fhir.rest.param.StringAndListParam theFilter, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.param.TokenOrListParam theId)
      Specified by:
      patientTypeEverything in interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoPatient<org.hl7.fhir.r4.model.Patient>