|
|
@@ -0,0 +1,139 @@
|
|
|
+{
|
|
|
+ "page": {
|
|
|
+ "header": {
|
|
|
+ "title": "Mgr",
|
|
|
+ "menuBar": {
|
|
|
+ "items": [
|
|
|
+ "通用设置",
|
|
|
+ "新建检查",
|
|
|
+ "工作流",
|
|
|
+ "四台信息",
|
|
|
+ "添加备注",
|
|
|
+ "查看和处理",
|
|
|
+ "报告"
|
|
|
+ ],
|
|
|
+ "active": "添加备注"
|
|
|
+ },
|
|
|
+ "topRightIcons": [
|
|
|
+ "语言切换",
|
|
|
+ "退出登录"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "sidebar": {
|
|
|
+ "sections": [
|
|
|
+ {
|
|
|
+ "title": "系统之家",
|
|
|
+ "icon": "home"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "title": "首选项",
|
|
|
+ "icon": "settings",
|
|
|
+ "active": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "title": "硬件配置",
|
|
|
+ "icon": "hardware"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "title": "网络设置",
|
|
|
+ "icon": "network"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "title": "协议设置",
|
|
|
+ "icon": "protocol"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "title": "统计分析",
|
|
|
+ "icon": "chart"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "mainContent": {
|
|
|
+ "section": "添加备注",
|
|
|
+ "layout": {
|
|
|
+ "leftPanel": {
|
|
|
+ "title": "文本标记",
|
|
|
+ "toolbar": {
|
|
|
+ "buttons": [
|
|
|
+ { "icon": "delete", "tooltip": "删除选中项" },
|
|
|
+ { "icon": "edit", "tooltip": "编辑选中项" },
|
|
|
+ { "icon": "add", "tooltip": "新增文本标记" }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "table": {
|
|
|
+ "columns": ["内容", "类型"],
|
|
|
+ "rows": [
|
|
|
+ { "内容": "站姿", "类型": "系统定义" },
|
|
|
+ { "内容": "仰卧", "类型": "系统定义" },
|
|
|
+ { "内容": "俯卧", "类型": "系统定义" },
|
|
|
+ { "内容": "斜靠", "类型": "系统定义" },
|
|
|
+ { "内容": "过屈", "类型": "系统定义" },
|
|
|
+ { "内容": "过伸", "类型": "系统定义" },
|
|
|
+ { "内容": "内旋", "类型": "系统定义" },
|
|
|
+ { "内容": "外旋", "类型": "系统定义" },
|
|
|
+ { "内容": "吸气", "类型": "系统定义" },
|
|
|
+ { "内容": "呼气", "类型": "系统定义" },
|
|
|
+ { "内容": "负重", "类型": "系统定义" },
|
|
|
+ { "内容": "无负重", "类型": "系统定义" }
|
|
|
+ ],
|
|
|
+ "selectable": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "rightPanel": {
|
|
|
+ "title": "用户定义的拒绝原因",
|
|
|
+ "toolbar": {
|
|
|
+ "buttons": [
|
|
|
+ { "icon": "delete", "tooltip": "删除选中项" },
|
|
|
+ { "icon": "add", "tooltip": "新增拒绝原因" }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "table": {
|
|
|
+ "columns": ["内容"],
|
|
|
+ "rows": [
|
|
|
+ { "内容": "定位" },
|
|
|
+ { "内容": "患者移动" },
|
|
|
+ { "内容": "过度曝光" },
|
|
|
+ { "内容": "曝光不足" },
|
|
|
+ { "内容": "伪影" },
|
|
|
+ { "内容": "无图像" },
|
|
|
+ { "内容": "二次曝光" },
|
|
|
+ { "内容": "用于研究" }
|
|
|
+ ],
|
|
|
+ "selectable": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "dialogs": {
|
|
|
+ "editTextTag": {
|
|
|
+ "title": "编辑",
|
|
|
+ "visible": false,
|
|
|
+ "fields": [
|
|
|
+ { "label": "内容", "type": "textInput", "value": "站姿", "required": true },
|
|
|
+ {
|
|
|
+ "label": "类型",
|
|
|
+ "type": "radioGroup",
|
|
|
+ "options": ["系统定义", "用户定义"],
|
|
|
+ "selected": "系统定义",
|
|
|
+ "required": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "buttons": [
|
|
|
+ { "label": "取消", "action": "cancel" },
|
|
|
+ { "label": "保存", "action": "save" }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "editRejectReason": {
|
|
|
+ "title": "编辑",
|
|
|
+ "visible": false,
|
|
|
+ "fields": [
|
|
|
+ { "label": "内容", "type": "textInput", "value": "", "required": true }
|
|
|
+ ],
|
|
|
+ "buttons": [
|
|
|
+ { "label": "取消", "action": "cancel" },
|
|
|
+ { "label": "保存", "action": "save" }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|