Click or drag to resize

PlaceServicePersistenceServiceDoConvertToInformationModel Method

Converts an information model dbModel to TModel

Namespace: SanteDB.Persistence.Data.Services.Persistence.Entities
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected override PlaceService DoConvertToInformationModel(
	DataContext context,
	DbPlaceService dbModel,
	params Object[] referenceObjects
)

Parameters

context  DataContext
The data context which is being converted on
dbModel  DbPlaceService
The database model to be converted
referenceObjects  Object
If this method is called from a CompositeResult then the other data in the composite result

Return Value

PlaceService
The converted model
See Also