GET api/pt_hd_prescription/patients/{patient_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patient_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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

record_status_id

signed byte

None.

patient_id

integer

None.

hdp_date

date

None.

pt_modehd_id

signed byte

None.

anticoagulant_id

integer

None.

anticoagulant_other

string

None.

ds_flow_rate

integer

None.

ds_temp

decimal number

None.

ds_time

decimal number

None.

ds_frequency

integer

None.

blood_flow_rate

decimal number

None.

na

decimal number

None.

nco3

decimal number

None.

k

decimal number

None.

ca

decimal number

None.

na_vp_id

integer

None.

uf_vp_id

integer

None.

hco3_vp_id

integer

None.

hep_loading

integer

None.

hep_maintanance

integer

None.

hep_recir_culation

integer

None.

flush_nss_ml

integer

None.

flush_nss_hr

decimal number

None.

dry_weight

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:20:49.5421398+07:00",
    "modify_time": "2024-10-05T10:20:49.5421398+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "patient_id": 8,
    "hdp_date": "2024-10-05T10:20:49.5421398+07:00",
    "pt_modehd_id": 64,
    "anticoagulant_id": 1,
    "anticoagulant_other": "sample string 10",
    "ds_flow_rate": 1,
    "ds_temp": 1.0,
    "ds_time": 1.0,
    "ds_frequency": 1,
    "blood_flow_rate": 1.0,
    "na": 1.0,
    "nco3": 1.0,
    "k": 1.0,
    "ca": 1.0,
    "na_vp_id": 1,
    "uf_vp_id": 1,
    "hco3_vp_id": 1,
    "hep_loading": 1,
    "hep_maintanance": 1,
    "hep_recir_culation": 1,
    "flush_nss_ml": 1,
    "flush_nss_hr": 1.0,
    "dry_weight": "sample string 11"
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:20:49.5421398+07:00",
    "modify_time": "2024-10-05T10:20:49.5421398+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "patient_id": 8,
    "hdp_date": "2024-10-05T10:20:49.5421398+07:00",
    "pt_modehd_id": 64,
    "anticoagulant_id": 1,
    "anticoagulant_other": "sample string 10",
    "ds_flow_rate": 1,
    "ds_temp": 1.0,
    "ds_time": 1.0,
    "ds_frequency": 1,
    "blood_flow_rate": 1.0,
    "na": 1.0,
    "nco3": 1.0,
    "k": 1.0,
    "ca": 1.0,
    "na_vp_id": 1,
    "uf_vp_id": 1,
    "hco3_vp_id": 1,
    "hep_loading": 1,
    "hep_maintanance": 1,
    "hep_recir_culation": 1,
    "flush_nss_ml": 1,
    "flush_nss_hr": 1.0,
    "dry_weight": "sample string 11"
  }
]