NINS_CODE/bahmni_config/openmrs/apps/reports/reports.json
travelershot 70dda814aa codepush
2024-12-12 22:37:39 +06:00

158 lines
5.2 KiB
JSON

{
"opd_registration_reports_userwise": {
"name": "OPD Registration Report - User Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/regCountUserwiseOpd.sql"
}
},
"opd_registration_reports": {
"name": "OPD Registration Report - Date Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/regCountDatewiseOpd.sql"
}
},
"eveningCollectionReport": {
"name": "Evenign Health Service Registration",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/evening_health_service_registration.sql"
}
},
"eveningCollectionReportUserWise": {
"name": "Evenign Health Service Registration User Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/evening_health_service_registration_userwise.sql"
}
},
"eveningCollectionReportDeatils": {
"name": "Evenign Health Service Registration(Details)",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/evening_health_service_registration_details.sql"
}
},
"eveningCollectionReportAgeGroup": {
"name": "Evenign Health Service Registration(Age Group Wise)",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/eveningAgeGroupReport.sql"
}
},
"eveningCollectionSummaryReport": {
"name": "Evenign Health Service Registration(Summary)",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/evening_health_service_summary.sql"
}
},
"totalRoomWiseAll": {
"name": "Total Registration count by Room - All Categories",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/totalRoomWiseAll.sql"
}
},
"registration_reports_category": {
"name": "Registration count - Category Wise ",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/patientCategoryWiseReport.sql"
}
},
"patientRegByAgeGroup": {
"name": "Patient Registration Count - Age Group Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/patientRegByAgeGroup.sql"
}
},
"emergency_registration_reports_userwise": {
"name": "Emergency Registration Report - User Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/regCountUserwiseEmergency.sql"
}
},
"emergency_registration_reports": {
"name": "Emergency Registration Report - Date Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/regCountDatewiseEmergency.sql"
}
},
"regCountUserAndTicketTypeWise": {
"name": "Total Registration Count - Paid/Free Category Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/regCountUserAndTicketTypeWise.sql"
}
},
"emergencyPatientDetails": {
"name": "Emergency Patient Details - User Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/patientDetailsEmergency.sql"
}
},
"outPatientDetails": {
"name": "Out Door Patient Details - User Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/patientDetailsOutpatient.sql"
}
},
"patientEditAndVisitCount": {
"name": "Patient Edit Count",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/patientEditCount.sql"
}
},
"numberOfPatientsConsultedByaDoctor": {
"name": "Consulted Patients Count - Doctor wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/countOfPatientsWithAtleastOneObsOrOrderPerUser.sql"
}
},
"consultedPatientsDetails": {
"name": "Consulted Patients Details - Doctor wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/consultedPatientsDetails.sql"
}
},
"ipdPatientDetailsWardCabinWise": {
"name": "IPD Patient Details - Ward/Cabin Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/ipdPatientDetailsWardCabinWise.sql"
}
},
"ipdPatientCountWardwise": {
"name": "IPD Patient Count - Ward/Cabin Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/ipdPatientCountWardwise.sql"
}
},
"regCountUserWiseInpatient": {
"name": "Inpatient Registration Report - User Wise",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/regCountUserWiseInpatient.sql"
}
},
"bedStatementReport": {
"name": "Bed Statement Report",
"type": "MRSGeneric",
"config": {
"sqlPath": "/var/www/bahmni_config/openmrs/apps/reports/sql/bedStatementReport.sql",
"dateRangeRequired": false
}
}
}