Click or drag to resize

HdsiServiceBehaviorBaseInvokeMethod Method (String, String, String, ParameterCollection)

Invoke the specified method on the API

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

Parameters

resourceType
Type: SystemString

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

id
Type: SystemString

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

operationName
Type: SystemString

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

body
Type: SanteDB.Core.Model.ParametersParameterCollection

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

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.InvokeMethod(System.String,System.String,System.String,SanteDB.Core.Model.Parameters.ParameterCollection)"]

Implements

IHdsiServiceContractInvokeMethod(String, String, String, ParameterCollection)
See Also