Click or drag to resize

SimplePatchServicePatch Method

Applies the specified patch onto data to derive the return value.

Namespace:  SanteDB.Core.Services.Impl
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public 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.Impl.SimplePatchService.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.Impl.SimplePatchService.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.Impl.SimplePatchService.Patch(SanteDB.Core.Model.Patch.Patch,SanteDB.Core.Model.IdentifiedData,System.Boolean)"]

Return Value

Type: IdentifiedData

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

Implements

IPatchServicePatch(Patch, IdentifiedData, Boolean)
See Also