GET api/dialyzer_brand

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of dialyzer_brand
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.

title

string

None.

descrition

string

None.

trt_id

integer

None.

membrane_type

string

None.

isactive

integer

None.

datatype_id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:20:25.2571146+07:00",
    "modify_time": "2024-10-05T10:20:25.2571146+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "title": "sample string 8",
    "descrition": "sample string 9",
    "trt_id": 1,
    "membrane_type": "sample string 10",
    "isactive": 1,
    "datatype_id": 1
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:20:25.2571146+07:00",
    "modify_time": "2024-10-05T10:20:25.2571146+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "title": "sample string 8",
    "descrition": "sample string 9",
    "trt_id": 1,
    "membrane_type": "sample string 10",
    "isactive": 1,
    "datatype_id": 1
  }
]