Compare commits
2 Commits
d43aaa9e83
...
6cd30879db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cd30879db | ||
|
|
1d73290c0a |
@ -451,8 +451,13 @@ public class LisWorkcom extends LisWorkBase{
|
|||||||
}
|
}
|
||||||
Double age = null;
|
Double age = null;
|
||||||
if ("Y".equals(ygnl)) {
|
if ("Y".equals(ygnl)) {
|
||||||
|
Integer nl=labPat.getNl();
|
||||||
|
if(nl==null){
|
||||||
|
age=-1.00;
|
||||||
|
}else {
|
||||||
age = AgeUtils.getDecimalAge(AgeUtils.getBirthDateByAge(labPat.getNl(), labPat.getNldw()));
|
age = AgeUtils.getDecimalAge(AgeUtils.getBirthDateByAge(labPat.getNl(), labPat.getNldw()));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
XmRef xmRef = new XmRef();
|
XmRef xmRef = new XmRef();
|
||||||
if ("Y".equals(ygxb) || "Y".equals(ygbb) || "Y".equals(ygnl) || "Y".equals(ygzd) || "Y".equals(ygzq)) {
|
if ("Y".equals(ygxb) || "Y".equals(ygbb) || "Y".equals(ygnl) || "Y".equals(ygzd) || "Y".equals(ygzq)) {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user