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.481-alpha
Syntax
IdentifiedData Patch(
	Patch patch,
	IdentifiedData data,
	bool force = false
)

Parameters

patch
Type: SanteDB.Core.Model.PatchPatch

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

data
Type: SanteDB.Core.ModelIdentifiedData

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

force (Optional)
Type: SystemBoolean

[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

Type: IdentifiedData

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

See Also