ShenYangMI.csproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E9B4D618-13F0-4864-9C4C-28B8A6532653}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PTMedicalInsurance</RootNamespace>
  11. <AssemblyName>ShenYangMI</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  38. <HintPath>packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  39. </Reference>
  40. <Reference Include="EPPlus, Version=7.5.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  41. <HintPath>packages\EPPlus.7.5.3\lib\net462\EPPlus.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EPPlus.Interfaces, Version=7.5.0.0, Culture=neutral, PublicKeyToken=a694d7f3b0907a61, processorArchitecture=MSIL">
  44. <HintPath>packages\EPPlus.Interfaces.7.5.0\lib\net462\EPPlus.Interfaces.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EPPlus.System.Drawing, Version=7.5.0.0, Culture=neutral, PublicKeyToken=2308d35469c9bac0, processorArchitecture=MSIL">
  47. <HintPath>packages\EPPlus.System.Drawing.7.5.0\lib\net462\EPPlus.System.Drawing.dll</HintPath>
  48. </Reference>
  49. <Reference Include="FastReport, Version=2020.3.7.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\FastReport\FastReport.dll</HintPath>
  52. </Reference>
  53. <Reference Include="FastReportFrom">
  54. <HintPath>..\..\FastReport\FastReportFrom.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  57. <HintPath>packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  60. <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  61. <EmbedInteropTypes>True</EmbedInteropTypes>
  62. </Reference>
  63. <Reference Include="Microsoft.VisualBasic" />
  64. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  65. <HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Office, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  68. <HintPath>packages\Microsoft.Office.Excel.14.0.4760.1000\lib\net20\Office.dll</HintPath>
  69. <EmbedInteropTypes>True</EmbedInteropTypes>
  70. </Reference>
  71. <Reference Include="PresentationCore" />
  72. <Reference Include="PTControl">
  73. <HintPath>..\..\..\..\C#练习\普天控件2\PTControl\PTControl\bin\Debug\PTControl.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Spire.Pdf, Version=8.6.1.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  76. <HintPath>packages\FreeSpire.PDF.8.6.0\lib\net40\Spire.Pdf.dll</HintPath>
  77. </Reference>
  78. <Reference Include="SunnyUI, Version=3.1.5.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  79. <HintPath>packages\SunnyUI.3.1.5\lib\net472\SunnyUI.dll</HintPath>
  80. </Reference>
  81. <Reference Include="SunnyUI.Common, Version=3.1.2.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  82. <HintPath>packages\SunnyUI.Common.3.1.2\lib\net472\SunnyUI.Common.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <HintPath>packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.ComponentModel.DataAnnotations" />
  92. <Reference Include="System.configuration" />
  93. <Reference Include="System.Core" />
  94. <Reference Include="System.Design" />
  95. <Reference Include="System.Drawing" />
  96. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  97. <HintPath>packages\System.Drawing.Common.8.0.4\lib\net462\System.Drawing.Common.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.IO.Compression" />
  100. <Reference Include="System.IO.Compression.FileSystem" />
  101. <Reference Include="System.Management" />
  102. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  103. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Numerics" />
  106. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  107. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  110. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Security" />
  113. <Reference Include="System.Web.Extensions" />
  114. <Reference Include="System.Windows.Forms" />
  115. <Reference Include="System.Xml.Linq" />
  116. <Reference Include="System.Data.DataSetExtensions" />
  117. <Reference Include="Microsoft.CSharp" />
  118. <Reference Include="System.Data" />
  119. <Reference Include="System.Net.Http" />
  120. <Reference Include="System.Xml" />
  121. <Reference Include="UiPath.ExtendedDatatable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  122. <HintPath>packages\Datatable.Activities.UiPath.1.0.1\lib\UiPath.ExtendedDatatable.dll</HintPath>
  123. </Reference>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Compile Include="Business\AutoResizeForm.cs" />
  127. <Compile Include="Business\Basic\ReadPatientProcess.cs" />
  128. <Compile Include="Business\CallResult.cs" />
  129. <Compile Include="Business\IChargeService.cs" />
  130. <Compile Include="Business\CenterBusiness.cs" />
  131. <Compile Include="Business\DataImoport.cs" />
  132. <Compile Include="Business\HisMainBusiness.cs" />
  133. <Compile Include="Business\Inpatient\IPExitCancelProcess.cs" />
  134. <Compile Include="Business\Inpatient\IPExitProcess.cs" />
  135. <Compile Include="Business\Inpatient\IPFeeUploadCancelProcess.cs" />
  136. <Compile Include="Business\Inpatient\IPFeeUploadProcess.cs" />
  137. <Compile Include="Business\Inpatient\IPPreSettlementProcess.cs" />
  138. <Compile Include="Business\Inpatient\IPRegCancelProcess.cs" />
  139. <Compile Include="Business\Inpatient\IPRegistionProcess.cs" />
  140. <Compile Include="Business\Inpatient\IPSettlementProcess.cs" />
  141. <Compile Include="Business\Inpatient\IPUploadFeeCancelProcess.cs" />
  142. <Compile Include="Business\Inpatient\IPQuerySettlementProcess.cs" />
  143. <Compile Include="Business\Inpatient\IPSettlementCancelProcess.cs" />
  144. <Compile Include="Business\InsuServices.cs" />
  145. <Compile Include="Business\Basic\IPSettlementService.cs" />
  146. <Compile Include="Business\Local\OtherQueryProcess.cs" />
  147. <Compile Include="Business\Local\ReadCardProcess.cs" />
  148. <Compile Include="Business\Local\TestProcess.cs" />
  149. <Compile Include="Business\Other\MedDirDownloadProcess.cs" />
  150. <Compile Include="Business\Other\SettleBillPrintProcess.cs" />
  151. <Compile Include="Business\Other\SignInProcess.cs" />
  152. <Compile Include="Business\Outpatient\IdentityVerifyProcess.cs" />
  153. <Compile Include="Business\Outpatient\OPAdmUploadProcess.cs" />
  154. <Compile Include="Business\Outpatient\OPFeeUploadCancelProcess.cs" />
  155. <Compile Include="Business\Outpatient\OPFeeUploadProcess.cs" />
  156. <Compile Include="Business\Outpatient\OPPreSettlementProcess.cs" />
  157. <Compile Include="Business\AbstractProcess.cs" />
  158. <Compile Include="Business\IrisServices.cs" />
  159. <Compile Include="Business\Basic\OPSettlementService.cs" />
  160. <Compile Include="Business\Basic\PatientService.cs" />
  161. <Compile Include="Business\Outpatient\OPQuerySettlementProcess.cs" />
  162. <Compile Include="Business\Outpatient\OPRegCancelProcess.cs" />
  163. <Compile Include="Business\Outpatient\OPRegFakeProcess.cs" />
  164. <Compile Include="Business\Outpatient\OPRegProcess.cs" />
  165. <Compile Include="Business\Outpatient\OPSettlementCancelHisProcess.cs" />
  166. <Compile Include="Business\Outpatient\OPSettlementCancelProcess.cs" />
  167. <Compile Include="Business\Outpatient\OPSettlementProcess.cs" />
  168. <Compile Include="Business\PreAndInProcessAnalysis.cs" />
  169. <Compile Include="Business\ProcessManager.cs" />
  170. <Compile Include="Common\CardReader.cs" />
  171. <Compile Include="Common\Common.cs" />
  172. <Compile Include="Common\ECTokenReader.cs" />
  173. <Compile Include="Common\Encrypt.cs" />
  174. <Compile Include="Common\AppExtension.cs" />
  175. <Compile Include="Common\ExPortToExcel.cs" />
  176. <Compile Include="Common\ExpressionEvaluator.cs" />
  177. <Compile Include="Common\FastReportScript.cs" />
  178. <Compile Include="Common\SMCipher.cs" />
  179. <Compile Include="Entity\Base\Other\DirectoryDownload.cs" />
  180. <Compile Include="Entity\Base\Other\FileDownload.cs" />
  181. <Compile Include="Entity\Base\Other\FileUpload.cs" />
  182. <Compile Include="Entity\Base\Server\HBMedInsuDirectory.cs" />
  183. <Compile Include="Entity\Base\Server\HBMedInsuDirectorySelfpayProportion.cs" />
  184. <Compile Include="Entity\Base\Other\SignInInput.cs" />
  185. <Compile Include="Entity\Base\Other\SignOut.cs" />
  186. <Compile Include="Entity\Base\Settlement\Benefit\BenefitCheck.cs" />
  187. <Compile Include="Entity\Base\Settlement\Inpatient\AdmissionRegistration.cs" />
  188. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeCancel.cs" />
  189. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeRegistration.cs" />
  190. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationCancel.cs" />
  191. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationInfoChange.cs" />
  192. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailCancel.cs" />
  193. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailUpload.cs" />
  194. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientPreSettlement.cs" />
  195. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlement.cs" />
  196. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlementCancel.cs" />
  197. <Compile Include="Entity\Base\Settlement\Outpatient\OupatientFeeDetailCancel.cs" />
  198. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientAdmUpload.cs" />
  199. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientFeeDetailUpload.cs" />
  200. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientPreSettlement.cs" />
  201. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlement.cs" />
  202. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlementCancel.cs" />
  203. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistration.cs" />
  204. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistrationCancel.cs" />
  205. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyCancel.cs" />
  206. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyPre.cs" />
  207. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacySettlement.cs" />
  208. <Compile Include="Entity\Base\Settlement\Record\CancelChronicDiseaseRecord.cs" />
  209. <Compile Include="Entity\Base\Settlement\Record\ChronicDiseaseRecord.cs" />
  210. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecord.cs" />
  211. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecordCancel.cs" />
  212. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecord.cs" />
  213. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecordCancel.cs" />
  214. <Compile Include="Entity\Base\Settlement\ReverseTransaction.cs" />
  215. <Compile Include="Entity\Local\ReadCardInitInfo.cs" />
  216. <Compile Include="Forms\DRGGroupSelect.cs">
  217. <SubType>Form</SubType>
  218. </Compile>
  219. <Compile Include="Forms\DRGGroupSelect.Designer.cs">
  220. <DependentUpon>DRGGroupSelect.cs</DependentUpon>
  221. </Compile>
  222. <Compile Include="Forms\InpatientRegistration.cs">
  223. <SubType>Form</SubType>
  224. </Compile>
  225. <Compile Include="Forms\InpatientRegistration.designer.cs">
  226. <DependentUpon>InpatientRegistration.cs</DependentUpon>
  227. </Compile>
  228. <Compile Include="Forms\JsonMappingForm.cs">
  229. <SubType>Form</SubType>
  230. </Compile>
  231. <Compile Include="Forms\JsonMappingForm.Designer.cs">
  232. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  233. </Compile>
  234. <Compile Include="Forms\OutpatientRegistration.cs">
  235. <SubType>Form</SubType>
  236. </Compile>
  237. <Compile Include="Forms\OutpatientRegistration.designer.cs">
  238. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  239. </Compile>
  240. <Compile Include="Forms\PrescriptionForm.cs">
  241. <SubType>Form</SubType>
  242. </Compile>
  243. <Compile Include="Forms\PrescriptionForm.Designer.cs">
  244. <DependentUpon>PrescriptionForm.cs</DependentUpon>
  245. </Compile>
  246. <Compile Include="Forms\PrintersForm.cs">
  247. <SubType>Form</SubType>
  248. </Compile>
  249. <Compile Include="Forms\PrintersForm.Designer.cs">
  250. <DependentUpon>PrintersForm.cs</DependentUpon>
  251. </Compile>
  252. <Compile Include="Forms\SelfpayPercentForm.cs">
  253. <SubType>Form</SubType>
  254. </Compile>
  255. <Compile Include="Forms\SelfpayPercentForm.Designer.cs">
  256. <DependentUpon>SelfpayPercentForm.cs</DependentUpon>
  257. </Compile>
  258. <Compile Include="Helper\JsonMapper.cs" />
  259. <Compile Include="Helper\ReadDataTableConverter.cs" />
  260. <Compile Include="Variables\ModeEnum.cs" />
  261. <Compile Include="Variables\TradeEnum.cs" />
  262. <Compile Include="Common\Utils.cs" />
  263. <Compile Include="Entity\BusinessType.cs" />
  264. <Compile Include="Entity\Base\PersonInfo.cs" />
  265. <Compile Include="Entity\TradeAttribute.cs" />
  266. <Compile Include="FormSetter\ComboxSetter.cs" />
  267. <Compile Include="FormSetter\DataTableSetter.cs" />
  268. <Compile Include="FormSetter\GridViewSetter.cs" />
  269. <Compile Include="Forms\AddSignleDirectory.cs">
  270. <SubType>Form</SubType>
  271. </Compile>
  272. <Compile Include="Forms\AddSignleDirectory.designer.cs">
  273. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  274. </Compile>
  275. <Compile Include="Forms\CenterResult.cs">
  276. <SubType>Form</SubType>
  277. </Compile>
  278. <Compile Include="Forms\CenterResult.Designer.cs">
  279. <DependentUpon>CenterResult.cs</DependentUpon>
  280. </Compile>
  281. <Compile Include="Forms\ChooseCard.cs">
  282. <SubType>Form</SubType>
  283. </Compile>
  284. <Compile Include="Forms\ChooseCard.designer.cs">
  285. <DependentUpon>ChooseCard.cs</DependentUpon>
  286. </Compile>
  287. <Compile Include="Forms\BasicData.cs">
  288. <SubType>Form</SubType>
  289. </Compile>
  290. <Compile Include="Forms\BasicData.designer.cs">
  291. <DependentUpon>BasicData.cs</DependentUpon>
  292. </Compile>
  293. <Compile Include="Forms\Clearing.cs">
  294. <SubType>Form</SubType>
  295. </Compile>
  296. <Compile Include="Forms\Clearing.designer.cs">
  297. <DependentUpon>Clearing.cs</DependentUpon>
  298. </Compile>
  299. <Compile Include="Forms\PreAndInProcessAnalysisForm.cs">
  300. <SubType>Form</SubType>
  301. </Compile>
  302. <Compile Include="Forms\PreAndInProcessAnalysisForm.Designer.cs">
  303. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  304. </Compile>
  305. <Compile Include="Forms\SearchAdmdvs.cs">
  306. <SubType>Form</SubType>
  307. </Compile>
  308. <Compile Include="Forms\SearchAdmdvs.Designer.cs">
  309. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  310. </Compile>
  311. <Compile Include="Forms\PerDesigRecord.cs">
  312. <SubType>Form</SubType>
  313. </Compile>
  314. <Compile Include="Forms\PerDesigRecord.Designer.cs">
  315. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  316. </Compile>
  317. <Compile Include="Forms\HandleException.cs">
  318. <SubType>Form</SubType>
  319. </Compile>
  320. <Compile Include="Forms\HandleException.designer.cs">
  321. <DependentUpon>HandleException.cs</DependentUpon>
  322. </Compile>
  323. <Compile Include="Forms\MaintainBasicData.cs">
  324. <SubType>Form</SubType>
  325. </Compile>
  326. <Compile Include="Forms\MaintainBasicData.Designer.cs">
  327. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  328. </Compile>
  329. <Compile Include="Forms\PatientInsuInfo.cs">
  330. <SubType>Form</SubType>
  331. </Compile>
  332. <Compile Include="Forms\PatientInsuInfo.designer.cs">
  333. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  334. </Compile>
  335. <Compile Include="Forms\PrintDesign.cs">
  336. <SubType>Form</SubType>
  337. </Compile>
  338. <Compile Include="Forms\PrintDesign.Designer.cs">
  339. <DependentUpon>PrintDesign.cs</DependentUpon>
  340. </Compile>
  341. <Compile Include="Forms\PrintPreview.cs">
  342. <SubType>Form</SubType>
  343. </Compile>
  344. <Compile Include="Forms\PrintPreview.Designer.cs">
  345. <DependentUpon>PrintPreview.cs</DependentUpon>
  346. </Compile>
  347. <Compile Include="Forms\SettlementChecklist.cs">
  348. <SubType>Form</SubType>
  349. </Compile>
  350. <Compile Include="Forms\SettlementChecklist.designer.cs">
  351. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  352. </Compile>
  353. <Compile Include="Forms\SettlementForm.cs">
  354. <SubType>Form</SubType>
  355. </Compile>
  356. <Compile Include="Forms\SettlementForm.designer.cs">
  357. <DependentUpon>SettlementForm.cs</DependentUpon>
  358. </Compile>
  359. <Compile Include="Forms\SlowSpecRecord.cs">
  360. <SubType>Form</SubType>
  361. </Compile>
  362. <Compile Include="Forms\SlowSpecRecord.Designer.cs">
  363. <DependentUpon>SlowSpecRecord.cs</DependentUpon>
  364. </Compile>
  365. <Compile Include="Forms\TableButton.cs">
  366. <SubType>Form</SubType>
  367. </Compile>
  368. <Compile Include="Forms\TableButton.Designer.cs">
  369. <DependentUpon>TableButton.cs</DependentUpon>
  370. </Compile>
  371. <Compile Include="Forms\ToRecordChoose.cs">
  372. <SubType>Form</SubType>
  373. </Compile>
  374. <Compile Include="Forms\ToRecordChoose.Designer.cs">
  375. <DependentUpon>ToRecordChoose.cs</DependentUpon>
  376. </Compile>
  377. <Compile Include="Forms\ToRecordFrom.cs">
  378. <SubType>Form</SubType>
  379. </Compile>
  380. <Compile Include="Forms\ToRecordFrom.Designer.cs">
  381. <DependentUpon>ToRecordFrom.cs</DependentUpon>
  382. </Compile>
  383. <Compile Include="Helper\DropHelper.cs" />
  384. <Compile Include="Helper\EncryptHelper.cs" />
  385. <Compile Include="Helper\IInvokeCenter.cs" />
  386. <Compile Include="Helper\InvokeCenterFactory.cs" />
  387. <Compile Include="Helper\InvokeDllCenter.cs" />
  388. <Compile Include="Helper\InvokeHelper.cs" />
  389. <Compile Include="Helper\InvokeOcxCenter.cs" />
  390. <Compile Include="Helper\InvokeRestCenter.cs" />
  391. <Compile Include="Helper\IrisDataHelper.cs" />
  392. <Compile Include="Helper\JsonHelper.cs" />
  393. <Compile Include="Helper\XmlHelper.cs" />
  394. <Compile Include="InsuBusiness.cs" />
  395. <Compile Include="IInsuBusiness.cs" />
  396. <Compile Include="Properties\AssemblyInfo.cs" />
  397. <Compile Include="Properties\Resources.Designer.cs">
  398. <AutoGen>True</AutoGen>
  399. <DesignTime>True</DesignTime>
  400. <DependentUpon>Resources.resx</DependentUpon>
  401. </Compile>
  402. <Compile Include="Properties\Settings.Designer.cs">
  403. <AutoGen>True</AutoGen>
  404. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  405. <DependentUpon>Settings.settings</DependentUpon>
  406. </Compile>
  407. <Compile Include="Variables\Global.cs" />
  408. <Compile Include="Variables\Response.cs" />
  409. <Compile Include="Variables\Struct.cs" />
  410. <Compile Include="Variables\StructExtend.cs" />
  411. </ItemGroup>
  412. <ItemGroup>
  413. <Folder Include="ControlSetter\" />
  414. </ItemGroup>
  415. <ItemGroup>
  416. <EmbeddedResource Include="Forms\AddSignleDirectory.resx">
  417. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  418. <SubType>Designer</SubType>
  419. </EmbeddedResource>
  420. <EmbeddedResource Include="Forms\CenterResult.resx">
  421. <DependentUpon>CenterResult.cs</DependentUpon>
  422. </EmbeddedResource>
  423. <EmbeddedResource Include="Forms\ChooseCard.resx">
  424. <DependentUpon>ChooseCard.cs</DependentUpon>
  425. </EmbeddedResource>
  426. <EmbeddedResource Include="Forms\BasicData.resx">
  427. <DependentUpon>BasicData.cs</DependentUpon>
  428. </EmbeddedResource>
  429. <EmbeddedResource Include="Forms\Clearing.resx">
  430. <DependentUpon>Clearing.cs</DependentUpon>
  431. </EmbeddedResource>
  432. <EmbeddedResource Include="Forms\DRGGroupSelect.resx">
  433. <DependentUpon>DRGGroupSelect.cs</DependentUpon>
  434. </EmbeddedResource>
  435. <EmbeddedResource Include="Forms\InpatientRegistration.resx">
  436. <DependentUpon>InpatientRegistration.cs</DependentUpon>
  437. </EmbeddedResource>
  438. <EmbeddedResource Include="Forms\JsonMappingForm.resx">
  439. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  440. </EmbeddedResource>
  441. <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
  442. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  443. </EmbeddedResource>
  444. <EmbeddedResource Include="Forms\PreAndInProcessAnalysisForm.resx">
  445. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  446. </EmbeddedResource>
  447. <EmbeddedResource Include="Forms\PrescriptionForm.resx">
  448. <DependentUpon>PrescriptionForm.cs</DependentUpon>
  449. </EmbeddedResource>
  450. <EmbeddedResource Include="Forms\PrintersForm.resx">
  451. <DependentUpon>PrintersForm.cs</DependentUpon>
  452. </EmbeddedResource>
  453. <EmbeddedResource Include="Forms\SearchAdmdvs.resx">
  454. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  455. </EmbeddedResource>
  456. <EmbeddedResource Include="Forms\PerDesigRecord.resx">
  457. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  458. </EmbeddedResource>
  459. <EmbeddedResource Include="Forms\HandleException.resx">
  460. <DependentUpon>HandleException.cs</DependentUpon>
  461. </EmbeddedResource>
  462. <EmbeddedResource Include="Forms\MaintainBasicData.resx">
  463. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  464. </EmbeddedResource>
  465. <EmbeddedResource Include="Forms\PatientInsuInfo.resx">
  466. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  467. </EmbeddedResource>
  468. <EmbeddedResource Include="Forms\PrintDesign.resx">
  469. <DependentUpon>PrintDesign.cs</DependentUpon>
  470. </EmbeddedResource>
  471. <EmbeddedResource Include="Forms\PrintPreview.resx">
  472. <DependentUpon>PrintPreview.cs</DependentUpon>
  473. </EmbeddedResource>
  474. <EmbeddedResource Include="Forms\SelfpayPercentForm.resx">
  475. <DependentUpon>SelfpayPercentForm.cs</DependentUpon>
  476. </EmbeddedResource>
  477. <EmbeddedResource Include="Forms\SettlementChecklist.resx">
  478. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  479. </EmbeddedResource>
  480. <EmbeddedResource Include="Forms\SettlementForm.resx">
  481. <DependentUpon>SettlementForm.cs</DependentUpon>
  482. </EmbeddedResource>
  483. <EmbeddedResource Include="Properties\Resources.resx">
  484. <Generator>ResXFileCodeGenerator</Generator>
  485. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  486. </EmbeddedResource>
  487. </ItemGroup>
  488. <ItemGroup>
  489. <None Include="app.config" />
  490. <None Include="packages.config" />
  491. <None Include="Properties\Settings.settings">
  492. <Generator>SettingsSingleFileGenerator</Generator>
  493. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  494. </None>
  495. </ItemGroup>
  496. <ItemGroup>
  497. <COMReference Include="stdole">
  498. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  499. <VersionMajor>2</VersionMajor>
  500. <VersionMinor>0</VersionMinor>
  501. <Lcid>0</Lcid>
  502. <WrapperTool>primary</WrapperTool>
  503. <Isolated>False</Isolated>
  504. <EmbedInteropTypes>True</EmbedInteropTypes>
  505. </COMReference>
  506. </ItemGroup>
  507. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  508. </Project>