0.0.38 • Published 7 months ago

@leafwell/medicalcard v0.0.38

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Leafwell Provider Medical Card

A simple document for Leafwell Provider medical card's lib for any of these enviroments: Node.js and compatible with React and React Native. For better understading about the methods and arguments, please make ensure you have typescript installed and configured on your project.

Installation

Using npm:

$ npm install @leafwell/medicalcard

Using yarn:

$ yarn add @leafwell/medicalcard

Example

import Client from "@leafwell/medicalcard";

type ClientHeaders = {
  authorizationBearer?: string;
};

(async function main() {
  const options: ClientHeaders = {
    authorizationBearer: "",
  };

  Client.initialize("url", options);

  const response = await Client.api.startVideoCall({
    clinicianId: "",
    roomId: "",
  });

  console.log(response);
})();

Usage

#### Methods/properties available

```js
Client.initialize();
Client.api

Methods available in api property:

Products

api.disconnectVideoCall();

api.startVideoCall();
0.0.37

7 months ago

0.0.38

7 months ago

0.0.30

8 months ago

0.0.31

8 months ago

0.0.32

8 months ago

0.0.33

7 months ago

0.0.34

7 months ago

0.0.35

7 months ago

0.0.36

7 months ago

0.0.26

9 months ago

0.0.27

8 months ago

0.0.28

8 months ago

0.0.29

8 months ago

0.0.20

12 months ago

0.0.21

12 months ago

0.0.22

12 months ago

0.0.23

12 months ago

0.0.24

12 months ago

0.0.25

11 months ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.9

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago