Uat_IRC_Net8
he 2025-07-24 15:42:30 +08:00
parent 3c1ecf8e43
commit facb4cdc47
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.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;
} }
} }