DELETE api/patients/completepatient?patient_id={patient_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patient_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
patientName | 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. |
|
isactive | signed byte |
None. |
|
person_id | integer |
None. |
|
order | integer |
None. |
|
fullname | string |
None. |
|
welfare_detail_id | integer |
None. |
|
hn | string |
None. |
|
hn_owner | string |
None. |
|
total_hd | integer |
None. |
|
followup_date | date |
None. |
|
status_id | signed byte |
None. |
|
dialyzer1_id | integer |
None. |
|
dialyzer2_id | integer |
None. |
|
doctor1_id | integer |
None. |
|
doctor2_id | integer |
None. |
|
trt_no | string |
None. |
|
med_sup_role_id | integer |
None. |
|
trt_patient_id | string |
None. |
|
trt_cn | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:52:46.1677191+07:00", "modify_time": "2024-11-21T15:52:46.1677191+07:00", "modify_by": 6, "record_status_id": 64, "isactive": 64, "person_id": 9, "order": 1, "fullname": "sample string 10", "welfare_detail_id": 1, "hn": "sample string 11", "hn_owner": "sample string 12", "total_hd": 1, "followup_date": "2024-11-21T15:52:46.1677191+07:00", "status_id": 64, "dialyzer1_id": 1, "dialyzer2_id": 1, "doctor1_id": 1, "doctor2_id": 1, "trt_no": "sample string 13", "med_sup_role_id": 1, "trt_patient_id": "sample string 14", "trt_cn": "sample string 15" }