GET api/patients/dc

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of k_dialysis_center
NameDescriptionTypeAdditional information
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.

trt_id

integer

None.

trt_center_id

string

None.

hcode

string

None.

title

string

None.

order

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "create_time": "2024-10-05T10:14:00.7012848+07:00",
    "modify_time": "2024-10-05T10:14:00.7012848+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "isactive": 64,
    "trt_id": 1,
    "trt_center_id": "sample string 3",
    "hcode": "sample string 4",
    "title": "sample string 5",
    "order": 1
  },
  {
    "id": 1,
    "create_time": "2024-10-05T10:14:00.7012848+07:00",
    "modify_time": "2024-10-05T10:14:00.7012848+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "isactive": 64,
    "trt_id": 1,
    "trt_center_id": "sample string 3",
    "hcode": "sample string 4",
    "title": "sample string 5",
    "order": 1
  }
]