|
@@ -184,7 +184,7 @@ public class THR03076 extends QCCatalogue {
|
|
|
if ((adDate.before(wardDate) && !CatalogueUtil.compareTime(adDate, wardDate, 48 * 60L))
|
|
|
|| (wardDate.before(adDate) && !CatalogueUtil.compareTime(wardDate, adDate, 24 * 60L))) {
|
|
|
wardUsage.removeAll(adUsage);//比如adUsage有1.0、2.0,wardUsage中有2.0、3.0,removeAll之后wardUsage只剩3.0
|
|
|
- if (wardUsage.size() == 0){
|
|
|
+ if (wardUsage.size() == 0) {
|
|
|
match = true;
|
|
|
}
|
|
|
adDateStr = DateUtil.formatDate(adDate);
|
|
@@ -200,7 +200,7 @@ public class THR03076 extends QCCatalogue {
|
|
|
|
|
|
if (sb.toString().length() > 0) {
|
|
|
status.set("-1");
|
|
|
- info.set(sb.toString().substring(0, sb.toString().length() - 1));
|
|
|
+ info.set("医嘱:" + sb.toString().substring(0, sb.toString().length() - 1));
|
|
|
}
|
|
|
}
|
|
|
|