GET api/hdfacilities/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
hdfacility| 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.  | 
                |
| bed_total | integer | 
                             None.  | 
                |
| hdmachine_total | integer | 
                             None.  | 
                |
| crrtmachine_total | integer | 
                             None.  | 
                |
| biomachine_total | integer | 
                             None.  | 
                |
| hd_service_id | integer | 
                             None.  | 
                |
| chronic_hdprice | decimal number | 
                             None.  | 
                |
| chronic_hdprice_low | decimal number | 
                             None.  | 
                |
| chronic_hdprice_hight | decimal number | 
                             None.  | 
                |
| hdmode_id | integer | 
                             None.  | 
                |
| dialyzer_reuse_id | integer | 
                             None.  | 
                |
| dialyzer_reuse_avg | integer | 
                             None.  | 
                |
| disinfectant | string | 
                             None.  | 
                |
| disinfectant_other | string | 
                             None.  | 
                |
| reuse_method_id | string | 
                             None.  | 
                |
| bloodline_reuse | integer | 
                             None.  | 
                |
| bloodline_total | integer | 
                             None.  | 
                |
| record_date | date | 
                             None.  | 
                |
| acute_hdprice | decimal number | 
                             None.  | 
                |
| acute_hdprice_low | decimal number | 
                             None.  | 
                |
| acute_hdprice_hight | decimal number | 
                             None.  | 
                |
| onlinemachine_total | integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2025-11-04T21:52:07.0311032+07:00",
  "modify_time": "2025-11-04T21:52:07.0311032+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "bed_total": 1,
  "hdmachine_total": 1,
  "crrtmachine_total": 1,
  "biomachine_total": 1,
  "hd_service_id": 1,
  "chronic_hdprice": 1.0,
  "chronic_hdprice_low": 1.0,
  "chronic_hdprice_hight": 1.0,
  "hdmode_id": 1,
  "dialyzer_reuse_id": 1,
  "dialyzer_reuse_avg": 1,
  "disinfectant": "sample string 8",
  "disinfectant_other": "sample string 9",
  "reuse_method_id": "sample string 10",
  "bloodline_reuse": 1,
  "bloodline_total": 1,
  "record_date": "2025-11-04T21:52:07.0331925+07:00",
  "acute_hdprice": 1.0,
  "acute_hdprice_low": 1.0,
  "acute_hdprice_hight": 1.0,
  "onlinemachine_total": 1
}