Class GoalResourceProvider

java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<ca.uhn.fhir.model.dstu2.resource.Goal>
ca.uhn.fhir.jpa.rp.dstu2.GoalResourceProvider
All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider

public class GoalResourceProvider extends BaseJpaResourceProvider<ca.uhn.fhir.model.dstu2.resource.Goal>
  • Constructor Details

  • Method Details

    • getResourceType

      public Class<ca.uhn.fhir.model.dstu2.resource.Goal> getResourceType()
      Specified by:
      getResourceType in interface ca.uhn.fhir.rest.server.IResourceProvider
      Overrides:
      getResourceType in class BaseJpaResourceProvider<ca.uhn.fhir.model.dstu2.resource.Goal>
    • search

      public ca.uhn.fhir.rest.api.server.IBundleProvider search(jakarta.servlet.http.HttpServletRequest theServletRequest, jakarta.servlet.http.HttpServletResponse theServletResponse, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.param.StringAndListParam theFtFilter, ca.uhn.fhir.rest.param.StringAndListParam theFtContent, ca.uhn.fhir.rest.param.StringAndListParam theFtText, ca.uhn.fhir.rest.param.TokenAndListParam theSearchForTag, ca.uhn.fhir.rest.param.TokenAndListParam theSearchForSecurity, ca.uhn.fhir.rest.param.UriAndListParam theSearchForProfile, ca.uhn.fhir.rest.param.StringAndListParam theList, ca.uhn.fhir.rest.param.TokenAndListParam theResourceLanguage, ca.uhn.fhir.rest.param.UriAndListParam theSearchForSource, ca.uhn.fhir.rest.param.HasAndListParam theHas, ca.uhn.fhir.rest.param.StringAndListParam the_id, ca.uhn.fhir.rest.param.TokenAndListParam theCategory, ca.uhn.fhir.rest.param.TokenAndListParam theIdentifier, ca.uhn.fhir.rest.param.ReferenceAndListParam thePatient, ca.uhn.fhir.rest.param.TokenAndListParam theStatus, ca.uhn.fhir.rest.param.ReferenceAndListParam theSubject, ca.uhn.fhir.rest.param.DateRangeParam theTargetdate, Map<String,List<String>> theAdditionalRawParams, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, Set<ca.uhn.fhir.model.api.Include> theIncludes, Set<ca.uhn.fhir.model.api.Include> theRevIncludes, ca.uhn.fhir.rest.api.SortSpec theSort, Integer theCount, Integer theOffset, ca.uhn.fhir.rest.api.SummaryEnum theSummaryMode, ca.uhn.fhir.rest.api.SearchTotalModeEnum theSearchTotalMode, ca.uhn.fhir.rest.api.SearchContainedModeEnum theSearchContainedMode)