| 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
)
Public Function Patch (
patch As Patch
) As Guid
public:
Guid Patch(
Patch^ patch
)
member Patch :
patch : Patch -> Guid
Parameters
- patch
- Type: SanteDB.Core.Model.PatchPatch
The patch containing the information to be patched.
Return Value
Type:
GuidReturns the updated version GUID.
See Also