GET api/visit_detail/key/epo_groups/{center_id},{patient_id},{unlock}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

patient_id

integer

Required

unlock

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of epo_group
NameDescriptionTypeAdditional information
id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

title

string

None.

description

string

None.

trtid

integer

None.

isactive

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "create_time": "2024-10-05T10:24:42.553436+07:00",
    "modify_time": "2024-10-05T10:24:42.553436+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "title": "sample string 3",
    "description": "sample string 4",
    "trtid": 1,
    "isactive": 1
  },
  {
    "id": 1,
    "create_time": "2024-10-05T10:24:42.553436+07:00",
    "modify_time": "2024-10-05T10:24:42.553436+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "title": "sample string 3",
    "description": "sample string 4",
    "trtid": 1,
    "isactive": 1
  }
]