> For the complete documentation index, see [llms.txt](https://maxbasev.gitbook.io/santa-maria-dashboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maxbasev.gitbook.io/santa-maria-dashboard/en/menu/patient-record-section/medical-tests-list.md).

# Medical Tests List

* [Viewing the list of tests](#viewing-the-list-of-tests)
* [Creating a list of tests](#creating-a-new-list-of-tests)
* [Editing a list of tests](#editing-a-list-of-tests)

#### Viewing the list of tests

Tests assigned to a client are located in a separate menu item.

The client's list of tests looks as follows:

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

1 - Button to refresh the list of tests.&#x20;

2 - Button to [create a new list of tests](#creating-a-new-list-of-tests).&#x20;

3 - The list of tests is presented in the form of cards.&#x20;

4 - Date on which the entry needs to be made and the creator of the list (date and time are set manually when creating/editing the list, by default it is the current time on your computer).&#x20;

5 - Button to [edit the list](#editing-a-list-of-tests).&#x20;

6 - Button to view the list separately in a new window.&#x20;

7 - The actual list of tests.&#x20;

8 - History of operations with the list of tests.

When following the link to view a specific list of tests separately (6), a window of the following kind opens:

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

In addition to the actual list, the page contains buttons to go back (top left and bottom left corners) and a button to save the list in PDF format (top right corner below the main menu). The view of the list presented on this page is preserved in the file.

#### Creating a new list of tests

There are two ways to create a new list of tests:

1. Create a new medical record with a field for tests (provided for certain categories).
2. Create a new list by clicking on the "Create a new list of tests" button on the client's page in the Tests section.

Similar to creating a medical record, when creating a new list of tests through the creation button on the client's page, a backlink is placed at the beginning of the page, followed by brief information about the client to whom the entry is being added, and the date for which the entry is desired, as shown in the image below. The save button is located at the bottom of the page.

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

The form for entering tests, both when creating a medical record and when creating a separate list, looks as follows:

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

1 - Search/filter field.&#x20;

2 - Selection of test categories.&#x20;

3 - View only selected tests.&#x20;

4 - Clear selected tests.&#x20;

5 - Table view of all tests.&#x20;

6 - Field for selecting a specific test.&#x20;

7 - Field for entering the quantity of a specific test.&#x20;

8 - Total number of selected tests.&#x20;

9 - Total cost of the tests.&#x20;

10 - Table navigation for tests (number of tests displayed per page, total number of tests in the list, and which ones are in focus, pagination arrows for table pages).

#### Editing a list of tests

When viewing the list of tests on the client's page, each list has an edit button in the top right corner. When clicking on this button, a window similar to the list creation window opens, with the information about the edited list preloaded: date and time, list of tests.

All operations with the list of tests are saved in the history, which can be viewed on the page for viewing all client tests.

Example of editing a list of tests:

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


---

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

```
GET https://maxbasev.gitbook.io/santa-maria-dashboard/en/menu/patient-record-section/medical-tests-list.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.
