描述

获取选项列表。

接口

string GetOptionList()

参数

返回值

  • Json数组,格式如下
[
    {
        "optionClass": "体征",
        "optionIds": [
            {
                "optionId": "大便体征",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "大便正常",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "有便秘",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "有腹泻",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "小便体征",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "小便正常",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "尿少",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "无尿",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "夜尿频多",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "体重体征",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "体重无明显变化",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "体重减轻",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "体重增加",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "体型",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "消瘦",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "中等",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "肥胖",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            }
        ]
    },
    {
        "optionClass": "呼吸科",
        "optionIds": [
            {
                "optionId": "肺症状",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "咳嗽",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "咳痰",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "气促",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "呼吸困难",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "喘息",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "胸闷",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "心悸",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "水肿",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "发热",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "咯血",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "院前诊断",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "慢性阻塞性肺疾病",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "慢性阻塞性肺疾病急性加重",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "慢性肺源性心脏病",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "慢性支气管炎",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "肺气肿",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "呼吸衰竭",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            }
        ]
    },
    {
        "optionClass": "病史",
        "optionIds": [
            {
                "optionId": "冠心病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认冠心病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有冠心病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "高血压病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认高血压病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有高血压病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "糖尿病病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认糖尿病病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有糖尿病病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "支气管哮喘病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认支气管哮喘病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有支气管哮喘病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "鼻窦炎病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认鼻窦炎病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有鼻窦炎病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "结核病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认结核病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有肺结核病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有其它部位结核病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "疫苗接种史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "随社会人群进行",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "不详",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "手术史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认手术外伤史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "胸部手术史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "输血史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认输血史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有输血史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "曾出现输血反应",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "过敏史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认食物或药物过敏史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有食物或药物过敏史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "吸烟史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认吸烟",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "吸烟",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "有长期二手烟吸入史",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "戒烟",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "已戒烟",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "未戒烟",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "粉尘接触史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认粉尘接触史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有粉尘接触史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "禽鸟接触史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认禽鸟接触史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有禽鸟接触史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "毒物或放射线接触史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认毒物或放射线接触史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有毒物或放射线接触史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "家族遗传病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认家族遗传病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有家族遗传病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "家族肺部疾病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认家族肺部疾病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有家族肺部疾病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "家族肿瘤疾病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认家族肿瘤疾病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有家族肿瘤疾病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "传染病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认传染病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有传染病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "肝炎病史",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认肝炎病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "有肝炎病史",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "饮酒",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "否认饮酒",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "偶饮酒",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "长期饮酒",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            }
        ]
    },
    {
        "optionClass": "系统",
        "optionIds": [
            {
                "optionId": "职业A",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "儿啰童",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "学生",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "技术人员",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "军人",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "工人",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "农民",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "服务业",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "无业",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "事业单位",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "金融业",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "运输业",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "其它",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "性别",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "男性",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "女性",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "未说明的性别",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "未知的性别",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "省份",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "北京市",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "天津市",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "上海市",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "重庆市",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "内蒙古自治区",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "广西壮族自治区",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "西藏自治区",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "宁夏回族自治区",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "新疆维吾尔自治区",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "河北省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "山西省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "辽宁省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "吉林省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "黑龙江省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "江苏省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "浙江省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "安徽省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "福建省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "江西省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "山东省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "河南省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "湖北省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "湖南省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "广东省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "海南省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "四川省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "贵州省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "云南省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "陕西省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "甘肃省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "青海省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "台湾省",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "香港特别行政区",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "澳门特别行政区",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "婚姻状况",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "未婚",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "已婚",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "丧偶",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "离婚",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "其它",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "民族",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "汉族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "蒙古族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "回族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "藏族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "维吾尔族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "苗族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "彝族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "壮族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "布依族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "朝鲜族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "满族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "侗族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "瑶族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "白族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "土家族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "哈尼族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "哈萨克族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "傣族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "黎族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "傈僳族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "佤族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "畲族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "高山族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "拉祜族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "水族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "东乡族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "纳西族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "景颇族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "柯尔克孜族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "土族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "达斡尔族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "仫佬族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "羌族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "布朗族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "撒拉族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "毛南族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "仡佬族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "锡伯族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "阿昌族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "普米族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "塔吉克族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "怒族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "乌孜别克族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "俄罗斯族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "鄂温克族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "德昂族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "保安族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "裕固族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "京族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "塔塔尔族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "独龙族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "鄂伦春族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "赫哲族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "门巴族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "珞巴族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "基诺族",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "可靠程度",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "可靠",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "不可靠",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "入院方式",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "门诊",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "急诊",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "良好程度",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "良好",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "一般",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "较差",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "差",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "有无",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "有",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "无",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "生育情况",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "无子女",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "育有",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "属地",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "本县区",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "本市其他县区",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "本省其他地市",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "外省",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "港澳台",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "外籍",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "年龄单位",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "岁",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "月",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "天",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "是否正常",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "正常",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "异常",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "职业",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "儿童",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "学生",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "技术人员",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "军人",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "工人",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "农民",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "服务业",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "无业",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "事业单位",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "金融业",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "运输业",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "其它",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "科室",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "病案室",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "产科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "儿科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "新生儿科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "眼科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "耳鼻喉科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "妇科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "感染科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "骨科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "呼吸内科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "康复科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "口腔科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "内分泌肾病科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "普外一科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "普外二科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "神经内科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "神经外科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "外科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "消化内科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "心血管内科",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            }
        ]
    },
    {
        "optionClass": "骨科",
        "optionIds": [
            {
                "optionId": "自定义1",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "自定义11",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "自定义12",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "自定义13",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "自定义14",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "自定义15",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "自定义16",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "自定义17",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "自定义18",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    },
                    {
                        "id": "自定义19",
                        "groupId": "1",
                        "weight": "1.00",
                        "content": ""
                    }
                ]
            },
            {
                "optionId": "自定义2",
                "multipleChoice": 0,
                "groupExclusion": 0,
                "items": [
                    {
                        "id": "自定义21",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "自定义22",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "自定义23",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "自定义24",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "自定义25",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    },
                    {
                        "id": "自定义26",
                        "groupId": "1",
                        "weight": "0.00",
                        "content": ""
                    }
                ]
            }
        ]
    }
]
文档更新时间: 2022-10-04 17:07   作者:admin