Compare commits
2 Commits
3f31c8ad14
...
c81cdf30a0
Author | SHA1 | Date |
---|---|---|
|
c81cdf30a0 | |
|
facb4cdc47 |
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue