Click or drag to resize

HdsiServiceClient Constructor

Initializes a new instance of the HdsiServiceClient class with a specific IRestClient instance.

Namespace:  SanteDB.Messaging.HDSI.Client
Assembly:  SanteDB.Messaging.HDSI.Client (in SanteDB.Messaging.HDSI.Client.dll) Version: 2.2.1
Syntax
public HdsiServiceClient(
	IRestClient client
)

Parameters

client
Type: SanteDB.Core.HttpIRestClient
The IRestClient instance.
See Also