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