GET api/pt_comorbid_detail/comorbid_diag/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
k_comorbid_diag| Name | Description | Type | Additional information |
|---|---|---|---|
| id | byte |
None. |
|
| create_time | date |
None. |
|
| modify_time | date |
None. |
|
| modify_by | integer |
None. |
|
| record_status_id | signed byte |
None. |
|
| order | integer |
None. |
|
| title | string |
None. |
|
| detail | string |
None. |
|
| cci_score | string |
None. |
|
| trtid | signed byte |
None. |
|
| isactive | signed byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 64,
"create_time": "2025-11-05T15:03:34.7412154+07:00",
"modify_time": "2025-11-05T15:03:34.7412154+07:00",
"modify_by": 1,
"record_status_id": 64,
"order": 1,
"title": "sample string 3",
"detail": "sample string 4",
"cci_score": "sample string 5",
"trtid": 64,
"isactive": 64
}