代码修改

IRC_NewDev
he 2024-04-16 17:38:57 +08:00
parent e57887eba5
commit a4b2d68995
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
}); });
} }