| 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
)
Public Function ExecuteOperationGet (
resourceType As String,
operationName As String
) As Resource
public:
virtual Resource^ ExecuteOperationGet(
String^ resourceType,
String^ operationName
) sealed
abstract ExecuteOperationGet :
resourceType : string *
operationName : string -> Resource
override ExecuteOperationGet :
resourceType : string *
operationName : string -> Resource
Parameters
- resourceType
- Type: SystemString
The type of resource this operation - operationName
- Type: SystemString
The name of the operation
Return Value
Type:
ResourceThe result of executing the operation
Implements
IFhirServiceContractExecuteOperationGet(String, String)See Also