Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
This commit is contained in:
@@ -603,7 +603,8 @@ namespace IRaCIS.Application.Services
|
|||||||
{ClinicalLevel.ImageRead,2 },
|
{ClinicalLevel.ImageRead,2 },
|
||||||
{ClinicalLevel.OncologyRead,3 },
|
{ClinicalLevel.OncologyRead,3 },
|
||||||
{ClinicalLevel.Subject,4 },
|
{ClinicalLevel.Subject,4 },
|
||||||
};
|
{ClinicalLevel.Study,5 },
|
||||||
|
};
|
||||||
|
|
||||||
result = result.OrderBy(x => keys[x.ClinicalDataLevel]).ToList();
|
result = result.OrderBy(x => keys[x.ClinicalDataLevel]).ToList();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user