Click or drag to resize

IFhirServiceContractExecute Method

Execute the specified operation name

Namespace:  SanteDB.Messaging.FHIR.Rest
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
Resource Execute(
	string operationName,
	Parameters parameters
)

Parameters

operationName
Type: SystemString
The name of the operation
parameters
Type: Parameters
The body to pass as a parameter to the operation

Return Value

Type: Resource
The result of the operation
See Also