# Access the Patient Register from other screens

In the Unite EMR, the **Patient Register** screen can be accessed from other screens within the application. This feature allows staff to quickly retrieve patient information without having to navigate through multiple menus.

***

## Other Screens

### Scheduler&#x20;

The following cases explains how to access the **Patient Register** in the **Scheduler (Home > Front Desk > Scheduler)** screen:

**Case 1: From Appointment Card**

When scheduling an appointment for new patients, basic details are recorded. As the appointment progresses to the queue, the application redirects to the Patient Register screen to complete full registration. By using the appointment card, staff can move the appointment to the queue, which directs them to the patient register.

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

**Case 2: From Appointment Information pop-up**

Similar to Case 1, when moving an appointment to the queue, the **Appointment Information** pop-up includes a hyperlink labeled **Add to Queue**. Selecting this hyperlink directs to the patient register for registration.

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

**Case 3: From Reschedule Appointment pop-up**

When rescheduling an appointment, patient PIN hyperlink is available on the **Reschedule Appointment** pop-up. Selecting this hyperlink navigates to the patient register to view or modify patient information as needed.

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

***

### Patient Queue&#x20;

The following cases explains how to access the **Patient Register** in the **Patient Queue** **(Home > Front Desk > Patient Queue)** screen:

**Case 1: Patient PIN hyperlink**

In the **Patient Queue** dashboard, a hyperlink is available on the patient PIN for each patient. By selecting this PIN, staff can quickly access the patient register to view or update patient information.

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

Similarly, using the Patient PIN, the Patient Register screen can be accessed from other screens such as **Current Medical Records**, **Past Medical Records,** **Invoice**, **Advance Management**, **Overdue Management** and **Banking Process.**

**Case 2: Check in Patient**&#x20;

When creating a direct visit for a new patient, staff enter details in the **Create Patient to Queue** pop-up screen. Upon completing this process, the application directs to the patient register for full registration.

<figure><img src="/files/7fbj93L5OjpXHylSCWS7" alt=""><figcaption></figcaption></figure>

***


---

# 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/patient-register/access-the-patient-register-from-other-screens.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.
