DicomServer/Desktop/Worklist SCP/App.config
2024-12-13 10:06:20 +08:00

58 lines
3.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="worklistScpAET" value="FLYWKSCP" />
<add key="worklistScpPort" value="8005" />
<!--worklist工作模式0为本地模式 1为远程服务器模式-->
<add key="worklistModel" value="0" />
<add key="FlyPacsContrastUrl" value="https://pacs.gw12320.com/admin/admin-api/system/outapi/addContrastOrg" />
<add key="hisGetTokenUrl" value="https://wlcbhis.gw12320.com:8443/histest/web/api/pacs/getPacsToken" />
<add key="hisGetDataUrl" value="https://wlcbhis.gw12320.com:8443/histest/web/api/pacs/getpacsdata" />
<add key="hisAppkey" value="7653571505643966826" />
<add key="appsecret" value="z8SVG1NBFY9d74LM" />
<!--基层机构的客户端AET 每个基层机构的 orgClientAET 为唯一标识 value=客户端设备的AET ,设备类别 DR CT DX等 19 该机构在his中的机构id-->
<add key="CurrentOrgInfo" value="PAYONDR,DR,GB18030,150927680009999" />
<!--玫瑰镇中心卫生院-->
<add key="MGYZZXWSY" value="MGYZZXWSY,DR,GB18030,150926461008718" />
<!--黄茂营中心卫生院-->
<add key="HMYZXWSY" value="HMYZXWSY,DR,GB18030,150926756653386" />
<!--察右前旗平地泉中心卫生院-->
<add key="PDQZXWSY" value="PDQZXWSY,DR,GB18030,150926461008697" />
<!--黄旗海镇卫生院-->
<add key="HQHZWSY" value="HQHZWSY,DR,GB18030,150926570603604" />
<!--乌素图中心卫生院-->
<add key="CALLED_AE" value="CALLED_AE,DR,GB18030,150927461018043" />
<!--察右中旗黄羊城中心卫生院-->
<add key="PAYONDR" value="PAYONDR,DR,GB18030,150927680009999" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>