nehav39 / intelehealth-openmrs-module

Mozilla Public License 2.0
1 stars 1 forks source link

Diagnosis should be posted into the database with their individual concept IDs #78

Closed nehav39 closed 6 years ago

nehav39 commented 6 years ago

All Diagnosis are posted with concept ID “Telemedicine diagnosis” into the database - this makes it hard to run a query to generate the hist of the number of each diagnosis - each coded diagnosis should be posted with a unique concept ID.

USER NEED: Implementation engineers need to create reports to get counts of patients by diagnosis.

  1. How is the Core apps diagnosis module querying the concept dictionary to get a list of diagnosis? Its querying the concept dictionary to get the concepts of class “Diagnosis”
  2. Hardik go through this code: https://github.com/openmrs/openmrs-module-coreapps/blob/master/omod/src/main/java/org/openmrs/module/coreapps/fragment/controller/DiagnosesFragmentController.java
  3. If you need more clarification, then post on Talk.
  4. There are 524 diagnoses of concept class “Diagnosis”
  5. Neha to read up about concept classes
nehav39 commented 6 years ago

Issue migrated to new repo