代码修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6c9c8ee5dc
commit
55bb70179c
|
@ -759,7 +759,8 @@ namespace IRaCIS.Application.Services
|
|||
GetClinicalType=inDto.GetClinicalType,
|
||||
SubjectId=inDto.SubjectId,
|
||||
TrialId=inDto.TrialId,
|
||||
ReadingId=inDto.ReadingId,
|
||||
SelectIsSign=false,
|
||||
ReadingId =inDto.ReadingId,
|
||||
TrialReadingCriterionId = inDto.TrialReadingCriterionId,
|
||||
});
|
||||
var readingIds = result.Select(x => x.ReadingId).ToList();
|
||||
|
|
|
@ -233,7 +233,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
/// 只查询已经签名的临床数据
|
||||
/// </summary>
|
||||
public bool SelectIsSign { get; set; } = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取访视列表
|
||||
|
|
Loading…
Reference in New Issue