|
@@ -26,6 +26,7 @@ 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();
|
|
@@ -44,8 +45,5 @@ 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("无护理级别");
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|