GET api/pt_lab_group/hct/year_month/{center_id},{year},{month}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

year

integer

Required

month

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

start_date

date

None.

lab_type_id

integer

None.

pt_list_type_id

integer

None.

record_total

integer

None.

record_complete

integer

None.

input_view_id

integer

None.

comment

string

None.

order

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:17:48.4328024+07:00",
    "modify_time": "2024-10-05T10:17:48.4328024+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "title": "sample string 8",
    "start_date": "2024-10-05T10:17:48.4328024+07:00",
    "lab_type_id": 1,
    "pt_list_type_id": 1,
    "record_total": 1,
    "record_complete": 1,
    "input_view_id": 1,
    "comment": "sample string 10",
    "order": 1
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:17:48.4328024+07:00",
    "modify_time": "2024-10-05T10:17:48.4328024+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "title": "sample string 8",
    "start_date": "2024-10-05T10:17:48.4328024+07:00",
    "lab_type_id": 1,
    "pt_list_type_id": 1,
    "record_total": 1,
    "record_complete": 1,
    "input_view_id": 1,
    "comment": "sample string 10",
    "order": 1
  }
]