# Release Lock

The **Release Lock** feature is used to unlock patient records that are unintentionally locked in the **Patient Register** or **Medical Records** screens. A lock typically occurs when a patient file is already open by another user or was not properly closed.

Locks can be cleared in the following ways:

* The same user who locked the file can reopen and save it to automatically remove the lock.
* An authorized staff member or administrator with access to the **Release Lock** screen can manually release the lock.

***

## Overview <a href="#overview" id="overview"></a>

The **Release Lock** screen enables users to view, filter, and manage locked patient files. This helps ensure continued access to records and reduces workflow disruptions.

A dropdown filter labeled **All** allows users to narrow down the results by module: **Patient Register**, **Medical Records**, or both. The default selection shows records from all modules.

<figure><img src="/files/GDCBLzqsI8FFt5Lsdy17" alt=""><figcaption></figcaption></figure>

The locked records are displayed in a grid format with the following columns:

* **PIN** – Patient Identification Number
* **Patient Name** – Name of the patient
* **Check-In** – Date and time of patient check-in (if available)
* **Acquired By** – Username of the staff who acquired the lock
* **Action Type** – Lock behavior (e.g., Lock and Disallow, Lock and Allow View)
* **Acquired Module** – The module where the lock was created (Patient Register or Medical Records)
* **Acquired Date & Time** – Timestamp when the lock was acquired

Each record has a checkbox that allows the user to select one or multiple files for unlocking. The list can be sorted by column headers for easier navigation.

***

## Steps to Release a Lock Using the Release Lock Screen

* Open the **Release Lock** screen by navigating to **Home > My Tasks > Release Lock**.
* Use the dropdown filter to select a specific module if needed. The default view displays locks from both **Patient Register** and **Medical Records**.

  <figure><img src="/files/mlZ1AdhvmSKcfpjbXHhj" alt=""><figcaption></figcaption></figure>
* Select the patient file(s) you want to release. Multiple selections are allowed.

  <figure><img src="/files/GoPiSG7x84Hva2YSqsQG" alt="" width="494"><figcaption></figcaption></figure>
* Click **Release Lock** at the top-right of the screen to release the selected files. Once the lock is released, the file becomes accessible to other users.

  <figure><img src="/files/VwV80VVF60UUAkk9w2ru" alt="" width="494"><figcaption></figcaption></figure>

***

## Video Tutorial

{% embed url="<https://youtu.be/ivbcyZWtJXw>" %}
Lock Mechanism
{% endembed %}

***


---

# Agent Instructions: 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:

```
GET https://unitecare.gitbook.io/uniteemr/application-modules/release-lock.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
