GET api/visit_detail/hbs/{patient_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patient_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PatientHb| Name | Description | Type | Additional information |
|---|---|---|---|
| selected | boolean |
None. |
|
| lab_id | integer |
None. |
|
| lab_date | date |
None. |
|
| hb | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"selected": true,
"lab_id": 2,
"lab_date": "2025-11-28T16:11:16.442859+07:00",
"hb": 4.0
},
{
"selected": true,
"lab_id": 2,
"lab_date": "2025-11-28T16:11:16.442859+07:00",
"hb": 4.0
}
]