 | AmiIntegrationServiceUpdate Method |
Attempt an update on the specified resource
Namespace:
SanteDB.DisconnectedClient.Interop.AMI
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic void Update(
IdentifiedData data,
bool forceUpdate = false
)
Public Sub Update (
data As IdentifiedData,
Optional forceUpdate As Boolean = false
)
public:
virtual void Update(
IdentifiedData^ data,
bool forceUpdate = false
) sealed
abstract Update :
data : IdentifiedData *
?forceUpdate : bool
(* Defaults:
let _forceUpdate = defaultArg forceUpdate false
*)
-> unit
override Update :
data : IdentifiedData *
?forceUpdate : bool
(* Defaults:
let _forceUpdate = defaultArg forceUpdate false
*)
-> unit
Parameters
- data
- Type: SanteDB.Core.ModelIdentifiedData
[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Update(SanteDB.Core.Model.IdentifiedData,System.Boolean)"]
- forceUpdate (Optional)
- Type: SystemBoolean
[Missing <param name="forceUpdate"/> documentation for "M:SanteDB.DisconnectedClient.Interop.AMI.AmiIntegrationService.Update(SanteDB.Core.Model.IdentifiedData,System.Boolean)"]
Implements
IIntegrationServiceUpdate(IdentifiedData, Boolean)
See Also