How to customise the Patient Registration page?

I ran into the same error when trying to overwrite the address hierarchy. I used the following SQL to clean out the database…

SET foreign_key_checks = 0; 
TRUNCATE address_hierarchy_entry;
TRUNCATE address_hierarchy_level;
SET foreign_key_checks = 1;

A post was split to a new topic: Personalizing patient registration fields

@arbaughj @mksd @mogoodrich a headsup @wyclif has worked on https://issues.openmrs.org/browse/RA-951 so need some testing when you get some time, will look at it over the weekend too

Is this issue fixed? Can i add a new field (like Father Name) to patient registration form? which is just a text field.

@hpardess, yes, here is a configuration example for such a person attribute:

2 Likes

Hi, I am installed AdressHierarchy loaded in module manage its showing Addresss Hierarchy Error occured starting

how to resolve this.

I am downloaded Bahmni in ubuntu . and chnanging registration folder app.json file

“customAttributes”: { “label”: “Sub Center”, “placeholder”: "Sub Center ", “fields”: [“givenNameLocal”, “middleNameLocal”, “family_name”] }

but its not reflecting to Browser ,also clear cache of browser than also not reflect using vagrant
use bahmni