修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d5234db48a
commit
b87e531920
|
|
@ -1735,6 +1735,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
|
||||
var sCPStudy = await _dbContext.SCPStudy.Where(x => x.Id == entity.SCPStudyId).FirstOrDefaultAsync();
|
||||
|
||||
|
||||
await InsertInspection<SCPStudySubjectVisit>(item.Entity as SCPStudySubjectVisit, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
ObjectRelationParentId = x.SubjectId,
|
||||
|
|
@ -1746,6 +1747,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
|
||||
}, new
|
||||
{
|
||||
PatientIdStr = sCPStudy != null ? sCPStudy.PatientIdStr : null,
|
||||
StudyTime = sCPStudy != null ? sCPStudy.StudyTime : null,
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue