CCunMI.csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  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>CCunMI</RootNamespace>
  11. <AssemblyName>CCunMI</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</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. <PlatformTarget>x86</PlatformTarget>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  38. <HintPath>packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  39. </Reference>
  40. <Reference Include="EPPlus, Version=8.0.5.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  41. <HintPath>packages\EPPlus.8.0.5\lib\net35\EPPlus.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EPPlus.Interfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=a694d7f3b0907a61, processorArchitecture=MSIL">
  44. <HintPath>packages\EPPlus.Interfaces.8.0.0\lib\net35\EPPlus.Interfaces.dll</HintPath>
  45. </Reference>
  46. <Reference Include="FastReport">
  47. <HintPath>..\..\..\..\ThirdDLL\FastReport.dll</HintPath>
  48. </Reference>
  49. <Reference Include="FastReportFrom">
  50. <HintPath>..\..\..\..\ThirdDLL\FastReportFrom.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  53. <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4420.1017\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  54. <EmbedInteropTypes>True</EmbedInteropTypes>
  55. </Reference>
  56. <Reference Include="Microsoft.VisualBasic" />
  57. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  58. <HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="PresentationFramework" />
  62. <Reference Include="PTControl">
  63. <HintPath>..\..\..\..\C#练习\普天控件2\PTControl\PTControl\bin\Debug\PTControl.dll</HintPath>
  64. </Reference>
  65. <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  66. <HintPath>packages\SunnyUI.3.2.0\lib\net40\SunnyUI.dll</HintPath>
  67. </Reference>
  68. <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  69. <HintPath>packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.ComponentModel.DataAnnotations" />
  73. <Reference Include="System.configuration" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Data.Linq" />
  76. <Reference Include="System.Design" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.IO.Compression" />
  79. <Reference Include="System.IO.Compression.FileSystem" />
  80. <Reference Include="System.Management" />
  81. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  82. <Reference Include="System.Security" />
  83. <Reference Include="System.Web.Extensions" />
  84. <Reference Include="System.Windows.Forms" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Net.Http" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="WindowsBase" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="Business\AbstractProcess.cs" />
  95. <Compile Include="Business\AutoResizeForm.cs" />
  96. <Compile Include="Business\CallResult.cs" />
  97. <Compile Include="Business\CenterBusiness.cs" />
  98. <Compile Include="Business\core\Forms\DischargeAudit\AdmissionRegistration.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="Business\core\Forms\DischargeAudit\AdmissionRegistration.Designer.cs">
  102. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="Business\core\Forms\DischargeAudit\AuditForm.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="Business\core\Forms\DischargeAudit\AuditForm.Designer.cs">
  108. <DependentUpon>AuditForm.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="Business\core\Forms\DischargeAudit\DischargeRegistration.cs">
  111. <SubType>Form</SubType>
  112. </Compile>
  113. <Compile Include="Business\core\Forms\DischargeAudit\DischargeRegistration.Designer.cs">
  114. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="Business\core\Forms\DischargeAudit\FeeDetail.cs">
  117. <SubType>Form</SubType>
  118. </Compile>
  119. <Compile Include="Business\core\Forms\DischargeAudit\FeeDetail.Designer.cs">
  120. <DependentUpon>FeeDetail.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="Business\core\Forms\DischargeAudit\GridViewSetter.cs" />
  123. <Compile Include="Business\core\Forms\DischargeAudit\OutpatRegistration.cs">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Compile Include="Business\core\Forms\DischargeAudit\OutpatRegistration.Designer.cs">
  127. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="Business\core\Forms\DischargeAudit\PatientMIInfo.cs">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="Business\core\Forms\DischargeAudit\PatientMIInfo.Designer.cs">
  133. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="Business\core\SelfServiceMachine\ProcessScheduler\DischargeAuditService.cs" />
  136. <Compile Include="Business\core\SelfServiceMachine\ProcessScheduler\IPAdmRegService.cs" />
  137. <Compile Include="Business\core\SelfServiceMachine\ProcessScheduler\IPSettlementService.cs" />
  138. <Compile Include="Business\core\SelfServiceMachine\ProcessScheduler\OPRegService.cs" />
  139. <Compile Include="Business\core\SelfServiceMachine\ProcessScheduler\OPSettlementService.cs" />
  140. <Compile Include="Business\core\SelfServiceMachine\ProcessScheduler\PatientService.cs" />
  141. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\AdmissionRegistration.cs" />
  142. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\CancelAdmissionRegistration.cs" />
  143. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\DischargeRegistration.cs" />
  144. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\GetAdmissionRequirements.cs" />
  145. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\OrganizeIPPatientInparam.cs" />
  146. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\PreSettlement.cs" />
  147. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\Settlement.cs" />
  148. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\ShowDischargeAuditForm.cs" />
  149. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\UploadFee.cs" />
  150. <Compile Include="Business\core\SelfServiceMachine\Process\InPat\VerifyNameConsistency.cs" />
  151. <Compile Include="Business\core\SelfServiceMachine\Process\OutPat\InProcessHandler.cs" />
  152. <Compile Include="Business\core\SelfServiceMachine\Process\OutPat\OrganizePatientRegistrationInfo.cs" />
  153. <Compile Include="Business\core\SelfServiceMachine\Process\OutPat\PreSettlement.cs" />
  154. <Compile Include="Business\core\SelfServiceMachine\Process\OutPat\PreWarning.cs" />
  155. <Compile Include="Business\core\SelfServiceMachine\Process\OutPat\Register.cs" />
  156. <Compile Include="Business\core\SelfServiceMachine\Process\OutPat\Settlement.cs" />
  157. <Compile Include="Business\core\SelfServiceMachine\Process\OutPat\ShowOutPatRegisterForm.cs" />
  158. <Compile Include="Business\core\SelfServiceMachine\Process\OutPat\UploadAdmInfo.cs" />
  159. <Compile Include="Business\core\SelfServiceMachine\Process\OutPat\UploadFee.cs" />
  160. <Compile Include="Business\core\SelfServiceMachine\Process\ReadCard\FilterPatInfo.cs" />
  161. <Compile Include="Business\core\SelfServiceMachine\Process\ReadCard\ReadCardProcess.cs" />
  162. <Compile Include="Business\core\SelfServiceMachine\Process\ReadCard\SetGlobalVariablesAfaterShowPatInfo.cs" />
  163. <Compile Include="Business\core\SelfServiceMachine\Process\ReadCard\ShowPatInfo.cs" />
  164. <Compile Include="Business\DRGBusiness.cs" />
  165. <Compile Include="Business\DataImoport.cs" />
  166. <Compile Include="Business\HisMainBusiness.cs" />
  167. <Compile Include="Business\InsuServices.cs" />
  168. <Compile Include="Business\IrisServices.cs" />
  169. <Compile Include="Business\metalkeyboard\JustTideEPP\JustTideEPPDrv.cs" />
  170. <Compile Include="Business\metalkeyboard\JustTideEPP\MetalKeypadPasswordReader.cs" />
  171. <Compile Include="Business\metalkeyboard\JustTideEPP\RFID.cs" />
  172. <Compile Include="Business\MobilePay.cs" />
  173. <Compile Include="Business\Other\MedDirDownloadProcess.cs" />
  174. <Compile Include="Business\Other\SettleBillPrintProcess.cs" />
  175. <Compile Include="Business\Other\SignInProcess.cs" />
  176. <Compile Include="Business\PortalPay.cs" />
  177. <Compile Include="Business\PreAndInProcessAnalysis.cs" />
  178. <Compile Include="Business\ProcessManager.cs" />
  179. <Compile Include="Business\STA.cs" />
  180. <Compile Include="Common\AppExtension.cs" />
  181. <Compile Include="Common\CardReader.cs" />
  182. <Compile Include="Common\Common.cs" />
  183. <Compile Include="Common\EasyGmUtils.cs" />
  184. <Compile Include="Common\ECTokenReader.cs" />
  185. <Compile Include="Common\Encrypt.cs" />
  186. <Compile Include="Common\ExPortToExcel.cs" />
  187. <Compile Include="Common\ExpressionEvaluator.cs" />
  188. <Compile Include="Common\GmUtil.cs" />
  189. <Compile Include="Common\HttpEncoder.cs" />
  190. <Compile Include="Common\Signer.cs" />
  191. <Compile Include="Common\SignUtil.cs" />
  192. <Compile Include="Common\SignUtils.cs" />
  193. <Compile Include="Common\SMLib\EasyGmUtils.cs" />
  194. <Compile Include="Common\SMLib\SignUtil.cs" />
  195. <Compile Include="Common\SMLib\SMUtil.cs" />
  196. <Compile Include="Common\Utils.cs" />
  197. <Compile Include="Common\WinApi.cs" />
  198. <Compile Include="Entity\Base\Clearing\OutOfAreaClearingConfirm.cs" />
  199. <Compile Include="Entity\Base\Clearing\OutOfAreaClearingRollBack.cs" />
  200. <Compile Include="Entity\Base\Clearing\QueryOutOfAreaClearingDetails.cs" />
  201. <Compile Include="Entity\Base\Other\DirectoryDownload.cs" />
  202. <Compile Include="Entity\Base\Other\FileDownload.cs" />
  203. <Compile Include="Entity\Base\Other\FileUpload.cs" />
  204. <Compile Include="Entity\Base\Other\SignInInput.cs" />
  205. <Compile Include="Entity\Base\Other\SignOut.cs" />
  206. <Compile Include="Entity\Base\PersonInfo.cs" />
  207. <Compile Include="Entity\Base\Result.cs" />
  208. <Compile Include="Entity\Base\Server\HBMedInsuDirectory.cs" />
  209. <Compile Include="Entity\Base\Server\HBMedInsuDirectorySelfpayProportion.cs" />
  210. <Compile Include="Entity\Base\Settlement\Benefit\BenefitCheck.cs" />
  211. <Compile Include="Entity\Base\Settlement\Inpatient\AdmissionRegistration.cs" />
  212. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeCancel.cs" />
  213. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeRegistration.cs" />
  214. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationCancel.cs" />
  215. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationInfoChange.cs" />
  216. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailCancel.cs" />
  217. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailUpload.cs" />
  218. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientPreSettlement.cs" />
  219. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlement.cs" />
  220. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlementCancel.cs" />
  221. <Compile Include="Entity\Base\Settlement\Outpatient\OupatientFeeDetailCancel.cs" />
  222. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientAdmUpload.cs" />
  223. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientFeeDetailUpload.cs" />
  224. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientPreSettlement.cs" />
  225. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlement.cs" />
  226. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlementCancel.cs" />
  227. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistration.cs" />
  228. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistrationCancel.cs" />
  229. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyCancel.cs" />
  230. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyPre.cs" />
  231. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacySettlement.cs" />
  232. <Compile Include="Entity\Base\Settlement\Record\CancelChronicDiseaseRecord.cs" />
  233. <Compile Include="Entity\Base\Settlement\Record\ChronicDiseaseRecord.cs" />
  234. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecord.cs" />
  235. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecordCancel.cs" />
  236. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecord.cs" />
  237. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecordCancel.cs" />
  238. <Compile Include="Entity\Base\Settlement\Record\QueryChronicDiseaseRecord.cs" />
  239. <Compile Include="Entity\Base\Settlement\Record\QueryFamilyDoctorRecord.cs" />
  240. <Compile Include="Entity\Base\Settlement\ReverseTransaction.cs" />
  241. <Compile Include="Entity\BusinessType.cs" />
  242. <Compile Include="Entity\EntityBase.cs" />
  243. <Compile Include="Entity\Local\ReadCardInitInfo.cs" />
  244. <Compile Include="Entity\Settlement\PortalPay\AmpHos001.cs" />
  245. <Compile Include="Entity\TradeAttribute.cs" />
  246. <Compile Include="FormSetter\ComboxSetter.cs" />
  247. <Compile Include="FormSetter\DataTableSetter.cs" />
  248. <Compile Include="FormSetter\GridViewSetter.cs" />
  249. <Compile Include="FormSetter\GridViewSetterBase.cs" />
  250. <Compile Include="Forms\AddSignleDirectory.cs">
  251. <SubType>Form</SubType>
  252. </Compile>
  253. <Compile Include="Forms\AddSignleDirectory.designer.cs">
  254. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  255. </Compile>
  256. <Compile Include="Forms\AddSingleDictionary.cs">
  257. <SubType>Form</SubType>
  258. </Compile>
  259. <Compile Include="Forms\AddSingleDictionary.designer.cs">
  260. <DependentUpon>AddSingleDictionary.cs</DependentUpon>
  261. </Compile>
  262. <Compile Include="Forms\AssistSelect.cs">
  263. <SubType>Form</SubType>
  264. </Compile>
  265. <Compile Include="Forms\AssistSelect.Designer.cs">
  266. <DependentUpon>AssistSelect.cs</DependentUpon>
  267. </Compile>
  268. <Compile Include="Forms\BasicDatas\BasicData.cs">
  269. <SubType>Form</SubType>
  270. </Compile>
  271. <Compile Include="Forms\BasicDatas\BasicData.Designer.cs">
  272. <DependentUpon>BasicData.cs</DependentUpon>
  273. </Compile>
  274. <Compile Include="Forms\BasicDatas\DataDownload.cs">
  275. <SubType>Form</SubType>
  276. </Compile>
  277. <Compile Include="Forms\BasicDatas\DataDownload.Designer.cs">
  278. <DependentUpon>DataDownload.cs</DependentUpon>
  279. </Compile>
  280. <Compile Include="Forms\BasicDatas\DataDownloadLocalExtension.cs">
  281. <SubType>Form</SubType>
  282. </Compile>
  283. <Compile Include="Forms\BasicDatas\DataDownloadLocalExtension.Designer.cs">
  284. <DependentUpon>DataDownloadLocalExtension.cs</DependentUpon>
  285. </Compile>
  286. <Compile Include="Forms\BasicDatas\DataGridViewHeaderSetForm.cs">
  287. <SubType>Form</SubType>
  288. </Compile>
  289. <Compile Include="Forms\BasicDatas\DataGridViewHeaderSetForm.Designer.cs">
  290. <DependentUpon>DataGridViewHeaderSetForm.cs</DependentUpon>
  291. </Compile>
  292. <Compile Include="Forms\BasicDatas\DirectoryMap.cs">
  293. <SubType>Form</SubType>
  294. </Compile>
  295. <Compile Include="Forms\BasicDatas\DirectoryMap.Designer.cs">
  296. <DependentUpon>DirectoryMap.cs</DependentUpon>
  297. </Compile>
  298. <Compile Include="Forms\BasicDatas\GridViewSetter.cs" />
  299. <Compile Include="Forms\BasicDatas\MaintainInterface.cs">
  300. <SubType>Form</SubType>
  301. </Compile>
  302. <Compile Include="Forms\BasicDatas\MaintainInterface.Designer.cs">
  303. <DependentUpon>MaintainInterface.cs</DependentUpon>
  304. </Compile>
  305. <Compile Include="Forms\BasicDatas\services\DataGridViewHeaderSetService.cs" />
  306. <Compile Include="Forms\BasicDatas\services\DirectoryDownloadLocalExtService.cs" />
  307. <Compile Include="Forms\BasicDatas\services\DirectoryDownloadService.cs" />
  308. <Compile Include="Forms\BasicDatas\services\DirectoryManualMaintainService.cs" />
  309. <Compile Include="Forms\BasicDatas\services\DirectoryMapService.cs" />
  310. <Compile Include="Forms\BasicDatas\services\DirectoryTypeEnum.cs" />
  311. <Compile Include="Forms\BasicDatas\services\DirectroyQueryService.cs" />
  312. <Compile Include="Forms\BasicDatas\UpdateDirecotryCondition.cs">
  313. <SubType>Form</SubType>
  314. </Compile>
  315. <Compile Include="Forms\BasicDatas\UpdateDirecotryCondition.Designer.cs">
  316. <DependentUpon>UpdateDirecotryCondition.cs</DependentUpon>
  317. </Compile>
  318. <Compile Include="Forms\CenterResult.cs">
  319. <SubType>Form</SubType>
  320. </Compile>
  321. <Compile Include="Forms\CenterResult.Designer.cs">
  322. <DependentUpon>CenterResult.cs</DependentUpon>
  323. </Compile>
  324. <Compile Include="Forms\ChooseCard.cs">
  325. <SubType>Form</SubType>
  326. </Compile>
  327. <Compile Include="Forms\ChooseCard.designer.cs">
  328. <DependentUpon>ChooseCard.cs</DependentUpon>
  329. </Compile>
  330. <Compile Include="Forms\BasicData.cs">
  331. <SubType>Form</SubType>
  332. </Compile>
  333. <Compile Include="Forms\BasicData.designer.cs">
  334. <DependentUpon>BasicData.cs</DependentUpon>
  335. </Compile>
  336. <Compile Include="Forms\Clearing.cs">
  337. <SubType>Form</SubType>
  338. </Compile>
  339. <Compile Include="Forms\Clearing.designer.cs">
  340. <DependentUpon>Clearing.cs</DependentUpon>
  341. </Compile>
  342. <Compile Include="Forms\FrmDRG.cs">
  343. <SubType>Form</SubType>
  344. </Compile>
  345. <Compile Include="Forms\FrmDRG.Designer.cs">
  346. <DependentUpon>FrmDRG.cs</DependentUpon>
  347. </Compile>
  348. <Compile Include="Forms\InformationOfSelfPatients.cs">
  349. <SubType>Form</SubType>
  350. </Compile>
  351. <Compile Include="Forms\InformationOfSelfPatients.Designer.cs">
  352. <DependentUpon>InformationOfSelfPatients.cs</DependentUpon>
  353. </Compile>
  354. <Compile Include="Forms\JsonMappingForm.cs">
  355. <SubType>Form</SubType>
  356. </Compile>
  357. <Compile Include="Forms\JsonMappingForm.Designer.cs">
  358. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  359. </Compile>
  360. <Compile Include="Forms\PreAndInProcessAnalysisForm.cs">
  361. <SubType>Form</SubType>
  362. </Compile>
  363. <Compile Include="Forms\PreAndInProcessAnalysisForm.designer.cs">
  364. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  365. </Compile>
  366. <Compile Include="Forms\PrescriptionCirculation\GridViewSetter.cs" />
  367. <Compile Include="Forms\PrescriptionCirculation\PrescriptionCirculation.cs">
  368. <SubType>Form</SubType>
  369. </Compile>
  370. <Compile Include="Forms\PrescriptionCirculation\PrescriptionCirculation.designer.cs">
  371. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  372. </Compile>
  373. <Compile Include="Forms\SearchAdmdvs.cs">
  374. <SubType>Form</SubType>
  375. </Compile>
  376. <Compile Include="Forms\SearchAdmdvs.Designer.cs">
  377. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  378. </Compile>
  379. <Compile Include="Forms\PerDesigRecord.cs">
  380. <SubType>Form</SubType>
  381. </Compile>
  382. <Compile Include="Forms\PerDesigRecord.Designer.cs">
  383. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  384. </Compile>
  385. <Compile Include="Forms\HandleException.cs">
  386. <SubType>Form</SubType>
  387. </Compile>
  388. <Compile Include="Forms\HandleException.designer.cs">
  389. <DependentUpon>HandleException.cs</DependentUpon>
  390. </Compile>
  391. <Compile Include="Forms\MaintainBasicData.cs">
  392. <SubType>Form</SubType>
  393. </Compile>
  394. <Compile Include="Forms\MaintainBasicData.Designer.cs">
  395. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  396. </Compile>
  397. <Compile Include="Forms\OutpatientRegistration.cs">
  398. <SubType>Form</SubType>
  399. </Compile>
  400. <Compile Include="Forms\OutpatientRegistration.designer.cs">
  401. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  402. </Compile>
  403. <Compile Include="Forms\PatientInsuInfo.cs">
  404. <SubType>Form</SubType>
  405. </Compile>
  406. <Compile Include="Forms\PatientInsuInfo.designer.cs">
  407. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  408. </Compile>
  409. <Compile Include="Forms\PrintDesign.cs">
  410. <SubType>Form</SubType>
  411. </Compile>
  412. <Compile Include="Forms\PrintDesign.Designer.cs">
  413. <DependentUpon>PrintDesign.cs</DependentUpon>
  414. </Compile>
  415. <Compile Include="Forms\PrintPreview.cs">
  416. <SubType>Form</SubType>
  417. </Compile>
  418. <Compile Include="Forms\PrintPreview.Designer.cs">
  419. <DependentUpon>PrintPreview.cs</DependentUpon>
  420. </Compile>
  421. <Compile Include="Forms\SettlementChecklist.cs">
  422. <SubType>Form</SubType>
  423. </Compile>
  424. <Compile Include="Forms\SettlementChecklist.designer.cs">
  425. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  426. </Compile>
  427. <Compile Include="Forms\SettlementInfo.cs">
  428. <SubType>Form</SubType>
  429. </Compile>
  430. <Compile Include="Forms\SettlementInfo.designer.cs">
  431. <DependentUpon>SettlementInfo.cs</DependentUpon>
  432. </Compile>
  433. <Compile Include="Forms\SlowSpecRecord.cs">
  434. <SubType>Form</SubType>
  435. </Compile>
  436. <Compile Include="Forms\SlowSpecRecord.Designer.cs">
  437. <DependentUpon>SlowSpecRecord.cs</DependentUpon>
  438. </Compile>
  439. <Compile Include="Forms\TableButton.cs">
  440. <SubType>Form</SubType>
  441. </Compile>
  442. <Compile Include="Forms\TableButton.Designer.cs">
  443. <DependentUpon>TableButton.cs</DependentUpon>
  444. </Compile>
  445. <Compile Include="Forms\ToRecordChoose.cs">
  446. <SubType>Form</SubType>
  447. </Compile>
  448. <Compile Include="Forms\ToRecordChoose.Designer.cs">
  449. <DependentUpon>ToRecordChoose.cs</DependentUpon>
  450. </Compile>
  451. <Compile Include="Forms\ToRecordFrom.cs">
  452. <SubType>Form</SubType>
  453. </Compile>
  454. <Compile Include="Forms\ToRecordFrom.Designer.cs">
  455. <DependentUpon>ToRecordFrom.cs</DependentUpon>
  456. </Compile>
  457. <Compile Include="Helper\DropHelper.cs" />
  458. <Compile Include="Helper\EncryptHelper.cs" />
  459. <Compile Include="Helper\IInvokeCenter.cs" />
  460. <Compile Include="Helper\InvokeCenterFactory.cs" />
  461. <Compile Include="Helper\InvokeDllCenter.cs" />
  462. <Compile Include="Helper\InvokeHelper.cs" />
  463. <Compile Include="Helper\InvokeOcxCenter.cs" />
  464. <Compile Include="Helper\InvokeRestCenter.cs" />
  465. <Compile Include="Helper\IrisDataHelper.cs" />
  466. <Compile Include="Helper\JsonHelper.cs" />
  467. <Compile Include="Helper\JsonMapper.cs" />
  468. <Compile Include="Helper\ProgressHelper.cs">
  469. <SubType>Form</SubType>
  470. </Compile>
  471. <Compile Include="Helper\ProgressWrapper.cs" />
  472. <Compile Include="InsuBusiness.cs" />
  473. <Compile Include="IInsuBusiness.cs" />
  474. <Compile Include="Properties\AssemblyInfo.cs" />
  475. <Compile Include="Properties\Resources.Designer.cs">
  476. <AutoGen>True</AutoGen>
  477. <DesignTime>True</DesignTime>
  478. <DependentUpon>Resources.resx</DependentUpon>
  479. </Compile>
  480. <Compile Include="Properties\Settings.Designer.cs">
  481. <AutoGen>True</AutoGen>
  482. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  483. <DependentUpon>Settings.settings</DependentUpon>
  484. </Compile>
  485. <Compile Include="Variables\CustomEnums\OperationTypeEnum.cs" />
  486. <Compile Include="Variables\Global.cs" />
  487. <Compile Include="Variables\ModeEnum.cs" />
  488. <Compile Include="Variables\Response.cs" />
  489. <Compile Include="Variables\Struct.cs" />
  490. <Compile Include="Variables\StructExtend.cs" />
  491. <Compile Include="Variables\TradeEnum.cs" />
  492. </ItemGroup>
  493. <ItemGroup>
  494. <Folder Include="Business\core\Process\" />
  495. <Folder Include="ControlSetter\" />
  496. </ItemGroup>
  497. <ItemGroup>
  498. <EmbeddedResource Include="Business\core\Forms\DischargeAudit\AdmissionRegistration.resx">
  499. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  500. </EmbeddedResource>
  501. <EmbeddedResource Include="Business\core\Forms\DischargeAudit\AuditForm.resx">
  502. <DependentUpon>AuditForm.cs</DependentUpon>
  503. </EmbeddedResource>
  504. <EmbeddedResource Include="Business\core\Forms\DischargeAudit\DischargeRegistration.resx">
  505. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  506. </EmbeddedResource>
  507. <EmbeddedResource Include="Business\core\Forms\DischargeAudit\FeeDetail.resx">
  508. <DependentUpon>FeeDetail.cs</DependentUpon>
  509. </EmbeddedResource>
  510. <EmbeddedResource Include="Business\core\Forms\DischargeAudit\OutpatRegistration.resx">
  511. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  512. </EmbeddedResource>
  513. <EmbeddedResource Include="Business\core\Forms\DischargeAudit\PatientMIInfo.resx">
  514. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  515. </EmbeddedResource>
  516. <EmbeddedResource Include="Forms\AddSignleDirectory.resx">
  517. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  518. </EmbeddedResource>
  519. <EmbeddedResource Include="Forms\AddSingleDictionary.resx">
  520. <DependentUpon>AddSingleDictionary.cs</DependentUpon>
  521. </EmbeddedResource>
  522. <EmbeddedResource Include="Forms\AssistSelect.resx">
  523. <DependentUpon>AssistSelect.cs</DependentUpon>
  524. </EmbeddedResource>
  525. <EmbeddedResource Include="Forms\BasicDatas\BasicData.resx">
  526. <DependentUpon>BasicData.cs</DependentUpon>
  527. </EmbeddedResource>
  528. <EmbeddedResource Include="Forms\BasicDatas\DataDownload.resx">
  529. <DependentUpon>DataDownload.cs</DependentUpon>
  530. </EmbeddedResource>
  531. <EmbeddedResource Include="Forms\BasicDatas\DataDownloadLocalExtension.resx">
  532. <DependentUpon>DataDownloadLocalExtension.cs</DependentUpon>
  533. </EmbeddedResource>
  534. <EmbeddedResource Include="Forms\BasicDatas\DataGridViewHeaderSetForm.resx">
  535. <DependentUpon>DataGridViewHeaderSetForm.cs</DependentUpon>
  536. </EmbeddedResource>
  537. <EmbeddedResource Include="Forms\BasicDatas\DirectoryMap.resx">
  538. <DependentUpon>DirectoryMap.cs</DependentUpon>
  539. </EmbeddedResource>
  540. <EmbeddedResource Include="Forms\BasicDatas\MaintainInterface.resx">
  541. <DependentUpon>MaintainInterface.cs</DependentUpon>
  542. </EmbeddedResource>
  543. <EmbeddedResource Include="Forms\BasicDatas\UpdateDirecotryCondition.resx">
  544. <DependentUpon>UpdateDirecotryCondition.cs</DependentUpon>
  545. </EmbeddedResource>
  546. <EmbeddedResource Include="Forms\CenterResult.resx">
  547. <DependentUpon>CenterResult.cs</DependentUpon>
  548. </EmbeddedResource>
  549. <EmbeddedResource Include="Forms\ChooseCard.resx">
  550. <DependentUpon>ChooseCard.cs</DependentUpon>
  551. </EmbeddedResource>
  552. <EmbeddedResource Include="Forms\BasicData.resx">
  553. <DependentUpon>BasicData.cs</DependentUpon>
  554. </EmbeddedResource>
  555. <EmbeddedResource Include="Forms\Clearing.resx">
  556. <DependentUpon>Clearing.cs</DependentUpon>
  557. </EmbeddedResource>
  558. <EmbeddedResource Include="Forms\FrmDRG.resx">
  559. <DependentUpon>FrmDRG.cs</DependentUpon>
  560. </EmbeddedResource>
  561. <EmbeddedResource Include="Forms\InformationOfSelfPatients.resx">
  562. <DependentUpon>InformationOfSelfPatients.cs</DependentUpon>
  563. </EmbeddedResource>
  564. <EmbeddedResource Include="Forms\JsonMappingForm.resx">
  565. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  566. </EmbeddedResource>
  567. <EmbeddedResource Include="Forms\PreAndInProcessAnalysisForm.resx">
  568. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  569. </EmbeddedResource>
  570. <EmbeddedResource Include="Forms\PrescriptionCirculation\PrescriptionCirculation.resx">
  571. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  572. </EmbeddedResource>
  573. <EmbeddedResource Include="Forms\SearchAdmdvs.resx">
  574. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  575. </EmbeddedResource>
  576. <EmbeddedResource Include="Forms\PerDesigRecord.resx">
  577. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  578. </EmbeddedResource>
  579. <EmbeddedResource Include="Forms\HandleException.resx">
  580. <DependentUpon>HandleException.cs</DependentUpon>
  581. </EmbeddedResource>
  582. <EmbeddedResource Include="Forms\MaintainBasicData.resx">
  583. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  584. </EmbeddedResource>
  585. <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
  586. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  587. </EmbeddedResource>
  588. <EmbeddedResource Include="Forms\PatientInsuInfo.resx">
  589. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  590. </EmbeddedResource>
  591. <EmbeddedResource Include="Forms\PrintDesign.resx">
  592. <DependentUpon>PrintDesign.cs</DependentUpon>
  593. </EmbeddedResource>
  594. <EmbeddedResource Include="Forms\PrintPreview.resx">
  595. <DependentUpon>PrintPreview.cs</DependentUpon>
  596. </EmbeddedResource>
  597. <EmbeddedResource Include="Forms\SettlementChecklist.resx">
  598. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  599. </EmbeddedResource>
  600. <EmbeddedResource Include="Forms\SettlementInfo.resx">
  601. <DependentUpon>SettlementInfo.cs</DependentUpon>
  602. </EmbeddedResource>
  603. <EmbeddedResource Include="Forms\TableButton.resx">
  604. <DependentUpon>TableButton.cs</DependentUpon>
  605. </EmbeddedResource>
  606. <EmbeddedResource Include="Properties\Resources.resx">
  607. <Generator>ResXFileCodeGenerator</Generator>
  608. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  609. </EmbeddedResource>
  610. </ItemGroup>
  611. <ItemGroup>
  612. <None Include="app.config" />
  613. <None Include="packages.config" />
  614. <None Include="Properties\Settings.settings">
  615. <Generator>SettingsSingleFileGenerator</Generator>
  616. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  617. </None>
  618. </ItemGroup>
  619. <ItemGroup>
  620. <COMReference Include="chsinterfaceyn">
  621. <Guid>{C644A8DF-43D2-492E-AA30-6E902780D154}</Guid>
  622. <VersionMajor>1</VersionMajor>
  623. <VersionMinor>0</VersionMinor>
  624. <Lcid>0</Lcid>
  625. <WrapperTool>tlbimp</WrapperTool>
  626. <Isolated>False</Isolated>
  627. <EmbedInteropTypes>True</EmbedInteropTypes>
  628. </COMReference>
  629. <COMReference Include="Microsoft.Vbe.Interop.Forms">
  630. <Guid>{0D452EE1-E08F-101A-852E-02608C4D0BB4}</Guid>
  631. <VersionMajor>2</VersionMajor>
  632. <VersionMinor>0</VersionMinor>
  633. <Lcid>0</Lcid>
  634. <WrapperTool>primary</WrapperTool>
  635. <Isolated>False</Isolated>
  636. <EmbedInteropTypes>True</EmbedInteropTypes>
  637. </COMReference>
  638. <COMReference Include="stdole">
  639. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  640. <VersionMajor>2</VersionMajor>
  641. <VersionMinor>0</VersionMinor>
  642. <Lcid>0</Lcid>
  643. <WrapperTool>primary</WrapperTool>
  644. <Isolated>False</Isolated>
  645. <EmbedInteropTypes>True</EmbedInteropTypes>
  646. </COMReference>
  647. </ItemGroup>
  648. <ItemGroup>
  649. <WCFMetadata Include="Connected Services\" />
  650. </ItemGroup>
  651. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  652. </Project>