GET api/visit_cost/visit/{visit_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
visit_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

patient_id

integer

None.

visit_id

integer

None.

order

integer

None.

welfare_id

integer

None.

cost_type_id

integer

None.

pay_type_id

integer

None.

date

date

None.

type_title

string

None.

title

string

None.

price

decimal number

None.

price_extra

decimal number

None.

price_total

decimal number

None.

multiple

decimal number

None.

other

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:22:20.7287584+07:00",
    "modify_time": "2024-10-05T10:22:20.7287584+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "patient_id": 8,
    "visit_id": 9,
    "order": 1,
    "welfare_id": 1,
    "cost_type_id": 1,
    "pay_type_id": 1,
    "date": "2024-10-05T10:22:20.7287584+07:00",
    "type_title": "sample string 10",
    "title": "sample string 11",
    "price": 1.0,
    "price_extra": 1.0,
    "price_total": 1.0,
    "multiple": 1.0,
    "other": "sample string 12"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:22:20.7287584+07:00",
    "modify_time": "2024-10-05T10:22:20.7287584+07:00",
    "modify_by": 6,
    "rs_id": 64,
    "patient_id": 8,
    "visit_id": 9,
    "order": 1,
    "welfare_id": 1,
    "cost_type_id": 1,
    "pay_type_id": 1,
    "date": "2024-10-05T10:22:20.7287584+07:00",
    "type_title": "sample string 10",
    "title": "sample string 11",
    "price": 1.0,
    "price_extra": 1.0,
    "price_total": 1.0,
    "multiple": 1.0,
    "other": "sample string 12"
  }
]