Compare commits
No commits in common. "644fe1bd3ced95ff0f57b28d7e5e90b3c890e2e8" and "6207fb5006870df1d2dee831039a747489cd9dba" have entirely different histories.
644fe1bd3c
...
6207fb5006
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -158,8 +158,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
|
||||
public Guid? StudyId { get; set; }
|
||||
|
||||
public bool FilterNoneForm { get; set; } = false;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue