Click or drag to resize

HdsiServiceClientPatch Method

Sends a patch operation to the server.

Namespace: SanteDB.Messaging.HDSI.Client
Assembly: SanteDB.Messaging.HDSI.Client (in SanteDB.Messaging.HDSI.Client.dll) Version: 3.0.2081-alpha+cbc29d8899d643bca0b6921497a6c32801355dbe
Syntax
public Guid Patch(
	Patch patch
)

Parameters

patch  Patch
The patch containing the information to be patched.

Return Value

Guid
Returns the updated version GUID.
See Also