Compare commits
2 Commits
6207fb5006
...
644fe1bd3c
Author | SHA1 | Date |
---|---|---|
|
644fe1bd3c | |
|
870fca2e93 |
|
@ -299,6 +299,13 @@ namespace IRaCIS.Application.Services
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
if (inDto.FilterNoneForm)
|
||||
{
|
||||
cRCClinicalDataList = cRCClinicalDataList.Where(x => !(x.ClinicalFromList.Count() == 0 && x.ClinicalUploadType == ClinicalUploadType.Structuring)).ToList();
|
||||
|
||||
}
|
||||
|
||||
return cRCClinicalDataList;
|
||||
}
|
||||
|
||||
|
|
|
@ -158,6 +158,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
|
||||
public Guid? StudyId { get; set; }
|
||||
|
||||
public bool FilterNoneForm { get; set; } = false;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue