Forráskód Böngészése

入院记录各模块走模型

hujing 4 éve
szülő
commit
47f1ad06e7

+ 7 - 7
trans/src/main/java/com/lantone/qc/trans/yiwu/YiWuBeHospitalizedDocTrans.java

@@ -186,7 +186,7 @@ public class YiWuBeHospitalizedDocTrans extends ModelDocTrans {
         //        structureMap.remove("既往史");
 
         PersonalLabel personalLabel = new PersonalLabel();
-        personalLabel.setCrfLabel(false);
+//        personalLabel.setCrfLabel(false);
         personalLabel.setText(structureMap.get("个人史"));
         beHospitalizedDoc.setPersonalLabel(personalLabel);
         if (StringUtil.isBlank(structureMap.get("个人史"))) {
@@ -195,7 +195,7 @@ public class YiWuBeHospitalizedDocTrans extends ModelDocTrans {
         //        structureMap.remove("个人史");
 
         MaritalLabel maritalLabel = new MaritalLabel();
-        maritalLabel.setCrfLabel(false);
+//        maritalLabel.setCrfLabel(false);
         maritalLabel.setText("婚育史: " + structureMap.get("婚育史"));
         beHospitalizedDoc.setMaritalLabel(maritalLabel);
         if (StringUtil.isBlank(structureMap.get("婚育史"))) {
@@ -204,7 +204,7 @@ public class YiWuBeHospitalizedDocTrans extends ModelDocTrans {
         //        structureMap.remove("婚育史");
 
         MenstrualLabel menstrualLabel = new MenstrualLabel();
-        menstrualLabel.setCrfLabel(false);
+//        menstrualLabel.setCrfLabel(false);
         menstrualLabel.setText("月经史:" + structureMap.get("月经史"));
         beHospitalizedDoc.setMenstrualLabel(menstrualLabel);
         if (StringUtil.isBlank(structureMap.get("月经史"))) {
@@ -213,7 +213,7 @@ public class YiWuBeHospitalizedDocTrans extends ModelDocTrans {
         //        structureMap.remove("月经史");
 
         FamilyLabel familyLabel = new FamilyLabel();
-        familyLabel.setCrfLabel(false);
+//        familyLabel.setCrfLabel(false);
         familyLabel.setText(structureMap.get("家族史"));
         beHospitalizedDoc.setFamilyLabel(familyLabel);
         if (StringUtil.isBlank(structureMap.get("家族史"))) {
@@ -222,7 +222,7 @@ public class YiWuBeHospitalizedDocTrans extends ModelDocTrans {
         //        structureMap.remove("家族史");
 
         VitalLabel vitalLabel = new VitalLabel();
-        vitalLabel.setCrfLabel(false);
+//        vitalLabel.setCrfLabel(false);
         vitalLabel.setText(structureMap.get("体格检查"));
         beHospitalizedDoc.setVitalLabel(vitalLabel);
         if (StringUtil.isBlank(structureMap.get("体格检查"))) {
@@ -231,7 +231,7 @@ public class YiWuBeHospitalizedDocTrans extends ModelDocTrans {
         //        structureMap.remove("体格检查");
 
         VitalLabelSpecial vitalLabelSpecial = new VitalLabelSpecial();
-        vitalLabelSpecial.setCrfLabel(false);
+//        vitalLabelSpecial.setCrfLabel(false);
         vitalLabelSpecial.setText(structureMap.get("专科体格检查"));
         beHospitalizedDoc.setVitalLabelSpecial(vitalLabelSpecial);
         if (StringUtil.isBlank(structureMap.get("专科体格检查"))) {
@@ -241,7 +241,7 @@ public class YiWuBeHospitalizedDocTrans extends ModelDocTrans {
 
         // 走模型
         PacsLabel pacsLabel = new PacsLabel();
-        pacsLabel.setCrfLabel(false);
+//        pacsLabel.setCrfLabel(false);
         pacsLabel.setText(structureMap.get("辅助检查"));
         beHospitalizedDoc.setPacsLabel(pacsLabel);
         if (StringUtil.isBlank(structureMap.get("辅助检查"))) {