GET api/patients/patientviews_2/{center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

rs_id

signed byte

None.

patient_id

integer

None.

status

string

None.

fu

string

None.

no

integer

None.

prefix

string

None.

name

string

None.

hn

string

None.

cn

string

None.

welfare

string

None.

service_price

string

None.

doctor

string

None.

hct

string

None.

epo

string

None.

dialyzer

string

None.

vas

string

None.

phone

string

None.

fu_date

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:19:38.8017203+07:00",
    "modify_time": "2024-10-05T10:19:38.8017203+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "patient_id": 8,
    "status": "sample string 9",
    "fu": "sample string 10",
    "no": 1,
    "prefix": "sample string 11",
    "name": "sample string 12",
    "hn": "sample string 13",
    "cn": "sample string 14",
    "welfare": "sample string 15",
    "service_price": "sample string 16",
    "doctor": "sample string 17",
    "hct": "sample string 18",
    "epo": "sample string 19",
    "dialyzer": "sample string 20",
    "vas": "sample string 21",
    "phone": "sample string 22",
    "fu_date": "2024-10-05T10:19:38.8017203+07:00"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:19:38.8017203+07:00",
    "modify_time": "2024-10-05T10:19:38.8017203+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "patient_id": 8,
    "status": "sample string 9",
    "fu": "sample string 10",
    "no": 1,
    "prefix": "sample string 11",
    "name": "sample string 12",
    "hn": "sample string 13",
    "cn": "sample string 14",
    "welfare": "sample string 15",
    "service_price": "sample string 16",
    "doctor": "sample string 17",
    "hct": "sample string 18",
    "epo": "sample string 19",
    "dialyzer": "sample string 20",
    "vas": "sample string 21",
    "phone": "sample string 22",
    "fu_date": "2024-10-05T10:19:38.8017203+07:00"
  }
]