Compare commits

..

No commits in common. "d4b3038f6db9f11742b2170ffa0533c74670187f" and "8378e8f2d6485f564b7cc5df5aba4c3157591071" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary> /// <summary>
/// 检查信息字符串 /// 检查信息字符串
/// </summary> /// </summary>
public string CheckInfoStr => string.Join("", CheckInfoList.Select(x => $"{x.Modalities}/{x.BodyPartExamined}")); public string CheckInfoStr => string.Join("/", CheckInfoList.Select(x => $"{x.Modalities}{x.BodyPartExamined}"));
/// <summary> /// <summary>
/// 是否有新病灶 /// 是否有新病灶