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.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