> For the complete documentation index, see [llms.txt](https://unitecare.gitbook.io/uniteemr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unitecare.gitbook.io/uniteemr/application-modules/patient-queue/front-desk-queue/filter.md).

# Filter

To apply a filter, click on the **Filter** <img src="/files/QEnrpWefxzJfkIlFL8pg" alt="" data-size="original"> icon located in the top panel. Upon selection, a pop-up will expand, presenting options to Apply or Clear the filter.

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

***

### Filter Section

The various options in the pop-up are listed below:

<figure><img src="/files/ofPK9mAp3XGaZhDI1BZB" alt="" width="226"><figcaption></figcaption></figure>

* **Search**: To quickly locate patients or visits, enter specific keywords such as Patient Name, PIN, or Mobile No.
* **Show New Patients**: Filter the list to display only new patients.
* **Show Cancelled Patients**: View patients whose visits have been cancelled.
* **Department**: Select a specific department to narrow down the list of patients or visits associated with that department.
* **Specialty**: Choose a medical specialty to filter visits relevant to that area of care.
* **Visit Status**: Filter based on the current status of visits, including options such as Awaiting Doctor Consultation, Awaiting Pre Check, Cancel Visit, Doctor Consultation Started, Nurse Task Started, Visit Complete-no Charge, Visit Completed and Waiting For Billing.
* **Visit Type**: Select the type of visit, including options such as Appointment or Walk-In.
* **Consent Type**: Filter based on the Consent Form status, including options such as Not Applicable, Consent In Progress, and All Consent Obtained.
* **Controlled Medicines**: View patients who have been prescribed controlled medications.

***

### **Filter Status and Clear Option**

When a filter is selected in this section, a visual indication appears in the right corner of the filter icon to indicate that the filter is active. Similarly, the **CLEAR ALL** button appears to remove the selected filter.

<figure><img src="/files/tCMScHBvLyYmNFtWOUsL" 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://unitecare.gitbook.io/uniteemr/application-modules/patient-queue/front-desk-queue/filter.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.
