GET api/modehds/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

modehd
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.

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-10-05T10:26:03.4659847+07:00",
  "modify_time": "2024-10-05T10:26:03.4659847+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"
}