 | IPatchServicePatch Method |
Apples the specified patch onto data returning the updated object
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIdentifiedData Patch(
Patch patch,
IdentifiedData data,
bool force = false
)
Function Patch (
patch As Patch,
data As IdentifiedData,
Optional force As Boolean = false
) As IdentifiedData
IdentifiedData^ Patch(
Patch^ patch,
IdentifiedData^ data,
bool force = false
)
abstract Patch :
patch : Patch *
data : IdentifiedData *
?force : bool
(* Defaults:
let _force = defaultArg force false
*)
-> IdentifiedData 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