Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

11. Malaria Tests Count Report

      Listing the count of lab test observations done for Malaria ("Rapid test for Malaria" and "PS for MP")

Configuration

    "name": "Malaria Test Count Report",
"type": "MalariaTestCount",
"config": {
"type": "malariaReport",
"paraCheck": "RAPID TEST FOR MALARIA",
"psForMp": "PS FOR MP"
}
        Example: 

        Image Removed

12. Malaria Tests Comparison Report

      Listing the patients for who both the malaria tests done ("Rapid Test for Malaria" and "PS for MP") and comparing both the results

     Note: we are considering if both the tests ("Rapid test for Malaria" and "PS for MP") are done on the same day rather than same visit.

Configuration

    "name": "Malaria Tests Comparison (Rapid Test for Malaria Vs. PS for MP) Report",
"type": "MalariaTestComparison",
"config": {
"type": "malariaReport",
"paraCheck": "RAPID TEST FOR MALARIA",
"psForMp": "PS FOR MP"
}
    Example: 
        Image Removed

13. Patients With Abnormal Lab Test Results Report

      Listing all the patients with abnormal lab test results for a given list of labtest concepts.

Configuration

    "name": "Abnormal Labtest Results for HBSAG and SERUM POTASSIUM",
    "type": "PatientsWithAbnormalLabtestResults",
        "config": {
"type": "patientsWithAbnormalLabtestResultsReport",
"conceptNames": "'HBSAG','SERUM POTASSIUM'"
}

        Example:

        Image Removed

 

14. Patients With Date Concept Values

      Listing all the patients with the given date concept of a specific template. Here the report is for the date value (rather than obsDatetime) between the given "startDate" and "endDate".

      Note: It is made such as to accept the date concept which is associated with ONE observation template only.

Configuration

    "name": "Tuberculosis Followups",
    "type": "DateConceptValuesPatientsList",
        "config": {
"type": "dateConceptValuesReport",
"conceptNames": "'Tuberculosis, Next Followup Visit'",
            "templateName": "Tuberculosis Followup Template"
}

        Example:

...

Warning

ALL PAGES IN THIS SECTION ARE ARCHIVED, BECAUSE THEY ARE OBSOLETE.

THIS SECTION IS MAINTAINED ONLY FOR REFERENCE AND HISTORICAL PURPOSE. INSTEAD OF DELETING A PAGE, WE PREFER TO "ARCHIVE" IT, SO THAT IT IS STILL AVAILABLE TO PEOPLE WHO HAVE BOOKMARKED THE PAGE.