| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- <?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>{E9B4D618-13F0-4864-9C4C-28B8A6532653}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>HaErBinMIMI</RootNamespace>
- <AssemblyName>HaErBinMI</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </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, processorArchitecture=MSIL">
- <HintPath>..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
- </Reference>
- <Reference Include="FastReport">
- <HintPath>..\..\..\..\..\ThirdDLL\FastReport.dll</HintPath>
- </Reference>
- <Reference Include="FastReportFrom">
- <HintPath>..\..\..\..\..\ThirdDLL\FastReportFrom.dll</HintPath>
- </Reference>
- <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="PTControl">
- <HintPath>..\..\..\..\C#练习\普天控件2\PTControl\PTControl\bin\Debug\PTControl.dll</HintPath>
- </Reference>
- <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
- <HintPath>..\packages\SunnyUI.3.2.0\lib\net472\SunnyUI.dll</HintPath>
- </Reference>
- <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
- <HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.Linq" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.IO.Compression" />
- <Reference Include="System.IO.Compression.FileSystem" />
- <Reference Include="System.Management" />
- <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" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Business\AbstractProcess\AbstractProcess.cs" />
- <Compile Include="Business\AbstractProcess\CallResult.cs" />
- <Compile Include="Business\AbstractProcess\ProcessManager.cs" />
- <Compile Include="Business\AutoResizeForm.cs" />
- <Compile Include="Business\CenterBusiness.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\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\GetPatMIFullInfo.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ReadCardProcess.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\SavePatMIFullInfo.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\SetGlobalVariablesAfaterShowPatInfo.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ShowPatInfo.cs" />
- <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\VerifyCardPassword.cs" />
- <Compile Include="Business\DataImoport.cs" />
- <Compile Include="Business\HisMainBusiness.cs" />
- <Compile Include="Business\IrisServices.cs" />
- <Compile Include="Business\metalkeyboard\JustTideEPP\JustTideEPPDrv.cs" />
- <Compile Include="Business\metalkeyboard\JustTideEPP\MetalKeypadPasswordReader.cs" />
- <Compile Include="Business\metalkeyboard\JustTideEPP\RFID.cs" />
- <Compile Include="Business\PreAndInProcessAnalysis.cs" />
- <Compile Include="Business\RealNameAuthentication.cs" />
- <Compile Include="Business\STA.cs" />
- <Compile Include="CardReader\NationECCodeAPI.cs" />
- <Compile Include="Common\AppExtension.cs" />
- <Compile Include="Common\CardReader.cs" />
- <Compile Include="Common\Common.cs" />
- <Compile Include="Common\Encrypt.cs" />
- <Compile Include="Common\Utils.cs" />
- <Compile Include="Common\WinApi.cs" />
- <Compile Include="Entity\BaseLine\Response\RespBase1101.cs" />
- <Compile Include="Entity\BusinessType.cs" />
- <Compile Include="Entity\EntityBase.cs" />
- <Compile Include="Entity\Insu\Response\Resp1101.cs" />
- <Compile Include="Entity\Settlement\PortalPay\AmpHos001.cs" />
- <Compile Include="Entity\TradeAttribute.cs" />
- <Compile Include="FormSetter\ComboxSetter.cs" />
- <Compile Include="FormSetter\DataTableSetter.cs" />
- <Compile Include="FormSetter\GridViewSetter.cs" />
- <Compile Include="FormSetter\GridViewSetterBase.cs" />
- <Compile Include="Forms\AddSignleDirectory.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\AddSignleDirectory.designer.cs">
- <DependentUpon>AddSignleDirectory.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\AuxFun.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\AuxFun.Designer.cs">
- <DependentUpon>AuxFun.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\OutpatientRegistration.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\OutpatientRegistration.designer.cs">
- <DependentUpon>OutpatientRegistration.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PasswordKeyboardForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PasswordKeyboardForm.designer.cs">
- <DependentUpon>PasswordKeyboardForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Forms\PatientInsuInfo.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PatientInsuInfo.designer.cs">
- <DependentUpon>PatientInsuInfo.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\PrescriptionCirculation.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\PrescriptionCirculation.designer.cs">
- <DependentUpon>PrescriptionCirculation.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\SettlementInfo.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\SettlementInfo.designer.cs">
- <DependentUpon>SettlementInfo.cs</DependentUpon>
- </Compile>
- <Compile Include="Helper\HisCallFace.cs" />
- <Compile Include="Helper\InvokeHelper.cs" />
- <Compile Include="Helper\JsonHelper.cs" />
- <Compile Include="InsuBusiness.cs" />
- <Compile Include="IInsuBusiness.cs" />
- <Compile Include="Lib\EasyGmUtils.cs" />
- <Compile Include="Lib\SignUtil.cs" />
- <Compile Include="Lib\SMUtil.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Variables\CustomEnums.cs" />
- <Compile Include="Variables\CustomEnums\OperationTypeEnum.cs" />
- <Compile Include="Variables\Global.cs" />
- <Compile Include="Variables\ModeEnum.cs" />
- <Compile Include="Variables\Struct.cs" />
- <Compile Include="Variables\StructExtend.cs" />
- <Compile Include="Variables\TradeEnum.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Business\Core\Process\" />
- <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>
- </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\AuxFun.resx">
- <DependentUpon>AuxFun.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\OutpatientRegistration.resx">
- <DependentUpon>OutpatientRegistration.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PasswordKeyboardForm.resx">
- <DependentUpon>PasswordKeyboardForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PatientInsuInfo.resx">
- <DependentUpon>PatientInsuInfo.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PreAndInProcessAnalysisForm.resx">
- <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\PrescriptionCirculation.resx">
- <DependentUpon>PrescriptionCirculation.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\SettlementChecklist.resx">
- <DependentUpon>SettlementChecklist.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Forms\SettlementInfo.resx">
- <DependentUpon>SettlementInfo.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|