+生成科室小结优化

dhzzyy
HI 11 months ago committed by lsm
parent 366f747a95
commit 8807faa7ee
  1. 3
      PEIS/Model/Exam/PartModel.cs
  2. 6
      PEIS/PEIS.csproj

@ -201,6 +201,7 @@ namespace PEIS.Model
"3201", //放射科
"3202", //超声科
};
var index = 1;
results.GroupBy(g => g.FeeItemName).ToList().ForEach(items =>
{
@ -210,7 +211,7 @@ namespace PEIS.Model
if (!deptCodeList.Contains(deptCode))
{
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
{

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

Loading…
Cancel
Save