# Test Result

The **Test Results** tab provides a streamlined interface to view, manage, and analyze patient test history and results. It ensures healthcare professionals have quick access to detailed diagnostic information, improving clinical decision-making and patient care.

***

## Tab Overview

The tab is divided into two panels:

<figure><img src="/files/2xVJMdu0gcVXVOoHTkXE" alt=""><figcaption></figcaption></figure>

* **Left Panel:** Displays the list of requested tests for the patient.
* **Right Panel:** Presents detailed information about the selected test from the left panel.

***

## Left Panel: Test List

The left panel contains a table of requested tests, organized with the following headers:

* **Expand All**: Expands or collapses the tests.
* **Test Name**: Displays the name of the test.
* **Reported Date**: Shows the date when the test report was submitted.
* **Status**: Indicates the test's status.
* **Visit Date**: Reflects the date of the patient’s visit.
* **Print Option**: Allows printing of the selected test result.

### **Grouping Options**

* **Default Grouping**: Tests are grouped by **Test Name** and **Visit Date** by default.

  <figure><img src="/files/veQrwSgKFPslwqGe7Rgv" alt="" width="502"><figcaption></figcaption></figure>
* **Remove Grouping**: Click the close icon on the grouped header to remove it.

  <figure><img src="/files/8PlCfZEU3KkLoOoNtctz" alt="" width="269"><figcaption></figcaption></figure>
* **Re-grouping**: Drag a header and drop it above the table to group it again.

### **Column Swapping**

* Drag and drop column headers to rearrange them. Grouped headers can also be swapped similarly.

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

### **Sorting**

* Click a column header to sort the tests in ascending or descending order.

  <figure><img src="/files/VfIlwP3XXpzppg0X6i5v" alt="" width="491"><figcaption></figcaption></figure>

### **Expand All Option**

* Select the checkbox to expand all test groups, and unselect it to collapse them.

  <figure><img src="/files/glXh5F41XkagwXUtBL4j" alt="" width="491"><figcaption></figcaption></figure>

***

### **Printing Test Results**

* To print a test result hover over the respective test in the left panel to reveal the **print** icon.

  <figure><img src="/files/SUfbgO7UoExJnuklGwp0" alt="" width="491"><figcaption></figcaption></figure>
* Click the **print** icon to open the **Test Result** Preview print pop-up.

  <figure><img src="/files/7qxO2IbWKMR5bTZvcWOE" alt=""><figcaption></figcaption></figure>
* Upon selecting the print icon, a preview window opens with options to print, download, and email.

{% hint style="info" %}
Test result values in the printed report are color‑coded. Normal values appear in black, values below the range appear in blue, and values above the range appear in red. In addition, the footer can be configured to show the authorized user’s details.
{% endhint %}

***

## Right Panel: Test Results

When a test is selected from the left panel, its detailed results are displayed in the right panel, organized into two sections:

<figure><img src="/files/4jcgaucorBgbj7ckZ2jq" alt=""><figcaption></figcaption></figure>

* The right panel of the **Test Results** tab displays general information about the selected test, including the test name, reported date, doctor's name, clinic name, lab name, and sample collected by details.
* It also provides detailed information, such as the description, test result value, unit of measurement (UOM), normal range, and any relevant range remarks.

### Edit Date and Time

Users can edit the recorded **Date** and **Time** of test results directly from the **Test Results** tab. This helps keep synced test result records accurate when the reported date or time needs to be corrected.

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

### **High/Low Indication**

If a test result falls outside the normal range, it will be highlighted with the following indicators:

<figure><img src="/files/wNCT58UJdJ5W3r5l0tOc" alt="" width="497"><figcaption></figcaption></figure>

<table><thead><tr><th width="85">Icon</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/WbixuPoZyutu2aZGcyJk" alt="" data-size="line"></td><td>Indicates a value above the normal range.</td></tr><tr><td><img src="/files/VeTGZQgC0fHlcZ2T3wQ6" alt="" data-size="line"></td><td>Indicates a value below the normal range.</td></tr></tbody></table>

***


---

# 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/medical-records/test-result.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.
