toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.room
/
AppointmentRecordDAO
Appointment
Record
DAO
interface
AppointmentRecordDAO
Members
Functions
add
Link copied to clipboard
abstract
fun
add
(
newAppointmentRecord
:
AppointmentRecord
)
delete
Link copied to clipboard
abstract
fun
delete
(
userid
:
String
,
id
:
String
)
:
Int
get
All
Finished
Link copied to clipboard
abstract
fun
getAllFinished
(
userid
:
String
,
now
:
Date
)
:
Flow
<
List
<
AppointmentRecord
>
>
get
Upcoming
Link copied to clipboard
abstract
fun
getUpcoming
(
userid
:
String
,
now
:
Date
)
:
Flow
<
AppointmentRecord
?
>