22 lines
792 B
C#
22 lines
792 B
C#
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";
|
||
}
|
||
}
|