代码修改
This commit is contained in:
@@ -1940,9 +1940,11 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
|
||||
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,
|
||||
}, new
|
||||
{
|
||||
Type = ClinicalFileType.PreviousHistory
|
||||
ClinicalDataLevel = ClinicalLevel.Subject,
|
||||
Type = ClinicalFileType.PreviousHistory
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1990,7 +1993,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
ObjectRelationParentId = x.SubjectVisitId,
|
||||
}, new
|
||||
{
|
||||
Type = ClinicalFileType.PreviousOther
|
||||
ClinicalDataLevel = ClinicalLevel.Subject,
|
||||
Type = ClinicalFileType.PreviousOther
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user