Uat_Study
parent
07989aec6e
commit
0ae4277022
|
@ -244,13 +244,15 @@ namespace IRaCIS.Application.Services
|
|||
List<CriterionDictionaryInfo> assessTypeList = await _readingCriterionDictionaryRepository.Where(x => x.CriterionId == taskInfo.TrialReadingCriterionId
|
||||
&& x.ParentCode == ReadingCommon.CriterionDictionary.GlobalAssess
|
||||
)
|
||||
.WhereIf(isBaseLine,x=>x.IsBaseLineUse)
|
||||
.WhereIf(!isBaseLine,x=>x.IsFollowVisitUse)
|
||||
//.WhereIf(isBaseLine,x=>x.IsBaseLineUse)
|
||||
//.WhereIf(!isBaseLine,x=>x.IsFollowVisitUse)
|
||||
.Select(x => new CriterionDictionaryInfo()
|
||||
{
|
||||
Id = x.Id,
|
||||
DictionaryId = x.DictionaryId,
|
||||
ChildGroup = x.Dictionary.ChildGroup,
|
||||
IsBaseLineUse=x.IsBaseLineUse,
|
||||
IsFollowVisitUse=x.IsFollowVisitUse,
|
||||
Code = x.Dictionary.Code,
|
||||
Description = x.Dictionary.Description,
|
||||
ShowOrder = x.Dictionary.ShowOrder,
|
||||
|
|
Loading…
Reference in New Issue