This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
java
/
qc
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Browse Source
1、如果没有输血记录 不需要判断输血指征
louhr
5 years atrás
parent
2724dc5ef3
commit
6027abcf03
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
kernel/src/main/java/com/lantone/qc/kernel/catalogue/clinicalblood/CLI0300.java
+ 2
- 0
kernel/src/main/java/com/lantone/qc/kernel/catalogue/clinicalblood/CLI0300.java
Ver Ficheiro
@@ -41,6 +41,8 @@ public class CLI0300 extends QCCatalogue {
}
}
}
+ } else {
+ status.set("0");
}
}
}