GET api/patients/history/hct/{center_id},{patient_id},{page},{row}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

patient_id

integer

Required

page

integer

Required

row

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of pt_hct
NameDescriptionTypeAdditional information
patient_id

integer

None.

lab_date

date

None.

hct

decimal number

None.

hb

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "patient_id": 1,
    "lab_date": "2024-10-05T10:20:34.4379378+07:00",
    "hct": 3.0,
    "hb": 4.0
  },
  {
    "patient_id": 1,
    "lab_date": "2024-10-05T10:20:34.4379378+07:00",
    "hct": 3.0,
    "hb": 4.0
  }
]