|
@@ -16,12 +16,11 @@ public class DiagnoseMain {
|
|
// "侵袭性骨破坏","右上腹痛","向右背部放射","墨菲斯征阳性","白细胞增多","不洁饮食","胆囊内有强回声团");
|
|
// "侵袭性骨破坏","右上腹痛","向右背部放射","墨菲斯征阳性","白细胞增多","不洁饮食","胆囊内有强回声团");
|
|
// Map<String, String> diagnose = new DiagnoseProcess().getDiagnose(
|
|
// Map<String, String> diagnose = new DiagnoseProcess().getDiagnose(
|
|
// "上腹痛","墨菲斯征阳性","白细胞增多","不洁饮食","胆囊内有强回声团");
|
|
// "上腹痛","墨菲斯征阳性","白细胞增多","不洁饮食","胆囊内有强回声团");
|
|
-// Map<String, String> diagnose = new DiagnoseProcess().getDiagnose(
|
|
|
|
-// "咽痛","鼻塞","乏力","淋巴结肿大","扁桃体肿大","上腹痛","墨菲斯征阳性","白细胞增多","不洁饮食","胆囊内有强回声团","近端指间关节炎","足关节炎","对称性关节肿胀",
|
|
|
|
-// "晨僵≥30分钟","类风湿因子阳性","抗CCP抗体阳性","胸腔积液","呼吸音减弱","发热","胸痛","呼吸困难","咳嗽");
|
|
|
|
Map<String, String> diagnose = new DiagnoseProcess().getDiagnose(
|
|
Map<String, String> diagnose = new DiagnoseProcess().getDiagnose(
|
|
"咽痛","鼻塞","乏力","淋巴结肿大","扁桃体肿大","上腹痛","墨菲斯征阳性","白细胞增多","不洁饮食","胆囊内有强回声团","近端指间关节炎","足关节炎","对称性关节肿胀",
|
|
"咽痛","鼻塞","乏力","淋巴结肿大","扁桃体肿大","上腹痛","墨菲斯征阳性","白细胞增多","不洁饮食","胆囊内有强回声团","近端指间关节炎","足关节炎","对称性关节肿胀",
|
|
- "晨僵≥30分钟","类风湿因子阳性","抗CCP抗体阳性","胸腔积液","呼吸音减弱","发热","咳嗽");
|
|
|
|
|
|
+ "晨僵≥30分钟","类风湿因子阳性","抗CCP抗体阳性","胸腔积液","呼吸音减弱","发热","胸痛","呼吸困难","咳嗽");
|
|
|
|
+// Map<String, String> diagnose = new DiagnoseProcess().getDiagnose(
|
|
|
|
+// "耳鸣","视力下降","EB病毒早期抗原(EA-IgA)升高","咽部充血");
|
|
for (Map.Entry<String,String> disease:diagnose.entrySet()) {
|
|
for (Map.Entry<String,String> disease:diagnose.entrySet()) {
|
|
System.out.println(disease.getKey()+"\t"+disease.getValue());
|
|
System.out.println(disease.getKey()+"\t"+disease.getValue());
|
|
}
|
|
}
|