Click or drag to resize

HdsiServiceBehaviorBasePatch Method

Perform a patch on the serviceo

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
public virtual void Patch(
	string resourceType,
	string id,
	Patch body
)

Parameters

resourceType
Type: SystemString

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

id
Type: SystemString

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

body
Type: SanteDB.Core.Model.PatchPatch

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

Implements

IHdsiServiceContractPatch(String, String, Patch)
See Also