I'm complectly new to OpenMRS. I have installed openmrs 1.12 and build(8f283e) in Windows OS. I need to add following custom new fields in Patient Registration Form.
- Mother's Name(Text field and Required field)
- Emergency Contact Name(Text field)
- Emergency Contact Phone Number(numeric field & validation)
- Marital Status(Drop down and Required field) and many more fields I need to add.
I have install the XFORM module and overwrite the existing Patient registration form & I created the custom fields as I mentioned above filed.
I'm able to create/save the Patient record but new custom filed values are not stored in the DB level.
Some one please help me to , How to save custom fields in Patient Registration?