代码修改
parent
e57887eba5
commit
a4b2d68995
|
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue