GET api/pt_bed_round/calendar/reserve_total/{center_id},{patient_id},{hd_date}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

patient_id

integer

Required

hd_date

date

Required

Body Parameters

None.

Response Information

Resource Description

PTResvTimeCount
NameDescriptionTypeAdditional information
patient_id

integer

None.

hd_date

date

None.

day_total

integer

None.

week_max

integer

None.

week_total

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "patient_id": 1,
  "hd_date": "2024-10-05T10:24:11.0593127+07:00",
  "day_total": 3,
  "week_max": 4,
  "week_total": 5
}