> 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/release-notes/ugandaemr-1017.md).

# 1.0.17

## Bug Fixes

1. ART Summary Page
   * Validation rules for ART start date, HIV enrolled dates and Transfer In
2. Exposed Infant Summary Page
   * Removed required field for next appointment date which is not available in multiple cases&#x20;
3. Data entry statistics module added&#x20;
4. New version of database backup module with:
   * support for large installations which were stopping at the obs table&#x20;
   * More efficient data export to speed up imports&#x20;

## New Features

None

## Links to download files

1. WAR file - <https://sourceforge.net/projects/ugandaemr/files/1.0.17/openmrs.war/download>
2. 32 bit installer - <https://sourceforge.net/projects/ugandaemr/files/1.0.17/ugandaemr1-0-16-installer-32.exe/download>
3. 64 bit installer - <https://sourceforge.net/projects/ugandaemr/files/1.0.17/ugandaemr1-0-16-installer-64.exe/download>

## Recommended Upgrade Paths depending on existing UgandaEMR version

1. 1.0.14 and 1.0.16 - Replace the WAR file with a new one following the steps at [Upgrading with a WAR file](broken://pages/-M4YKpvqUuIfzydSC1i_#upgrading-with-a-war-file)
2. 1.0.13-SNAPSHOT - Replace the WAR file with a new one&#x20;
3. 1.0.12 and lower versions&#x20;
   * Run the concept script from <https://sourceforge.net/projects/ugandaemr/files/1.0.13/concept_dictonary_ref_1.0.13.sql/download>
   * Deploy the WAR file&#x20;


---

# 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/release-notes/ugandaemr-1017.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.
