| | |
| | | public int dealOutHospInfo(String config); |
| | | |
| | | /** |
| | | * 处理从his取来的出院数据 |
| | | * |
| | | * @param |
| | | * @return 结果 |
| | | */ |
| | | public int dealOutHospInfoByDimension(String config); |
| | | |
| | | /** |
| | | * 获取出院,住院,门诊服务人次 |
| | | * |
| | | * @param patMedReq |
| | |
| | | * @return |
| | | */ |
| | | public List<PatMedInhosp> getDocAndPat(PatMedInhosp patMedInhosp); |
| | | |
| | | /** |
| | | * 处理从his取来的手术信息 |
| | | * |
| | | * @param |
| | | * @return 结果 |
| | | */ |
| | | public void addOperationSubTask(String config); |
| | | |
| | | public ServiceSubtask boxedServiceSubtask(ServiceTask serviceTask, PatMedInhosp patMedInhosp1, PatArchive patArchive, String config, Integer type); |
| | | } |