GET api/visit_detail/hcts/{patient_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patient_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PatientHctName | Description | Type | Additional information |
---|---|---|---|
selected | boolean |
None. |
|
lab_id | integer |
None. |
|
lab_date | date |
None. |
|
hct | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "selected": true, "lab_id": 2, "lab_date": "2024-11-21T15:48:57.5830774+07:00", "hct": 4.0 }, { "selected": true, "lab_id": 2, "lab_date": "2024-11-21T15:48:57.5830774+07:00", "hct": 4.0 } ]