toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.room
/
DiagnoseRecordDAO
Diagnose
Record
DAO
interface
DiagnoseRecordDAO
Members
Functions
add
Link copied to clipboard
abstract
fun
add
(
newDiagnoseRecord
:
DiagnoseRecord
)
get
All
Link copied to clipboard
abstract
fun
getAll
(
userId
:
String
)
:
Flow
<
List
<
DiagnoseRecord
>
>
get
By
Id
Link copied to clipboard
abstract
fun
getById
(
id
:
Int
,
userId
:
String
)
:
Flow
<
DiagnoseRecord
>
get
Latest
Link copied to clipboard
abstract
fun
getLatest
(
userId
:
String
)
:
Flow
<
DiagnoseRecord
>