GET api/modehds
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of modehdName | 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. |
|
hdfacilitie_id | integer |
None. |
|
conventionalhd | integer |
None. |
|
onlinehdf | integer |
None. |
|
doublehigfluxhdf | integer |
None. |
|
singleneedlehd | integer |
None. |
|
sled | integer |
None. |
|
crrt | integer |
None. |
|
plasmapheresis | integer |
None. |
|
immunoabsorption | integer |
None. |
|
dfpp | integer |
None. |
|
highfluxdialysis | integer |
None. |
|
other | integer |
None. |
|
other_detail | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T16:02:16.9777103+07:00", "modify_time": "2024-11-21T16:02:16.9777103+07:00", "modify_by": 6, "record_status_id": 64, "hdfacilitie_id": 1, "conventionalhd": 1, "onlinehdf": 1, "doublehigfluxhdf": 1, "singleneedlehd": 1, "sled": 1, "crrt": 1, "plasmapheresis": 1, "immunoabsorption": 1, "dfpp": 1, "highfluxdialysis": 1, "other": 1, "other_detail": "sample string 8" }, { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T16:02:16.9777103+07:00", "modify_time": "2024-11-21T16:02:16.9777103+07:00", "modify_by": 6, "record_status_id": 64, "hdfacilitie_id": 1, "conventionalhd": 1, "onlinehdf": 1, "doublehigfluxhdf": 1, "singleneedlehd": 1, "sled": 1, "crrt": 1, "plasmapheresis": 1, "immunoabsorption": 1, "dfpp": 1, "highfluxdialysis": 1, "other": 1, "other_detail": "sample string 8" } ]