医疗文书未排程列表 点击主复制药品 剂量也复制 在空白行之上 添加多个子药往后新增行 刷新手术间台次逻辑 药品判断相同新增通路 考虑模板 通路 版本号 是否限制用药 自备药品 是否皮试
200 lines
7.9 KiB
XML
200 lines
7.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{80E69D05-8436-4342-B0B1-5ADAA8E83D41}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DocumentManagement</RootNamespace>
|
|
<AssemblyName>DocumentManagement</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DCSoft.ORM">
|
|
<HintPath>..\AIMS\Extensions\DCSoft.ORM.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DCSoft.Writer">
|
|
<HintPath>..\AIMS\Extensions\DCSoft.Writer.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\AIMS\DLL\DevComponents.DotNetBar2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<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.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DocumentEntity\AppStartOptions.cs" />
|
|
<Compile Include="DocumentEntity\DocumentExtension.cs" />
|
|
<Compile Include="DocumentEntity\EventCodeCompiler.cs" />
|
|
<Compile Include="DocumentEntity\DocumentDAL.cs" />
|
|
<Compile Include="DocumentEntity\PatientLisResult.cs" />
|
|
<Compile Include="DocumentEntity\PatientRecord.cs" />
|
|
<Compile Include="DocumentEntity\PrintTemplateDB.cs" />
|
|
<Compile Include="DocumentEntity\UserTempPurviewDB.cs" />
|
|
<Compile Include="DocumentEntity\PrintTemplate.cs" />
|
|
<Compile Include="DocumentEntity\UserTempPurview.cs" />
|
|
<Compile Include="DocumentEntity\MyCommandNames.cs" />
|
|
<Compile Include="DocumentEntity\MyListItemsProvider.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="UI\ExtWriterControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ExtWriterControl.designer.cs">
|
|
<DependentUpon>ExtWriterControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\frmKB.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\frmKB.Designer.cs">
|
|
<DependentUpon>frmKB.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\frmParentSelect.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\frmParentSelect.designer.cs">
|
|
<DependentUpon>frmParentSelect.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\frmTemplate.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\frmTemplate.designer.cs">
|
|
<DependentUpon>frmTemplate.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\frmTitle.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\frmTitle.designer.cs">
|
|
<DependentUpon>frmTitle.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\frmUserTempPurview.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\frmUserTempPurview.Designer.cs">
|
|
<DependentUpon>frmUserTempPurview.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\frmUserTempPurviewDetail.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\frmUserTempPurviewDetail.Designer.cs">
|
|
<DependentUpon>frmUserTempPurviewDetail.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\frmViewSelect.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\frmViewSelect.Designer.cs">
|
|
<DependentUpon>frmViewSelect.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\ucClassify.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\ucClassify.Designer.cs">
|
|
<DependentUpon>ucClassify.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\报表.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\ExtWriterControl.resx">
|
|
<DependentUpon>ExtWriterControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\ExtWriterControl.zh-TW.resx">
|
|
<DependentUpon>ExtWriterControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\frmKB.resx">
|
|
<DependentUpon>frmKB.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\frmParentSelect.resx">
|
|
<DependentUpon>frmParentSelect.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\frmTemplate.en.resx">
|
|
<DependentUpon>frmTemplate.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\frmTemplate.resx">
|
|
<DependentUpon>frmTemplate.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\frmTitle.resx">
|
|
<DependentUpon>frmTitle.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\frmUserTempPurview.resx">
|
|
<DependentUpon>frmUserTempPurview.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\frmUserTempPurviewDetail.resx">
|
|
<DependentUpon>frmUserTempPurviewDetail.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\frmViewSelect.resx">
|
|
<DependentUpon>frmViewSelect.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\ucClassify.resx">
|
|
<DependentUpon>ucClassify.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\红.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\警告.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\报表2.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\对号.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\叹号2.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AIMSExtension\AIMSExtension.csproj">
|
|
<Project>{5238713C-29C6-4E22-BE4C-6E568FE87FA8}</Project>
|
|
<Name>AIMSExtension</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |