File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ dependencies {
304304 exclude group : ' com.rengwuxian.materialedittext' , module : ' library'
305305 exclude group : ' org.smartregister' , module : ' opensrp-client-native-form'
306306 }
307- implementation(' org.smartregister:opensrp-client-native-form:2.1.13 -SNAPSHOT@aar' ) {
307+ implementation(' org.smartregister:opensrp-client-native-form:2.1.14 -SNAPSHOT@aar' ) {
308308 transitive = true
309309 exclude group : ' com.android.support' , module : ' appcompat-v7'
310310 exclude group : ' com.android.support' , module : ' cardview-v7'
Original file line number Diff line number Diff line change @@ -14,28 +14,13 @@ condition: "true"
1414actions :
1515 - " calculation = step1_gest_age + ' weeks'"
1616
17- ---
18- name : step1_edd
19- description : Edd calculated
20- priority : 1
21- condition : " true"
22- actions :
23- - " calculation = step1_last_menstrual_period != '' ? helper.addDuration(step1_last_menstrual_period,'280d') : ''"
24-
2517---
2618name : step1_gravida
2719description : gravida calculated
2820priority : 1
2921condition : " true"
3022actions :
3123 - " calculation = step1_no_prev_preg + 1"
32- ---
33- name : step1_last_menstrual_period
34- description : last_menstrual_period calculated
35- priority : 1
36- condition : " true"
37- actions :
38- - " calculation = helper.subtractDuration(step1_edd,'280d')"
3924
4025---
4126name : step1_edd_note
You can’t perform that action at this time.
0 commit comments