Click or drag to resize

FhirServiceBehaviorExecuteOperationPost Method

Executes the specified operation name on the specified resource type

Namespace: SanteDB.Messaging.FHIR.Rest
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public Resource ExecuteOperationPost(
	string resourceType,
	string operationName,
	Parameters parameters
)

Parameters

resourceType  String
The type of resource this operation
operationName  String
The name of the operation
parameters  Parameters
The parameters for the operation

Return Value

Resource
The result of executing the operation

Implements

IFhirServiceContractExecuteOperationPost(String, String, Parameters)
See Also