GET api/pt_outcome/patient/{patient_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patient_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
pt_outcomeName | 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. |
|
changed_date | date |
None. |
|
coc_id | integer |
None. |
|
hdpd_ids | string |
None. |
|
hdpd_other | string |
None. |
|
hdpd_dc_id | integer |
None. |
|
hdpd_dc_other | string |
None. |
|
coe_id | integer |
None. |
|
coe_fu_id | integer |
None. |
|
coe_fu_other | string |
None. |
|
coe_dc_id | integer |
None. |
|
coe_dc_other | string |
None. |
|
coe_dead_id | integer |
None. |
|
coe_dead_other | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:58:17.5664289+07:00", "modify_time": "2024-11-21T15:58:17.5664289+07:00", "modify_by": 6, "record_status_id": 64, "patient_id": 8, "changed_date": "2024-11-21T15:58:17.5664289+07:00", "coc_id": 10, "hdpd_ids": "sample string 11", "hdpd_other": "sample string 12", "hdpd_dc_id": 1, "hdpd_dc_other": "sample string 13", "coe_id": 1, "coe_fu_id": 1, "coe_fu_other": "sample string 14", "coe_dc_id": 1, "coe_dc_other": "sample string 15", "coe_dead_id": 1, "coe_dead_other": "sample string 16" }