> 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-1014.md).

# 1.0.14

## Bug Fixes

1. Login issue where an exception was thrown on the login page for UgandaEMR 1.0.13
2. Patient Dashboard - some systems have the viral load values stored as a text value instead of a number which was throwing an error on some installations&#x20;

## New Features

None

## Links to download files

1. AIJAR module - <https://sourceforge.net/projects/ugandaemr/files/1.0.14/aijar-1.0.14.omod/download>&#x20;
2. WAR file - <https://sourceforge.net/projects/ugandaemr/files/1.0.14/openmrs.war/download>&#x20;
3. 32 bit installer - <https://sourceforge.net/projects/ugandaemr/files/1.0.14/ugandaemr1-0-14-installer-32.exe/download>&#x20;
4. 64 bit installer - <https://sourceforge.net/projects/ugandaemr/files/1.0.14/ugandaemr1-0-14-installer-64.exe/download>&#x20;
5. Concept Dictionary - <https://sourceforge.net/projects/ugandaemr/files/1.0.13/concept_dictonary_ref_1.0.13.sql/download>&#x20;
6. Cohort Builder 1.5.10 - <https://sourceforge.net/projects/ugandaemr/files/1.0.13/reportingcompatibility-1.5.10.omod/download>

All files for this release can be found on the EMR portal <http://emrportal.mets.or.ug/downloads>

## Recommended Upgrade Paths depending on existing UgandaEMR version

1. 1.0.13-SNAPSHOT - Replace the WAR file with a new one&#x20;
2. 1.0.12 and lower versions&#x20;
   * Run the concept script&#x20;
   * 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-1014.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.
