Click or drag to resize

FhirServiceBehaviorExecuteOperationGet 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 ExecuteOperationGet(
	string resourceType,
	string operationName
)

Parameters

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

Return Value

Type: Resource
The result of executing the operation

Implements

IFhirServiceContractExecuteOperationGet(String, String)
See Also