Add Readings
The readings module helps to save the readings data captured from the devices and fetch them when required
Add readings of the patient
Headers
Name
Type
Description
{
"code": "Ok",
"message": "Added Reading Successfully"
}{
"medeUid": "<<medeUid>>",
"readingType": "symptom",
"symptoms": [
{
"symptom": "Fever & Cough",
"severity": "MODERATE"
}
],
"timestamp": 1592488378
}{
"medeUid": "<<medeUid>>",
"bloodPressure": {
"systolic": 110,
"diastolic": 70,
"pulse": 80
},
"readingType": "blood_pressure",
"timestamp": 1592488378
}Fetch readings of the patient
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated