Compare commits

..

No commits in common. "644fe1bd3ced95ff0f57b28d7e5e90b3c890e2e8" and "6207fb5006870df1d2dee831039a747489cd9dba" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -299,13 +299,6 @@ namespace IRaCIS.Application.Services
};
}
if (inDto.FilterNoneForm)
{
cRCClinicalDataList = cRCClinicalDataList.Where(x => !(x.ClinicalFromList.Count() == 0 && x.ClinicalUploadType == ClinicalUploadType.Structuring)).ToList();
}
return cRCClinicalDataList;
}

View File

@ -158,8 +158,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? StudyId { get; set; }
public bool FilterNoneForm { get; set; } = false;
}