陈昶聿
6 天以前 7a5ef401fdbe6f67dd96255a47874f7a3656253b
smartor/src/main/java/com/smartor/service/IPatMedOuthospService.java
@@ -1,11 +1,10 @@
package com.smartor.service;
import java.util.Date;
import java.util.List;
import com.ruoyi.common.core.page.TableDataInfo;
import com.smartor.domain.PatMedOuthosp;
import com.smartor.domain.PatMedReq;
import com.smartor.domain.PatMedRes;
import com.smartor.domain.*;
import org.springframework.web.bind.annotation.RequestBody;
/**
@@ -69,4 +68,28 @@
    public PatMedOuthosp getDeptCodeByPatId(PatMedOuthosp patMedOuthosp);
    public Integer dealOutpatientInfo();
    public ServiceSubtask boxedServiceSubtask(ServiceTask serviceTask, PatMedOuthosp patMedOuthosp, PatArchive patArchive);
    /**
     * 门诊记录首次随访
     * @param patMedOuthosp
     * @return
     */
    public Integer followUpByPatMedOuthosp(PatMedOuthosp patMedOuthosp, Integer visitTimeNum);
    /**
     * 门诊记录再次随访
     * @param patMedOuthosp
     * @return
     */
    public Integer followUpAgainByPatMedOuthosp(PatMedOuthosp patMedOuthosp, Integer visitTimeNum);
    /**
     * 门诊记录处理
     * @param patMedOuthosp
     * @return
     */
    public Integer dealPatMedOuthosp(PatMedOuthosp patMedOuthosp, Integer visitTimeNum);
}