# Glass Prescription

The **Glass Prescription** tab captures patient spectacle prescription details across three sections: **Acceptance** (optometrist input), **Prescription 1** (regular glasses), and **Prescription 2** (reading glasses). Features include a **copy** option to transfer details between sections and a **print** option to generate the prescription.

***

## Tab Overview

The Glass Prescription tab is divided into two panels:

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

* **Left Panel**: Displays the patient’s visit history in a card view format, showing key details like visit date, time, doctor’s name, and clinic name. Clicking a card reveals the corresponding details in the Right Panel.
* **Right Panel**: Presents the detailed prescription information for the selected visit, including fields for both eyes (SPH, CYL, AXIS, VISION, P.D. Distance, P.D. Near, and Remarks) and action buttons for copying and printing.

***

## Section Details

1. **Acceptance Section**\
   The **Acceptance** section allows optometrists to input the initial prescription details. This section includes fields for both **Right Eye (OD)** and **Left Eye (OS)**. The fields available are:
   * **SPH (Sphere)**
   * **CYL (Cylinder)**
   * **AXIS**
   * **VISION**
   * **P.D. Distance (mm)**
   * **P.D. Near (mm)**
   * **Remarks**: Any additional observations or instructions related to the prescription.

     <figure><img src="/files/lP1H29R7AUCzwH8geJja" alt=""><figcaption></figcaption></figure>
2. The **Prescription 1** section is used to record the finalized details for regular usage glasses. The fields in this section are the same as those in the **Acceptance** section.
3. The **Prescription 2** section captures the finalized details for reading glasses. This section also contains the same fields as the **Acceptance** section.

***

### Copying Data Between Sections

Simplifies data entry by enabling the transfer of details between sections.

#### **Steps to Copy Data**

1. **From Acceptance to Prescription 1**:
   * Click the **Copy** button in the Acceptance section.
   * A confirmation pop-up appears. Click **Yes** to copy the details from Acceptance to Prescription 1 section.

     <figure><img src="/files/ADYXI561FpOULd8NSbLn" alt=""><figcaption></figcaption></figure>
2. **From Prescription 1 to Prescription 2**:
   * Click the **Copy** button in the Prescription 1 section.
   * A confirmation pop-up appears. Click **Yes** to copy the details from Prescription 1 to Prescription 2 section.

***

### Printing Glass Prescription Details

Enables printing of selected sections for physical or digital records.

#### **Steps to Print**

* Select the **Print** checkbox in the respective sections (**Acceptance**, **Prescription 1**, or **Prescription 2**).

  <figure><img src="/files/DqmgXI04zhj3sLZs0zDl" alt=""><figcaption></figcaption></figure>
* Click the **Print** icon located on the top right.

  <figure><img src="/files/crcNLw6GwQX9eFXMqLlf" alt=""><figcaption></figcaption></figure>
* The **Glass Prescription Print Preview** appears, showing Patient details. Doctor’s details. Spectacle Prescription details.
* Click the **Print** icon in the preview to finalize the printing process.

***


---

# 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/medical-records/glass-prescription.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.
