Click or drag to resize

ObservationPersistenceServiceDoUpdateModel Method

Perform an update of the core related objects (in this case for an act)

Namespace: SanteDB.Persistence.Data.Services.Persistence.Acts
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected override Observation DoUpdateModel(
	DataContext context,
	Observation data
)

Parameters

context  DataContext
The context on which the data should be updated
data  Observation
The data for the object

Return Value

Observation
The updated act
See Also