# Assessment Glucose log Create

| **API URL**     | {{url}}/spice-service/assessment/glucoselog-create |
| --------------- | -------------------------------------------------- |
| **Method**      | POST                                               |
| **Description** | Assessment Glucose log Create                      |

#### **Input:** <a href="#assessmentglucoselogcreate-input" id="assessmentglucoselogcreate-input"></a>

| **Field Name**        | **Type** | **Mandatory** | **Example**                                                                                                                                     |
| --------------------- | -------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Authorization(Header) | String   | Yes           | Bearer eyJlbmMiOiJBMTI4R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.MCm0mJDfpfjlr10Uok79-kTF7fv9Tn7cI5m2WsRDGUd9VS7iRmfbszjuc1-w5D-PYt9CdVxRMGBQlzYauhnI |

#### **Input:** <a href="#assessmentglucoselogcreate-input-.1" id="assessmentglucoselogcreate-input-.1"></a>

| **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\
}

#### **Sample Output:** <a href="#assessmentglucoselogcreate-sampleoutput" id="assessmentglucoselogcreate-sampleoutput"></a>

```
 {
"message":"Medical review summary fetched successfully.",
"entity":null,
"status":true,
"entityList":null,
"responseCode":201,
"totalCount":null
}
```
