# Controls

The **Casesheet** tab supports various customizable data entry controls, which can be configured as needed:

* **Text Area**: A text area for entering longer information, such as paragraphs.

  <figure><img src="/files/HYrvDGBNZDFfcV7RKlke" alt=""><figcaption></figcaption></figure>
* **Text Box**: A text field for entering short information.

  <figure><img src="/files/O2PNQDEF4XzmWBtuB3dL" alt=""><figcaption></figcaption></figure>
* **Editor**: A rich-text editor that allows users to format content directly inside the casesheet.

  Users can format text using heading styles, font size, font color, background color, bold, italic, underline, strikethrough, text alignment, bullets, numbering, indent, and outdent.
* **File Upload**: Allows file uploads from the local file explorer.

  <figure><img src="/files/P5mQwvZRFAW9Db0uUHnd" alt=""><figcaption></figcaption></figure>
* **Dropdown**: Lists the options that users can select.

  <figure><img src="/files/qHDEZbAW80pa4ThDiJcu" alt=""><figcaption></figcaption></figure>
* **Date & Time Picker**: Enables date and time selection for entries.

  <figure><img src="/files/4eIEafPth5OeUcodRZTD" alt=""><figcaption></figcaption></figure>
* **Toggle Switch**: To ON or OFF the field.

  <figure><img src="/files/7Xwa566Bg1hDHHgD5zrX" alt=""><figcaption></figcaption></figure>
* **Check Box**: Used to select or deselect an option. You can select single or multiple options.

  <figure><img src="/files/kEyAyQRTEPAsXo4unKeI" alt=""><figcaption></figcaption></figure>
* **Table**: A table format that allows for structured data entry in rows and columns.

  <figure><img src="/files/8P89lytE0iwkTxGKWgiD" alt=""><figcaption></figcaption></figure>
* **Camera Controls**: Allows capturing images directly or uploading an image from the local file explorer.

  <figure><img src="/files/LygGmvxsc1B4vebG18Dy" alt=""><figcaption></figcaption></figure>
* **Image**: Provides options to edit images using the **Edit** icon.

  <figure><img src="/files/Xd5cHRQCSS3uxxEQUyo9" alt="" width="563"><figcaption></figcaption></figure>

  * Clicking the **Edit** icon opens the **Image Editor** pop-up, which provides the following options:

    <figure><img src="/files/vAIgQ0EE2NLsOfdxAqvZ" alt="" width="563"><figcaption></figcaption></figure>

    * **Undo/Redo**: Revert or reapply the last actions.
    * **Revert**: Restore the original image.
    * **Advanced Editing Options**:
      * **Crop**: Adjust the size and focus of the image, with options to rotate or flip.
      * **Annotate**: Add text, shapes, or markings to the image.

        <figure><img src="/files/98BTfrI5GCj9Urz4zElp" alt="" width="563"><figcaption></figcaption></figure>

        * The Annotate feature includes options such as **Sharpie**, **Eraser**, **Path**, **Line**, **Arrow**, **Rectangle**, **Ellipse**, and **Text**. Users can utilize these tools to highlight treatment areas.

          <figure><img src="/files/BK9c7t7nMa0gWf6jGLM1" alt="" width="563"><figcaption></figcaption></figure>
      * **Finetune**: Modify brightness, contrast, and other visual elements.

        <figure><img src="/files/NRWcfOAXTPbbc00Z9ubS" alt="" width="563"><figcaption></figcaption></figure>
      * **Redact**: Hide sensitive information within the image.

        <figure><img src="/files/w5Lf55EeyejfqEZISqkS" alt="" width="563"><figcaption></figcaption></figure>
      * **Resize**: Change the image size(Width and Height) as needed.
  * After editing, click the **Done** button to save the changes. The edited image will be displayed in the respective image SOAP tab.
* **Editor:** Basic formatting—such as bold, italic, and underline—can be applied, along with creating bulleted or numbered lists and adjusting text alignment.

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

Each of these controls is customizable and can be added to the Casesheet as required to support specific assessment needs.

***

#### Additional Features

* **Diagnosis Field**: If configured as a diagnosis, users can select from the ICD dictionary or add a new ICD, similar to the **Diagnosis** tab in SOAP.

  <figure><img src="/files/WHfwZ730TRUv6OeGxUyo" alt=""><figcaption></figcaption></figure>
* **Price Cards**: Available for item-based fields. Hover over the field to reveal the **Price Card** button. Click the button to add items.

  <figure><img src="/files/yKYDFdMDo0cayTmSCaeR" alt=""><figcaption></figcaption></figure>
* **Mandatory Fields**: Fields can be set as mandatory, ensuring that essential information is captured.

***


---

# 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/casesheet/controls.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.
