Skip to content

Commit

Permalink
Deepthi M|BAH_3992_fix|updated the columns in visit and IPD patient r…
Browse files Browse the repository at this point in the history
…eport (#23)

* Deepthi M|BAH_3992_fix|updated to columns in visit and IPD patient report

* Deepthi M|BAH_3992_fix|Added IPD and Emergency visit types for visit report
  • Loading branch information
deepthi-mantena authored Jul 19, 2024
1 parent f59a486 commit e4b2f71
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions openmrs/apps/reports/reports.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,23 @@
"config": {
"forDataAnalysis": true,
"patientAttributes": [
"caste",
"class",
"education",
"occupation",
"primaryContact"
"phoneNumber"
],
"visitAttributes": [
"Visit Status",
"Admission Status"
],
"patientAddresses": [
"address3",
"city_village"
"county_district",
"city_village",
"state_province"
],
"applyDateRangeFor": "visitStopDate",
"visitTypesToFilter": [
"PHARMACY VISIT",
"OPD"
"OPD",
"IPD",
"EMERGENCY"
]
}
},
Expand Down Expand Up @@ -105,11 +104,12 @@
"config": {
"addressAttributes": [
"address1",
"city_village"
"city_village",
"county_district",
"state_province"
],
"patientAttributes": [
"caste",
"education"
"phoneNumber"
],
"conceptNames": [
"Height (cm)",
Expand Down

0 comments on commit e4b2f71

Please sign in to comment.