Click or drag to resize

IHdsiServiceContractInvokeMethod(String, String, String, ParameterCollection) Method

Invokes the specified operation

Namespace: SanteDB.Rest.HDSI
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
Object InvokeMethod(
	string resourceType,
	string id,
	string operationName,
	ParameterCollection parameters
)

Parameters

resourceType  String
The type of operation being invoked
id  String
The ID of the object which scopes the operation
operationName  String
The name of the operation
parameters  ParameterCollection
The parameters to invoke the operation with

Return Value

Object
The result of the operation invokation
Remarks
In SanteDB an operation or method is invoked using POST /resource/123/$do-somthing and is used to invoke remote procedures on the server
See Also