Hi community, please do we have a way to get the list of all registered patients in system in order to get the number.
Thank you.
Hi community, please do we have a way to get the list of all registered patients in system in order to get the number.
Thank you.
Hey @jess , you can configure reports to get all the registered patients.
Please type % and press Search. That usually lists all the patients.
@gsluthra unfortunately it does not display all patients, is it not possible to display it like this like described here https://bahmni.atlassian.net/wiki/spaces/BAH/pages/37945497/Patient+Lists but it is not clearly explain on how to do it.
Thank you.
I tried this out here: https://docker.lite.mybahmni.in/bahmni/clinical/index.html#/default/patient/search
And I entered “%” and I could see all patients listed (40+). Not sure if there is an upper limit on no. of patients returned. You want an ALL patient list screen that lists all patients? That would have a performance impact.
@gsluthra i see i understand, please do we have a way to know the number of patient enteredin the system. Thank you
You can use a SQL Report (Select count(*) from Patient table) https://bahmni.atlassian.net/wiki/spaces/BAH/pages/2270265367/Reporting+Overview+Bahmni#ReportingOverview(Bahmni)-3.CustomSQL
@gsluthra i have tried it and here is the configuration:
“hospitalActivities”: {
“name”: “Hospital Activities - Number of Clients Served (New and Total)”,
“type”: “obsCount”,
“config”: {
“sqlPath”: “/var/www/bahmni_config/apps/openmrs/reports/sql/number_of_clients.sql”
}
}
the report does not appear, @mohant can you help also please.
Thank you.
It should be in reports.json.("type":"MRSGeneric") See this: