GET api/epo_detail/dose/{center_id},{epo_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

epo_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

title

string

None.

epo_detail_id

integer

None.

unit

integer

None.

price

decimal number

None.

price_extra

decimal number

None.

price_total

decimal number

None.

hct

decimal number

None.

isactive

integer

None.

hct_conditon_id

integer

None.

hct_condition_value

decimal number

None.

hct_min

decimal number

None.

hct_max

decimal number

None.

ml

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:14:40.2780371+07:00",
    "modify_time": "2024-10-05T10:14:40.2780371+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "title": "sample string 8",
    "epo_detail_id": 9,
    "unit": 10,
    "price": 11.0,
    "price_extra": 12.0,
    "price_total": 13.0,
    "hct": 1.0,
    "isactive": 14,
    "hct_conditon_id": 15,
    "hct_condition_value": 1.0,
    "hct_min": 1.0,
    "hct_max": 1.0,
    "ml": 1.0
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:14:40.2780371+07:00",
    "modify_time": "2024-10-05T10:14:40.2780371+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "title": "sample string 8",
    "epo_detail_id": 9,
    "unit": 10,
    "price": 11.0,
    "price_extra": 12.0,
    "price_total": 13.0,
    "hct": 1.0,
    "isactive": 14,
    "hct_conditon_id": 15,
    "hct_condition_value": 1.0,
    "hct_min": 1.0,
    "hct_max": 1.0,
    "ml": 1.0
  }
]