Uses of Class
ca.cdr.api.fhirgw.model.OperationRequest
-
Uses of OperationRequest in ca.cdr.api.fhirgw.model
Modifier and TypeMethodDescriptionOperationRequest.setParameters
(IBaseParameters theParameters) OperationRequest.setResourceId
(String theResourceId) -
Uses of OperationRequest in ca.cdr.api.fhirgw.svc
Modifier 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.