Wiki

Clone wiki

Numera.LibrisAPI / Telehealth

Home > Libris+ Telehealth Integration

Integration Overview

The Libris+ Telehealth platform makes use of our Numera.Net medical gateway services. In order to use this platform on your own, you will need to integrate the following:

  • Participant Management
  • Measurement Subscription

Our own Libris+ UI pages use the same Libris SDK to perform these functions. All Libris+ functions are called using a prefix of net. before the action, so if you are calling Registration.Register then you would submit an action of net.Registration.Register which notifies the SDK to carryout an action against the Numera.Net platform.

For details on these API calls, please go to the Numera.Net API documentation site. The user id is numera-api and the password is allnet.

Participant Management

In order to use Libris+, you must enroll your Libris devices as "participants" in your program, which typically involves registering the device in Numera.Net along with an identifier that is used to recognize the individual in your own medical platform.

You manage this process using a series of api calls, either using our SDK or directly with the Numera.Net API:

  • Registration.Register
  • Registration.Search
  • Registration.Deactivate
  • Participant.LoadById

Measurement Subscription

To receive data from our Numera.Net platform you must integrate our data subscription. This can be handled by our client services team to make sure the right data formats, protocols, and measurements are being used to send data to your own platform.

You can use our SDK to take a peek in the platform for troublehsooting issues:

  • Measurement.Search

Updated