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: 2.2.1
Syntax
public Resource ExecuteOperationPost(
	string resourceType,
	string operationName,
	Parameters parameters
)

Parameters

resourceType
Type: SystemString
The type of resource this operation
operationName
Type: SystemString
The name of the operation
parameters
Type: Parameters
The parameters for the operation

Return Value

Type: Resource
The result of executing the operation

Implements

IFhirServiceContractExecuteOperationPost(String, String, Parameters)
See Also