Click or drag to resize

IHdsiServiceContractInvokeMethod Method (String, String, ParameterCollection)

Invokes the specified operation

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
Object InvokeMethod(
	string resourceType,
	string operationName,
	ParameterCollection body
)

Parameters

resourceType
Type: SystemString
The type of operation being invoked
operationName
Type: SystemString
The name of the operation
body
Type: SanteDB.Core.Model.ParametersParameterCollection

[Missing <param name="body"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.InvokeMethod(System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Return Value

Type: Object
The result of the operation invokation
See Also