转换出院结算医保地址

Qyry
尹强 4 months ago
parent bf4a3fba3c
commit 82bdf3143b
  1. 6
      Gdsi/Config/GdsiConfig.cs

@ -8,8 +8,10 @@ namespace Gdsi.Config
{
public class GdsiConfig
{
// 医保服务调用地址
public static string server_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/";
// 医保服务调用地址 http://hosp.gd.hsip.gov.cn/ebus/gdyb_api/prd/hsa/hgs
//public static string server_url = "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/";
public static string server_url = "http://hosp.gd.hsip.gov.cn/ebus/gdyb_api/prd/hsa/hgs/";
// 医疗机构编码
public static string fixmedins_code = "H44180200009";
// 医疗机构名称

Loading…
Cancel
Save