Compare commits
2 Commits
db0d90c0f0
...
995b612537
Author | SHA1 | Date |
---|---|---|
|
995b612537 | |
|
e61b8e9777 |
|
@ -2272,7 +2272,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
VisitTaskId=inDto.VisitTaskId,
|
||||
});
|
||||
|
||||
return studyList.Any(x => x.Modalities.Contains("CT")) ? ReadingYesOrNo.Yes.GetEnumInt() : ReadingYesOrNo.No.GetEnumInt();
|
||||
return studyList.Any(x => x.Modalities.Contains("PET")) ? ReadingYesOrNo.Yes.GetEnumInt() : ReadingYesOrNo.No.GetEnumInt();
|
||||
}
|
||||
|
||||
#region 影像学整体肿瘤评估
|
||||
|
|
Loading…
Reference in New Issue