| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.ruoyi.common.core.domain.AjaxResult; |
| | | import com.smartor.domain.PatArchive; |
| | | import com.smartor.domain.PatUpInfoVO; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | |
| | | * @param title |
| | | * @param file |
| | | */ |
| | | public PatUpInfoVO fileHandle( String username, MultipartFile file); |
| | | public PatUpInfoVO importFilehandle(String username, MultipartFile file); |
| | | |
| | | /** |
| | | * 导出患者错误信息 |
| | | * |
| | | * @param patArchiveList |
| | | * @return |
| | | */ |
| | | public String exportErrPatInfo(List<PatArchive> patArchiveList); |
| | | } |