| | |
| | | } |
| | | } |
| | | |
| | | // /** |
| | | // * 处理患者信息,进入子任务表 |
| | | // */ |
| | | // public void dealOutHospInfoByDimension() { |
| | | // String config = configService.selectConfigByKey("visit.early.day"); |
| | | // if (port.equals("8095")) { |
| | | // //出院表 |
| | | // iPatMedInhospService.dealOutHospInfoByDimension(config); |
| | | // //门诊表(新华的暂时不做门诊随访) |
| | | /** |
| | | * 处理患者信息,进入子任务表(任务组) |
| | | */ |
| | | public void dealOutHospInfoBySchedule() { |
| | | String config = configService.selectConfigByKey("visit.early.day"); |
| | | if (port.equals("8095")) { |
| | | //出院表 |
| | | iPatMedInhospService.dealOutHospInfoBySchedule(config); |
| | | //门诊表(新华的暂时不做门诊随访) |
| | | // if (!active.equals("xh")) { |
| | | // //iPatMedOuthospService.dealOutpatientInfo(); |
| | | // } |
| | | // } |
| | | // } |
| | | } |
| | | } |
| | | |
| | | |
| | | /** |