Compare commits

..

No commits in common. "c81cdf30a0e68971b13fcc84ef387769005a46e5" and "3f31c8ad141ef71e727d3c8dc1dcdb4e3277f587" have entirely different histories.

1 changed files with 3 additions and 4 deletions

View File

@ -2645,14 +2645,13 @@ 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:
case ClinicalLevel.OncologyRead: extraIndentification = "/ImageRead";
extraIndentification = "ImageRead";
break; break;
} }
} }