using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using HNWD.Pregrant.Model; using HNWD.Pregrant.Common; using System.Text; using HNWD.Pregrant.DataAccess; using HNWD.Pregrant.WebService; namespace HNWD.Pregrant.WebService { public static class PromptingMessage { public static string Error_PartInfo = "获取科室信息失败!"; public static string Error_DeviceInfo = "获取设备信息失败!"; public static string Error_PatientInfo = "获取病人信息失败!"; public static string Error_StaffInfo = "获取病人信息失败!"; public static string Error_UrgeInfo = "获取医嘱信息失败!"; public static string Error_MAC = "没有查找到设备信息!"; public static string Error_Notice = "获取通知信息失败!"; public static string Error_NurseCfgInfo = "获取病人护理配置失败!"; public static string Error_Update_RunProfile = "更新运行配置信息失败!"; public static string Error_RunProfile = "更新运行配置信息失败!"; public static string Error_Data_Initialized = "数据初始化失败!"; public static string Error_IP_MoreThan254 = "IP地址不能大于254"; public static string Error_DeviceInfo_ByWDYSInfo = "获取医生主机设备信息失败!"; } }