Compare commits
2 Commits
5cc8a246da
...
f3915dc5b7
| Author | SHA1 | Date |
|---|---|---|
|
|
f3915dc5b7 | |
|
|
4a6cac2327 |
|
|
@ -2176,6 +2176,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
SubjectVisitId = noneDicomStudy.SubjectVisitId,
|
SubjectVisitId = noneDicomStudy.SubjectVisitId,
|
||||||
SubjectId = noneDicomStudy.SubjectId,
|
SubjectId = noneDicomStudy.SubjectId,
|
||||||
ObjectRelationParentId = x.VisitTaskId,
|
ObjectRelationParentId = x.VisitTaskId,
|
||||||
|
ObjectRelationParentId2=x.NoneDicomStudyId,
|
||||||
|
ObjectRelationParentId3=x.OriginNoneDicomStudyId,
|
||||||
ExtraIndentification = extraIdentification
|
ExtraIndentification = extraIdentification
|
||||||
}, new
|
}, new
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue