|
@@ -1136,7 +1136,7 @@ func (c *DialysisAPIController) PostDialysisPrescription() {
|
1136
|
1136
|
PreImpulse: pre_impulse,
|
1137
|
1137
|
AnticoagulantStopTimeHour: anticoagulant_stop_time_hour,
|
1138
|
1138
|
AnticoagulantStopTimeMin: anticoagulant_stop_time_min,
|
1139
|
|
- Blood: blood,
|
|
1139
|
+ Blood: blood,
|
1140
|
1140
|
}
|
1141
|
1141
|
|
1142
|
1142
|
_, dialysisPrescription := service.FindDialysisPrescriptionByReordDate(id, recordDate.Unix(), adminUserInfo.Org.Id)
|
|
@@ -1698,7 +1698,7 @@ func (this *DialysisAPIController) StartDialysis() {
|
1698
|
1698
|
}
|
1699
|
1699
|
|
1700
|
1700
|
//只针对广慈医院
|
1701
|
|
- if template.TemplateId == 26 || template.TemplateId == 25 || template.TemplateId == 28 {
|
|
1701
|
+ if template.TemplateId == 26 || template.TemplateId == 25 || template.TemplateId == 28 || adminUserInfo.Org.Id == 9987 {
|
1702
|
1702
|
// 查询病人是否有透前评估数据
|
1703
|
1703
|
befor, errcode := service.GetAssessmentBefor(adminUserInfo.Org.Id, patientID, recordDate.Unix())
|
1704
|
1704
|
//如果有数据就插入
|
|
@@ -1899,7 +1899,7 @@ func (c *DialysisAPIController) PostSolution() {
|
1899
|
1899
|
ALiquid: a_liquid,
|
1900
|
1900
|
AnticoagulantStopTimeMin: anticoagulant_stop_time_min,
|
1901
|
1901
|
AnticoagulantStopTimeHour: anticoagulant_stop_time_hour,
|
1902
|
|
- Blood: blood,
|
|
1902
|
+ Blood: blood,
|
1903
|
1903
|
}
|
1904
|
1904
|
|
1905
|
1905
|
_, dialysisPrescription := service.FindDialysisPrescriptionByReordDate(id, recordDate.Unix(), adminUserInfo.Org.Id)
|