| IIntegrationServiceUpdate Method |
Updates specified data.
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax void Update(
IdentifiedData data,
bool forceUpdate = false
)
Sub Update (
data As IdentifiedData,
Optional forceUpdate As Boolean = false
)
void Update(
IdentifiedData^ data,
bool forceUpdate = false
)
abstract Update :
data : IdentifiedData *
?forceUpdate : bool
(* Defaults:
let _forceUpdate = defaultArg forceUpdate false
*)
-> unit
Parameters
- data
- Type: SanteDB.Core.ModelIdentifiedData
The data to be updated. - forceUpdate (Optional)
- Type: SystemBoolean
When true, indicates that update should not do a safety check
See Also