|
@@ -115,7 +115,7 @@ public class KlDiagnoseImportFacade {
|
|
public Boolean verifyData(MultipartFile file, DiagnoseImportVO diagnoseImportVO, Map<String, Object> diagMessage, List<ImportDiagnoseResVO> allData) {
|
|
public Boolean verifyData(MultipartFile file, DiagnoseImportVO diagnoseImportVO, Map<String, Object> diagMessage, List<ImportDiagnoseResVO> allData) {
|
|
Boolean allFlag = true;
|
|
Boolean allFlag = true;
|
|
List<String> diagtypes = Lists.newArrayList("拟诊", "确诊", "警惕");
|
|
List<String> diagtypes = Lists.newArrayList("拟诊", "确诊", "警惕");
|
|
- List<String> splitType = Lists.newArrayList("症状", "体格检查结果", "疾病", "人群", "辅助检查结果");
|
|
|
|
|
|
+ List<String> splitType = Lists.newArrayList("症状", "体格检查结果", "疾病", "人群", "辅助检查结果", "实验室检查子项目");
|
|
// 获取标准词库Map
|
|
// 获取标准词库Map
|
|
Map<String, KlConcept> concept_map = getConceptMap();
|
|
Map<String, KlConcept> concept_map = getConceptMap();
|
|
|
|
|