GET api/pt_outcome/center/{center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of pt_outcome
NameDescriptionTypeAdditional 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-10-05T10:24:11.0593127+07:00",
    "modify_time": "2024-10-05T10:24:11.0593127+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "patient_id": 8,
    "changed_date": "2024-10-05T10:24:11.0593127+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"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:24:11.0593127+07:00",
    "modify_time": "2024-10-05T10:24:11.0593127+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "patient_id": 8,
    "changed_date": "2024-10-05T10:24:11.0593127+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"
  }
]