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

# 2.0.0

This release mainly focused on upgrading to the OpenMRS 2.x platform which runs on Java 8 on which all Reference Application releases from 2.6.0 will be based. This upgrade provides a stable foundation for future upgrades

## New Features

1. New Data collection forms
   * Antenatal, Maternity and Postnatal data collection forms based on the register &#x20;
   * Tuberculosis - matching the longitudinal register&#x20;
   * Outpatient Register from based on the register&#x20;
2. Exposed Infant Form
   * Children are automatically linked to their mothers through the mother's ART number&#x20;
3. Patient Dashboard
   * Sticky note (yellow) that allows you to enter notes on the patient&#x20;
   * New widgets to show Exposed Infant and ART status&#x20;
   * Links to family members&#x20;
   * Data quality violations shown&#x20;
4. Data Quality
   * Ability to filter the rules by patient and rule type&#x20;
   * New validation rules for Exposed Infants - infants without mother's ART number, infants with mother ART number but not linked
5. Reports
   * ANC, Maternity and PNC registers&#x20;
   * Exposed Infant reports to aid facility tracking and planning&#x20;

## Bug Fixes

None

## Links to download files

This release requires a re-installation of UgandaEMR due to an internal platform change that requires Java 8, instead of Java 7 that was used by previous versions. However separate files are provided for new installations and upgrades

### New Installation

For new machines with no UgandaEMR installed

\*32 bit installer (469.6MB) - <https://sourceforge.net/projects/ugandaemr/files/2.0.0/ugandaemr2-0-0-installer-32.exe/download>

* 64 bit installer (478.1 MB) - <https://sourceforge.net/projects/ugandaemr/files/2.0.0/ugandaemr2-0-0-installer-64.exe/download>

### Upgrade Packages

For existing versions of UgandaEMR

* 32 bit upgrade installer (206.0 MB) - <https://sourceforge.net/projects/ugandaemr/files/2.0.0/ugandaemr_2.0_upgrade32bit.exe/download>
* 64 bit upgrade installer (206.0 MB) - <https://sourceforge.net/projects/ugandaemr/files/2.0.0/ugandaemr_2.0_upgrade64bit.exe/download>


---

# 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-200.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.
