Bahmni is not display Patient's local name in clinical module

@zacrify, which version of Bahmni are you running?

In version 0.88, you would need to change both settings.

Could you try with no validation at all?

"familyName" : {"pattern" : "[a-zA-Z]{0,}", "errorMessage" : "Accepts only roman characters"},
"givenName" : {"pattern" : "[a-zA-Z]{0,}", "errorMessage" : "Accepts only roman characters"},
"middleName" : {"pattern" : "[a-zA-Z]{0,}", "errorMessage" : "Accepts only roman characters"},

Then can you confirm that any character is accepted in the name fields?


@darius, I am surprised of this because there seem to be a validation set by default in Bahmni 0.88 (which uses Core 2.0.4):

1 Like