toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.bluetooth.data.models
/
VitalDisplayData
Vital
Display
Data
data
class
VitalDisplayData
(
val
title
:
String
,
val
value
:
String
?
=
null
,
val
unit
:
String
?
=
null
,
val
date
:
String
?
=
null
,
val
status
:
OperationStatus
=
OperationStatus.PENDING
,
val
error
:
String
?
=
null
)
Members
Constructors
Vital
Display
Data
Link copied to clipboard
constructor
(
title
:
String
,
value
:
String
?
=
null
,
unit
:
String
?
=
null
,
date
:
String
?
=
null
,
status
:
OperationStatus
=
OperationStatus.PENDING
,
error
:
String
?
=
null
)
Properties
date
Link copied to clipboard
val
date
:
String
?
=
null
error
Link copied to clipboard
val
error
:
String
?
=
null
status
Link copied to clipboard
val
status
:
OperationStatus
title
Link copied to clipboard
val
title
:
String
unit
Link copied to clipboard
val
unit
:
String
?
=
null
value
Link copied to clipboard
val
value
:
String
?
=
null