Skip to content

Commit

Permalink
New Feedback Registration (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpa-iplit authored and Ekirapapaul committed Sep 19, 2019
1 parent 3be56cc commit ac64c86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openmrs/apps/registration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,11 @@
"givenName" : {"pattern" : "[a-zA-Z]{0,}", "errorMessage" : "Should contain characters"},
"middleName" : {"pattern" : "[a-zA-Z]{0,}", "errorMessage" : "Should contain characters"},
"address1" : {"pattern" : "[a-zA-Z0-9\\s]{2,}", "errorMessage" : "Should contain at least 2 characters"},
"MobileNumber" : {"pattern" : "[0-9]{0,10}", "errorMessage" : "Should be 10 digits"}
"TreatmentSupporterTelephoneNumber" : {"pattern" : "[0-9]{0,10}", "errorMessage" : "Should be 10 digits"},
"TelephoneNo" : {"pattern" : "[0-9]{0,10}", "errorMessage" : "Should be 10 digits"},
"MothersContactNumber" : {"pattern" : "[0-9]{0,10}", "errorMessage" : "Should be 10 digits"},
"MobileNumber" : {"pattern" : "[0-9]{0,10}", "errorMessage" : "Should be 10 digits"},
"AlternativeNumber" : {"pattern" : "[0-9]{0,10}", "errorMessage" : "Should be 10 digits"}
},
"patientSearch": {
"customAttributes": {
Expand Down

0 comments on commit ac64c86

Please sign in to comment.