|
@@ -1015,7 +1015,7 @@ func (this *DialysisRecordAPIController) StartDialysis() {
|
1015
|
1015
|
if prescription.TargetUltrafiltration > 0 && prescription.DialysisDurationHour > 0 {
|
1016
|
1016
|
|
1017
|
1017
|
totalMin := prescription.DialysisDurationHour*60 + prescription.DialysisDurationMinute
|
1018
|
|
- fmt.Println("total23232323232322332", totalMin)
|
|
1018
|
+ //fmt.Println("total23232323232322332", totalMin)
|
1019
|
1019
|
if (template.TemplateId == 6 || template.TemplateId == 20 || template.TemplateId == 22 || template.TemplateId == 32 || template.TemplateId == 36) && adminUserInfo.CurrentOrgId != 9671 {
|
1020
|
1020
|
ultrafiltration_rate = math.Floor(prescription.TargetUltrafiltration / float64(totalMin) * 60 * 1000)
|
1021
|
1021
|
}
|