Wiki

Clone wiki

Numera.LibrisAPI / telehealth.initiate_reading

Home > API Reference Documentation > telehealth.initiate_reading

telehealth.initiate_reading

You invoke this action to notify the Libris you want it to go into listening mode to take a medical device reading. In normal use the Libris user would initiate this using the button on the device, but you can invoke the behavior remotely using this command.

Input Parameters

PropertyRequiredDescription
imeiyesimei of the Libris you want to notify

Output

If successful, you will find a message_sent property set to true on the result object. You then watch the events to see the result of the action.

Possible Status Codes

Status CodeReasonDescription
1000NO_IMEImissing the imei in your request
1001DEVICE_NOT_FOUNDcould not locate the device with the imei you submitted

Updated