This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
java
/
qc
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
1、如果没有输血记录 不需要判断输血指征
louhr
hace 5 años
padre
2724dc5ef3
commit
6027abcf03
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
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 fichero
@@ -41,6 +41,8 @@ public class CLI0300 extends QCCatalogue {
}
}
}
+ } else {
+ status.set("0");
}
}
}