ECGGather/1200gFtp/apiList.cs
2024-12-25 17:21:40 +08:00

22 lines
792 B
C#
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.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace _1200gFtp
{
public class apiList
{
public static string loginUrl = "";
public static string patientUrl = "";
public static string blUrl = "";//病历Url
//public static string submitXmlInfo= "http://localhost:20086/api/DiagnosticApply/SubmitDiagnosticApply";//张家口的新版HIS接口提交 心电 xml信息给何冰冰 。 他申请判读
public static string submitXmlInfo = "http://47.104.235.204:8015/api/DiagnosticApply/SubmitDiagnosticApply";//河北省的新版HIS接口提交 心电 xml信息给何冰冰 。 他申请判读
public static string his03 = "http://his.hebjcws.com:7086/pm-s-report/ECG/HIS03";
}
}