Please share logs @ /var/log/openmrs/openmrs.log
Hi Patricio, Are you able to save patients in English Locale?
No i cant Save in english too
Do you have any changes in openmrs for identifer sources ?
Hi, Did you change “patient.nameValidationRegex” openmrs global property in Advanced Settings? Can you paste the value of it?
Your regular expression to validate the Patient Name seems to be having issues. You need to have ‘+’ to indicate that you can have multiple characters in the string. For Ex: “[0-9a-zñáéíóúü]+$” is a simple regex pattern to accept spanish alpha numeric strings. Please correct the regex.
thanks now iws working
1 Like