|
|
@@ -172,7 +172,7 @@
|
|
|
i.device_id as device_id,
|
|
|
i.clinic_id as clinic_id,
|
|
|
i.classification as classification,
|
|
|
- i.data_number as data_number,
|
|
|
+ i.data_number as data_num,
|
|
|
i.total_dose as total_dose,
|
|
|
i.first_dose as first_dose,
|
|
|
i.remain_dose as remain_dose,
|
|
|
@@ -203,6 +203,7 @@
|
|
|
i.warn_analgesic_poor as warn_analgesic_poor,
|
|
|
i.warn_low_battery as warn_low_battery,
|
|
|
i.alarm as device_alarm,
|
|
|
+ i.data_number as data_number,
|
|
|
i.start_time as infusion_start_time,
|
|
|
i.remark as remark,
|
|
|
i.type as device_type,
|
|
|
@@ -378,7 +379,7 @@
|
|
|
i.device_id as device_id,
|
|
|
i.clinic_id as clinic_id,
|
|
|
i.classification as classification,
|
|
|
- i.data_number as data_number,
|
|
|
+ i.data_number as data_num,
|
|
|
i.total_dose as total_dose,
|
|
|
i.first_dose as first_dose,
|
|
|
i.remain_dose as remain_dose,
|