Compare commits
No commits in common. "c81cdf30a0e68971b13fcc84ef387769005a46e5" and "3f31c8ad141ef71e727d3c8dc1dcdb4e3277f587" have entirely different histories.
c81cdf30a0
...
3f31c8ad14
|
@ -2645,14 +2645,13 @@ 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:
|
||||
case ClinicalLevel.OncologyRead:
|
||||
extraIndentification = "ImageRead";
|
||||
extraIndentification = "/ImageRead";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue