GET api/patients/history/hct/{center_id},{patient_id},{page},{row}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| center_id | integer |
Required |
|
| patient_id | integer |
Required |
|
| page | integer |
Required |
|
| row | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of pt_hct| Name | Description | Type | Additional information |
|---|---|---|---|
| patient_id | integer |
None. |
|
| lab_date | date |
None. |
|
| hct | decimal number |
None. |
|
| hb | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"patient_id": 1,
"lab_date": "2025-11-02T10:56:34.1248448+07:00",
"hct": 3.0,
"hb": 4.0
},
{
"patient_id": 1,
"lab_date": "2025-11-02T10:56:34.1248448+07:00",
"hct": 3.0,
"hb": 4.0
}
]