DiagnoseRecordDAO

Functions

Link copied to clipboard
abstract fun add(newDiagnoseRecord: DiagnoseRecord)
Link copied to clipboard
abstract fun getAll(userId: String): Flow<List<DiagnoseRecord>>
Link copied to clipboard
abstract fun getById(id: Int, userId: String): Flow<DiagnoseRecord>
Link copied to clipboard
abstract fun getLatest(userId: String): Flow<DiagnoseRecord>