GET api/visit_detail/key/pt_hb/{center_id},{patient_id}?group_id={group_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
center_id | integer |
Required |
|
patient_id | integer |
Required |
|
group_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of hb_viewName | Description | Type | Additional information |
---|---|---|---|
lab_id | integer |
None. |
|
hd_date | date |
None. |
|
hb | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "lab_id": 1, "hd_date": "2025-06-02T21:21:34.3608899+07:00", "hb": 3.0 }, { "lab_id": 1, "hd_date": "2025-06-02T21:21:34.3608899+07:00", "hb": 3.0 } ]