# Packages FAQs

#### 1. How do I take package consumption details?

To view, print, or download package consumption details, follow these steps:

* Open the **Package Consumption** screen by navigating to **Home > Packages > Package Consumption**.
* Use the **Search** field to find the patient by **PIN, Name, EID**, or **Mobile Number**.
* From the **Select Package** dropdown, choose the relevant package to view its details.
* Click the **PACKAGE CONSUMPTION PRINT** icon. The pop-up displays:
  * **Patient details**: PIN and Name
  * **Package details**: Name, Code, Price, Purchase Date, Validity Range, Paid Amount, and Balance Amount
  * **Sections**:
    * **PAYMENT DETAILS**: Payment summary
    * **ITEM DETAILS**: Items included, Quantity Purchased, Quantity Consumed, and Balance Quantity
    * **ITEM-WISE CONSUMPTION DETAILS**: Detailed usage history of each item
* Click the Download or Print icon to save or print the details as needed.

#### 2. How can I track the consumption of a package?

If you have access to the **Package Consumption** screen, you can track the details there. Alternatively, you can view package consumption from the **Patient Register**, during appointment booking in the **Scheduler**, or in the **Patient Queue** screen during a patient visit.

Follow the below steps to track the package consumption:

* Open the **Package Consumption** screen by navigating to **Home > Packages > Package Consumption.**
* Use the **Search** field to find the patient.
* After selecting the patient, the package consumption details will be displayed.

#### 3. How do I manually consume a package?

* Open the **Package Consumption** screen by navigating to **Home > Packages > Package Consumption**.
* Use the search field to find the patient by **Patient PIN**, **Name**, **EID**, or **Mobile Number**.
* If the patient has only one package, it will be auto-populated.\
  If multiple packages are available, select the appropriate one from the **Package** dropdown.
* In the **Consume Qty** field, enter the quantity to be consumed.
* Use the date picker to select the **Consume Date**. If required, enter any relevant notes in the **Remarks** field.
* Click **SAVE** to update the consumption details.

#### 4. Can I change the last package consumption entry?

Yes. In the **Package Detail** pop-up, you can modify the last entry for an item by updating the **Consumed Date** and **Consumed Quantity** fields.

This is allowed only if there is no visit on that date against the selected package.

***


---

# 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/packages-faqs.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.
