|
@@ -43,10 +43,10 @@ public class DiseaseCalculate {
|
|
|
responseData.setMedicalIndications(medicalIndications);
|
|
|
|
|
|
//走管理评估
|
|
|
- Map managementEvaluation = diseaseResponse.getManagementEvaluation();
|
|
|
- Map test = this.getMan(managementEvaluation);
|
|
|
-
|
|
|
- responseData.setManagementEvaluation(test);
|
|
|
+// Map managementEvaluation = diseaseResponse.getManagementEvaluation();
|
|
|
+// Map test = this.getMan(managementEvaluation);
|
|
|
+//
|
|
|
+// responseData.setManagementEvaluation(test);
|
|
|
responseData.setTreat(treat);
|
|
|
responseData.setDis(diseaseName);
|
|
|
return responseData;
|
|
@@ -115,6 +115,9 @@ public class DiseaseCalculate {
|
|
|
newMedicitionsList.add(newMedication);
|
|
|
}
|
|
|
}
|
|
|
+ if(bigdrugsName.equals(subdrugsName)){
|
|
|
+ subdrugsName = "";
|
|
|
+ }
|
|
|
drugs.setBigdrugsName(bigdrugsName);
|
|
|
drugs.setSubdrugsName(subdrugsName);
|
|
|
drugs.setDrugsForbidden(drugsForbidden);
|