tperrier / mwachx

Mobile SMS management application for maternal health
Apache License 2.0
2 stars 8 forks source link

Participant ID is not the right length #270

Closed bderenzi closed 9 years ago

bderenzi commented 9 years ago

Assuming it is read in by the barcode, it will be:

GGSSPPPP

GG = global ID (25 I think?) SS = side ID (11, 22, something else) PPPP = participant ID

tperrier commented 9 years ago

Change this to String and use ng-pattern for validation