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

# 3.3.0

## New Features

1. Community Pharmacy Dispensing
   * Enable and Disable CRPDDP Feature
   * Ability to add Pharmacies as cohorts to which patients are added
   * Add a CRPDDP Pharmacy to a client on the ART Summary page
   * Reports - ART Access Register
2. ART Regimen Lines
   * Add a Regimen Change List Report to show the list of regimen change encounters in a period
   * Added handling of transfer-in regimens along with the current regimen (captured on the ART Clinical Encounter page). This allows a regimen change to be recorded for a patient who has transferred in but has had an ART Clinical encounter recorded with a different regimen from the transfer-in regimen
   * The Regimen Change form can be completed when a client only has the ART Summary page completed
3. Reports
   * Added HMIS 105 Section 2.2: Maternity report
   * HMIS 106A uses the ART Regimen Lines feature to list patients on first line and second line regimens

## Bug Fixes

1. DSDM
   * Stability criteria now allows from 6 months to 1 year
2. Patient Flags
   * Transfer Out Flags
   * Missed Appointment for Community Encounters
3. ART Summary Card
   * The list of transfer-regimens now includes all available DTG regimens
4. HTS Client Card
   * Added Social Network Strategy (SNS) as a reason for testing
   * Added the ability to capture the ANC visit number when the ANC entry point is selected to enable accurate computation of the ANC1 and Post ANC1 segregations in the HTS\_TST\_Facility MER Indicator report
5. Reports
   * Active in Care report now exlcudes clients who transferred out, returned as transfer-ins and are active in care
   * HTS\_TST\_Facility - added logic for computing the data across ANC1, ANC1+, Social Network Strategy and APN + Index Testing other than APN
   * Appointment List, Lost and Lost to Followup Facility Reports now include client ART Clinic numbers
   * TX\_RTT report does not include the patients who had a clinical visit in the previous month

## Links to download files

### New Installation

For new machines with no UgandaEMR installed

* 32-bit installer -[https://sourceforge.net/projects/ugandaemr/files/3.3.0/ugandaemr3-2-0-installer-32bit.exe/download](https://sourceforge.net/projects/ugandaemr/files/3.3.0/ugandaemr3-3-0-installer-32bit.exe/download)
* 64-bit installer -[https://sourceforge.net/projects/ugandaemr/files/3.3.0/ugandaemr3-2-0-installer-64bit.exe/download](https://sourceforge.net/projects/ugandaemr/files/3.3.0/ugandaemr3-3-0-installer-64bit.exe/download)

### WAR File

<https://sourceforge.net/projects/ugandaemr/files/3.3.0/openmrs.war/download>

### Upgrade Installer

**For existing versions of UgandaEMR 2.0.x to 3.3.0**

* 32-bit upgrade files- <https://sourceforge.net/projects/ugandaemr/files/3.3.0/ugandaemr_upgrade_from_2.0.x_to_3.3.0_32bit.exe/download>
* 64-bit upgrade files- <https://sourceforge.net/projects/ugandaemr/files/3.3.0/ugandaemr_upgrade_from_2.0.x_to_3.3.0_64bit.exe/download>

**For existing versions of UgandaEMR 1.x to 3.2.0**

This upgrade path is no longer supported

## Fixing Failed Installations and Upgrades

None


---

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