 | IFhirServiceContractExecuteOperationGet Method |
Execute the specified operation name using a GET
Namespace: SanteDB.Messaging.FHIR.RestAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
SyntaxResource 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 String
- The type of resource the operation is on
- operationName String
- The name of the operation
Return Value
ResourceThe result of the operation
See Also