Skip to main content

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

PropertyValueDescription
TypeWebUI component type
GroupElementPart of the UI Elements catalog
Identifier55Unique element ID
PreviewDisplays a preview of the embedded content
ValueStatic or configured via layout schema
MandatoryYRequired for layout integrity when included
ErrorDoes not support validation states
MinNot applicable
MaxNot applicable
Read-onlyNot editable by design
Text, IconNot applicable
EventNo interaction events triggered
ShadeSupports shaded container styling if applied
ChildrenNot a container
ListNot 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

LevelReferenceTypeValueDescription
1web~55WebRenders 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).