|
@@ -103,6 +103,14 @@ public class ImportDataVO {
|
|
|
@Excel(name="状态")
|
|
|
private String status;
|
|
|
|
|
|
+ //=================================
|
|
|
+ @Excel(name="辅助检查名称")
|
|
|
+ private String pacsName;
|
|
|
+ @Excel(name="正常规则")
|
|
|
+ private String normalRule;
|
|
|
+ @Excel(name="正则表达式")
|
|
|
+ private String regex;
|
|
|
+
|
|
|
//==================================
|
|
|
@Excel(name="医保-ICD-10-疾病名称")
|
|
|
private String diseasePush;
|