陈昶聿
15 小时以前 64f3a44f835a917c7d4157856ea4a1ede84b26a9
smartor/src/main/java/com/smartor/service/IPatMedOuthospService.java
@@ -71,6 +71,25 @@
    public ServiceSubtask boxedServiceSubtask(ServiceTask serviceTask, PatMedOuthosp patMedOuthosp, PatArchive patArchive);
    //门诊记录再次随访
    public Integer followUpAgainByPatMedOuthosp(PatMedOuthosp patMedOuthosp, Date adminDate, Integer visitTimeNum);
    /**
     * 门诊记录首次随访
     * @param patMedOuthosp
     * @return
     */
    public Integer followUpByPatMedOuthosp(PatMedOuthosp patMedOuthosp, Integer visitTimeNum);
    /**
     * 门诊记录再次随访
     * @param patMedOuthosp
     * @return
     */
    public Integer followUpAgainByPatMedOuthosp(PatMedOuthosp patMedOuthosp, Integer visitTimeNum, List<Long> inhospids);
    /**
     * 门诊记录处理
     * @param patMedOuthosp
     * @return
     */
    public Integer dealPatMedOuthosp(PatMedOuthosp patMedOuthosp, Integer visitTimeNum);
}