| IFhirServiceContractExecuteOperationGet Method |
Execute the specified operation name using a GET
Namespace:
SanteDB.Messaging.FHIR.Rest
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax Resource ExecuteOperationGet(
string resourceType,
string operationName
)
Function ExecuteOperationGet (
resourceType As String,
operationName As String
) As Resource
Resource^ ExecuteOperationGet(
String^ resourceType,
String^ operationName
)
abstract ExecuteOperationGet :
resourceType : string *
operationName : string -> Resource
Parameters
- resourceType
- Type: SystemString
The type of resource the operation is on - operationName
- Type: SystemString
The name of the operation
Return Value
Type:
ResourceThe result of the operation
See Also