Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8

IRC_NewDev
hang 2024-04-16 18:00:52 +08:00
commit dfb45d8391
1 changed files with 8 additions and 4 deletions

View File

@ -1940,9 +1940,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common
ObjectRelationParentId2 = x.ClinicalDataTrialSetId, ObjectRelationParentId2 = x.ClinicalDataTrialSetId,
}, new }, new
{ {
Type = ClinicalFileType.PreviousSurgery ClinicalDataLevel= ClinicalLevel.Subject,
Type = ClinicalFileType.PreviousSurgery
}); });
} }
@ -1967,7 +1969,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
ObjectRelationParentId = x.SubjectVisitId, ObjectRelationParentId = x.SubjectVisitId,
}, new }, new
{ {
Type = ClinicalFileType.PreviousHistory ClinicalDataLevel = ClinicalLevel.Subject,
Type = ClinicalFileType.PreviousHistory
}); });
} }
@ -1990,7 +1993,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
ObjectRelationParentId = x.SubjectVisitId, ObjectRelationParentId = x.SubjectVisitId,
}, new }, new
{ {
Type = ClinicalFileType.PreviousOther ClinicalDataLevel = ClinicalLevel.Subject,
Type = ClinicalFileType.PreviousOther
}); });
} }