AIMS/BeginScreen/Web.config

25 lines
1.0 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>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
<directoryBrowse enabled="true"/>
</system.webServer>
</configuration>