修改检查类型

Test_HIR_Net8
he 2025-03-25 15:45:15 +08:00
parent 285e742136
commit dde513a976
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <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>
/// 是否有新病灶