S-35
parent
216b14663c
commit
f4c0413360
|
@ -677,10 +677,13 @@ namespace IRaCIS.Application.Services
|
|||
}).ToList()
|
||||
});
|
||||
|
||||
var result = new List<GetReadingClinicalDataListOutDto>();
|
||||
if (!inDto.IsOnlyGetCRCReadModule)
|
||||
{
|
||||
result = await resultQuery.ToListAsync();
|
||||
}
|
||||
|
||||
|
||||
var result = await resultQuery.ToListAsync();
|
||||
|
||||
|
||||
|
||||
// 这里处理CRC上传 阅片期的临床数据
|
||||
|
|
|
@ -186,6 +186,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
|
||||
public Guid? ReadingClinicalDataId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 只获取CRC上传的阅片模块结构化录入
|
||||
/// </summary>
|
||||
public bool IsOnlyGetCRCReadModule { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 只查询已经签名的临床数据
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue