resultsAsDatabase

fun resultsAsDatabase(dbName: String, dir: Path = KSL.dbDir, deleteIfExists: Boolean = true): DatabaseIfc(source)

Returns the results as a database holding MCBResultData, MCBIntervalData, MCBScreeningIntervalData, StatisticDataDb, and ObservationDataDb tables (tblMCBResults, tblStatistic, tblMCBIntervals,tblMCBScreeningIntervals, tblObservations).

Parameters

dbName

the name of the database on the disk

dir

the directory to hold the database on the disk