|
|
|
@ -203,7 +203,7 @@ namespace Shentun.Peis.ImportLisResults |
|
|
|
lisRequestItem.registerCheck.CheckDoctorId = inputItem.CheckDoctorName; |
|
|
|
lisRequestItem.registerCheck.CheckDate = inputItem.CheckDate; |
|
|
|
lisRequestItem.registerCheck.ExecOrganizationUnitId = inputItem.ExecOrganizationUnitId; |
|
|
|
lisRequestItem.registerCheck.LisAuditorDoctorName = inputItem.LisAuditorDoctorName; |
|
|
|
lisRequestItem.registerCheck.AuditorName = inputItem.AuditorName; |
|
|
|
lisRequestItem.registerCheck.LisSampleNo = inputItem.LisSampleNo; |
|
|
|
registerChecks.Add(lisRequestItem.registerCheck); |
|
|
|
} |
|
|
|
@ -264,7 +264,7 @@ namespace Shentun.Peis.ImportLisResults |
|
|
|
|
|
|
|
}).ToList(), |
|
|
|
LisSampleNo = registerCheck.LisSampleNo, |
|
|
|
LisAuditorDoctorName = registerCheck.LisAuditorDoctorName |
|
|
|
AuditorName = registerCheck.AuditorName |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
@ -491,10 +491,10 @@ namespace Shentun.Peis.ImportLisResults |
|
|
|
} |
|
|
|
|
|
|
|
//转换审核医生ID
|
|
|
|
var lisAuditorDoctorUserId = (await _columnReferenceCodeManager.GetColumnReferenCodeValueAsync(userColumnReferenId, item.LisAuditorDoctorName)).FirstOrDefault(); |
|
|
|
var lisAuditorDoctorUserId = (await _columnReferenceCodeManager.GetColumnReferenCodeValueAsync(userColumnReferenId, item.AuditorName)).FirstOrDefault(); |
|
|
|
if (!string.IsNullOrWhiteSpace(lisAuditorDoctorUserId)) |
|
|
|
{ |
|
|
|
item.LisAuditorDoctorName = lisAuditorDoctorUserId; |
|
|
|
item.AuditorName = lisAuditorDoctorUserId; |
|
|
|
} |
|
|
|
|
|
|
|
foreach (var codeValue in codeValues) |
|
|
|
@ -515,7 +515,7 @@ namespace Shentun.Peis.ImportLisResults |
|
|
|
ResultStatusId = null, |
|
|
|
Result = item.Result, |
|
|
|
Unit = item.Unit, |
|
|
|
LisAuditorDoctorName = item.LisAuditorDoctorName, |
|
|
|
AuditorName = item.AuditorName, |
|
|
|
LisSampleNo = item.LisSampleNo |
|
|
|
}; |
|
|
|
inputDtoList.Add(inputDto); |
|
|
|
@ -609,7 +609,7 @@ namespace Shentun.Peis.ImportLisResults |
|
|
|
lisRequestItem.registerCheck.CheckDoctorId = inputItem.CheckDoctorName; |
|
|
|
lisRequestItem.registerCheck.CheckDate = inputItem.CheckDate; |
|
|
|
lisRequestItem.registerCheck.ExecOrganizationUnitId = inputItem.ExecOrganizationUnitId; |
|
|
|
lisRequestItem.registerCheck.LisAuditorDoctorName = inputItem.LisAuditorDoctorName; |
|
|
|
lisRequestItem.registerCheck.AuditorName = inputItem.AuditorName; |
|
|
|
lisRequestItem.registerCheck.LisSampleNo = inputItem.LisSampleNo; |
|
|
|
registerChecks.Add(lisRequestItem.registerCheck); |
|
|
|
} |
|
|
|
@ -670,7 +670,7 @@ namespace Shentun.Peis.ImportLisResults |
|
|
|
|
|
|
|
}).ToList(), |
|
|
|
LisSampleNo = registerCheck.LisSampleNo, |
|
|
|
LisAuditorDoctorName = registerCheck.LisAuditorDoctorName |
|
|
|
AuditorName = registerCheck.AuditorName |
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
@ -746,7 +746,7 @@ namespace Shentun.Peis.ImportLisResults |
|
|
|
ResultStatusId = null, |
|
|
|
Result = item.ItemResult, |
|
|
|
Unit = "", |
|
|
|
LisAuditorDoctorName = "", |
|
|
|
AuditorName = "", |
|
|
|
LisSampleNo = input.SampleNo |
|
|
|
}; |
|
|
|
inputDtoList.Add(inputDto); |
|
|
|
|