修改
This commit is contained in:
@@ -389,13 +389,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// 文件数量
|
||||
/// </summary>
|
||||
public int FileCount
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.FileList.Count();
|
||||
}
|
||||
}
|
||||
public int FileCount { get; set; }
|
||||
//{
|
||||
// get
|
||||
// {
|
||||
// return this.FileList.Count();
|
||||
// }
|
||||
//}
|
||||
|
||||
public List<GetFileDto> FileList { get; set; } = new List<GetFileDto>();
|
||||
|
||||
|
||||
@@ -488,6 +488,7 @@ namespace IRaCIS.Application.Services
|
||||
IsCRCUpload = x.ClinicalDataTrialSet.UploadRole == UploadRole.CRC,
|
||||
IsBlind=x.IsBlind,
|
||||
IsComplete=x.IsComplete,
|
||||
FileCount=x.FileCount,
|
||||
|
||||
ReadingClinicalDataState=x.ReadingClinicalDataState,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user