Compare commits
No commits in common. "6cd30879db14cf9d5b215e84c5109683e24eb56b" and "d43aaa9e837f5129d92cb8398b4d2bbb42ed1226" have entirely different histories.
6cd30879db
...
d43aaa9e83
@ -451,13 +451,8 @@ 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