Development of a module to manage all patient diabetes-related data. This module will include management of blood glucose data, bolus information and basal rates.
Features to be implemented
Create blood glucose data
Retrieve blood glucose data
Routes to be implemented
POST /v1/diabetes/glucose
Description: Add blood glucose data for a patient.
Body: JSON containing a table of blood glucose levels and the patient's identifier.
Development of a module to manage all patient diabetes-related data. This module will include management of blood glucose data, bolus information and basal rates.
Features to be implemented
Routes to be implemented
/v1/diabetes/glucose
/v1/diabetes/glucose
patientId
: ID of Patient (optional)startDate
endDate