Interface IFhirResourceDaoPatient<T extends org.hl7.fhir.instance.model.api.IBaseResource>

All Superinterfaces:
IDao, IFhirResourceDao<T>

public interface IFhirResourceDaoPatient<T extends org.hl7.fhir.instance.model.api.IBaseResource> extends IFhirResourceDao<T>
  • Method Details

    • patientInstanceEverything

      ca.uhn.fhir.rest.api.server.IBundleProvider patientInstanceEverything(jakarta.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, PatientEverythingParameters theQueryParams, org.hl7.fhir.instance.model.api.IIdType theId)
    • patientTypeEverything

      ca.uhn.fhir.rest.api.server.IBundleProvider patientTypeEverything(jakarta.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, PatientEverythingParameters theQueryParams, ca.uhn.fhir.rest.param.TokenOrListParam theId)