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_hctName | 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": "2024-11-21T15:51:33.5264857+07:00", "hct": 3.0, "hb": 4.0 }, { "patient_id": 1, "lab_date": "2024-11-21T15:51:33.5264857+07:00", "hct": 3.0, "hb": 4.0 } ]