Uat_IRC_Net8
parent
3c1ecf8e43
commit
facb4cdc47
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue