|
@@ -1589,6 +1589,7 @@ func (c *DialysisAPIController) GetSchedualPatientsList() {
|
1589
|
1589
|
// @param nurse:int 上机护士
|
1590
|
1590
|
// @param bed:int 床位号
|
1591
|
1591
|
func (this *DialysisAPIController) StartDialysis() {
|
|
1592
|
+
|
1592
|
1593
|
patientID, _ := this.GetInt64("patient_id")
|
1593
|
1594
|
recordDateStr := this.GetString("record_date")
|
1594
|
1595
|
nurseID, _ := this.GetInt64("nurse")
|