|
@@ -26,7 +26,6 @@ public class FIRC0092 extends QCCatalogue {
|
|
}
|
|
}
|
|
TreatPlanLabel treatPlanLabel = firstCourseRecordDoc.getTreatPlanLabel();
|
|
TreatPlanLabel treatPlanLabel = firstCourseRecordDoc.getTreatPlanLabel();
|
|
if (treatPlanLabel == null) {
|
|
if (treatPlanLabel == null) {
|
|
- info.set("无护理级别");
|
|
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
String text = treatPlanLabel.getText();
|
|
String text = treatPlanLabel.getText();
|
|
@@ -45,5 +44,8 @@ public class FIRC0092 extends QCCatalogue {
|
|
|| treatPlanLabel.getPacs().size() > 0)) {
|
|
|| treatPlanLabel.getPacs().size() > 0)) {
|
|
status.set("0");
|
|
status.set("0");
|
|
}
|
|
}
|
|
|
|
+ if (treatPlanLabel.getNursingLevel() == null) {
|
|
|
|
+ info.set("无护理级别");
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|