|
@@ -168,7 +168,10 @@ public class THR03069 extends QCCatalogue {
|
|
|
} catch (Exception e) {
|
|
|
System.out.println("THR03069: " + drugName + ":" + value + "解析异常");
|
|
|
}
|
|
|
- if (!antibioticValue.containsKey(drugName) && v > 0) {
|
|
|
+ if (v < 0) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ if (!antibioticValue.containsKey(drugName)) {
|
|
|
antibioticValue.put(drugName, v);
|
|
|
antibioticDate.put(drugName, Lists.newArrayList(startDateStr));
|
|
|
antibioticStatus.put(drugName, 0);
|