描述
获取批注报告。
接口
string GetCommentReport()
参数
参数名 | 必填 | 类型 | 说明 | 备注 |
---|---|---|---|---|
N/A |
返回值
审阅痕迹报告JSON格式示例如下
{ "type": "commentReport", "data": [ { "id": "asdf", "editorId": "", "editorName": "", "time": "", "note": "主任医师 2021-03-06 03:03:27 ", "text": "桌面版有的功能web版都有,不需要额外付费订制!创新实现web分页,真正的所见即所得!强大实力,保证跨平台显示一致性!", "isResolved": false, "resolvedTips": "", "reply": [ ] }, { "id": "ghjk", "editorId": "", "editorName": "", "time": "", "note": "主任医师 2021-03-06 03:03:27 ", "text": "全结构化;自由编辑公式和批注;事件编辑器;丰富引用;更高的性价比,更完善的功能,更好的服务!可能是唯一成熟的web电子病历编辑器!", "isResolved": false, "resolvedTips": "", "reply": [ { "editorId": "", "editorName": "", "time": "", "note": "主治医师:答复 2021-03-06 03:02:27 ", "text": "web电子病历选型,信译是您更明智的选择!", "isResolved": false, "resolvedTips": "" } ] } ], "code": 2, "time": "2024-08-20 22:03:20" }
字段 | 类型 | 说明 | 备注 |
---|---|---|---|
type | string | 固定格式 | “commentReport” |
code | int | 个数 | |
data | json | 详细信息 | |
time | time string | 报告产生时间字符串 |
- 报告详细信息
字段 | 类型 | 说明 | 备注 |
---|---|---|---|
id | string | 批注Id | 供定位到批注位置使用,详见Find |
文档更新时间: 2024-08-20 22:38 作者:admin