|
|
@ -46,7 +46,7 @@ namespace Shentun.Peis.PrintReports |
|
|
from ae in ee.DefaultIfEmpty() |
|
|
from ae in ee.DefaultIfEmpty() |
|
|
join f in dbContext.ItemTypes on ad.ItemTypeId equals f.Id into ff |
|
|
join f in dbContext.ItemTypes on ad.ItemTypeId equals f.Id into ff |
|
|
from af in ff.DefaultIfEmpty() |
|
|
from af in ff.DefaultIfEmpty() |
|
|
where (a.Id == PatientRegisterId && af.CheckTypeFlag == '2') |
|
|
|
|
|
|
|
|
where (a.Id == PatientRegisterId && af.IsCheckRequest == 'Y') |
|
|
select new PacsNoReportDto |
|
|
select new PacsNoReportDto |
|
|
{ |
|
|
{ |
|
|
Age = a.Age, |
|
|
Age = a.Age, |
|
|
|