AIMS/BeginScreen/Web.config
2023-08-13 21:18:41 +08:00

33 lines
1.3 KiB
XML

<?xml version="1.0"?>
<configuration>
<connectionStrings>
<add name="MindraySqlString" connectionString="Data Source=.;Initial Catalog=AIMSDB_QHDSGRYY;User ID=sa;Password=Test2020;" providerName="System.Data.SqlClient"/>
</connectionStrings>
<appSettings>
<add key="BigScreenHospitalName" value="秦皇岛市工人医院"/>
<!--设置等候区大屏手术结束后显示时间-->
<add key="OpeEndTime" value="15"/>
<!--设置手术室大屏手术结束后显示时间-->
<add key="OpeTime" value="0.1"/>
<!--测试用,不测试值为空-->
<add key="RowCount" value="1,90px"/>
<!--患者文书地址-->
<add key="PatientDocumentFilePath" value="E:\\PatientDocumentFiles"/>
</appSettings>
<!--
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
可在 <httpRuntime> 标记上设置以下特性。
<system.Web>
<httpRuntime targetFramework="4.8" />
</system.Web>
-->
<system.web>
<compilation debug="true" targetFramework="4.8"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
<directoryBrowse enabled="true"/>
</system.webServer>
</configuration>