|
@@ -361,22 +361,22 @@ public class ModelDocGenerate {
|
|
|
DiagLabel initialDiagLabel = new DiagLabel();
|
|
|
initialDiagLabel.setText(structureMap.get("初步诊断"));
|
|
|
firstCourseRecordDoc.setInitialDiagLabel(initialDiagLabel);
|
|
|
- structureMap.remove("初步诊断");
|
|
|
+// structureMap.remove("初步诊断");
|
|
|
|
|
|
CaseCharacteristicLabel caseCharacteristicLabel = new CaseCharacteristicLabel();
|
|
|
caseCharacteristicLabel.setText(structureMap.get("病例特点"));
|
|
|
firstCourseRecordDoc.setCaseCharacteristicLabel(caseCharacteristicLabel);
|
|
|
- structureMap.remove("病例特点");
|
|
|
+// structureMap.remove("病例特点");
|
|
|
|
|
|
DiagnosisLabel diagnosisLabel = new DiagnosisLabel();
|
|
|
diagnosisLabel.setText(structureMap.get("诊断依据"));
|
|
|
firstCourseRecordDoc.setDiagnosisLabel(diagnosisLabel);
|
|
|
- structureMap.remove("诊断依据");
|
|
|
+// structureMap.remove("诊断依据");
|
|
|
|
|
|
DiagLabel differentialDiagLabel = new DiagLabel();
|
|
|
differentialDiagLabel.setText(structureMap.get("鉴别诊断"));
|
|
|
firstCourseRecordDoc.setDifferentialDiagLabel(differentialDiagLabel);
|
|
|
- structureMap.remove("鉴别诊断");
|
|
|
+// structureMap.remove("鉴别诊断");
|
|
|
|
|
|
TreatPlanLabel treatPlanLabel = new TreatPlanLabel();
|
|
|
treatPlanLabel.setText(structureMap.get("诊疗计划"));
|