GET api/pt_lab_image/ekg/{center_id},{lab_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

lab_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

lab_id

integer

None.

patient_id

integer

None.

detail

string

None.

file_name

string

None.

file_extention

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:16:02.3115738+07:00",
    "modify_time": "2024-10-05T10:16:02.3115738+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "lab_id": 8,
    "patient_id": 9,
    "detail": "sample string 10",
    "file_name": "sample string 11",
    "file_extention": "sample string 12"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:16:02.3115738+07:00",
    "modify_time": "2024-10-05T10:16:02.3115738+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "lab_id": 8,
    "patient_id": 9,
    "detail": "sample string 10",
    "file_name": "sample string 11",
    "file_extention": "sample string 12"
  }
]