代码修改
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,
|
GetClinicalType=inDto.GetClinicalType,
|
||||||
SubjectId=inDto.SubjectId,
|
SubjectId=inDto.SubjectId,
|
||||||
TrialId=inDto.TrialId,
|
TrialId=inDto.TrialId,
|
||||||
ReadingId=inDto.ReadingId,
|
SelectIsSign=false,
|
||||||
|
ReadingId =inDto.ReadingId,
|
||||||
TrialReadingCriterionId = inDto.TrialReadingCriterionId,
|
TrialReadingCriterionId = inDto.TrialReadingCriterionId,
|
||||||
});
|
});
|
||||||
var readingIds = result.Select(x => x.ReadingId).ToList();
|
var readingIds = result.Select(x => x.ReadingId).ToList();
|
||||||
|
|
|
@ -233,6 +233,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// 只查询已经签名的临床数据
|
/// 只查询已经签名的临床数据
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool SelectIsSign { get; set; } = true;
|
public bool SelectIsSign { get; set; } = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue