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