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