Hide "Enter ID" from patient registration

I don’t want bahmni users to be able to manually insert an ID for a patient - I want automatic generation only.

Is it possible to hide “Enter ID” from the patient registration page?

Hello,

That field is not configurable right now… It is hidden by default only if Patient Id has to be entered manually every time.

look at this discussion for more details

1 Like

It seems one can hide the EnterID field using the configuration mentioned here: https://bahmni.atlassian.net/wiki/spaces/BAH/pages/32014595/Configure+Patient+Registration#ConfigurePatientRegistration-13.ConfigureEnterIDfield

This is what it looks like once hidden:

The relevant code (angular) is here: openmrs-module-bahmniapps/newpatient.html at a268db74b63dc12c308fdf4be5f994fc6fa7f445 · Bahmni/openmrs-module-bahmniapps · GitHub

1 Like