Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
11d57fb0b6
|
@ -2645,13 +2645,14 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
{
|
{
|
||||||
case ClinicalLevel.Subject:
|
case ClinicalLevel.Subject:
|
||||||
case ClinicalLevel.SubjectVisit:
|
case ClinicalLevel.SubjectVisit:
|
||||||
extraIndentification = "/SubjectVisit";
|
extraIndentification = "SubjectVisit";
|
||||||
break;
|
break;
|
||||||
case ClinicalLevel.Study:
|
case ClinicalLevel.Study:
|
||||||
extraIndentification = "/Study";
|
extraIndentification = "Study";
|
||||||
break;
|
break;
|
||||||
case ClinicalLevel.ImageRead:
|
case ClinicalLevel.ImageRead:
|
||||||
extraIndentification = "/ImageRead";
|
case ClinicalLevel.OncologyRead:
|
||||||
|
extraIndentification = "ImageRead";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue