POST api/visit_detail

Request Information

URI Parameters

None.

Body Parameters

visit_detail
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.

welfare_id

integer

None.

hd_date

date

None.

hd_round

integer

None.

hd_total

integer

None.

hd_fee_rate

decimal number

None.

hd_cost_total

decimal number

None.

pt_dz1_id

integer

None.

dz1_id

integer

None.

doctor1_id

integer

None.

doctor2_id

integer

None.

complication

string

None.

complication_other

string

None.

visit_epo_id

integer

None.

iron_id

integer

None.

iron_total

integer

None.

iron_unit

integer

None.

iron_cost_total

decimal number

None.

hct

decimal number

None.

pt_status

integer

None.

remark

string

None.

visit_item_id

integer

None.

weight_pre

decimal number

None.

weight_post

decimal number

None.

bp_pre

string

None.

bp_post

string

None.

pt_dz2_id

integer

None.

dz2_id

integer

None.

hd_time_start

date

None.

hd_time_end

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:23:28.8278345+07:00",
  "modify_time": "2024-10-05T10:23:28.8278345+07:00",
  "modify_by": 6,
  "rs_id": 64,
  "patient_id": 8,
  "welfare_id": 9,
  "hd_date": "2024-10-05T10:23:28.8278345+07:00",
  "hd_round": 11,
  "hd_total": 12,
  "hd_fee_rate": 1.0,
  "hd_cost_total": 1.0,
  "pt_dz1_id": 1,
  "dz1_id": 1,
  "doctor1_id": 1,
  "doctor2_id": 1,
  "complication": "sample string 13",
  "complication_other": "sample string 14",
  "visit_epo_id": 1,
  "iron_id": 1,
  "iron_total": 1,
  "iron_unit": 1,
  "iron_cost_total": 1.0,
  "hct": 1.0,
  "pt_status": 1,
  "remark": "sample string 15",
  "visit_item_id": 1,
  "weight_pre": 1.0,
  "weight_post": 1.0,
  "bp_pre": "sample string 16",
  "bp_post": "sample string 17",
  "pt_dz2_id": 1,
  "dz2_id": 1,
  "hd_time_start": "2024-10-05T10:23:28.8278345+07:00",
  "hd_time_end": "2024-10-05T10:23:28.8278345+07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

visit_detail
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.

welfare_id

integer

None.

hd_date

date

None.

hd_round

integer

None.

hd_total

integer

None.

hd_fee_rate

decimal number

None.

hd_cost_total

decimal number

None.

pt_dz1_id

integer

None.

dz1_id

integer

None.

doctor1_id

integer

None.

doctor2_id

integer

None.

complication

string

None.

complication_other

string

None.

visit_epo_id

integer

None.

iron_id

integer

None.

iron_total

integer

None.

iron_unit

integer

None.

iron_cost_total

decimal number

None.

hct

decimal number

None.

pt_status

integer

None.

remark

string

None.

visit_item_id

integer

None.

weight_pre

decimal number

None.

weight_post

decimal number

None.

bp_pre

string

None.

bp_post

string

None.

pt_dz2_id

integer

None.

dz2_id

integer

None.

hd_time_start

date

None.

hd_time_end

date

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:23:28.8278345+07:00",
  "modify_time": "2024-10-05T10:23:28.8278345+07:00",
  "modify_by": 6,
  "rs_id": 64,
  "patient_id": 8,
  "welfare_id": 9,
  "hd_date": "2024-10-05T10:23:28.8278345+07:00",
  "hd_round": 11,
  "hd_total": 12,
  "hd_fee_rate": 1.0,
  "hd_cost_total": 1.0,
  "pt_dz1_id": 1,
  "dz1_id": 1,
  "doctor1_id": 1,
  "doctor2_id": 1,
  "complication": "sample string 13",
  "complication_other": "sample string 14",
  "visit_epo_id": 1,
  "iron_id": 1,
  "iron_total": 1,
  "iron_unit": 1,
  "iron_cost_total": 1.0,
  "hct": 1.0,
  "pt_status": 1,
  "remark": "sample string 15",
  "visit_item_id": 1,
  "weight_pre": 1.0,
  "weight_post": 1.0,
  "bp_pre": "sample string 16",
  "bp_post": "sample string 17",
  "pt_dz2_id": 1,
  "dz2_id": 1,
  "hd_time_start": "2024-10-05T10:23:28.8278345+07:00",
  "hd_time_end": "2024-10-05T10:23:28.8278345+07:00"
}