 | IFhirServiceContractExecute Method |
Execute the specified operation name
Namespace: SanteDB.Messaging.FHIR.RestAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
SyntaxResource Execute(
string operationName,
Parameters parameters
)
Function Execute (
operationName As String,
parameters As Parameters
) As Resource
Resource^ Execute(
String^ operationName,
Parameters^ parameters
)
abstract Execute :
operationName : string *
parameters : Parameters -> Resource Parameters
- operationName String
- The name of the operation
- parameters Parameters
- The body to pass as a parameter to the operation
Return Value
ResourceThe result of the operation
See Also