Skip to content

Commit

Permalink
Merge pull request #63 from OpenSRP/1.4.5-wcaro-vaccine-add
Browse files Browse the repository at this point in the history
1.4.5 wcaro vaccine add
  • Loading branch information
Ephraim (Keyman) Muhia committed Feb 12, 2019
2 parents a02eee7 + 6af8014 commit a4c0ecf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.4.4-SNAPSHOT
VERSION_NAME=1.4.5-SNAPSHOT
VERSION_CODE=2
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Immunization
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum Vaccine {
mr1("MR 1", null, -1, 274, 0, "child"),
opv4("OPV 4", null, 1830, 274, 28, "child"),
mcv1("MCV 1", null, -1, 274, 0, "child"),
yf("YF", null, -1, 274, 0, "child"),
yf("Yellow Fever", null, -1, 274, 0, "child"),


mcv2("MCV 2", mcv1, -1, 456, 183, "child"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,13 @@ public static String stateKey(VaccineRepo.Vaccine vaccine) {
case mr1:
case opv4:
case ipv:
case yf:
case mcv1:
return "9 months";

case mcv2:
return "15 months";

case measles2:
case mr2:
return "18 months";
Expand Down

0 comments on commit a4c0ecf

Please sign in to comment.