POST api/patients
Request Information
URI Parameters
None.
Body Parameters
patient| Name | 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. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2025-10-31T19:55:09.1383551+07:00",
  "modify_time": "2025-10-31T19:55:09.1383551+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": "2025-10-31T19:55:09.1539855+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"
}
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
patient| Name | 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": "2025-10-31T19:55:09.2008654+07:00",
  "modify_time": "2025-10-31T19:55:09.2008654+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": "2025-10-31T19:55:09.2008654+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"
}