123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- title.CDA.manage = System CDA Manage
- # 通用错误 -- 接口调用错误列表
- ehr.common.miss.method = 请求缺少method域
- ehr.common.miss.timestamp = 请求缺少时间戳域
- ehr.common.miss.appid = 请求缺少app_id域
- ehr.common.miss.version = 请求缺少API协议版本号域
- ehr.common.miss.sign = 请求缺少sign签名域
- ehr.common.miss.signMethod = 请求缺少参数的加密方式域
- ehr.common.invalid.method = 无效方法名
- ehr.common.invalid.timestamp = 无效时间戳
- ehr.common.invalid.appid = AppId或AppSecret无效
- ehr.common.invalid.version = 无效版本号
- ehr.common.invalid.sign = 无效的参数签名方法
- ehr.common.invalid.signMethod = 签名结果不匹配
- ehr.common.miss.required.argument = 缺少请求所需的必要参数
- ehr.common.miss.parameter = 缺失参数:{0}
- ehr.common.invalid.parameter = 无效的方法参数{0}
- ehr.common.appToken.expired = AppToken过期
- # 通用错误 -- 查询错误列表
- ehr.common.query.null = 查询无数据。
- ehr.common.query.count = 共查询数据行数:
- # 通用错误 -- 更新错误列表
- ehr.common.success.update = 保存成功。
- ehr.common.invalid.update = 保存失败。
- # 通用错误 -- 新增错误列表
- ehr.common.success.create = 新增成功。
- # 通用错误 -- 删除错误列表
- ehr.common.success.delete = 删除成功。
- ehr.common.invalid.delete = 删除失败:删除的对象不存在。
- # 通用错误 -- 提示信息列表
- ehr.common.input.request.single = 该项目为必输项。
- ehr.common.input.request.multiple = 以上项目必须输入,请确认。
- # 功能错误信息列表
- # 功能错误信息列表 - 登录
- ehr.user.invalid = 无效用户。
- ehr.invalid.username.or.pwd = 无效用户名或密码。
- ehr.login.validatecode.invalid = 验证码无效。
- ehr.login.validatecode.expire = 验证码过期。
- ehr.login.mail.hasinvaild = 邮箱已验证。
- ehr.login.mail.invaild = 邮箱不存在,或邮箱未注册。
- # 功能错误信息列表 - 用户管理
- ehr.user.exist.create = 新增失败:该帐户在系统中已存在,请重新输入!
- ehr.publicKey.success.create = 公钥信息分配成功!
- # 功能错误信息列表 - 机构管理
- ehr.org.exist.create = 新增失败:该机构代码已在系统中注册,请确认!
- # 功能错误信息列表 - 应用管理
- ehr.app.register.invalid = 该应用在系统中不存在。
- # 功能错误信息列表 - 病人管理
- ehr.patient.invalid.identity.no = 无效身份证号
- ehr.patient.miss.identity.no = 缺失身份证号
- ehr.patient.register.failed = 病人注册失败
- ehr.patient.invalid.register.info = 无效病人注册信息格式
- ehr.patient.exist.create = 新增失败:该身份证号已在系统中注册,请确认!
- # 功能错误信息列表 - 病人管理 - 档案
- ehr.archive.miss.file = 缺失档案文件
- ehr.archive.miss.cryptograph = 缺少加密方式
- ehr.archive.save.failed = 档案保存失败
- ehr.archive.parse.cryptograph.failed = 档案密码解析失败
- # 功能错误信息列表 - 病人管理 - 卡
- # 功能错误信息列表 - 字典
- ehr.sysDict.name.repeat = 输入的系统字典在系统中已存在。
- ehr.sysDict.create.invalid = 系统字典新增失败。
- ehr.sysDict.exist.invalid = 该系统字典不存在。
- ehr.sysDict.del.invalid = 该系统字典的删除操作失败。
- ehr.sysDict.update.invalid = 该系统字典的更新操作失败。
- ehr.sysDictEntry.name.repeat = 该系统字典明细在系统中已存在。
- ehr.sysDictEntry.create.invalid = 该系统字典明细新增失败。
- ehr.sysDictEntry.name.invalid = 该系统字典明细在系统中不存在。
- ehr.sysDictEntry.del.invalid = 该系统字典明细删除失败。
- ehr.sysDictEntry.update.invalid = 该系统字典明细更新失败。
- # 功能错误信息列表 - 标准化
- ehr.std.param.error = 参数解析失败
- ehr.std.invalid.version = 无效版本号
- ehr.std.get.version.fail = 获取版本信息失败
- ehr.std.generate.schema.file.failed = 标准化数据生成失败
- ehr.std.file.cryptograph.generate.failed = 生成适配版本文件密码失败
- ehr.std.file.stream.generate.failed = 生成适配版本文件流失败
- ehr.std.file.down.failed = 下载标准适配版本失败
- ehr.std.version.unknown = 未知的标准化版本
- # 功能错误信息列表 - CDA
- ehr.cda.version.get.failed = CDA版本获取失败
- ehr.cda.version.list.get.failed = CDA版本列表获取失败
- ehr.cda.version.save.failed = CDA版本保存失败
- ehr.std.get.CDA.list.failed = CDA获取失败
- # 功能错误信息列表 - 数据集
- ehr.datasetlist.Get.failed = 数据集列表获取失败
- ehr.dataset.Get.failed = 数据获取失败
- ehr.dataset.Save.failed = 数据集保存失败
- ehr.dataset.delete.failed = 数据集删除失败
- ehr.metadatalist.Get.failed = 数据元列表获取失败
- ehr.metadata.Get.failed = 数据元获取失败
- ehr.metadata.save.failed = 数据元保存失败
- ehr.metadata.delete.failed = 数据元删除失败
- # 功能错误信息列表 - 标准字典
- ehr.dictlist.Get.failed = 字典列表获取失败
- ehr.dict.Get.failed = 字典获取失败
- ehr.dict.entries.get.failed = 字典内容列表获取失败
- ehr.dict.entry.get.failed = 字典内容获取失败
- ehr.dict.Save.failed = 字典内容保存失败
- ehr.dict.delete.failed = 字典内容删除失败
- ehr.dict.entry.save.failed = 字典项保存失败
- ehr.dict.entry.delete.failed = 字典项删除失败
- # 功能错误信息列表 - 标准数据来源
- ehr.std.get.source.list.failed = 标准来源获取失败
- # 接口模块连接错误信息列表 - 授权Token
- ehr.security.generate.user.key.failed = 生成用户密钥失败
- ehr.security.token.expired = 该用户授权已过期,请提交更新授权重新申请。
- ehr.security.token.refreshError = 更新授权错误。
- ehr.security.token.revoke = 要删除的授权信息不存在。
- ehr.security.get.user.key.failed = 获取用户密钥失败
- ehr.system.code.null = 代码不能为空
- ehr.system.name.null = 名称不能为空
- ehr.system.versioncode.null = 版本号不能为空
- # 数据库连接错误信息列表 - 事件
- ehr.ehr.get.event.list = 获取事件列表失败
- ehr.ehr.get.archive = 获取档案失败
- ehr.ehr.get.data.set = 获取数据集失败
- # 数据库连接错误信息列表 - hbase
- ehr.ehr.create.data.set.table.failed = 创建数据集表失败, {0}
- ehr.hbase.truncate.table.failed = 删除表数据失败, {0}
- ehr.hbase.get.table.failed = 获取表失败, {0}
- # 数据库连接错误信息列表 - solr
- ehr.clear.solr.data.failed = 清除Solr数据失败, {0}
- #
- ehr.scheduler.get.job.failed = 获取Job信息失败, {0}
- ehr.scheduler.get.trigger.failed = 获取Trigger信息失败, {0}
- # other
- ehr.json.package.unknown = 未知的JSON包, {0}
|