Compare commits
No commits in common. "e2f1036ff16a22b3dcc55dd3110a2fb001abaf24" and "79b97f089c82b605aee351f425ee05caae833266" have entirely different histories.
e2f1036ff1
...
79b97f089c
|
@ -1823,8 +1823,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
{
|
||||
result = SpleenAssessment.Increase;
|
||||
}
|
||||
// 当前垂直径≤130mm
|
||||
else if (spleenLength <= 130)
|
||||
// 基线垂直径≤130mm
|
||||
else if (baseLineSpleenLength <= 130)
|
||||
{
|
||||
result = SpleenAssessment.Normal;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue