|
@@ -379,7 +379,7 @@ public class ModelDocGenerate {
|
|
|
TreatPlanLabel treatPlanLabel = new TreatPlanLabel();
|
|
|
treatPlanLabel.setText(structureMap.get("诊疗计划"));
|
|
|
firstCourseRecordDoc.setTreatPlanLabel(treatPlanLabel);
|
|
|
- structureMap.remove("诊疗计划");
|
|
|
+// structureMap.remove("诊疗计划");
|
|
|
|
|
|
firstCourseRecordDoc.setStructureMap(structureMap);
|
|
|
return firstCourseRecordDoc;
|