Uses of Class
ca.cdr.api.fhirgw.model.OperationRequest
Packages that use OperationRequest
-
Uses of OperationRequest in ca.cdr.api.fhirgw.model
Methods in ca.cdr.api.fhirgw.model that return OperationRequestModifier and TypeMethodDescriptionOperationRequest.setParameters
(IBaseParameters theParameters) OperationRequest.setResourceId
(String theResourceId) Constructors in ca.cdr.api.fhirgw.model with parameters of type OperationRequest -
Uses of OperationRequest in ca.cdr.api.fhirgw.svc
Methods in ca.cdr.api.fhirgw.svc with parameters of type OperationRequestModifier and TypeMethodDescriptionIOperationOrchestrator.invoke
(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails) Called by a system provider to invoke a FHIR operation which returns a single resource.IOperationOrchestrator.invokeBundleReturning
(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails) Called by a system provider to invoke a FHIR operation which returns a page of results.IOperationOrchestrator.invokeGraphql
(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails, String theGraphQLQuery) Called by a system provider to invoke a graphql operationIFhirEndpointGatewayTarget.invokeGraphQLOperation
(OperationRequest theRequest, String theGraphQLQuery) Invoked to perform a GraphQL operationIFhirEndpointGatewayTarget.invokeOperation
(OperationRequest theRequest) Invoked to perform a fhir operationIOperationOrchestrator.invokeOperationResponseReturning
(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails) Called by a system provider to invoke a FHIR operation on a surrogate server.