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.voidIOperationOrchestrator.invokeBulkExportOperation(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails) Called by a system provider to invoke a bulk export operation on surrogate server(s).voidIOperationOrchestrator.invokeBulkExportStatusOperation(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails) Called by a system provider to invoke a bulk export status operation on surrogate server(s).IOperationOrchestrator.invokeBundleReturning(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails) Called by a system provider to invoke a FHIR operation which returns a page of results.Either<org.hl7.fhir.r4.model.OperationOutcome,MethodOutcome> IFhirEndpointGatewayTarget.invokeForMethodOutcome(OperationRequest theRequest) Invoked for any operation returning either an OperationOutcome, as an error return or a MethodOutcome as a successful returnEither<org.hl7.fhir.r4.model.OperationOutcome,StringOutcome> IFhirEndpointGatewayTarget.invokeForStringOutcome(OperationRequest theRequest) Invoked for any operation returning either an OperationOutcome, as an error return or a StringOutcome as a successful returnIOperationOrchestrator.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.voidIOperationOrchestrator.invokeProxyLinkOperation(OperationRequest theOperationRequest, ServletRequestDetails theRequestDetails) Called by a system provider to invoke a proxy-link operation which distributes received links on surrogate server(s).