NanChangMI.csproj 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="packages\PdfiumViewer.Native.x86.v8-xfa.2018.4.8.256\build\PdfiumViewer.Native.x86.v8-xfa.props" Condition="Exists('packages\PdfiumViewer.Native.x86.v8-xfa.2018.4.8.256\build\PdfiumViewer.Native.x86.v8-xfa.props')" />
  4. <Import Project="packages\PdfiumViewer.Native.x86_64.v8-xfa.2018.4.8.256\build\PdfiumViewer.Native.x86_64.v8-xfa.props" Condition="Exists('packages\PdfiumViewer.Native.x86_64.v8-xfa.2018.4.8.256\build\PdfiumViewer.Native.x86_64.v8-xfa.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{211A0F30-C104-4CA7-B1CB-D745F11B0444}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>PTMedicalInsurance</RootNamespace>
  13. <AssemblyName>NanChangMI</AssemblyName>
  14. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  40. <HintPath>packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EPPlus, Version=7.5.1.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  43. <HintPath>packages\EPPlus.7.5.1\lib\net462\EPPlus.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EPPlus.Interfaces, Version=7.5.0.0, Culture=neutral, PublicKeyToken=a694d7f3b0907a61, processorArchitecture=MSIL">
  46. <HintPath>packages\EPPlus.Interfaces.7.5.0\lib\net462\EPPlus.Interfaces.dll</HintPath>
  47. </Reference>
  48. <Reference Include="EPPlus.System.Drawing, Version=7.5.0.0, Culture=neutral, PublicKeyToken=2308d35469c9bac0, processorArchitecture=MSIL">
  49. <HintPath>packages\EPPlus.System.Drawing.7.5.0\lib\net462\EPPlus.System.Drawing.dll</HintPath>
  50. </Reference>
  51. <Reference Include="FastReport, Version=2020.3.7.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\..\FastReport\FastReport.dll</HintPath>
  54. </Reference>
  55. <Reference Include="FastReportFrom">
  56. <HintPath>bin\Debug\FastReportFrom.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  59. <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.9.0.5\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  62. <HintPath>packages\Microsoft.Extensions.Configuration.Abstractions.9.0.5\lib\net462\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  65. <HintPath>packages\Microsoft.Extensions.DependencyInjection.9.0.5\lib\net462\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  68. <HintPath>packages\Microsoft.Extensions.DependencyInjection.Abstractions.9.0.5\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Microsoft.Extensions.Http, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  71. <HintPath>packages\Microsoft.Extensions.Http.9.0.5\lib\net462\Microsoft.Extensions.Http.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.Extensions.Logging, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  74. <HintPath>packages\Microsoft.Extensions.Logging.9.0.5\lib\net462\Microsoft.Extensions.Logging.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  77. <HintPath>packages\Microsoft.Extensions.Logging.Abstractions.9.0.5\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Extensions.Options, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  80. <HintPath>packages\Microsoft.Extensions.Options.9.0.5\lib\net462\Microsoft.Extensions.Options.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.Extensions.Primitives, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  83. <HintPath>packages\Microsoft.Extensions.Primitives.9.0.5\lib\net462\Microsoft.Extensions.Primitives.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <HintPath>packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  89. <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  90. <EmbedInteropTypes>True</EmbedInteropTypes>
  91. </Reference>
  92. <Reference Include="Microsoft.VisualBasic" />
  93. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  94. <HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Office, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  97. <HintPath>packages\Microsoft.Office.Excel.14.0.4760.1000\lib\net20\Office.dll</HintPath>
  98. <EmbedInteropTypes>True</EmbedInteropTypes>
  99. </Reference>
  100. <Reference Include="PdfiumViewer, Version=2.13.0.0, Culture=neutral, PublicKeyToken=91e4789cfb0609e0, processorArchitecture=MSIL">
  101. <HintPath>packages\PdfiumViewer.2.13.0.0\lib\net20\PdfiumViewer.dll</HintPath>
  102. </Reference>
  103. <Reference Include="PresentationCore" />
  104. <Reference Include="PTControl">
  105. <HintPath>..\沈阳\ThirdDll\PTControl.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Spire.Doc, Version=10.2.5.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  108. <HintPath>packages\FreeSpire.Doc.10.2.0\lib\net40\Spire.Doc.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Spire.License, Version=1.4.0.40, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL">
  111. <HintPath>packages\FreeSpire.Doc.10.2.0\lib\net40\Spire.License.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Spire.Pdf, Version=8.2.2.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  114. <HintPath>packages\FreeSpire.Doc.10.2.0\lib\net40\Spire.Pdf.dll</HintPath>
  115. </Reference>
  116. <Reference Include="SunnyUI, Version=3.1.5.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  117. <HintPath>packages\SunnyUI.3.1.5\lib\net472\SunnyUI.dll</HintPath>
  118. </Reference>
  119. <Reference Include="SunnyUI.Common, Version=3.1.2.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  120. <HintPath>packages\SunnyUI.Common.3.1.2\lib\net472\SunnyUI.Common.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System" />
  123. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  124. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  127. <HintPath>packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.ComponentModel.Composition" />
  130. <Reference Include="System.ComponentModel.DataAnnotations" />
  131. <Reference Include="System.configuration" />
  132. <Reference Include="System.Core" />
  133. <Reference Include="System.Data.Linq" />
  134. <Reference Include="System.Design" />
  135. <Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  136. <HintPath>packages\System.Diagnostics.DiagnosticSource.9.0.5\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
  137. </Reference>
  138. <Reference Include="System.Drawing" />
  139. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  140. <HintPath>packages\System.Drawing.Common.8.0.4\lib\net462\System.Drawing.Common.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  143. <HintPath>packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
  144. <Private>True</Private>
  145. <Private>True</Private>
  146. </Reference>
  147. <Reference Include="System.IO.Compression" />
  148. <Reference Include="System.IO.Compression.FileSystem" />
  149. <Reference Include="System.Management" />
  150. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  151. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.Net.Http" />
  154. <Reference Include="System.Numerics" />
  155. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  156. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  159. <HintPath>packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
  160. <Private>True</Private>
  161. <Private>True</Private>
  162. </Reference>
  163. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  164. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  165. </Reference>
  166. <Reference Include="System.Security" />
  167. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  168. <HintPath>packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
  169. <Private>True</Private>
  170. <Private>True</Private>
  171. </Reference>
  172. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  173. <HintPath>packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  174. <Private>True</Private>
  175. <Private>True</Private>
  176. </Reference>
  177. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  178. <HintPath>packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  179. <Private>True</Private>
  180. <Private>True</Private>
  181. </Reference>
  182. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  183. <HintPath>packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  184. <Private>True</Private>
  185. <Private>True</Private>
  186. </Reference>
  187. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  188. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  189. </Reference>
  190. <Reference Include="System.Web.Extensions" />
  191. <Reference Include="System.Windows.Forms" />
  192. <Reference Include="System.Xml.Linq" />
  193. <Reference Include="System.Data.DataSetExtensions" />
  194. <Reference Include="Microsoft.CSharp" />
  195. <Reference Include="System.Data" />
  196. <Reference Include="System.Xml" />
  197. <Reference Include="UiPath.ExtendedDatatable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  198. <HintPath>packages\Datatable.Activities.UiPath.1.0.1\lib\UiPath.ExtendedDatatable.dll</HintPath>
  199. </Reference>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Compile Include="Business\AbstractProcess.cs" />
  203. <Compile Include="Business\AutoResizeForm.cs" />
  204. <Compile Include="Business\Basic\ReadPatientProcess.cs" />
  205. <Compile Include="Business\CallResult.cs" />
  206. <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.cs">
  207. <SubType>Form</SubType>
  208. </Compile>
  209. <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.Designer.cs">
  210. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  211. </Compile>
  212. <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.cs">
  213. <SubType>Form</SubType>
  214. </Compile>
  215. <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.Designer.cs">
  216. <DependentUpon>AuditForm.cs</DependentUpon>
  217. </Compile>
  218. <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.cs">
  219. <SubType>Form</SubType>
  220. </Compile>
  221. <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.Designer.cs">
  222. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  223. </Compile>
  224. <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.cs">
  225. <SubType>Form</SubType>
  226. </Compile>
  227. <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.Designer.cs">
  228. <DependentUpon>FeeDetail.cs</DependentUpon>
  229. </Compile>
  230. <Compile Include="Business\Core\Forms\DischargeAudit\GridViewSetter.cs" />
  231. <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.cs">
  232. <SubType>Form</SubType>
  233. </Compile>
  234. <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.Designer.cs">
  235. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  236. </Compile>
  237. <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.cs">
  238. <SubType>Form</SubType>
  239. </Compile>
  240. <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.Designer.cs">
  241. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  242. </Compile>
  243. <Compile Include="Business\Core\Process\ReadCardProcess.cs" />
  244. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\DischargeAuditService.cs" />
  245. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPAdmRegService.cs" />
  246. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPSettlementService.cs" />
  247. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPRegService.cs" />
  248. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPSettlementService.cs" />
  249. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\PatientService.cs" />
  250. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\AdmissionRegistration.cs" />
  251. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\CancelAdmissionRegistration.cs" />
  252. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\DischargeRegistration.cs" />
  253. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\GetAdmissionRequirements.cs" />
  254. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\OrganizeIPPatientInparam.cs" />
  255. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\PreSettlement.cs" />
  256. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\Settlement.cs" />
  257. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\ShowDischargeAuditForm.cs" />
  258. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\UploadFee.cs" />
  259. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\VerifyNameConsistency.cs" />
  260. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\InProcessHandler.cs" />
  261. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\OrganizePatientRegistrationInfo.cs" />
  262. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreSettlement.cs" />
  263. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreWarning.cs" />
  264. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Register.cs" />
  265. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Settlement.cs" />
  266. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\ShowOutPatRegisterForm.cs" />
  267. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadAdmInfo.cs" />
  268. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadFee.cs" />
  269. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\FilterPatInfo.cs" />
  270. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ReadCardProcess.cs" />
  271. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\SetGlobalVariablesAfaterShowPatInfo.cs" />
  272. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ShowPatInfo.cs" />
  273. <Compile Include="Business\PreAndInProcessAnalysisLogService.cs" />
  274. <Compile Include="Business\STA.cs" />
  275. <Compile Include="Business\ElectronicSettlementCertificate.cs" />
  276. <Compile Include="Business\IChargeService.cs" />
  277. <Compile Include="Business\CenterBusiness.cs" />
  278. <Compile Include="Business\DataImoport.cs" />
  279. <Compile Include="Business\HisMainBusiness.cs" />
  280. <Compile Include="Business\IMobilePay.cs" />
  281. <Compile Include="Business\Inpatient\IPExitCancelProcess.cs" />
  282. <Compile Include="Business\Inpatient\IPExitProcess.cs" />
  283. <Compile Include="Business\Inpatient\IPFeeUploadCancelProcess.cs" />
  284. <Compile Include="Business\Inpatient\IPFeeUploadProcess.cs" />
  285. <Compile Include="Business\Inpatient\IPPreSettlementProcess.cs" />
  286. <Compile Include="Business\Inpatient\IPRegCancelProcess.cs" />
  287. <Compile Include="Business\Inpatient\IPRegistionProcess.cs" />
  288. <Compile Include="Business\Inpatient\IPSettlementProcess.cs" />
  289. <Compile Include="Business\Inpatient\IPUploadFeeCancelProcess.cs" />
  290. <Compile Include="Business\Inpatient\IPQuerySettlementProcess.cs" />
  291. <Compile Include="Business\Inpatient\IPSettlementCancelProcess.cs" />
  292. <Compile Include="Business\InsuServices.cs" />
  293. <Compile Include="Business\Basic\IPSettlementService.cs" />
  294. <Compile Include="Business\Local\OtherQueryProcess.cs" />
  295. <Compile Include="Business\Local\ReadCardProcess.cs" />
  296. <Compile Include="Business\Local\TestProcess.cs" />
  297. <Compile Include="Business\MobilePay.cs" />
  298. <Compile Include="Business\Other\MedDirDownloadProcess.cs" />
  299. <Compile Include="Business\Other\SettleBillPrintProcess.cs" />
  300. <Compile Include="Business\Other\SignInProcess.cs" />
  301. <Compile Include="Business\Outpatient\IdentityVerifyProcess.cs" />
  302. <Compile Include="Business\Outpatient\OPAdmUploadProcess.cs" />
  303. <Compile Include="Business\Outpatient\OPFeeUploadCancelProcess.cs" />
  304. <Compile Include="Business\Outpatient\OPFeeUploadProcess.cs" />
  305. <Compile Include="Business\Outpatient\OPPreSettlementProcess.cs" />
  306. <Compile Include="Business\IrisServices.cs" />
  307. <Compile Include="Business\Basic\OPSettlementService.cs" />
  308. <Compile Include="Business\Basic\PatientService.cs" />
  309. <Compile Include="Business\Outpatient\OPQuerySettlementProcess.cs" />
  310. <Compile Include="Business\Outpatient\OPRegCancelProcess.cs" />
  311. <Compile Include="Business\Outpatient\OPRegFakeProcess.cs" />
  312. <Compile Include="Business\Outpatient\OPRegProcess.cs" />
  313. <Compile Include="Business\Outpatient\OPSettlementCancelHisProcess.cs" />
  314. <Compile Include="Business\Outpatient\OPSettlementCancelProcess.cs" />
  315. <Compile Include="Business\Outpatient\OPSettlementProcess.cs" />
  316. <Compile Include="Business\PreAndInProcessAnalysis.cs" />
  317. <Compile Include="Business\ProcessManager.cs" />
  318. <Compile Include="Common\CardReader.cs" />
  319. <Compile Include="Common\CardReaderNew.cs" />
  320. <Compile Include="Common\EPPlusToExcel.cs" />
  321. <Compile Include="Common\Common.cs" />
  322. <Compile Include="Common\ECTokenReader.cs" />
  323. <Compile Include="Common\Encrypt.cs" />
  324. <Compile Include="Common\AppExtension.cs" />
  325. <Compile Include="Common\ExPortToExcel.cs" />
  326. <Compile Include="Common\ExpressionEvaluator.cs" />
  327. <Compile Include="Common\FastReportScript.cs" />
  328. <Compile Include="Common\GmUtil.cs" />
  329. <Compile Include="Common\SignUtils.cs" />
  330. <Compile Include="Common\SMCipher.cs" />
  331. <Compile Include="Common\SMLib\EasyGmUtils.cs" />
  332. <Compile Include="Common\SMLib\SignUtil.cs" />
  333. <Compile Include="Common\SMLib\SMUtil.cs" />
  334. <Compile Include="Common\WinApi.cs" />
  335. <Compile Include="Common\WindowWrapper.cs" />
  336. <Compile Include="Entity\BaseLine\ElectronicSettlementCertificate\QueryEcSettlCertStatus.cs" />
  337. <Compile Include="Entity\BaseLine\ElectronicSettlementCertificate\QueryEcSettlCertUploadResult.cs" />
  338. <Compile Include="Entity\BaseLine\ElectronicSettlementCertificate\ReUploadEcSettlCert.cs" />
  339. <Compile Include="Entity\BaseLine\ElectronicSettlementCertificate\UploadEcSettlCert.cs" />
  340. <Compile Include="Entity\Base\Other\DirectoryDownload.cs" />
  341. <Compile Include="Entity\Base\Other\FileDownload.cs" />
  342. <Compile Include="Entity\Base\Other\FileUpload.cs" />
  343. <Compile Include="Entity\Base\Result.cs" />
  344. <Compile Include="Entity\Base\Server\HBMedInsuDirectory.cs" />
  345. <Compile Include="Entity\Base\Server\HBMedInsuDirectorySelfpayProportion.cs" />
  346. <Compile Include="Entity\Base\Other\SignInInput.cs" />
  347. <Compile Include="Entity\Base\Other\SignOut.cs" />
  348. <Compile Include="Entity\Base\Settlement\Benefit\BenefitCheck.cs" />
  349. <Compile Include="Entity\Base\Settlement\Inpatient\AdmissionRegistration.cs" />
  350. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeCancel.cs" />
  351. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeRegistration.cs" />
  352. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationCancel.cs" />
  353. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationInfoChange.cs" />
  354. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailCancel.cs" />
  355. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailUpload.cs" />
  356. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientPreSettlement.cs" />
  357. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlement.cs" />
  358. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlementCancel.cs" />
  359. <Compile Include="Entity\Base\Settlement\Outpatient\OupatientFeeDetailCancel.cs" />
  360. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientAdmUpload.cs" />
  361. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientFeeDetailUpload.cs" />
  362. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientPreSettlement.cs" />
  363. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlement.cs" />
  364. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlementCancel.cs" />
  365. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistration.cs" />
  366. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistrationCancel.cs" />
  367. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyCancel.cs" />
  368. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyPre.cs" />
  369. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacySettlement.cs" />
  370. <Compile Include="Entity\Base\Settlement\Record\CancelChronicDiseaseRecord.cs" />
  371. <Compile Include="Entity\Base\Settlement\Record\ChronicDiseaseRecord.cs" />
  372. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecord.cs" />
  373. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecordCancel.cs" />
  374. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecord.cs" />
  375. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecordCancel.cs" />
  376. <Compile Include="Entity\Base\Settlement\ReverseTransaction.cs" />
  377. <Compile Include="Entity\EntityBase.cs" />
  378. <Compile Include="Entity\Local\ReadCardInitInfo.cs" />
  379. <Compile Include="FormSetter\GridViewSetterBase.cs" />
  380. <Compile Include="Forms\AddSignleDirectory.cs">
  381. <SubType>Form</SubType>
  382. </Compile>
  383. <Compile Include="Forms\AddSignleDirectory.designer.cs">
  384. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  385. </Compile>
  386. <Compile Include="Forms\AddSingleDictionary.cs">
  387. <SubType>Form</SubType>
  388. </Compile>
  389. <Compile Include="Forms\AddSingleDictionary.designer.cs">
  390. <DependentUpon>AddSingleDictionary.cs</DependentUpon>
  391. </Compile>
  392. <Compile Include="Forms\BasicDatas\BasicData.cs">
  393. <SubType>Form</SubType>
  394. </Compile>
  395. <Compile Include="Forms\BasicDatas\BasicData.Designer.cs">
  396. <DependentUpon>BasicData.cs</DependentUpon>
  397. </Compile>
  398. <Compile Include="Forms\BasicDatas\DataDownload.cs">
  399. <SubType>Form</SubType>
  400. </Compile>
  401. <Compile Include="Forms\BasicDatas\DataDownload.Designer.cs">
  402. <DependentUpon>DataDownload.cs</DependentUpon>
  403. </Compile>
  404. <Compile Include="Forms\BasicDatas\DataDownloadLocalExtension.cs">
  405. <SubType>Form</SubType>
  406. </Compile>
  407. <Compile Include="Forms\BasicDatas\DataDownloadLocalExtension.Designer.cs">
  408. <DependentUpon>DataDownloadLocalExtension.cs</DependentUpon>
  409. </Compile>
  410. <Compile Include="Forms\BasicDatas\DataGridViewHeaderSetForm.cs">
  411. <SubType>Form</SubType>
  412. </Compile>
  413. <Compile Include="Forms\BasicDatas\DataGridViewHeaderSetForm.Designer.cs">
  414. <DependentUpon>DataGridViewHeaderSetForm.cs</DependentUpon>
  415. </Compile>
  416. <Compile Include="Forms\BasicDatas\DirectoryMap.cs">
  417. <SubType>Form</SubType>
  418. </Compile>
  419. <Compile Include="Forms\BasicDatas\DirectoryMap.Designer.cs">
  420. <DependentUpon>DirectoryMap.cs</DependentUpon>
  421. </Compile>
  422. <Compile Include="Forms\BasicDatas\GridViewSetter.cs" />
  423. <Compile Include="Forms\BasicDatas\MaintainInterface.cs">
  424. <SubType>Form</SubType>
  425. </Compile>
  426. <Compile Include="Forms\BasicDatas\MaintainInterface.Designer.cs">
  427. <DependentUpon>MaintainInterface.cs</DependentUpon>
  428. </Compile>
  429. <Compile Include="Forms\BasicDatas\services\DataGridViewHeaderSetService.cs" />
  430. <Compile Include="Forms\BasicDatas\services\DirectoryDownloadLocalExtService.cs" />
  431. <Compile Include="Forms\BasicDatas\services\DirectoryDownloadService.cs" />
  432. <Compile Include="Forms\BasicDatas\services\DirectoryManualMaintainService.cs" />
  433. <Compile Include="Forms\BasicDatas\services\DirectoryMapService.cs" />
  434. <Compile Include="Forms\BasicDatas\services\DirectoryTypeEnum.cs" />
  435. <Compile Include="Forms\BasicDatas\services\DirectroyQueryService.cs" />
  436. <Compile Include="Forms\BasicDatas\services\HandMaintainedDirectoryService.cs" />
  437. <Compile Include="Forms\BasicDatas\UpdateDirecotryCondition.cs">
  438. <SubType>Form</SubType>
  439. </Compile>
  440. <Compile Include="Forms\BasicDatas\UpdateDirecotryCondition.Designer.cs">
  441. <DependentUpon>UpdateDirecotryCondition.cs</DependentUpon>
  442. </Compile>
  443. <Compile Include="Forms\ElectronicSettlementCertificate\EcSettlCertMainForm.cs">
  444. <SubType>Form</SubType>
  445. </Compile>
  446. <Compile Include="Forms\ElectronicSettlementCertificate\EcSettlCertMainForm.designer.cs">
  447. <DependentUpon>EcSettlCertMainForm.cs</DependentUpon>
  448. </Compile>
  449. <Compile Include="Forms\ElectronicSettlementCertificate\EcSettlCertQuery.cs">
  450. <SubType>Form</SubType>
  451. </Compile>
  452. <Compile Include="Forms\ElectronicSettlementCertificate\EcSettlCertQuery.designer.cs">
  453. <DependentUpon>EcSettlCertQuery.cs</DependentUpon>
  454. </Compile>
  455. <Compile Include="Forms\ElectronicSettlementCertificate\EcSettlCertUpload.cs">
  456. <SubType>Form</SubType>
  457. </Compile>
  458. <Compile Include="Forms\ElectronicSettlementCertificate\EcSettlCertUpload.designer.cs">
  459. <DependentUpon>EcSettlCertUpload.cs</DependentUpon>
  460. </Compile>
  461. <Compile Include="Forms\ElectronicSettlementCertificate\GridViewSetter.cs" />
  462. <Compile Include="Forms\DiseaseSelectdForm.cs">
  463. <SubType>Form</SubType>
  464. </Compile>
  465. <Compile Include="Forms\DiseaseSelectdForm.Designer.cs">
  466. <DependentUpon>DiseaseSelectdForm.cs</DependentUpon>
  467. </Compile>
  468. <Compile Include="Forms\PDFViewer.cs">
  469. <SubType>Form</SubType>
  470. </Compile>
  471. <Compile Include="Forms\PDFViewer.Designer.cs">
  472. <DependentUpon>PDFViewer.cs</DependentUpon>
  473. </Compile>
  474. <Compile Include="Forms\InpatientRegistration.cs">
  475. <SubType>Form</SubType>
  476. </Compile>
  477. <Compile Include="Forms\InpatientRegistration.designer.cs">
  478. <DependentUpon>InpatientRegistration.cs</DependentUpon>
  479. </Compile>
  480. <Compile Include="Forms\JsonMappingForm.cs">
  481. <SubType>Form</SubType>
  482. </Compile>
  483. <Compile Include="Forms\JsonMappingForm.Designer.cs">
  484. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  485. </Compile>
  486. <Compile Include="Forms\OutpatientRegistration.cs">
  487. <SubType>Form</SubType>
  488. </Compile>
  489. <Compile Include="Forms\OutpatientRegistration.designer.cs">
  490. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  491. </Compile>
  492. <Compile Include="Forms\DualChannelRecordForm.cs">
  493. <SubType>Form</SubType>
  494. </Compile>
  495. <Compile Include="Forms\DualChannelRecordForm.Designer.cs">
  496. <DependentUpon>DualChannelRecordForm.cs</DependentUpon>
  497. </Compile>
  498. <Compile Include="Forms\PreAndInProcessAnalysisForm.cs">
  499. <SubType>Form</SubType>
  500. </Compile>
  501. <Compile Include="Forms\PreAndInProcessAnalysisForm.Designer.cs">
  502. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  503. </Compile>
  504. <Compile Include="Forms\PreAndInProcessAnalysisLogQueryForm.cs">
  505. <SubType>Form</SubType>
  506. </Compile>
  507. <Compile Include="Forms\PreAndInProcessAnalysisLogQueryForm.Designer.cs">
  508. <DependentUpon>PreAndInProcessAnalysisLogQueryForm.cs</DependentUpon>
  509. </Compile>
  510. <Compile Include="Forms\PrescriptionCirculation.cs">
  511. <SubType>Form</SubType>
  512. </Compile>
  513. <Compile Include="Forms\PrescriptionCirculation.designer.cs">
  514. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  515. </Compile>
  516. <Compile Include="Forms\PrescriptionCirculations\PdfView.cs">
  517. <SubType>Form</SubType>
  518. </Compile>
  519. <Compile Include="Forms\PrescriptionCirculations\PdfView.designer.cs">
  520. <DependentUpon>PdfView.cs</DependentUpon>
  521. </Compile>
  522. <Compile Include="Forms\PrescriptionForm.cs">
  523. <SubType>Form</SubType>
  524. </Compile>
  525. <Compile Include="Forms\PrescriptionForm.Designer.cs">
  526. <DependentUpon>PrescriptionForm.cs</DependentUpon>
  527. </Compile>
  528. <Compile Include="Forms\PrintersForm.cs">
  529. <SubType>Form</SubType>
  530. </Compile>
  531. <Compile Include="Forms\PrintersForm.Designer.cs">
  532. <DependentUpon>PrintersForm.cs</DependentUpon>
  533. </Compile>
  534. <Compile Include="Forms\SelfpayPercentForm.cs">
  535. <SubType>Form</SubType>
  536. </Compile>
  537. <Compile Include="Forms\SelfpayPercentForm.Designer.cs">
  538. <DependentUpon>SelfpayPercentForm.cs</DependentUpon>
  539. </Compile>
  540. <Compile Include="Helper\HttpClientHelper.cs" />
  541. <Compile Include="Helper\JsonMapper.cs" />
  542. <Compile Include="Helper\ProgressWrapper.cs" />
  543. <Compile Include="Helper\ReadDataTableConverter.cs" />
  544. <Compile Include="Variables\ModeEnum.cs" />
  545. <Compile Include="Variables\TradeEnum.cs" />
  546. <Compile Include="Common\Utils.cs" />
  547. <Compile Include="Entity\BusinessType.cs" />
  548. <Compile Include="Entity\Base\PersonInfo.cs" />
  549. <Compile Include="Entity\TradeAttribute.cs" />
  550. <Compile Include="FormSetter\ComboxSetter.cs" />
  551. <Compile Include="FormSetter\DataTableSetter.cs" />
  552. <Compile Include="FormSetter\GridViewSetter.cs" />
  553. <Compile Include="Forms\CenterResult.cs">
  554. <SubType>Form</SubType>
  555. </Compile>
  556. <Compile Include="Forms\CenterResult.Designer.cs">
  557. <DependentUpon>CenterResult.cs</DependentUpon>
  558. </Compile>
  559. <Compile Include="Forms\ChooseCard.cs">
  560. <SubType>Form</SubType>
  561. </Compile>
  562. <Compile Include="Forms\ChooseCard.designer.cs">
  563. <DependentUpon>ChooseCard.cs</DependentUpon>
  564. </Compile>
  565. <Compile Include="Forms\BasicData.cs">
  566. <SubType>Form</SubType>
  567. </Compile>
  568. <Compile Include="Forms\BasicData.designer.cs">
  569. <DependentUpon>BasicData.cs</DependentUpon>
  570. </Compile>
  571. <Compile Include="Forms\Clearing.cs">
  572. <SubType>Form</SubType>
  573. </Compile>
  574. <Compile Include="Forms\Clearing.designer.cs">
  575. <DependentUpon>Clearing.cs</DependentUpon>
  576. </Compile>
  577. <Compile Include="Forms\SearchAdmdvs.cs">
  578. <SubType>Form</SubType>
  579. </Compile>
  580. <Compile Include="Forms\SearchAdmdvs.Designer.cs">
  581. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  582. </Compile>
  583. <Compile Include="Forms\PerDesigRecord.cs">
  584. <SubType>Form</SubType>
  585. </Compile>
  586. <Compile Include="Forms\PerDesigRecord.Designer.cs">
  587. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  588. </Compile>
  589. <Compile Include="Forms\HandleException.cs">
  590. <SubType>Form</SubType>
  591. </Compile>
  592. <Compile Include="Forms\HandleException.designer.cs">
  593. <DependentUpon>HandleException.cs</DependentUpon>
  594. </Compile>
  595. <Compile Include="Forms\MaintainBasicData.cs">
  596. <SubType>Form</SubType>
  597. </Compile>
  598. <Compile Include="Forms\MaintainBasicData.Designer.cs">
  599. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  600. </Compile>
  601. <Compile Include="Forms\PatientInsuInfo.cs">
  602. <SubType>Form</SubType>
  603. </Compile>
  604. <Compile Include="Forms\PatientInsuInfo.designer.cs">
  605. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  606. </Compile>
  607. <Compile Include="Forms\PrintDesign.cs">
  608. <SubType>Form</SubType>
  609. </Compile>
  610. <Compile Include="Forms\PrintDesign.Designer.cs">
  611. <DependentUpon>PrintDesign.cs</DependentUpon>
  612. </Compile>
  613. <Compile Include="Forms\PrintPreview.cs">
  614. <SubType>Form</SubType>
  615. </Compile>
  616. <Compile Include="Forms\PrintPreview.Designer.cs">
  617. <DependentUpon>PrintPreview.cs</DependentUpon>
  618. </Compile>
  619. <Compile Include="Forms\SettlementChecklist.cs">
  620. <SubType>Form</SubType>
  621. </Compile>
  622. <Compile Include="Forms\SettlementChecklist.designer.cs">
  623. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  624. </Compile>
  625. <Compile Include="Forms\SettlementForm.cs">
  626. <SubType>Form</SubType>
  627. </Compile>
  628. <Compile Include="Forms\SettlementForm.designer.cs">
  629. <DependentUpon>SettlementForm.cs</DependentUpon>
  630. </Compile>
  631. <Compile Include="Forms\SlowSpecRecord.cs">
  632. <SubType>Form</SubType>
  633. </Compile>
  634. <Compile Include="Forms\SlowSpecRecord.Designer.cs">
  635. <DependentUpon>SlowSpecRecord.cs</DependentUpon>
  636. </Compile>
  637. <Compile Include="Forms\TableButton.cs">
  638. <SubType>Form</SubType>
  639. </Compile>
  640. <Compile Include="Forms\TableButton.Designer.cs">
  641. <DependentUpon>TableButton.cs</DependentUpon>
  642. </Compile>
  643. <Compile Include="Forms\ToRecordChoose.cs">
  644. <SubType>Form</SubType>
  645. </Compile>
  646. <Compile Include="Forms\ToRecordChoose.Designer.cs">
  647. <DependentUpon>ToRecordChoose.cs</DependentUpon>
  648. </Compile>
  649. <Compile Include="Forms\ToRecordFrom.cs">
  650. <SubType>Form</SubType>
  651. </Compile>
  652. <Compile Include="Forms\ToRecordFrom.Designer.cs">
  653. <DependentUpon>ToRecordFrom.cs</DependentUpon>
  654. </Compile>
  655. <Compile Include="Helper\DropHelper.cs" />
  656. <Compile Include="Helper\EncryptHelper.cs" />
  657. <Compile Include="Helper\IInvokeCenter.cs" />
  658. <Compile Include="Helper\InvokeCenterFactory.cs" />
  659. <Compile Include="Helper\InvokeDllCenter.cs" />
  660. <Compile Include="Helper\InvokeHelper.cs" />
  661. <Compile Include="Helper\InvokeOcxCenter.cs" />
  662. <Compile Include="Helper\InvokeRestCenter.cs" />
  663. <Compile Include="Helper\IrisDataHelper.cs" />
  664. <Compile Include="Helper\JsonHelper.cs" />
  665. <Compile Include="Helper\XmlHelper.cs" />
  666. <Compile Include="InsuBusiness.cs" />
  667. <Compile Include="IInsuBusiness.cs" />
  668. <Compile Include="Properties\AssemblyInfo.cs" />
  669. <Compile Include="Properties\Resources.Designer.cs">
  670. <AutoGen>True</AutoGen>
  671. <DesignTime>True</DesignTime>
  672. <DependentUpon>Resources.resx</DependentUpon>
  673. </Compile>
  674. <Compile Include="Properties\Settings.Designer.cs">
  675. <AutoGen>True</AutoGen>
  676. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  677. <DependentUpon>Settings.settings</DependentUpon>
  678. </Compile>
  679. <Compile Include="Variables\Global.cs" />
  680. <Compile Include="Variables\Response.cs" />
  681. <Compile Include="Variables\Struct.cs" />
  682. <Compile Include="Variables\StructExtend.cs" />
  683. </ItemGroup>
  684. <ItemGroup>
  685. <Folder Include="ControlSetter\" />
  686. </ItemGroup>
  687. <ItemGroup>
  688. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.resx">
  689. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  690. </EmbeddedResource>
  691. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AuditForm.resx">
  692. <DependentUpon>AuditForm.cs</DependentUpon>
  693. </EmbeddedResource>
  694. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.resx">
  695. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  696. </EmbeddedResource>
  697. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\FeeDetail.resx">
  698. <DependentUpon>FeeDetail.cs</DependentUpon>
  699. </EmbeddedResource>
  700. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.resx">
  701. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  702. </EmbeddedResource>
  703. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.resx">
  704. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  705. </EmbeddedResource>
  706. <EmbeddedResource Include="Forms\AddSignleDirectory.resx">
  707. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  708. </EmbeddedResource>
  709. <EmbeddedResource Include="Forms\AddSingleDictionary.resx">
  710. <DependentUpon>AddSingleDictionary.cs</DependentUpon>
  711. </EmbeddedResource>
  712. <EmbeddedResource Include="Forms\BasicDatas\BasicData.resx">
  713. <DependentUpon>BasicData.cs</DependentUpon>
  714. </EmbeddedResource>
  715. <EmbeddedResource Include="Forms\BasicDatas\DataDownload.resx">
  716. <DependentUpon>DataDownload.cs</DependentUpon>
  717. </EmbeddedResource>
  718. <EmbeddedResource Include="Forms\BasicDatas\DataDownloadLocalExtension.resx">
  719. <DependentUpon>DataDownloadLocalExtension.cs</DependentUpon>
  720. </EmbeddedResource>
  721. <EmbeddedResource Include="Forms\BasicDatas\DataGridViewHeaderSetForm.resx">
  722. <DependentUpon>DataGridViewHeaderSetForm.cs</DependentUpon>
  723. </EmbeddedResource>
  724. <EmbeddedResource Include="Forms\BasicDatas\DirectoryMap.resx">
  725. <DependentUpon>DirectoryMap.cs</DependentUpon>
  726. </EmbeddedResource>
  727. <EmbeddedResource Include="Forms\BasicDatas\MaintainInterface.resx">
  728. <DependentUpon>MaintainInterface.cs</DependentUpon>
  729. </EmbeddedResource>
  730. <EmbeddedResource Include="Forms\BasicDatas\UpdateDirecotryCondition.resx">
  731. <DependentUpon>UpdateDirecotryCondition.cs</DependentUpon>
  732. </EmbeddedResource>
  733. <EmbeddedResource Include="Forms\CenterResult.resx">
  734. <DependentUpon>CenterResult.cs</DependentUpon>
  735. </EmbeddedResource>
  736. <EmbeddedResource Include="Forms\ChooseCard.resx">
  737. <DependentUpon>ChooseCard.cs</DependentUpon>
  738. </EmbeddedResource>
  739. <EmbeddedResource Include="Forms\BasicData.resx">
  740. <DependentUpon>BasicData.cs</DependentUpon>
  741. </EmbeddedResource>
  742. <EmbeddedResource Include="Forms\Clearing.resx">
  743. <DependentUpon>Clearing.cs</DependentUpon>
  744. </EmbeddedResource>
  745. <EmbeddedResource Include="Forms\DiseaseSelectdForm.resx">
  746. <DependentUpon>DiseaseSelectdForm.cs</DependentUpon>
  747. </EmbeddedResource>
  748. <EmbeddedResource Include="Forms\ElectronicSettlementCertificate\EcSettlCertMainForm.resx">
  749. <DependentUpon>EcSettlCertMainForm.cs</DependentUpon>
  750. </EmbeddedResource>
  751. <EmbeddedResource Include="Forms\ElectronicSettlementCertificate\EcSettlCertQuery.resx">
  752. <DependentUpon>EcSettlCertQuery.cs</DependentUpon>
  753. </EmbeddedResource>
  754. <EmbeddedResource Include="Forms\ElectronicSettlementCertificate\EcSettlCertUpload.resx">
  755. <DependentUpon>EcSettlCertUpload.cs</DependentUpon>
  756. </EmbeddedResource>
  757. <EmbeddedResource Include="Forms\InpatientRegistration.resx">
  758. <DependentUpon>InpatientRegistration.cs</DependentUpon>
  759. </EmbeddedResource>
  760. <EmbeddedResource Include="Forms\JsonMappingForm.resx">
  761. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  762. </EmbeddedResource>
  763. <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
  764. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  765. </EmbeddedResource>
  766. <EmbeddedResource Include="Forms\DualChannelRecordForm.resx">
  767. <DependentUpon>DualChannelRecordForm.cs</DependentUpon>
  768. </EmbeddedResource>
  769. <EmbeddedResource Include="Forms\PreAndInProcessAnalysisForm.resx">
  770. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  771. </EmbeddedResource>
  772. <EmbeddedResource Include="Forms\PrescriptionCirculation.resx">
  773. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  774. </EmbeddedResource>
  775. <EmbeddedResource Include="Forms\PrescriptionCirculations\PdfView.resx">
  776. <DependentUpon>PdfView.cs</DependentUpon>
  777. </EmbeddedResource>
  778. <EmbeddedResource Include="Forms\PrescriptionForm.resx">
  779. <DependentUpon>PrescriptionForm.cs</DependentUpon>
  780. </EmbeddedResource>
  781. <EmbeddedResource Include="Forms\PrintersForm.resx">
  782. <DependentUpon>PrintersForm.cs</DependentUpon>
  783. </EmbeddedResource>
  784. <EmbeddedResource Include="Forms\SearchAdmdvs.resx">
  785. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  786. </EmbeddedResource>
  787. <EmbeddedResource Include="Forms\PerDesigRecord.resx">
  788. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  789. </EmbeddedResource>
  790. <EmbeddedResource Include="Forms\HandleException.resx">
  791. <DependentUpon>HandleException.cs</DependentUpon>
  792. </EmbeddedResource>
  793. <EmbeddedResource Include="Forms\MaintainBasicData.resx">
  794. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  795. </EmbeddedResource>
  796. <EmbeddedResource Include="Forms\PatientInsuInfo.resx">
  797. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  798. </EmbeddedResource>
  799. <EmbeddedResource Include="Forms\PrintDesign.resx">
  800. <DependentUpon>PrintDesign.cs</DependentUpon>
  801. </EmbeddedResource>
  802. <EmbeddedResource Include="Forms\PrintPreview.resx">
  803. <DependentUpon>PrintPreview.cs</DependentUpon>
  804. </EmbeddedResource>
  805. <EmbeddedResource Include="Forms\SelfpayPercentForm.resx">
  806. <DependentUpon>SelfpayPercentForm.cs</DependentUpon>
  807. </EmbeddedResource>
  808. <EmbeddedResource Include="Forms\SettlementChecklist.resx">
  809. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  810. </EmbeddedResource>
  811. <EmbeddedResource Include="Forms\SettlementForm.resx">
  812. <DependentUpon>SettlementForm.cs</DependentUpon>
  813. </EmbeddedResource>
  814. <EmbeddedResource Include="Forms\SlowSpecRecord.resx">
  815. <DependentUpon>SlowSpecRecord.cs</DependentUpon>
  816. </EmbeddedResource>
  817. <EmbeddedResource Include="Properties\Resources.resx">
  818. <Generator>ResXFileCodeGenerator</Generator>
  819. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  820. </EmbeddedResource>
  821. </ItemGroup>
  822. <ItemGroup>
  823. <None Include="app.config" />
  824. <None Include="packages.config" />
  825. <None Include="Properties\Settings.settings">
  826. <Generator>SettingsSingleFileGenerator</Generator>
  827. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  828. </None>
  829. <None Include="Readme_南昌基线版.md" />
  830. </ItemGroup>
  831. <ItemGroup>
  832. <COMReference Include="stdole">
  833. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  834. <VersionMajor>2</VersionMajor>
  835. <VersionMinor>0</VersionMinor>
  836. <Lcid>0</Lcid>
  837. <WrapperTool>primary</WrapperTool>
  838. <Isolated>False</Isolated>
  839. <EmbedInteropTypes>True</EmbedInteropTypes>
  840. </COMReference>
  841. </ItemGroup>
  842. <ItemGroup>
  843. <WCFMetadata Include="Connected Services\" />
  844. </ItemGroup>
  845. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  846. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  847. <PropertyGroup>
  848. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  849. </PropertyGroup>
  850. <Error Condition="!Exists('packages\PdfiumViewer.Native.x86_64.v8-xfa.2018.4.8.256\build\PdfiumViewer.Native.x86_64.v8-xfa.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\PdfiumViewer.Native.x86_64.v8-xfa.2018.4.8.256\build\PdfiumViewer.Native.x86_64.v8-xfa.props'))" />
  851. <Error Condition="!Exists('packages\PdfiumViewer.Native.x86.v8-xfa.2018.4.8.256\build\PdfiumViewer.Native.x86.v8-xfa.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\PdfiumViewer.Native.x86.v8-xfa.2018.4.8.256\build\PdfiumViewer.Native.x86.v8-xfa.props'))" />
  852. <Error Condition="!Exists('packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets'))" />
  853. </Target>
  854. <Import Project="packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets" Condition="Exists('packages\System.ValueTuple.4.6.1\build\net471\System.ValueTuple.targets')" />
  855. </Project>