GET api/pt_9thai_health/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
pt_9thai_health| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| cluster_id | integer |
None. |
|
| center_id | integer |
None. |
|
| create_time | date |
None. |
|
| modify_time | date |
None. |
|
| modify_by | integer |
None. |
|
| record_status_id | signed byte |
None. |
|
| patient_id | integer |
None. |
|
| cci_score | integer |
None. |
|
| kps_score_id | signed byte |
None. |
|
| takecare_myself_id | signed byte |
None. |
|
| is_qalife_id | signed byte |
None. |
|
| qalife_id | signed byte |
None. |
|
| qalife_value | string |
None. |
|
| phs | decimal number |
None. |
|
| mhs | decimal number |
None. |
|
| health8 | signed byte |
None. |
|
| health9 | signed byte |
None. |
|
| dc_regular | string |
None. |
|
| dc_regular_other | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"cluster_id": 2,
"center_id": 3,
"create_time": "2025-10-29T09:13:55.3302163+07:00",
"modify_time": "2025-10-29T09:13:55.3302163+07:00",
"modify_by": 6,
"record_status_id": 64,
"patient_id": 8,
"cci_score": 1,
"kps_score_id": 64,
"takecare_myself_id": 64,
"is_qalife_id": 64,
"qalife_id": 64,
"qalife_value": "sample string 9",
"phs": 1.0,
"mhs": 1.0,
"health8": 64,
"health9": 64,
"dc_regular": "sample string 10",
"dc_regular_other": "sample string 11"
}