Click or drag to resize

PatientPersistenceServiceObsoleteInternal Method

Obsolete the object

Namespace:  SanteDB.DisconnectedClient.SQLite.Persistence
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
protected override Patient ObsoleteInternal(
	SQLiteDataContext context,
	Patient data
)

Parameters

context
Type: SanteDB.DisconnectedClient.SQLiteSQLiteDataContext

[Missing <param name="context"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.PatientPersistenceService.ObsoleteInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Roles.Patient)"]

data
Type: SanteDB.Core.Model.RolesPatient

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.PatientPersistenceService.ObsoleteInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Roles.Patient)"]

Return Value

Type: Patient

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Persistence.PatientPersistenceService.ObsoleteInternal(SanteDB.DisconnectedClient.SQLite.SQLiteDataContext,SanteDB.Core.Model.Roles.Patient)"]

See Also