Click or drag to resize

AmiServiceBehaviorBasePatch Method

Perform a patch on the serviceo

Namespace:  SanteDB.Messaging.AMI.Wcf
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.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.Messaging.AMI.Wcf.AmiServiceBehaviorBase.Patch(System.String,System.String,SanteDB.Core.Model.Patch.Patch)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.Patch(System.String,System.String,SanteDB.Core.Model.Patch.Patch)"]

body
Type: SanteDB.Core.Model.PatchPatch

[Missing <param name="body"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.Patch(System.String,System.String,SanteDB.Core.Model.Patch.Patch)"]

Implements

IAmiServiceContractPatch(String, String, Patch)
See Also