GET api/pt_status/patient/{patient_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patient_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of pt_status
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.

change_date

date

None.

status_id

integer

None.

status_other

string

None.

cause_change_id

integer

None.

cause_change_other

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:14:50.5061546+07:00",
    "modify_time": "2024-10-05T10:14:50.5061546+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "patient_id": 8,
    "change_date": "2024-10-05T10:14:50.5061546+07:00",
    "status_id": 10,
    "status_other": "sample string 11",
    "cause_change_id": 1,
    "cause_change_other": "sample string 12"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:14:50.5061546+07:00",
    "modify_time": "2024-10-05T10:14:50.5061546+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "patient_id": 8,
    "change_date": "2024-10-05T10:14:50.5061546+07:00",
    "status_id": 10,
    "status_other": "sample string 11",
    "cause_change_id": 1,
    "cause_change_other": "sample string 12"
  }
]