> For the complete documentation index, see [llms.txt](https://mets-programme.gitbook.io/ugandaemr-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mets-programme.gitbook.io/ugandaemr-documentation/ugandaemr_mobile/download-patients.md).

# Download Patients

### Downloading Patient In UgandaEMR Mobile

1. To Download Patients Tap Download Patient on the menu screen.
2. Select Appointment Start and End Dates for patients with appointments to download, after Tap on the Download Patient Button as shown in the figure below. ![Download Patient Screen](https://github.com/METS-Programme/ugandaemr-usermanual/blob/master/images/download.png)
3. After downloading patients a dialog will popup as shown in the figure below, Click the FIND PATIENT button. ![Download Finished Screen](/files/-Mi0sjfSgl2QkQqdrdvq)

### Find Patients In UgandaEMR Mobile

1. On the menu screen Tap Find Patient, a screen below will be seen. Enter appointment date or vist date, Patient Name or ART Number and Tap search button to assess the patient. ![Find Patient Screen](/files/-Mi0sjfTmK2gXHMrJPt4)
2. Once the patient is found, a pop up with the patient name appears as shown in the image below . ![Search Found Screen](/files/-Mi0sjfU0ZZqhvhG8d5O)

### Work Summary

1. To assess a patient in UgandaEMR mobile app Tap Work Summary from the menu screen or home screen, Select visit date for patients with appointments. use the filter to navigate through different options.
2. On selecting the visit date, a list of downloaded patients will be displayed.
3. To assess a patient Tap Assess Patient to start an assessment as shown ![Assessment Screen](/files/-Mi0sjfVpk8rtgFkLAeM)

   **NOTE:**\
   If the patient is represented Tap Yes button and Dispense drugs to the Patient otherwise click YES to start the assessment. start assessing the patient.

### Drug Dispensing

1. Tap on the drug or combination from the Drug administration tables as shown below to enter pills dispensed and duration in days. ![Drug administration Screen](/files/-Mi0sjfW3iTp2AAtRRRR)
2. To administer other drugs besides the current regimen Tap on the ADD OTHER DRUG button, enter drug name, dose and duration as shown below. ![Other Drug administration Screen](/files/-Mi0sjfXxymGXoO1M9Xj)
3. Tap Continue Button to proceed and enter the patient next appointment date and finalize the assessment by setting the Next Appointment Date


---

# 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, and the optional `goal` query parameter:

```
GET https://mets-programme.gitbook.io/ugandaemr-documentation/ugandaemr_mobile/download-patients.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
