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

@zacrify, out of the box with its default configuration, Bahmni limits to just A-Z in the names.

The linked talk thread that Bindu shared says more about this. Specifically you would need to make changes in two places:

  1. The registration module’s app.json as mentioned here.
  2. (depending on the Bahmni version you’re using) change the underlying OpenMRS advanced settings as mentioned here, maybe just setting “patient.nameValidationRegex” to be blank.

PS- @binduak, could you update the Bahmni wiki to describe how to change this setting, so that we can point people to official documentation of this in the future? (As far as having to change this within OpenMRS advanced settings, starting with OpenMRS Platform 2.0.0, there is no validation by default. So starting from whichever Bahmni version is the one that depends on OpenMRS Platform 2+ there’s no need to do anything in the OpenMRS settings, only the Bahmni app.json.