|
@@ -194,6 +194,9 @@ public class THR03076 extends QCCatalogue {
|
|
|
adDateStr = DateUtil.formatDateTime(adDate);
|
|
|
if (wardUsage.size() > 0 && !sb.toString().contains(drugKey + "(" + adDateStr + ")")) {
|
|
|
infoAppend(sb, ai.getKey(), adDateStr);
|
|
|
+ }
|
|
|
+ if(wardUsage.size() == 0){
|
|
|
+ sb = null;
|
|
|
break;
|
|
|
}
|
|
|
}
|