123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{211A0F30-C104-4CA7-B1CB-D745F11B0444}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>PTMedicalInsurance</RootNamespace>
- <AssemblyName>DongGuanMI</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
- <HintPath>packages\BouncyCastle.1.8.9\lib\BouncyCastle.Crypto.dll</HintPath>
- </Reference>
- <Reference Include="EPPlus, Version=7.5.2.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
- <HintPath>packages\EPPlus.7.5.2\lib\net462\EPPlus.dll</HintPath>
- </Reference>
- <Reference Include="EPPlus.Interfaces, Version=7.5.0.0, Culture=neutral, PublicKeyToken=a694d7f3b0907a61, processorArchitecture=MSIL">
- <HintPath>packages\EPPlus.Interfaces.7.5.0\lib\net462\EPPlus.Interfaces.dll</HintPath>
- </Reference>
- <Reference Include="EPPlus.System.Drawing, Version=7.5.0.0, Culture=neutral, PublicKeyToken=2308d35469c9bac0, processorArchitecture=MSIL">
- <HintPath>packages\EPPlus.System.Drawing.7.5.0\lib\net462\EPPlus.System.Drawing.dll</HintPath>
- </Reference>
- <Reference Include="FastReport, Version=2020.3.7.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\FastReport\FastReport.dll</HintPath>
- </Reference>
- <Reference Include="FastReport.Compat, Version=2022.3.2.0, Culture=neutral, PublicKeyToken=406e1f4c3c8ef97e, processorArchitecture=MSIL">
- <HintPath>packages\FastReport.Compat.2022.3.2\lib\net40\FastReport.Compat.dll</HintPath>
- </Reference>
- <Reference Include="FastReportFrom">
- <HintPath>..\..\原来的代码\FastReportFrom\bin\Debug\FastReportFrom.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
- <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </Reference>
- <Reference Include="Microsoft.VisualBasic" />
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="NPinyin, Version=0.2.6321.26573, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>packages\NPinyin.0.2.6321.26573\lib\net20\NPinyin.dll</HintPath>
- </Reference>
- <Reference Include="Office, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
- <HintPath>packages\Microsoft.Office.Excel.14.0.4760.1000\lib\net20\Office.dll</HintPath>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </Reference>
- <Reference Include="PresentationCore" />
- <Reference Include="PTControl">
- <HintPath>..\沈阳\ThirdDll\PTControl.dll</HintPath>
- </Reference>
- <Reference Include="Spire.Pdf, Version=8.6.1.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
- <HintPath>..\Demo\packages\FreeSpire.PDF.8.6.0\lib\net40\Spire.Pdf.dll</HintPath>
- </Reference>
- <Reference Include="SunnyUI, Version=3.1.5.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
- <HintPath>packages\SunnyUI.3.1.5\lib\net472\SunnyUI.dll</HintPath>
- </Reference>
- <Reference Include="SunnyUI.Common, Version=3.1.2.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
- <HintPath>packages\SunnyUI.Common.3.1.2\lib\net472\SunnyUI.Common.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
- </Reference>
- <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
- </Reference>
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
- <Private>True</Private>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Data.Linq" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.Drawing.Common.8.0.4\lib\net462\System.Drawing.Common.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.Compression" />
- <Reference Include="System.IO.Compression.FileSystem" />
- <Reference Include="System.Management" />
- <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
- </Reference>
- <Reference Include="System.Numerics" />
- <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
- </Reference>
- <Reference Include="System.Security" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- <Reference Include="UiPath.ExtendedDatatable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>packages\Datatable.Activities.UiPath.1.0.1\lib\UiPath.ExtendedDatatable.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Business\AutoResizeForm.cs" />
- <Compile Include="Business\Basic\ReadPatientProcess.cs" />
- <Compile Include="Business\CallResult.cs" />
- <Compile Include="Business\Clearing\OutOfAreaPatientClearing.cs" />
- <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.Designer.cs">
- <DependentUpon>AdmissionRegistration.cs</DependentUpon>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.Designer.cs">
- <DependentUpon>AuditForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.Designer.cs">
- <DependentUpon>DischargeRegistration.cs</DependentUpon>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.Designer.cs">
- <DependentUpon>FeeDetail.cs</DependentUpon>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\GridViewSetter.cs" />
- <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.Designer.cs">
- <DependentUpon>OutpatRegistration.cs</DependentUpon>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.Designer.cs">
- <DependentUpon>PatientMIInfo.cs</DependentUpon>
- </Compile>
- <Compile Include="Business\Core\Process\ReadCardProcess.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\DischargeAuditService.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPAdmRegService.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPSettlementService.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPRegService.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPSettlementService.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\PatientService.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\AdmissionRegistration.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\CancelAdmissionRegistration.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\DischargeRegistration.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\GetAdmissionRequirements.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\OrganizeIPPatientInparam.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\PreSettlement.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\Settlement.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\ShowDischargeAuditForm.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\UploadFee.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\VerifyNameConsistency.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\InProcessHandler.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\OrganizePatientRegistrationInfo.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreSettlement.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreWarning.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Register.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Settlement.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\ShowOutPatRegisterForm.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadAdmInfo.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadFee.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\FilterPatInfo.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ReadCardProcess.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\SetGlobalVariablesAfaterShowPatInfo.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ShowPatInfo.cs" />
- <Compile Include="Business\IChargeService.cs" />
- <Compile Include="Business\CenterBusiness.cs" />
- <Compile Include="Business\DataImoport.cs" />
- <Compile Include="Business\HisMainBusiness.cs" />
- <Compile Include="Business\IMobilePay.cs" />
- <Compile Include="Business\Inpatient\IPExitCancelProcess.cs" />
- <Compile Include="Business\Inpatient\IPExitProcess.cs" />
- <Compile Include="Business\Inpatient\IPFeeUploadCancelProcess.cs" />
- <Compile Include="Business\Inpatient\IPFeeUploadProcess.cs" />
- <Compile Include="Business\Inpatient\IPPreSettlementProcess.cs" />
- <Compile Include="Business\Inpatient\IPRegCancelProcess.cs" />
- <Compile Include="Business\Inpatient\IPRegistionProcess.cs" />
- <Compile Include="Business\Inpatient\IPSettlementProcess.cs" />
- <Compile Include="Business\Inpatient\IPtRegistrationModifyProcess.cs" />
- <Compile Include="Business\Inpatient\IPUploadFeeCancelProcess.cs" />
- <Compile Include="Business\Inpatient\IPQuerySettlementProcess.cs" />
- <Compile Include="Business\Inpatient\IPSettlementCancelProcess.cs" />
- <Compile Include="Business\InsuServices.cs" />
- <Compile Include="Business\Basic\IPSettlementService.cs" />
- <Compile Include="Business\Local\OtherQueryProcess.cs" />
- <Compile Include="Business\Local\ReadCardProcess.cs" />
- <Compile Include="Business\Local\TestProcess.cs" />
- <Compile Include="Business\MobilePay.cs" />
- <Compile Include="Business\Other\MedDirDownloadProcess.cs" />
- <Compile Include="Business\Other\SettleBillPrintProcess.cs" />
- <Compile Include="Business\Other\SignInProcess.cs" />
- <Compile Include="Business\Outpatient\IdentityVerifyProcess.cs" />
- <Compile Include="Business\Outpatient\OPAdmUploadProcess.cs" />
- <Compile Include="Business\Outpatient\OPFeeUploadCancelProcess.cs" />
- <Compile Include="Business\Outpatient\OPFeeUploadProcess.cs" />
- <Compile Include="Business\Outpatient\OPPreSettlementProcess.cs" />
- <Compile Include="Business\AbstractProcess.cs" />
- <Compile Include="Business\IrisServices.cs" />
- <Compile Include="Business\Basic\OPSettlementService.cs" />
- <Compile Include="Business\Basic\PatientService.cs" />
- <Compile Include="Business\Outpatient\OPQuerySettlementProcess.cs" />
- <Compile Include="Business\Outpatient\OPRegCancelProcess.cs" />
- <Compile Include="Business\Outpatient\OPRegFakeProcess.cs" />
- <Compile Include="Business\Outpatient\OPRegProcess.cs" />
- <Compile Include="Business\Outpatient\OPSettlementCancelHisProcess.cs" />
- <Compile Include="Business\Outpatient\OPSettlementCancelProcess.cs" />
- <Compile Include="Business\Outpatient\OPSettlementProcess.cs" />
- <Compile Include="Business\PreAndInProcessAnalysis.cs" />
- <Compile Include="Business\ProcessManager.cs" />
- <Compile Include="Business\STA.cs" />
- <Compile Include="CardReader\ECReader.cs" />
- <Compile Include="CardReader\NationECCodeAPI.cs" />
- <Compile Include="CardReader\ReadCardAPI.cs" />
- <Compile Include="CardReader\CardReader.cs" />
- <Compile Include="CardReader\SFZReader.cs" />
- <Compile Include="Common\Common.cs" />
- <Compile Include="Common\Encrypt.cs" />
- <Compile Include="Common\AppExtension.cs" />
- <Compile Include="Common\ExPortToExcel.cs" />
- <Compile Include="Common\ExpressionEvaluator.cs" />
- <Compile Include="Common\FastReportScript.cs" />
- <Compile Include="Common\GmUtil.cs" />
- <Compile Include="Common\SignUtils.cs" />
- <Compile Include="Common\SMCipher.cs" />
- <Compile Include="Common\SMLib\EasyGmUtils.cs" />
- <Compile Include="Common\SMLib\SignUtil.cs" />
- <Compile Include="Common\SMLib\SMUtil.cs" />
- <Compile Include="Common\WinApi.cs" />
- <Compile Include="Common\WindowWrapper.cs" />
- <Compile Include="Entity\Base\Clearing\OutOfAreaClearingConfirm.cs" />
- <Compile Include="Entity\Base\Clearing\OutOfAreaClearingRollBack.cs" />
- <Compile Include="Entity\Base\Clearing\QueryOutOfAreaClearingDetails.cs" />
- <Compile Include="Entity\Base\Other\DirectoryDownload.cs" />
- <Compile Include="Entity\Base\Other\FileDownload.cs" />
- <Compile Include="Entity\Base\Other\FileUpload.cs" />
- <Compile Include="Entity\Base\Result.cs" />
- <Compile Include="Entity\Base\Server\HBMedInsuDirectory.cs" />
- <Compile Include="Entity\Base\Server\HBMedInsuDirectorySelfpayProportion.cs" />
- <Compile Include="Entity\Base\Other\SignInInput.cs" />
- <Compile Include="Entity\Base\Other\SignOut.cs" />
- <Compile Include="Entity\Base\Settlement\Benefit\BenefitCheck.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\AdmissionRegistration.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\DischargeCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\DischargeRegistration.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationInfoChange.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailUpload.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\InpatientPreSettlement.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlement.cs" />
- <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlementCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Outpatient\OupatientFeeDetailCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientAdmUpload.cs" />
- <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientFeeDetailUpload.cs" />
- <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientPreSettlement.cs" />
- <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlement.cs" />
- <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlementCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistration.cs" />
- <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistrationCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyPre.cs" />
- <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacySettlement.cs" />
- <Compile Include="Entity\Base\Settlement\Record\CancelChronicDiseaseRecord.cs" />
- <Compile Include="Entity\Base\Settlement\Record\ChronicDiseaseRecord.cs" />
- <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecord.cs" />
- <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecordCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecord.cs" />
- <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecordCancel.cs" />
- <Compile Include="Entity\Base\Settlement\Record\QueryChronicDiseaseRecord.cs" />
- <Compile Include="Entity\Base\Settlement\Record\QueryFamilyDoctorRecord.cs" />
- <Compile Include="Entity\Base\Settlement\ReverseTransaction.cs" />
- <Compile Include="Entity\EntityBase.cs" />
- <Compile Include="Entity\Local\ReadCardInitInfo.cs" />
- <Compile Include="FormSetter\GridViewSetterBase.cs" />
- <Compile Include="Forms\CenterQuery\CenterQuery.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\CenterQuery\CenterQuery.designer.cs">
- <DependentUpon>CenterQuery.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\CenterQuery\GridViewSetter.cs" />
- <Compile Include="Forms\Clearing\GridViewSetter.cs" />
- <Compile Include="Forms\Clearing\MainForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\Clearing\MainForm.Designer.cs">
- <DependentUpon>MainForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\Clearing\OutOfAreaClearing.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\Clearing\OutOfAreaClearing.Designer.cs">
- <DependentUpon>OutOfAreaClearing.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\GetInsuCode\CodeGetter.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\GetInsuCode\CodeGetter.Designer.cs">
- <DependentUpon>CodeGetter.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\GetInsuCode\GridViewSetter.cs" />
- <Compile Include="Forms\InpatientRegistration.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\InpatientRegistration.designer.cs">
- <DependentUpon>InpatientRegistration.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\JsonMappingForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\JsonMappingForm.Designer.cs">
- <DependentUpon>JsonMappingForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\OutpatientRegistration.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\OutpatientRegistration.designer.cs">
- <DependentUpon>OutpatientRegistration.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\DualChannelRecordForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\DualChannelRecordForm.Designer.cs">
- <DependentUpon>DualChannelRecordForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PatientInsuInfo\GridViewSetter.cs" />
- <Compile Include="Forms\PrescriptionCirculation.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PrescriptionCirculation.Designer.cs">
- <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PrescriptionForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PrescriptionForm.Designer.cs">
- <DependentUpon>PrescriptionForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PrintersForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PrintersForm.Designer.cs">
- <DependentUpon>PrintersForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\SelfpayPercentForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\SelfpayPercentForm.Designer.cs">
- <DependentUpon>SelfpayPercentForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\ToPutOnRecord\FixedPointRecord.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\ToPutOnRecord\FixedPointRecord.Designer.cs">
- <DependentUpon>FixedPointRecord.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\ToPutOnRecord\GridViewSetter.cs" />
- <Compile Include="Forms\ToPutOnRecord\HospitalTransfer.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\ToPutOnRecord\HospitalTransfer.Designer.cs">
- <DependentUpon>HospitalTransfer.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\ToPutOnRecord\ToPutOnRecord.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\ToPutOnRecord\ToPutOnRecord.Designer.cs">
- <DependentUpon>ToPutOnRecord.cs</DependentUpon>
- </Compile>
- <Compile Include="Helper\JsonMapper.cs" />
- <Compile Include="Helper\ProgressHelper.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Helper\ReadDataTableConverter.cs" />
- <Compile Include="Variables\ModeEnum.cs" />
- <Compile Include="Variables\TradeEnum.cs" />
- <Compile Include="Common\Utils.cs" />
- <Compile Include="Entity\BusinessType.cs" />
- <Compile Include="Entity\Base\PersonInfo.cs" />
- <Compile Include="Entity\TradeAttribute.cs" />
- <Compile Include="FormSetter\ComboxSetter.cs" />
- <Compile Include="FormSetter\DataTableSetter.cs" />
- <Compile Include="FormSetter\GridViewSetter.cs" />
- <Compile Include="Forms\AddSignleDirectory.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\AddSignleDirectory.designer.cs">
- <DependentUpon>AddSignleDirectory.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\CenterResult.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\CenterResult.Designer.cs">
- <DependentUpon>CenterResult.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\ChooseCard.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\ChooseCard.designer.cs">
- <DependentUpon>ChooseCard.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\BasicData.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\BasicData.designer.cs">
- <DependentUpon>BasicData.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\Clearing.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\Clearing.designer.cs">
- <DependentUpon>Clearing.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PreAndInProcessAnalysisForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PreAndInProcessAnalysisForm.Designer.cs">
- <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\SearchAdmdvs.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\SearchAdmdvs.Designer.cs">
- <DependentUpon>SearchAdmdvs.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PerDesigRecord.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PerDesigRecord.Designer.cs">
- <DependentUpon>PerDesigRecord.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\HandleException.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\HandleException.designer.cs">
- <DependentUpon>HandleException.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\MaintainBasicData.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\MaintainBasicData.Designer.cs">
- <DependentUpon>MaintainBasicData.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PatientInsuInfo\PatientInsuInfo.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PatientInsuInfo\PatientInsuInfo.designer.cs">
- <DependentUpon>PatientInsuInfo.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PrintDesign.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PrintDesign.Designer.cs">
- <DependentUpon>PrintDesign.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PrintPreview.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PrintPreview.Designer.cs">
- <DependentUpon>PrintPreview.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\SettlementChecklist.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\SettlementChecklist.designer.cs">
- <DependentUpon>SettlementChecklist.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\SettlementForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\SettlementForm.designer.cs">
- <DependentUpon>SettlementForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\SlowSpecRecord.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\SlowSpecRecord.Designer.cs">
- <DependentUpon>SlowSpecRecord.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\TableButton.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\TableButton.Designer.cs">
- <DependentUpon>TableButton.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\ToRecordChoose.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\ToRecordChoose.Designer.cs">
- <DependentUpon>ToRecordChoose.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\ToRecordFrom.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\ToRecordFrom.Designer.cs">
- <DependentUpon>ToRecordFrom.cs</DependentUpon>
- </Compile>
- <Compile Include="Helper\DropHelper.cs" />
- <Compile Include="Helper\EncryptHelper.cs" />
- <Compile Include="Helper\IInvokeCenter.cs" />
- <Compile Include="Helper\InvokeCenterFactory.cs" />
- <Compile Include="Helper\InvokeDllCenter.cs" />
- <Compile Include="Helper\InvokeHelper.cs" />
- <Compile Include="Helper\InvokeOcxCenter.cs" />
- <Compile Include="Helper\InvokeRestCenter.cs" />
- <Compile Include="Helper\IrisDataHelper.cs" />
- <Compile Include="Helper\JsonHelper.cs" />
- <Compile Include="Helper\XmlHelper.cs" />
- <Compile Include="InsuBusiness.cs" />
- <Compile Include="IInsuBusiness.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- <DependentUpon>Settings.settings</DependentUpon>
- </Compile>
- <Compile Include="Variables\Global.cs" />
- <Compile Include="Variables\Response.cs" />
- <Compile Include="Variables\Struct.cs" />
- <Compile Include="Variables\StructExtend.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="ControlSetter\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.resx">
- <DependentUpon>AdmissionRegistration.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AuditForm.resx">
- <DependentUpon>AuditForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.resx">
- <DependentUpon>DischargeRegistration.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\FeeDetail.resx">
- <DependentUpon>FeeDetail.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.resx">
- <DependentUpon>OutpatRegistration.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.resx">
- <DependentUpon>PatientMIInfo.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\AddSignleDirectory.resx">
- <DependentUpon>AddSignleDirectory.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\CenterQuery\CenterQuery.resx">
- <DependentUpon>CenterQuery.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\CenterResult.resx">
- <DependentUpon>CenterResult.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\ChooseCard.resx">
- <DependentUpon>ChooseCard.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\BasicData.resx">
- <DependentUpon>BasicData.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\Clearing.resx">
- <DependentUpon>Clearing.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\Clearing\MainForm.resx">
- <DependentUpon>MainForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\Clearing\OutOfAreaClearing.resx">
- <DependentUpon>OutOfAreaClearing.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\GetInsuCode\CodeGetter.resx">
- <DependentUpon>CodeGetter.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\InpatientRegistration.resx">
- <DependentUpon>InpatientRegistration.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\JsonMappingForm.resx">
- <DependentUpon>JsonMappingForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
- <DependentUpon>OutpatientRegistration.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PreAndInProcessAnalysisForm.resx">
- <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\DualChannelRecordForm.resx">
- <DependentUpon>DualChannelRecordForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PrescriptionCirculation.resx">
- <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PrescriptionForm.resx">
- <DependentUpon>PrescriptionForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PrintersForm.resx">
- <DependentUpon>PrintersForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\SearchAdmdvs.resx">
- <DependentUpon>SearchAdmdvs.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PerDesigRecord.resx">
- <DependentUpon>PerDesigRecord.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\HandleException.resx">
- <DependentUpon>HandleException.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\MaintainBasicData.resx">
- <DependentUpon>MaintainBasicData.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PatientInsuInfo\PatientInsuInfo.resx">
- <DependentUpon>PatientInsuInfo.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PrintDesign.resx">
- <DependentUpon>PrintDesign.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PrintPreview.resx">
- <DependentUpon>PrintPreview.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\SelfpayPercentForm.resx">
- <DependentUpon>SelfpayPercentForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\SettlementChecklist.resx">
- <DependentUpon>SettlementChecklist.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\SettlementForm.resx">
- <DependentUpon>SettlementForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\SlowSpecRecord.resx">
- <DependentUpon>SlowSpecRecord.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\ToPutOnRecord\FixedPointRecord.resx">
- <DependentUpon>FixedPointRecord.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\ToPutOnRecord\HospitalTransfer.resx">
- <DependentUpon>HospitalTransfer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\ToPutOnRecord\ToPutOnRecord.resx">
- <DependentUpon>ToPutOnRecord.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="packages.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <None Include="Readme.md" />
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="stdole">
- <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
- <VersionMajor>2</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>primary</WrapperTool>
- <Isolated>False</Isolated>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </COMReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|