Click or drag to resize

PatientEncounterPersistenceServiceDoUpdateModel 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 PatientEncounter DoUpdateModel(
	DataContext context,
	PatientEncounter data
)

Parameters

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

Return Value

PatientEncounter
The updated act
See Also