|
@@ -1,22 +0,0 @@
|
|
-package com.diagbot.entity;
|
|
|
|
-
|
|
|
|
-/**
|
|
|
|
- * @Description:标签类型常量类
|
|
|
|
- * @author: wangyu
|
|
|
|
- * @time: 2018/11/27 19:58
|
|
|
|
- */
|
|
|
|
-public class QuestionType {
|
|
|
|
- //症状
|
|
|
|
- public static final String Symptom= "1";
|
|
|
|
- //其他史
|
|
|
|
- public static final String Other= "3";
|
|
|
|
- //查体
|
|
|
|
- public static final String Vital= "4";
|
|
|
|
- //化验
|
|
|
|
- public static final String Lis= "5";
|
|
|
|
- //辅检
|
|
|
|
- public static final String Pacs= "6";
|
|
|
|
- //诊断
|
|
|
|
- public static final String Disease= "7";
|
|
|
|
-
|
|
|
|
-}
|
|
|