> For the complete documentation index, see [llms.txt](https://help.dashlabs.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dashlabs.ai/modules/emr-module/patient-management/add-patient.md).

# Add Patient

The following table shows how patients can be added to Dashlabs.ai

<table><thead><tr><th width="229">Module/Location</th><th width="351">Description</th><th>Link</th></tr></thead><tbody><tr><td>Public form</td><td>Share a link or QR code &#x26; allow your patients to fill in their own information.</td><td>This page</td></tr><tr><td>Patients table: Forms</td><td>Adding a patient through the patient table page</td><td>This page</td></tr><tr><td>APE/PEME:<br>Site Operations</td><td>Add patient individually or by bulk from the Site Operations page</td><td><a data-mention href="/pages/nM1HUNmFhZbS5350PfRX">/pages/nM1HUNmFhZbS5350PfRX</a></td></tr><tr><td>Finance:<br>POS System - Cashier</td><td>The cashier can add a patient from the PoS Terminal</td><td><a data-mention href="/spaces/5PGXwVo6FYPafrKmN7WA/pages/YUp0lxc3zp258AndNDzI">/spaces/5PGXwVo6FYPafrKmN7WA/pages/YUp0lxc3zp258AndNDzI</a></td></tr><tr><td>Finance:<br>Corporate Management Portal</td><td>Allow corporate clients to register patients from their own portal</td><td><a data-mention href="/pages/vJ0quZ7pt81334EdoJeM">/pages/vJ0quZ7pt81334EdoJeM</a></td></tr></tbody></table>

## Pubilc Form

The public form is a special page that can be accessed by non-dashlabs users. This allows laboratories to share the link (e.g. by QR code) for any patient to register.

The link to the public form can be generated through the /

![](/files/yd8vwdHjkbBJeLXZbVgs)

## Patient Table: Forms

With this method, the user has more flexibility in adding the patient. They are able to select:

1. Which branch the patient will be added to
2. Which form to use

The user will be redirected to the chosen form

### 1. Accessing the Patient Forms page

Select the `Forms` button on the patients table.

<div align="left"><figure><img src="/files/qmHq9vS9BoR6XTBtrc1w" alt="" width="375"><figcaption><p>Accessing patient forms page</p></figcaption></figure></div>

### 2. Select the desired branch

If the user does not want to associate the patient to a specific branch, they can leave this box blank

<div align="left"><figure><img src="/files/jlno037yFpRWX7fCD5va" alt="" width="375"><figcaption><p>Branch selection</p></figcaption></figure></div>

### 3. Select the desired form

Upon clicking, you will be redirected to the selected form

<div align="left"><figure><img src="/files/dfM68rwcymh6k94GNtBt" alt="" width="375"><figcaption><p>Form selection</p></figcaption></figure></div>


---

# 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://help.dashlabs.ai/modules/emr-module/patient-management/add-patient.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.
