Web
The Web element embeds external or internal websites into the Doctor App interface. It enables access to linked resources such as documentation, third-party portals, or embedded tools without leaving the app environment.

Properties
Property | Value | Description |
---|---|---|
Type | Web | UI component type |
Group | Element | Part of the UI Elements catalog |
Identifier | 55 | Unique element ID |
Preview | ✓ | Displays a preview of the embedded content |
Value | Static or configured via layout schema | |
Mandatory | Y | Required for layout integrity when included |
Error | Does not support validation states | |
Min | Not applicable | |
Max | Not applicable | |
Read-only | Not editable by design | |
Text, Icon | Not applicable | |
Event | No interaction events triggered | |
Shade | Supports shaded container styling if applied | |
Children | Not a container | |
List | Not a list item |
Usage Example
<WebEmbed
url="https://www.google.com"
height="400px"
title="Google Search"
/>
SDK Integration
The Web element does not invoke API endpoints directly. Its configuration and visibility are defined in the UI layout schema via the SDK’s appointment view composition. Placement and URLs must be managed in the admin console or configuration tool.
Example UI Placement
Level | Reference | Type | Value | Description |
---|---|---|---|---|
1 | web~55 | Web | — | Renders embedded website |
Notes
- URLs must be HTTPS and CORS-compliant to load successfully.
- Content inside the Web element may vary depending on browser permissions.
- Best used for reference content or passive tools (e.g. help pages, calculators).