add result classification

- add result classification
	- add sample start command for positive confirmation
	- remove toast on result screen
This commit is contained in:
Pritimay Sarkar
2023-09-17 23:46:30 +05:30
parent dfa9fe7672
commit 515ab24ce6
3 changed files with 34 additions and 5 deletions

View File

@@ -27,5 +27,6 @@ data class HemoCubeTestData(
var led1Average: Double? = null,
var led2Average: Double? = null,
var deviceRatio: Double? = null,
var calculatedRatio: Double? = null
var calculatedRatio: Double? = null,
var classificationResult: String = ""
)