代码修改
parent
e57887eba5
commit
a4b2d68995
|
@ -1942,6 +1942,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
}, new
|
}, new
|
||||||
{
|
{
|
||||||
|
ClinicalDataLevel= ClinicalLevel.Subject,
|
||||||
|
|
||||||
Type = ClinicalFileType.PreviousSurgery
|
Type = ClinicalFileType.PreviousSurgery
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -1967,6 +1969,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
ObjectRelationParentId = x.SubjectVisitId,
|
ObjectRelationParentId = x.SubjectVisitId,
|
||||||
}, new
|
}, new
|
||||||
{
|
{
|
||||||
|
ClinicalDataLevel = ClinicalLevel.Subject,
|
||||||
Type = ClinicalFileType.PreviousHistory
|
Type = ClinicalFileType.PreviousHistory
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -1990,6 +1993,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
ObjectRelationParentId = x.SubjectVisitId,
|
ObjectRelationParentId = x.SubjectVisitId,
|
||||||
}, new
|
}, new
|
||||||
{
|
{
|
||||||
|
ClinicalDataLevel = ClinicalLevel.Subject,
|
||||||
Type = ClinicalFileType.PreviousOther
|
Type = ClinicalFileType.PreviousOther
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue