We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862c1a7 commit c2af3bbCopy full SHA for c2af3bb
CHANGELOG.md
@@ -24,6 +24,7 @@
24
- Bump Coroutines to v1.10.2
25
- Skip Sentry config during app startup in the debug mode
26
- Show spanish language option in non-production builds only
27
+- Increase lab based risk threshold to 20%
28
29
### Features
30
app/src/main/java/org/simple/clinic/summary/compose/StatinNudgeView.kt
@@ -47,7 +47,7 @@ import org.simple.clinic.cvdrisk.StatinInfo
47
import org.simple.clinic.medicalhistory.Answer
48
import org.simple.clinic.util.toAnnotatedString
49
50
-private const val LAB_BASED_MIN_REQ_MAX_RISK_RANGE = 10
+private const val LAB_BASED_MIN_REQ_MAX_RISK_RANGE = 20
51
private const val MIN_AGE_FOR_STATIN = 40
52
53
@Composable
0 commit comments