KunMingMI.csproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  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>KunMingMIMI</RootNamespace>
  11. <AssemblyName>KunMingMI</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  37. <HintPath>packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EPPlus, Version=7.5.1.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  40. <HintPath>packages\EPPlus.7.5.1\lib\net462\EPPlus.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EPPlus.Interfaces, Version=7.5.0.0, Culture=neutral, PublicKeyToken=a694d7f3b0907a61, processorArchitecture=MSIL">
  43. <HintPath>packages\EPPlus.Interfaces.7.5.0\lib\net462\EPPlus.Interfaces.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EPPlus.System.Drawing, Version=7.5.0.0, Culture=neutral, PublicKeyToken=2308d35469c9bac0, processorArchitecture=MSIL">
  46. <HintPath>packages\EPPlus.System.Drawing.7.5.0\lib\net462\EPPlus.System.Drawing.dll</HintPath>
  47. </Reference>
  48. <Reference Include="FastReport">
  49. <HintPath>..\..\..\..\ThirdDLL\FastReport.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Interop.chsinterfaceyn, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <EmbedInteropTypes>True</EmbedInteropTypes>
  54. <HintPath>bin\Debug\Interop.chsinterfaceyn.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>..\..\..\..\ThirdDLL\PTControl.dll</HintPath>
  74. </Reference>
  75. <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  76. <HintPath>packages\SunnyUI.3.2.0\lib\net472\SunnyUI.dll</HintPath>
  77. </Reference>
  78. <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  79. <HintPath>packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  83. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.ComponentModel.DataAnnotations" />
  89. <Reference Include="System.configuration" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Data.Linq" />
  92. <Reference Include="System.Design" />
  93. <Reference Include="System.Drawing" />
  94. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  95. <HintPath>packages\System.Drawing.Common.8.0.4\lib\net462\System.Drawing.Common.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.IO.Compression" />
  98. <Reference Include="System.IO.Compression.FileSystem" />
  99. <Reference Include="System.Management" />
  100. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  101. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Numerics" />
  104. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  105. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  108. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Security" />
  111. <Reference Include="System.Web.Extensions" />
  112. <Reference Include="System.Windows.Forms" />
  113. <Reference Include="System.Xml.Linq" />
  114. <Reference Include="System.Data.DataSetExtensions" />
  115. <Reference Include="Microsoft.CSharp" />
  116. <Reference Include="System.Data" />
  117. <Reference Include="System.Net.Http" />
  118. <Reference Include="System.Xml" />
  119. <Reference Include="UiPath.ExtendedDatatable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  120. <HintPath>packages\Datatable.Activities.UiPath.1.0.1\lib\UiPath.ExtendedDatatable.dll</HintPath>
  121. </Reference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Compile Include="Business\AbstractProcess.cs" />
  125. <Compile Include="Business\AutoResizeForm.cs" />
  126. <Compile Include="Business\CallResult.cs" />
  127. <Compile Include="Business\CenterBusiness.cs" />
  128. <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.cs">
  129. <SubType>Form</SubType>
  130. </Compile>
  131. <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.Designer.cs">
  132. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.Designer.cs">
  138. <DependentUpon>AuditForm.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.cs">
  141. <SubType>Form</SubType>
  142. </Compile>
  143. <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.Designer.cs">
  144. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  145. </Compile>
  146. <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.cs">
  147. <SubType>Form</SubType>
  148. </Compile>
  149. <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.Designer.cs">
  150. <DependentUpon>FeeDetail.cs</DependentUpon>
  151. </Compile>
  152. <Compile Include="Business\Core\Forms\DischargeAudit\GridViewSetter.cs" />
  153. <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.cs">
  154. <SubType>Form</SubType>
  155. </Compile>
  156. <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.Designer.cs">
  157. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.Designer.cs">
  163. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="Business\Core\Process\ReadCardProcess.cs" />
  166. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\DischargeAuditService.cs" />
  167. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPAdmRegService.cs" />
  168. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPSettlementService.cs" />
  169. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPRegService.cs" />
  170. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPSettlementService.cs" />
  171. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\PatientService.cs" />
  172. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\AdmissionRegistration.cs" />
  173. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\CancelAdmissionRegistration.cs" />
  174. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\DischargeRegistration.cs" />
  175. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\GetAdmissionRequirements.cs" />
  176. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\OrganizeIPPatientInparam.cs" />
  177. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\PreSettlement.cs" />
  178. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\Settlement.cs" />
  179. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\ShowDischargeAuditForm.cs" />
  180. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\UploadFee.cs" />
  181. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\VerifyNameConsistency.cs" />
  182. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\InProcessHandler.cs" />
  183. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\OrganizePatientRegistrationInfo.cs" />
  184. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreSettlement.cs" />
  185. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreWarning.cs" />
  186. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Register.cs" />
  187. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Settlement.cs" />
  188. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\ShowOutPatRegisterForm.cs" />
  189. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadAdmInfo.cs" />
  190. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadFee.cs" />
  191. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\FilterPatInfo.cs" />
  192. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ReadCardProcess.cs" />
  193. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\SetGlobalVariablesAfaterShowPatInfo.cs" />
  194. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ShowPatInfo.cs" />
  195. <Compile Include="Business\DataImoport.cs" />
  196. <Compile Include="Business\HisMainBusiness.cs" />
  197. <Compile Include="Business\InsuServices.cs" />
  198. <Compile Include="Business\IrisServices.cs" />
  199. <Compile Include="Business\MetalKeyboard\JustTideEPP\JustTideEPPDrv.cs" />
  200. <Compile Include="Business\MetalKeyboard\JustTideEPP\MetalKeypadPasswordReader.cs" />
  201. <Compile Include="Business\MetalKeyboard\JustTideEPP\RFID.cs" />
  202. <Compile Include="Business\MobilePay.cs" />
  203. <Compile Include="Business\PreAndInProcessAnalysis.cs" />
  204. <Compile Include="Business\PreAndInProcessAnalysisLogService.cs" />
  205. <Compile Include="Business\ProcessManager.cs" />
  206. <Compile Include="Business\STA.cs" />
  207. <Compile Include="Common\AppExtension.cs" />
  208. <Compile Include="Common\CardReader.cs" />
  209. <Compile Include="Common\Common.cs" />
  210. <Compile Include="Common\ECTokenReader.cs" />
  211. <Compile Include="Common\Encrypt.cs" />
  212. <Compile Include="Common\ExPortToExcel.cs" />
  213. <Compile Include="Common\ExpressionEvaluator.cs" />
  214. <Compile Include="Common\HttpEncoder.cs" />
  215. <Compile Include="Common\Signer.cs" />
  216. <Compile Include="Common\SMLib\EasyGmUtils.cs" />
  217. <Compile Include="Common\SMLib\GmUtil.cs" />
  218. <Compile Include="Common\SMLib\SignUtil.cs" />
  219. <Compile Include="Common\SMLib\SignUtils.cs" />
  220. <Compile Include="Common\SMLib\SMUtil.cs" />
  221. <Compile Include="Common\Utils.cs" />
  222. <Compile Include="Common\WinApi.cs" />
  223. <Compile Include="Entity\BaseLine\Request\ReqBase1101.cs" />
  224. <Compile Include="Entity\BaseLine\Response\RespBase1101.cs" />
  225. <Compile Include="Entity\Base\Clearing\OutOfAreaClearingConfirm.cs" />
  226. <Compile Include="Entity\Base\Clearing\OutOfAreaClearingRollBack.cs" />
  227. <Compile Include="Entity\Base\Clearing\QueryOutOfAreaClearingDetails.cs" />
  228. <Compile Include="Entity\Base\Other\DirectoryDownload.cs" />
  229. <Compile Include="Entity\Base\Other\FileDownload.cs" />
  230. <Compile Include="Entity\Base\Other\FileUpload.cs" />
  231. <Compile Include="Entity\Base\Other\SignInInput.cs" />
  232. <Compile Include="Entity\Base\Other\SignOut.cs" />
  233. <Compile Include="Entity\Base\PersonInfo.cs" />
  234. <Compile Include="Entity\Base\Result.cs" />
  235. <Compile Include="Entity\Base\Server\HBMedInsuDirectory.cs" />
  236. <Compile Include="Entity\Base\Server\HBMedInsuDirectorySelfpayProportion.cs" />
  237. <Compile Include="Entity\Base\Settlement\Benefit\BenefitCheck.cs" />
  238. <Compile Include="Entity\Base\Settlement\Inpatient\AdmissionRegistration.cs" />
  239. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeCancel.cs" />
  240. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeRegistration.cs" />
  241. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationCancel.cs" />
  242. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationInfoChange.cs" />
  243. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailCancel.cs" />
  244. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailUpload.cs" />
  245. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientPreSettlement.cs" />
  246. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlement.cs" />
  247. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlementCancel.cs" />
  248. <Compile Include="Entity\Base\Settlement\Outpatient\OupatientFeeDetailCancel.cs" />
  249. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientAdmUpload.cs" />
  250. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientFeeDetailUpload.cs" />
  251. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientPreSettlement.cs" />
  252. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlement.cs" />
  253. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlementCancel.cs" />
  254. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistration.cs" />
  255. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistrationCancel.cs" />
  256. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyCancel.cs" />
  257. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyPre.cs" />
  258. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacySettlement.cs" />
  259. <Compile Include="Entity\Base\Settlement\Record\AlterPersonFixedPointRecordLocal.cs" />
  260. <Compile Include="Entity\Base\Settlement\Record\CancelChronicDiseaseRecord.cs" />
  261. <Compile Include="Entity\Base\Settlement\Record\CancelChronicDiseaseRecordLocal.cs" />
  262. <Compile Include="Entity\Base\Settlement\Record\CancelHospitalTransferRecord.cs" />
  263. <Compile Include="Entity\Base\Settlement\Record\CancelPersonFixedPointRecord.cs" />
  264. <Compile Include="Entity\Base\Settlement\Record\ChronicDiseaseRecord.cs" />
  265. <Compile Include="Entity\Base\Settlement\Record\ChronicDiseaseRecordLocal.cs" />
  266. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecord.cs" />
  267. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecordCancel.cs" />
  268. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecord.cs" />
  269. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecordLocal.cs" />
  270. <Compile Include="Entity\Base\Settlement\Record\QueryChronicDiseaseRecord.cs" />
  271. <Compile Include="Entity\Base\Settlement\Record\QueryChronicDiseaseRecordLocal.cs" />
  272. <Compile Include="Entity\Base\Settlement\Record\QueryFamilyDoctorRecord.cs" />
  273. <Compile Include="Entity\Base\Settlement\Record\QueryFixedPointRecordcs.cs" />
  274. <Compile Include="Entity\Base\Settlement\Record\QueryFixedPointRecordLocal.cs" />
  275. <Compile Include="Entity\Base\Settlement\Record\QueryHospitalTransferRecordLocal.cs" />
  276. <Compile Include="Entity\Base\Settlement\ReverseTransaction.cs" />
  277. <Compile Include="Entity\Cloud\HisPatientInfo.cs" />
  278. <Compile Include="Entity\EntityBase.cs" />
  279. <Compile Include="Entity\Insu\InsuInfo.cs" />
  280. <Compile Include="Entity\Insu\Request\Request1101.cs" />
  281. <Compile Include="Entity\Insu\Response\Resp1101.cs" />
  282. <Compile Include="Entity\Mobile\MobilePatientInfo.cs" />
  283. <Compile Include="Entity\PatientInfo.cs" />
  284. <Compile Include="Entity\TradeAttribute.cs" />
  285. <Compile Include="FormSetter\ComboxSetter.cs" />
  286. <Compile Include="FormSetter\DataTableSetter.cs" />
  287. <Compile Include="FormSetter\GridViewSetter.cs" />
  288. <Compile Include="FormSetter\GridViewSetterBase.cs" />
  289. <Compile Include="Forms\AddSignleDirectory.cs">
  290. <SubType>Form</SubType>
  291. </Compile>
  292. <Compile Include="Forms\AddSignleDirectory.designer.cs">
  293. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="Forms\BasicDatas\BasicData.cs">
  296. <SubType>Form</SubType>
  297. </Compile>
  298. <Compile Include="Forms\BasicDatas\BasicData.Designer.cs">
  299. <DependentUpon>BasicData.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="Forms\BasicDatas\DataDownload.cs">
  302. <SubType>Form</SubType>
  303. </Compile>
  304. <Compile Include="Forms\BasicDatas\DataDownload.Designer.cs">
  305. <DependentUpon>DataDownload.cs</DependentUpon>
  306. </Compile>
  307. <Compile Include="Forms\BasicDatas\DataDownloadLocalExtension.cs">
  308. <SubType>Form</SubType>
  309. </Compile>
  310. <Compile Include="Forms\BasicDatas\DataDownloadLocalExtension.Designer.cs">
  311. <DependentUpon>DataDownloadLocalExtension.cs</DependentUpon>
  312. </Compile>
  313. <Compile Include="Forms\BasicDatas\DataGridViewHeaderSetForm.cs">
  314. <SubType>Form</SubType>
  315. </Compile>
  316. <Compile Include="Forms\BasicDatas\DataGridViewHeaderSetForm.Designer.cs">
  317. <DependentUpon>DataGridViewHeaderSetForm.cs</DependentUpon>
  318. </Compile>
  319. <Compile Include="Forms\BasicDatas\DirectoryMap.cs">
  320. <SubType>Form</SubType>
  321. </Compile>
  322. <Compile Include="Forms\BasicDatas\DirectoryMap.Designer.cs">
  323. <DependentUpon>DirectoryMap.cs</DependentUpon>
  324. </Compile>
  325. <Compile Include="Forms\BasicDatas\GridViewSetter.cs" />
  326. <Compile Include="Forms\BasicDatas\MaintainInterface.cs">
  327. <SubType>Form</SubType>
  328. </Compile>
  329. <Compile Include="Forms\BasicDatas\MaintainInterface.Designer.cs">
  330. <DependentUpon>MaintainInterface.cs</DependentUpon>
  331. </Compile>
  332. <Compile Include="Forms\BasicDatas\services\DataGridViewHeaderSetService.cs" />
  333. <Compile Include="Forms\BasicDatas\services\DirectoryDownloadLocalExtService.cs" />
  334. <Compile Include="Forms\BasicDatas\services\DirectoryDownloadService.cs" />
  335. <Compile Include="Forms\BasicDatas\services\DirectoryManualMaintainService.cs" />
  336. <Compile Include="Forms\BasicDatas\services\DirectoryMapService.cs" />
  337. <Compile Include="Forms\BasicDatas\services\DirectoryTypeEnum.cs" />
  338. <Compile Include="Forms\BasicDatas\services\DirectroyQueryService.cs" />
  339. <Compile Include="Forms\BasicDatas\UpdateDirecotryCondition.cs">
  340. <SubType>Form</SubType>
  341. </Compile>
  342. <Compile Include="Forms\BasicDatas\UpdateDirecotryCondition.Designer.cs">
  343. <DependentUpon>UpdateDirecotryCondition.cs</DependentUpon>
  344. </Compile>
  345. <Compile Include="Forms\CenterResult.cs">
  346. <SubType>Form</SubType>
  347. </Compile>
  348. <Compile Include="Forms\CenterResult.Designer.cs">
  349. <DependentUpon>CenterResult.cs</DependentUpon>
  350. </Compile>
  351. <Compile Include="Forms\ChooseCard.cs">
  352. <SubType>Form</SubType>
  353. </Compile>
  354. <Compile Include="Forms\ChooseCard.designer.cs">
  355. <DependentUpon>ChooseCard.cs</DependentUpon>
  356. </Compile>
  357. <Compile Include="Forms\BasicData.cs">
  358. <SubType>Form</SubType>
  359. </Compile>
  360. <Compile Include="Forms\BasicData.designer.cs">
  361. <DependentUpon>BasicData.cs</DependentUpon>
  362. </Compile>
  363. <Compile Include="Forms\Clearing.cs">
  364. <SubType>Form</SubType>
  365. </Compile>
  366. <Compile Include="Forms\Clearing.designer.cs">
  367. <DependentUpon>Clearing.cs</DependentUpon>
  368. </Compile>
  369. <Compile Include="Forms\Clearings\Clearing.cs">
  370. <SubType>Form</SubType>
  371. </Compile>
  372. <Compile Include="Forms\Clearings\Clearing.designer.cs">
  373. <DependentUpon>Clearing.cs</DependentUpon>
  374. </Compile>
  375. <Compile Include="Forms\Clearings\GridViewSetter.cs" />
  376. <Compile Include="Forms\Clearings\MainForm.cs">
  377. <SubType>Form</SubType>
  378. </Compile>
  379. <Compile Include="Forms\Clearings\MainForm.Designer.cs">
  380. <DependentUpon>MainForm.cs</DependentUpon>
  381. </Compile>
  382. <Compile Include="Forms\Clearings\OutOfAreaClearing.cs">
  383. <SubType>Form</SubType>
  384. </Compile>
  385. <Compile Include="Forms\Clearings\OutOfAreaClearing.Designer.cs">
  386. <DependentUpon>OutOfAreaClearing.cs</DependentUpon>
  387. </Compile>
  388. <Compile Include="Forms\Clearings\Services\OutOfAreaPatientClearing.cs" />
  389. <Compile Include="Forms\InformationOfSelfPatients.cs">
  390. <SubType>Form</SubType>
  391. </Compile>
  392. <Compile Include="Forms\InformationOfSelfPatients.Designer.cs">
  393. <DependentUpon>InformationOfSelfPatients.cs</DependentUpon>
  394. </Compile>
  395. <Compile Include="Forms\JsonMappingForm.cs">
  396. <SubType>Form</SubType>
  397. </Compile>
  398. <Compile Include="Forms\JsonMappingForm.Designer.cs">
  399. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  400. </Compile>
  401. <Compile Include="Forms\PreAndInProcessAnalysisForm.cs">
  402. <SubType>Form</SubType>
  403. </Compile>
  404. <Compile Include="Forms\PreAndInProcessAnalysisForm.designer.cs">
  405. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  406. </Compile>
  407. <Compile Include="Forms\PreAndInProcessAnalysisLogQueryForm.cs">
  408. <SubType>Form</SubType>
  409. </Compile>
  410. <Compile Include="Forms\PreAndInProcessAnalysisLogQueryForm.Designer.cs">
  411. <DependentUpon>PreAndInProcessAnalysisLogQueryForm.cs</DependentUpon>
  412. </Compile>
  413. <Compile Include="Forms\PrescriptionCirculation.cs">
  414. <SubType>Form</SubType>
  415. </Compile>
  416. <Compile Include="Forms\PrescriptionCirculation.Designer.cs">
  417. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  418. </Compile>
  419. <Compile Include="Forms\SearchAdmdvs.cs">
  420. <SubType>Form</SubType>
  421. </Compile>
  422. <Compile Include="Forms\SearchAdmdvs.Designer.cs">
  423. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  424. </Compile>
  425. <Compile Include="Forms\PerDesigRecord.cs">
  426. <SubType>Form</SubType>
  427. </Compile>
  428. <Compile Include="Forms\PerDesigRecord.Designer.cs">
  429. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  430. </Compile>
  431. <Compile Include="Forms\HandleException.cs">
  432. <SubType>Form</SubType>
  433. </Compile>
  434. <Compile Include="Forms\HandleException.designer.cs">
  435. <DependentUpon>HandleException.cs</DependentUpon>
  436. </Compile>
  437. <Compile Include="Forms\MaintainBasicData.cs">
  438. <SubType>Form</SubType>
  439. </Compile>
  440. <Compile Include="Forms\MaintainBasicData.Designer.cs">
  441. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  442. </Compile>
  443. <Compile Include="Forms\OutpatientRegistration.cs">
  444. <SubType>Form</SubType>
  445. </Compile>
  446. <Compile Include="Forms\OutpatientRegistration.designer.cs">
  447. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  448. </Compile>
  449. <Compile Include="Forms\PatientInsuInfo.cs">
  450. <SubType>Form</SubType>
  451. </Compile>
  452. <Compile Include="Forms\PatientInsuInfo.designer.cs">
  453. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  454. </Compile>
  455. <Compile Include="Forms\PrintDesign.cs">
  456. <SubType>Form</SubType>
  457. </Compile>
  458. <Compile Include="Forms\PrintDesign.Designer.cs">
  459. <DependentUpon>PrintDesign.cs</DependentUpon>
  460. </Compile>
  461. <Compile Include="Forms\PrintPreview.cs">
  462. <SubType>Form</SubType>
  463. </Compile>
  464. <Compile Include="Forms\PrintPreview.Designer.cs">
  465. <DependentUpon>PrintPreview.cs</DependentUpon>
  466. </Compile>
  467. <Compile Include="Forms\SettlementBilllist.cs">
  468. <SubType>Form</SubType>
  469. </Compile>
  470. <Compile Include="Forms\SettlementBilllist.designer.cs">
  471. <DependentUpon>SettlementBilllist.cs</DependentUpon>
  472. </Compile>
  473. <Compile Include="Forms\SettlementChecklist.cs">
  474. <SubType>Form</SubType>
  475. </Compile>
  476. <Compile Include="Forms\SettlementChecklist.designer.cs">
  477. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  478. </Compile>
  479. <Compile Include="Forms\SettlementInfo.cs">
  480. <SubType>Form</SubType>
  481. </Compile>
  482. <Compile Include="Forms\SettlementInfo.designer.cs">
  483. <DependentUpon>SettlementInfo.cs</DependentUpon>
  484. </Compile>
  485. <Compile Include="Forms\SlowSpecRecord.cs">
  486. <SubType>Form</SubType>
  487. </Compile>
  488. <Compile Include="Forms\SlowSpecRecord.Designer.cs">
  489. <DependentUpon>SlowSpecRecord.cs</DependentUpon>
  490. </Compile>
  491. <Compile Include="Forms\TableButton.cs">
  492. <SubType>Form</SubType>
  493. </Compile>
  494. <Compile Include="Forms\TableButton.Designer.cs">
  495. <DependentUpon>TableButton.cs</DependentUpon>
  496. </Compile>
  497. <Compile Include="Forms\ToRecordChoose.cs">
  498. <SubType>Form</SubType>
  499. </Compile>
  500. <Compile Include="Forms\ToRecordChoose.Designer.cs">
  501. <DependentUpon>ToRecordChoose.cs</DependentUpon>
  502. </Compile>
  503. <Compile Include="Forms\ToRecordFrom.cs">
  504. <SubType>Form</SubType>
  505. </Compile>
  506. <Compile Include="Forms\ToRecordFrom.Designer.cs">
  507. <DependentUpon>ToRecordFrom.cs</DependentUpon>
  508. </Compile>
  509. <Compile Include="Helper\DropHelper.cs" />
  510. <Compile Include="Helper\EncryptHelper.cs" />
  511. <Compile Include="Helper\InvokeHelper.cs" />
  512. <Compile Include="Helper\IrisDataHelper.cs" />
  513. <Compile Include="Helper\JsonHelper.cs" />
  514. <Compile Include="Helper\JsonMapper.cs" />
  515. <Compile Include="Helper\ProgressWrapper.cs" />
  516. <Compile Include="InsuBusiness.cs" />
  517. <Compile Include="IInsuBusiness.cs" />
  518. <Compile Include="Properties\AssemblyInfo.cs" />
  519. <Compile Include="Properties\Resources.Designer.cs">
  520. <AutoGen>True</AutoGen>
  521. <DesignTime>True</DesignTime>
  522. <DependentUpon>Resources.resx</DependentUpon>
  523. </Compile>
  524. <Compile Include="Properties\Settings.Designer.cs">
  525. <AutoGen>True</AutoGen>
  526. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  527. <DependentUpon>Settings.settings</DependentUpon>
  528. </Compile>
  529. <Compile Include="Variables\CustomEnums\OperationTypeEnum.cs" />
  530. <Compile Include="Variables\CustomEnums\TrigScenEnum.cs" />
  531. <Compile Include="Variables\Global.cs" />
  532. <Compile Include="Variables\ModeEnum.cs" />
  533. <Compile Include="Variables\Response.cs" />
  534. <Compile Include="Variables\Struct.cs" />
  535. <Compile Include="Variables\StructExtend.cs" />
  536. <Compile Include="Variables\TradeEnum.cs" />
  537. </ItemGroup>
  538. <ItemGroup>
  539. <Folder Include="ControlSetter\" />
  540. </ItemGroup>
  541. <ItemGroup>
  542. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.resx">
  543. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  544. </EmbeddedResource>
  545. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AuditForm.resx">
  546. <DependentUpon>AuditForm.cs</DependentUpon>
  547. </EmbeddedResource>
  548. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.resx">
  549. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  550. </EmbeddedResource>
  551. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\FeeDetail.resx">
  552. <DependentUpon>FeeDetail.cs</DependentUpon>
  553. </EmbeddedResource>
  554. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.resx">
  555. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  556. </EmbeddedResource>
  557. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.resx">
  558. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  559. </EmbeddedResource>
  560. <EmbeddedResource Include="Forms\AddSignleDirectory.resx">
  561. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  562. </EmbeddedResource>
  563. <EmbeddedResource Include="Forms\BasicDatas\BasicData.resx">
  564. <DependentUpon>BasicData.cs</DependentUpon>
  565. </EmbeddedResource>
  566. <EmbeddedResource Include="Forms\BasicDatas\DataDownload.resx">
  567. <DependentUpon>DataDownload.cs</DependentUpon>
  568. </EmbeddedResource>
  569. <EmbeddedResource Include="Forms\BasicDatas\DataDownloadLocalExtension.resx">
  570. <DependentUpon>DataDownloadLocalExtension.cs</DependentUpon>
  571. </EmbeddedResource>
  572. <EmbeddedResource Include="Forms\BasicDatas\DataGridViewHeaderSetForm.resx">
  573. <DependentUpon>DataGridViewHeaderSetForm.cs</DependentUpon>
  574. </EmbeddedResource>
  575. <EmbeddedResource Include="Forms\BasicDatas\DirectoryMap.resx">
  576. <DependentUpon>DirectoryMap.cs</DependentUpon>
  577. </EmbeddedResource>
  578. <EmbeddedResource Include="Forms\BasicDatas\MaintainInterface.resx">
  579. <DependentUpon>MaintainInterface.cs</DependentUpon>
  580. </EmbeddedResource>
  581. <EmbeddedResource Include="Forms\BasicDatas\UpdateDirecotryCondition.resx">
  582. <DependentUpon>UpdateDirecotryCondition.cs</DependentUpon>
  583. </EmbeddedResource>
  584. <EmbeddedResource Include="Forms\CenterResult.resx">
  585. <DependentUpon>CenterResult.cs</DependentUpon>
  586. </EmbeddedResource>
  587. <EmbeddedResource Include="Forms\ChooseCard.resx">
  588. <DependentUpon>ChooseCard.cs</DependentUpon>
  589. </EmbeddedResource>
  590. <EmbeddedResource Include="Forms\BasicData.resx">
  591. <DependentUpon>BasicData.cs</DependentUpon>
  592. </EmbeddedResource>
  593. <EmbeddedResource Include="Forms\Clearing.resx">
  594. <DependentUpon>Clearing.cs</DependentUpon>
  595. </EmbeddedResource>
  596. <EmbeddedResource Include="Forms\Clearings\Clearing.resx">
  597. <DependentUpon>Clearing.cs</DependentUpon>
  598. </EmbeddedResource>
  599. <EmbeddedResource Include="Forms\Clearings\MainForm.resx">
  600. <DependentUpon>MainForm.cs</DependentUpon>
  601. </EmbeddedResource>
  602. <EmbeddedResource Include="Forms\Clearings\OutOfAreaClearing.resx">
  603. <DependentUpon>OutOfAreaClearing.cs</DependentUpon>
  604. </EmbeddedResource>
  605. <EmbeddedResource Include="Forms\InformationOfSelfPatients.resx">
  606. <DependentUpon>InformationOfSelfPatients.cs</DependentUpon>
  607. </EmbeddedResource>
  608. <EmbeddedResource Include="Forms\JsonMappingForm.resx">
  609. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  610. </EmbeddedResource>
  611. <EmbeddedResource Include="Forms\PreAndInProcessAnalysisForm.resx">
  612. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  613. </EmbeddedResource>
  614. <EmbeddedResource Include="Forms\PrescriptionCirculation.resx">
  615. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  616. </EmbeddedResource>
  617. <EmbeddedResource Include="Forms\SearchAdmdvs.resx">
  618. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  619. </EmbeddedResource>
  620. <EmbeddedResource Include="Forms\PerDesigRecord.resx">
  621. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  622. </EmbeddedResource>
  623. <EmbeddedResource Include="Forms\HandleException.resx">
  624. <DependentUpon>HandleException.cs</DependentUpon>
  625. </EmbeddedResource>
  626. <EmbeddedResource Include="Forms\MaintainBasicData.resx">
  627. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  628. </EmbeddedResource>
  629. <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
  630. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  631. </EmbeddedResource>
  632. <EmbeddedResource Include="Forms\PatientInsuInfo.resx">
  633. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  634. </EmbeddedResource>
  635. <EmbeddedResource Include="Forms\PrintDesign.resx">
  636. <DependentUpon>PrintDesign.cs</DependentUpon>
  637. </EmbeddedResource>
  638. <EmbeddedResource Include="Forms\PrintPreview.resx">
  639. <DependentUpon>PrintPreview.cs</DependentUpon>
  640. </EmbeddedResource>
  641. <EmbeddedResource Include="Forms\SettlementBilllist.resx">
  642. <DependentUpon>SettlementBilllist.cs</DependentUpon>
  643. </EmbeddedResource>
  644. <EmbeddedResource Include="Forms\SettlementChecklist.resx">
  645. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  646. </EmbeddedResource>
  647. <EmbeddedResource Include="Forms\SettlementInfo.resx">
  648. <DependentUpon>SettlementInfo.cs</DependentUpon>
  649. </EmbeddedResource>
  650. <EmbeddedResource Include="Properties\Resources.resx">
  651. <Generator>ResXFileCodeGenerator</Generator>
  652. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  653. </EmbeddedResource>
  654. </ItemGroup>
  655. <ItemGroup>
  656. <None Include="app.config" />
  657. <None Include="packages.config" />
  658. <None Include="Properties\Settings.settings">
  659. <Generator>SettingsSingleFileGenerator</Generator>
  660. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  661. </None>
  662. <None Include="Readme_昆明基线版.md" />
  663. </ItemGroup>
  664. <ItemGroup>
  665. <COMReference Include="stdole">
  666. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  667. <VersionMajor>2</VersionMajor>
  668. <VersionMinor>0</VersionMinor>
  669. <Lcid>0</Lcid>
  670. <WrapperTool>primary</WrapperTool>
  671. <Isolated>False</Isolated>
  672. <EmbedInteropTypes>True</EmbedInteropTypes>
  673. </COMReference>
  674. </ItemGroup>
  675. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  676. </Project>