 | AmiServiceBehaviorPatch Method |
Perform a patch on the serviceo
Namespace: SanteDB.Rest.AMIAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic virtual void Patch(
string resourceType,
string id,
Patch body
)
Public Overridable Sub Patch (
resourceType As String,
id As String,
body As Patch
)
public:
virtual void Patch(
String^ resourceType,
String^ id,
Patch^ body
)
abstract Patch :
resourceType : string *
id : string *
body : Patch -> unit
override Patch :
resourceType : string *
id : string *
body : Patch -> unit Parameters
- resourceType String
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.Patch(System.String,System.String,SanteDB.Core.Model.Patch.Patch)"]
- id String
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.Patch(System.String,System.String,SanteDB.Core.Model.Patch.Patch)"]
- body Patch
[Missing <param name="body"/> documentation for "M:SanteDB.Rest.AMI.AmiServiceBehavior.Patch(System.String,System.String,SanteDB.Core.Model.Patch.Patch)"]
Implements
IAmiServiceContractPatch(String, String, Patch)
See Also