Class BaseJpaResourceProviderPatientR5

java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
ca.uhn.fhir.jpa.provider.r5.JpaResourceProviderR5<org.hl7.fhir.r5.model.Patient>
ca.uhn.fhir.jpa.provider.r5.BaseJpaResourceProviderPatientR5
All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
Direct Known Subclasses:
PatientResourceProvider

public class BaseJpaResourceProviderPatientR5 extends JpaResourceProviderR5<org.hl7.fhir.r5.model.Patient>
  • Field Summary

    Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider

    myDaoConfig, REMOTE_ADDR, REMOTE_UA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ca.uhn.fhir.rest.api.server.IBundleProvider
    patientInstanceEverything(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r5.model.IdType theId, org.hl7.fhir.r5.model.UnsignedIntType theCount, org.hl7.fhir.r5.model.UnsignedIntType theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, List<org.hl7.fhir.r5.model.StringType> theContent, List<org.hl7.fhir.r5.model.StringType> theNarrative, List<org.hl7.fhir.r5.model.StringType> theFilter, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
    Patient/123/$everything
    ca.uhn.fhir.rest.api.server.IBundleProvider
    patientTypeEverything(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r5.model.UnsignedIntType theCount, org.hl7.fhir.r5.model.UnsignedIntType theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, List<org.hl7.fhir.r5.model.StringType> theContent, List<org.hl7.fhir.r5.model.StringType> theNarrative, List<org.hl7.fhir.r5.model.StringType> theFilter, List<org.hl7.fhir.r5.model.IdType> theId, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
    /Patient/$everything

    Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider

    create, delete, doExpunge, expunge, expunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, getResourceType, meta, meta, metaAdd, metaDelete, patch, read, setDao, update, validate, validate

    Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider

    createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setDaoConfigForUnitTest, startRequest, startRequest

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • patientInstanceEverything

      public ca.uhn.fhir.rest.api.server.IBundleProvider patientInstanceEverything(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r5.model.IdType theId, org.hl7.fhir.r5.model.UnsignedIntType theCount, org.hl7.fhir.r5.model.UnsignedIntType theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, List<org.hl7.fhir.r5.model.StringType> theContent, List<org.hl7.fhir.r5.model.StringType> theNarrative, List<org.hl7.fhir.r5.model.StringType> theFilter, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Patient/123/$everything
    • patientTypeEverything

      public ca.uhn.fhir.rest.api.server.IBundleProvider patientTypeEverything(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.r5.model.UnsignedIntType theCount, org.hl7.fhir.r5.model.UnsignedIntType theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, List<org.hl7.fhir.r5.model.StringType> theContent, List<org.hl7.fhir.r5.model.StringType> theNarrative, List<org.hl7.fhir.r5.model.StringType> theFilter, List<org.hl7.fhir.r5.model.IdType> theId, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      /Patient/$everything