GET api/visit_detail/key/pt_hct/{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 hct_view| Name | Description | Type | Additional information |
|---|---|---|---|
| lab_id | integer |
None. |
|
| hd_date | date |
None. |
|
| hct | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"lab_id": 1,
"hd_date": "2025-11-28T16:11:14.5228481+07:00",
"hct": 3.0
},
{
"lab_id": 1,
"hd_date": "2025-11-28T16:11:14.5228481+07:00",
"hct": 3.0
}
]