# Audit tool Reports

**OVERVIEW**

* CQI Audit tools have been designed as inbuilt reports in the EMR.This means they are listed as a reports under UgandaEMR Reports module
* Currently, Audit tools provided are PMTCT Audit tool (For mothers and Exposed Infants)and HIV Care and Treatment Audit tool (For HIV Clients )

**Audit tool Formats**

* Excel – The tools are downloadable as excel files with each row representing a patient record.

**HOW IT WORKS**

* Given the nature of the tool and their daily usage, the reports are extracted from separate tables which are created by a script
* This script is set to run automatically on a daily at a particular time, so we need to ensure this script was already run before we run a report
* To check whether the script is run we check on the Scheduled Tasks under Legacy System Administration->Scheduler->Manage Scheduler and check for the Compute and Save Audit tool Task
* This should have the 'Started' Status (in green) , Run atleast every day (This should not be so frequent as it may slow down the computer) and with last Execution Time (circled)
* Last Execution time determines when last the Audit tool records were updated.

![](/files/KbwUdF2O1l5f8Et7lx8l)

**RUNNING AUDIT TOOL REPORT**

* On Home page, open UgandaEMR Reports
* Audit tool Reports are under CQI Reports

![](/files/iyJfR7ChEFI0XuHVTNOh)

* Click on the report of interest and run
* Unlike other reports, the audit tool reports do not require start and end date parameters since they always pick the latest information

![](/files/YZKBxYQcvG4QgnymDbMA)

* You can then download the report when it is readily available


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mets-programme.gitbook.io/ugandaemr-documentation/reporting/cqi_audit_tool_reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
