+生成科室小结优化

main
HI 11 months ago
parent 9b964ca707
commit 45787dd220
  1. 3
      PEIS/Model/Exam/PartModel.cs
  2. 6
      PEIS/PEIS.csproj

@ -201,6 +201,7 @@ namespace PEIS.Model
"3201", //放射科 "3201", //放射科
"3202", //超声科 "3202", //超声科
}; };
var index = 1; var index = 1;
results.GroupBy(g => g.FeeItemName).ToList().ForEach(items => results.GroupBy(g => g.FeeItemName).ToList().ForEach(items =>
{ {
@ -210,7 +211,7 @@ namespace PEIS.Model
if (!deptCodeList.Contains(deptCode)) if (!deptCodeList.Contains(deptCode))
{ {
summary += string.Join(Environment.NewLine, summary += string.Join(Environment.NewLine,
items.Select(s => $@" {s.RptItemName}:{s.TextResult} {s.Unit} {s.UnusualFlag}").ToList()); items.Select(s => $@" {s.RptItemName}:{s.TextResult} {s.Unit} {s.UnusualFlag}").ToList());
} }
else else
{ {

@ -526,6 +526,7 @@
</Compile> </Compile>
<EmbeddedResource Include="Base\ViewBase.resx"> <EmbeddedResource Include="Base\ViewBase.resx">
<DependentUpon>ViewBase.cs</DependentUpon> <DependentUpon>ViewBase.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="LoginForm.resx"> <EmbeddedResource Include="LoginForm.resx">
<DependentUpon>LoginForm.cs</DependentUpon> <DependentUpon>LoginForm.cs</DependentUpon>
@ -676,12 +677,11 @@
</Content> </Content>
<None Include="Resources\update.png" /> <None Include="Resources\update.png" />
<None Include="Resources\wechatlogo.png" /> <None Include="Resources\wechatlogo.png" />
<Content Include="Resources\shang.png" />
<Content Include="Resources\xia.png" />
<Content Include="Update\Update.exe"> <Content Include="Update\Update.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>
<Content Include="Update\Update.pdb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Update\update.png"> <Content Include="Update\update.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>

Loading…
Cancel
Save