SymptomsUiData

data class SymptomsUiData(val symptomScores: List<SymptomScore> = emptyList(), val chartData: List<AggregatedHealthData>, val tableData: List<TableEntryData> = emptyList(), val headerData: HeaderData, val valueFormatter: (Double) -> String = { "" })

Constructors

Link copied to clipboard
constructor(symptomScores: List<SymptomScore> = emptyList(), chartData: List<AggregatedHealthData>, tableData: List<TableEntryData> = emptyList(), headerData: HeaderData, valueFormatter: (Double) -> String = { "" })

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard