more about mapping

On clinical module, on the disposition tab there are disposition types and i want to add my own . I have successfully added my type and my question is where does it gets stored when i select the disposition type and click save? what should i refer to know how to fetch the data stored(patients who got referred for example ) from database ?

Hi @samrizee Are you using docker setup?

If then you can

  • docker exec into the openmrs db container
  • mysql -u username -p database_name
  • Check the obs table.

Hope it helps.

Yes it helps alot.

1 Like