# Screen Features

## Various Screen Features

### **Patient Search**

* Use the search field to locate a patient by Patient PIN, Name, EID, Mobile Number

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

***

### **Package Filters**

* If the patient has purchased a single package by default the patient package will auto populate. Incase, if the patient has multiple packages, use the **Package** dropdown to select a specific package.

  <figure><img src="/files/5VFrXkxnh0Eqf3MtQZP6" alt=""><figcaption></figcaption></figure>
* Additional filter options allow users to filter:
  * All packages
  * Consumed packages
  * Expired packages

***

### **Item Search**

* Use the **Item Search** field to find a specific item in the package.

  <figure><img src="/files/8TLrfcFwnYdC5irth5CU" alt=""><figcaption></figcaption></figure>

***

### **Summary Section**

* The summary section displays the Package Name, Package Code, Purchase Date, Package Price, Paid Amount, Consumed Amount, Balance Amount, and Validity Range of the package.

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

***

### **Package Table Details**

The package table includes the following columns:

* **CPT Code**: Procedure code.
* **Internal Code**: Internal reference code.
* **Short Description**: Item description.
* **Item Type**: Type of item.
* **Total Qty**: Total quantity purchased.
* **Consumed Qty**: Quantity consumed.
* **To Be Consumed Qty**: Remaining quantity to be consumed.
* **Available Qty**: Currently available quantity.
* **Consume Qty**: Quantity to consume manually.
* **Consume Date**: Date of consumption.
* **Remarks**: Additional notes.

  <figure><img src="/files/oj32wqOsdDuMRtCs262B" 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/packages/package-consumption/screen-features.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.
