PUT api/pt_comorbid/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
pt_comorbid| 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. |
|
| is_diabete_id | signed byte |
None. |
|
| is_hypertension_id | signed byte |
None. |
|
| is_comorbid_id | signed byte |
None. |
|
| cci_score | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"cluster_id": 2,
"center_id": 3,
"create_time": "2025-11-05T08:25:19.911953+07:00",
"modify_time": "2025-11-05T08:25:19.911953+07:00",
"modify_by": 6,
"record_status_id": 64,
"patient_id": 8,
"is_diabete_id": 64,
"is_hypertension_id": 64,
"is_comorbid_id": 64,
"cci_score": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.