Click or drag to resize

HdsiServiceBehaviorBaseUpdate Method

Update the specified resource

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

Parameters

resourceType
Type: SystemString

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

id
Type: SystemString

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

body
Type: SanteDB.Core.ModelIdentifiedData

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

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Update(System.String,System.String,SanteDB.Core.Model.IdentifiedData)"]

Implements

IHdsiServiceContractUpdate(String, String, IdentifiedData)
See Also