| 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
)
Public Function ExecuteOperationPost (
resourceType As String,
operationName As String,
parameters As Parameters
) As Resource
public:
virtual Resource^ ExecuteOperationPost(
String^ resourceType,
String^ operationName,
Parameters^ parameters
) sealed
abstract ExecuteOperationPost :
resourceType : string *
operationName : string *
parameters : Parameters -> Resource
override ExecuteOperationPost :
resourceType : string *
operationName : string *
parameters : Parameters -> Resource
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:
ResourceThe result of executing the operation
Implements
IFhirServiceContractExecuteOperationPost(String, String, Parameters)See Also