Click or drag to resize

IPatchServicePatch Method

Apples the specified patch onto data returning the updated object

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IdentifiedData Patch(
	Patch patch,
	IdentifiedData data,
	bool force = false
)

Parameters

patch  Patch

[Missing <param name="patch"/> documentation for "M:SanteDB.Core.Services.IPatchService.Patch(SanteDB.Core.Model.Patch.Patch,SanteDB.Core.Model.IdentifiedData,System.Boolean)"]

data  IdentifiedData

[Missing <param name="data"/> documentation for "M:SanteDB.Core.Services.IPatchService.Patch(SanteDB.Core.Model.Patch.Patch,SanteDB.Core.Model.IdentifiedData,System.Boolean)"]

force  Boolean  (Optional)

[Missing <param name="force"/> documentation for "M:SanteDB.Core.Services.IPatchService.Patch(SanteDB.Core.Model.Patch.Patch,SanteDB.Core.Model.IdentifiedData,System.Boolean)"]

Return Value

IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Core.Services.IPatchService.Patch(SanteDB.Core.Model.Patch.Patch,SanteDB.Core.Model.IdentifiedData,System.Boolean)"]

See Also