Package ca.uhn.fhir.jpa.rp.r4
Class CommunicationRequestResourceProvider
- java.lang.Object
-
- ca.uhn.fhir.jpa.provider.BaseJpaProvider
-
- ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
-
- ca.uhn.fhir.jpa.provider.r4.JpaResourceProviderR4<org.hl7.fhir.r4.model.CommunicationRequest>
-
- ca.uhn.fhir.jpa.rp.r4.CommunicationRequestResourceProvider
-
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
public class CommunicationRequestResourceProvider extends JpaResourceProviderR4<org.hl7.fhir.r4.model.CommunicationRequest>
-
-
Field Summary
-
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myDaoConfig, REMOTE_ADDR, REMOTE_UA
-
-
Constructor Summary
Constructors Constructor Description CommunicationRequestResourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<org.hl7.fhir.r4.model.CommunicationRequest>
getResourceType()
IBundleProvider
search(HttpServletRequest theServletRequest, HttpServletResponse theServletResponse, RequestDetails theRequestDetails, StringAndListParam theFtFilter, StringAndListParam theFtContent, StringAndListParam theFtText, TokenAndListParam theSearchForTag, TokenAndListParam theSearchForSecurity, UriAndListParam theSearchForProfile, UriAndListParam theSearchForSource, HasAndListParam theHas, TokenAndListParam the_id, StringAndListParam the_language, DateRangeParam theAuthored, ReferenceAndListParam theBased_on, TokenAndListParam theCategory, ReferenceAndListParam theEncounter, TokenAndListParam theGroup_identifier, TokenAndListParam theIdentifier, TokenAndListParam theMedium, DateRangeParam theOccurrence, ReferenceAndListParam thePatient, TokenAndListParam thePriority, ReferenceAndListParam theRecipient, ReferenceAndListParam theReplaces, ReferenceAndListParam theRequester, ReferenceAndListParam theSender, TokenAndListParam theStatus, ReferenceAndListParam theSubject, Map<String,List<String>> theAdditionalRawParams, Set<Include> theRevIncludes, DateRangeParam theLastUpdated, Set<Include> theIncludes, SortSpec theSort, Integer theCount, SummaryEnum theSummaryMode, SearchTotalModeEnum theSearchTotalMode)
-
Methods inherited from class ca.uhn.fhir.jpa.provider.r4.JpaResourceProviderR4
create, delete, expunge, expunge, meta, meta, metaAdd, metaDelete, update, validate, validate
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
doExpunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, patch, read, setDao
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setDaoConfigForUnitTest, startRequest, startRequest
-
-
-
-
Method Detail
-
getResourceType
public Class<org.hl7.fhir.r4.model.CommunicationRequest> getResourceType()
- Specified by:
getResourceType
in interfaceca.uhn.fhir.rest.server.IResourceProvider
- Overrides:
getResourceType
in classBaseJpaResourceProvider<org.hl7.fhir.r4.model.CommunicationRequest>
-
search
public IBundleProvider search(HttpServletRequest theServletRequest, HttpServletResponse theServletResponse, RequestDetails theRequestDetails, StringAndListParam theFtFilter, StringAndListParam theFtContent, StringAndListParam theFtText, TokenAndListParam theSearchForTag, TokenAndListParam theSearchForSecurity, UriAndListParam theSearchForProfile, UriAndListParam theSearchForSource, HasAndListParam theHas, TokenAndListParam the_id, StringAndListParam the_language, DateRangeParam theAuthored, ReferenceAndListParam theBased_on, TokenAndListParam theCategory, ReferenceAndListParam theEncounter, TokenAndListParam theGroup_identifier, TokenAndListParam theIdentifier, TokenAndListParam theMedium, DateRangeParam theOccurrence, ReferenceAndListParam thePatient, TokenAndListParam thePriority, ReferenceAndListParam theRecipient, ReferenceAndListParam theReplaces, ReferenceAndListParam theRequester, ReferenceAndListParam theSender, TokenAndListParam theStatus, ReferenceAndListParam theSubject, Map<String,List<String>> theAdditionalRawParams, Set<Include> theRevIncludes, DateRangeParam theLastUpdated, Set<Include> theIncludes, SortSpec theSort, Integer theCount, SummaryEnum theSummaryMode, SearchTotalModeEnum theSearchTotalMode)
-
-