EI_Image_Viewer 主要处理 前端404等错误 全局业务异常已统一处理了,非业务错误会来到这里 医生基本信息 、工作信息 专业信息、审核状态 获取医生详情 系统用户登录接口[New] 添加实验项目-返回新增Id[AUTH] 新记录Id 添加或更新工作量[AUTH] 添加或更新汇率(会触发没有对锁定的费用计算) 添加或更新 职称单价[AUTH] 添加或更新(替换)医生支付展信息[AUTH] 保存(替换)项目支付价格信息(会触发没有被锁定的费用计算)[AUTH] 批量更新奖励费用[AUTH] 计算医生月度费用,并将计算的结果存入费用表 Financials /Monthly Payment 列表查询接口 获取稽查数据 提交肿瘤学阅片任务 提交Diocm阅片 提交全局阅片任务 项目阅片信息签名 医学审核完成 确认项目医学审核问题 提交阅片问题 提交阅片裁判问题 配置 基础逻辑信息并确认 配置流程并确认 配置加急信息并确认 签名确认 IC RequestToQC 批量提交 设置QC 通过或者不通过 7:QC failed 8:QC passed 一致性核查 回退 对话记录不清除 只允许PM回退 影像阅片临床数据签名 IC 设置已经重传完成 更新项目状态 用户 签名某个文档 重阅同意 流式上传 直接返回 流式上传 通用封装 不返回任何数据,后续还有事情处理 流式上传 Dicom上传 Dicom 归档 上传临床数据 多文件 上传临床数据模板 上传阅片临床数据 上传截图 上传Reading问题的图像 上传裁判任务的图像 上传医学审核图片 上传非Dicom 文件 支持压缩包 多文件上传 一致性核查 excel上传 支持三种格式 医生文件上传下载 上传文件[FileUpload] 附件类型 医生Id 返回文件信息 上传文件( 不是医生个人的文件)[FileUpload] 例如:阅片章程等 文件类型 下载多个医生的所有附件 下载医生官方简历 下载指定医生的指定附件 医生Id 要下载的附件Id 缩略图 通用文件下载 下载项目临床数据文件 下载系统临床数据文件 上传项目签名文档 上传系统签名文档 上传通用文档 比如一致性核查的 比如导出的excel 模板 上传系统通知文档 IPLimit限流 启动服务 创建属性 类型 序列化成员 为了前端 一段时间无操作,需要重新登陆 对称可逆加密 用户登录成功以后,用来生成Token的方法 非对称可逆加密 从本地文件中读取用来签发 Token 的 RSA Key 存放密钥的文件夹路径 生成并保存 RSA 公钥与私钥 Holder for reflection information generated from Protos/GrpcToken.proto File descriptor for Protos/GrpcToken.proto 新增用户时需要传递数据消息, 可理解为一个类 Field number for the "id" field. Field number for the "userName" field. Field number for the "realName" field. Field number for the "reviewerCode" field. Field number for the "userTypeEnumInt" field. Field number for the "userTypeShortName" field. Field number for the "isAdmin" field. 新增时返回的消息格式 Field number for the "code" field. Field number for the "token" field. service 用标识定义服务的,里面写对应的方法 Service descriptor Client for TokenGrpcService Creates a new client for TokenGrpcService The channel to use to make remote calls. Creates a new client for TokenGrpcService that uses a custom CallInvoker. The callInvoker to use to make remote calls. Protected parameterless constructor to allow creation of test doubles. Protected constructor to allow creation of configured clients. The client configuration. 获取token The request to send to the server. The initial metadata to send with the call. This parameter is optional. An optional deadline for the call. The call will be cancelled if deadline is hit. An optional token for canceling the call. The response received from the server. 获取token The request to send to the server. The options for the call. The response received from the server. 获取token The request to send to the server. The initial metadata to send with the call. This parameter is optional. An optional deadline for the call. The call will be cancelled if deadline is hit. An optional token for canceling the call. The call object. 获取token The request to send to the server. The options for the call. The call object. Creates a new instance of client from given ClientBaseConfiguration.