POST api/pt_status/restore

Request Information

URI Parameters

None.

Body Parameters

PatientRestoreDto
NameDescriptionTypeAdditional information
center_id

integer

None.

patient_id

integer

None.

change_date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "center_id": 1,
  "patient_id": 2,
  "change_date": "2025-06-01T22:16:15.8784004+07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.

previos_status_id

integer

None.

status_id

integer

None.

status_other

string

None.

detail

string

None.

ref_id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2025-06-01T22:16:15.8784004+07:00",
  "modify_time": "2025-06-01T22:16:15.8784004+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "patient_id": 8,
  "change_date": "2025-06-01T22:16:15.8784004+07:00",
  "previos_status_id": 10,
  "status_id": 11,
  "status_other": "sample string 12",
  "detail": "sample string 13",
  "ref_id": 1
}