HospitalConfig.cs 315 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace ZLPlugin_LisPacs_MR.Model
  6. {
  7. //医院配置信息
  8. public class HospitalConfig
  9. {
  10. public static string Code = "429630363";
  11. public static string Name = "印江自治县人民医院";
  12. }
  13. }