mediQuo

mediQuo

›Temporal session

Overview

  • Getting Started

API Reference

  • Overview
  • Activation Codes
  • Patients
  • Prescriptions
  • Professionals
  • Messages
  • Troubleshooting

Android SDK

  • Installation
  • Professional List
  • Medical history
  • Customization
  • Other funcionalities
  • Changelog

iOS SDK

  • Installation
  • Professional List
  • Medical history
  • Customization
  • Other funcionalities
  • Changelog

Widget

  • Introduction
  • Permament session

    • Integration
    • Authentication

    Temporal session

    • Integration
  • Methods
  • Customization
  • Events

Integration

On this page you will find how to integrate our widget for website that doesn't have a login system.

Widget without session

The widget without session displays a form to the end user to register a temporal access to chat with the professionals. This access is limited for a span of time and then it will expire, future sessions will not keep the information and conversations of the previous ones. At any point the user can terminate his session by signin out.

The init method should contain at least these parameters. It cannot contain an access token, setting an access tokent would show a Widget with patient session.

MediquoWidget.init({
  apiKey: "<YOUR-API-KEY>",
});

Example

<!DOCTYPE html>
<html>
  <head>
    <title></title>
  </head>
  <body>
    <script
      type="text/javascript"
      src="https://widget.mediquo.com/js/1.0.0/mediquo.js"
    ></script>
    <script>
      window.onload = () => MediquoWidget.init({
        apiKey: "<YOUR-API-KEY>"
      });
    </script>
  </body>
</html>
← AuthenticationMethods →
  • Example
MediQuo PRO Logo
Copyright © 2023 mediQuo