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: 2.2.1
Syntax
public Guid Patch(
	Patch patch
)

Parameters

patch
Type: SanteDB.Core.Model.PatchPatch
The patch containing the information to be patched.

Return Value

Type: Guid
Returns the updated version GUID.
See Also