AppointmentRecordDAO

Functions

Link copied to clipboard
abstract fun add(newAppointmentRecord: AppointmentRecord)
Link copied to clipboard
abstract fun delete(userid: String, id: String): Int
Link copied to clipboard
abstract fun getAllFinished(userid: String, now: Date): Flow<List<AppointmentRecord>>
Link copied to clipboard
abstract fun getUpcoming(userid: String, now: Date): Flow<AppointmentRecord?>