陈昶聿
15 小时以前 dfdedd9df6386d062a8889d1cb5883f3294e0bb5
smartor/src/main/java/com/smartor/service/IPatMedOuthospService.java
@@ -1,5 +1,6 @@
package com.smartor.service;
import java.util.Date;
import java.util.List;
import com.ruoyi.common.core.page.TableDataInfo;
@@ -69,4 +70,7 @@
    public Integer dealOutpatientInfo();
    public ServiceSubtask boxedServiceSubtask(ServiceTask serviceTask, PatMedOuthosp patMedOuthosp, PatArchive patArchive);
    //门诊记录再次随访
    public Integer followUpAgainByPatMedOuthosp(PatMedOuthosp patMedOuthosp, Date adminDate, Integer visitTimeNum);
}