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

Uat_IRC_Net8
hang 2025-07-24 15:52:29 +08:00
commit 11d57fb0b6
1 changed files with 4 additions and 3 deletions

View File

@ -2645,13 +2645,14 @@ namespace IRaCIS.Core.Infra.EFCore.Common
{
case ClinicalLevel.Subject:
case ClinicalLevel.SubjectVisit:
extraIndentification = "/SubjectVisit";
extraIndentification = "SubjectVisit";
break;
case ClinicalLevel.Study:
extraIndentification = "/Study";
extraIndentification = "Study";
break;
case ClinicalLevel.ImageRead:
extraIndentification = "/ImageRead";
case ClinicalLevel.OncologyRead:
extraIndentification = "ImageRead";
break;
}
}