Assessment Glucose log Create
API URL
{{url}}/spice-service/assessment/glucoselog-create
Method
POST
Description
Assessment Glucose log Create
Input:
Field Name
Type
Mandatory
Example
Authorization(Header)
String
Yes
Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI
Input:
Field Name
Type
Mandatory
Example
glucose
Integer
No
22.0
bgTakenOn
Timestamp
No
2023-05-16T18:36:53+05:30
glucoseDateTime
Timestamp
No
2023-05-16T18:36:53+05:30
glucoseType
String
No
rbs
glucoseValue
Integer
No
22.0
hba1c
Integer
No
22.0
Sample Input:
{ "glucoseUnit":"mmol/L", "bgTakenOn":"2023-05-16T18:36:53+05:30", "glucose":22.0, "glucoseDateTime":"2023-05-16T18:36:53+05:30", "hba1cUnit":"mmol/L", "glucoseType":"rbs", "patientTrackId":1, "glucoseValue":22.0, "hba1c":22.0 }