修改一版
This commit is contained in:
@@ -539,10 +539,10 @@ namespace IRaCIS.Application.Services
|
||||
}
|
||||
|
||||
Dictionary<ClinicalLevel, int> keys = new Dictionary<ClinicalLevel, int>() {
|
||||
{ClinicalLevel.Subject,0 },
|
||||
{ClinicalLevel.ImageRead,1 },
|
||||
{ClinicalLevel.OncologyRead,2 },
|
||||
{ClinicalLevel.SubjectVisit,3 },
|
||||
{ClinicalLevel.SubjectVisit,0 },
|
||||
{ClinicalLevel.ImageRead,2 },
|
||||
{ClinicalLevel.OncologyRead,3 },
|
||||
{ClinicalLevel.Subject,4 },
|
||||
};
|
||||
|
||||
result.OrderBy(x => keys[x.ClinicalDataLevel]).ToList();
|
||||
|
||||
Reference in New Issue
Block a user