Module: 病案获取^2024/06/11

Since:
  • 2024/06/11
Author:
  • zz

Methods

(inner) get /medicalrecord_load(medicalrecordId, patientIdopt, languageopt, timestamp, sign)

Parameters:
Name Type Attributes Description
medicalrecordId String(24) 病案ID
patientId String(24) <optional>
用户ID
language String(50) <optional>
语种,不传或无值将维持默认语种(简体中文)不会转换简繁体文字内容,目前支持:simplifiedChinese:简体中文,traditionalChinese:繁体中文 2022/2/28
timestamp String(10) 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟
sign String(64) 签名
Properties:
Name Type Attributes Default Description
_id String(24) ID
medicalrecordIdRoot String(24) <optional>
复诊根ID
medicalrecordIdParent String(24) <optional>
复诊父ID
medicalrecordIdSub String(24) <optional>
复诊子ID
medicalrecordIdFrom String(24) <optional>
复制来源病案ID 2022/1/21
createdAt Date 诊断时间
isdeleted Boolean 删除标记,true为删除
amount Number <optional>
0 诊费,已停用 2021/12/3
patientId String(24) 用户ID
patientsId String(24) 患者ID
patients Object 患者信息
Properties
Name Type Attributes Description
name String(20) 患者姓名
gender String(10) 患者性别
phone String(50) <optional>
患者电话 2024/01/22
birthday Date 患者生日
relation String(20) 患者关系
weight Number 患者体重
height Number 患者身高
temperature Number <optional>
患者体温 2024-06-05
heartRate Number <optional>
患者心率 2024-06-05
bloodPressureSBP Number <optional>
患者收缩压 2024-06-05
bloodPressureDBP Number <optional>
患者舒张压 2024-06-05
address String(100) 患者所在地
medicalhistory Array.<String> 患者既往病史
other String(200) <optional>
患者其他信息
doctor Object <optional>
医生信息(停用) 2024/05/16
Properties
Name Type Attributes Description
name String(20) <optional>
姓名
gender String(10) <optional>
性别
birthday Date <optional>
出生日期
phone String(50) <optional>
电话 2024/01/22
email String(50) <optional>
邮箱
jobTitle String(20) <optional>
职称
organization String(100) <optional>
机构名称
addr String(500) <optional>
地址
licenseName String(100) <optional>
证件名称
licenseNumber String(50) <optional>
证件号码
memo String(500) <optional>
备注
diseaseId Object 病症信息
Properties
Name Type Description
_id String(24) 病症ID
title String(50) 病症名称
desc String(500) 病症说明 2021/12/14
doctorId Object 医生信息
Properties
Name Type Description
title String(24) 医生姓名
avatar String(500) 头像
wxQrCode Object 医生联系二维码
Properties
Name Type Description
url String(500) 图片网址
wxinfo Object 医生微信信息
title String(50) 证型名称
syndrometypeMemo String(5000) 证型医理诠释 2024-3-10
images Array.<Object> 病案图片
Properties
Name Type Description
name String(100) 图片文件名
url String(500) 图片地址
size String(10) 图片尺寸
width Number 图片宽度
height Number 图片高度
therapeuticmethod String(100) 治疗方法
symptom Array.<Object> 症候列表
Properties
Name Type Attributes Default Description
symptomId String(24) 症候ID 2021-12-10
title String(50) 证候名称
value Boolean 是否选中,true为选中
levels Number <optional>
3 程度评估:1:偶尔(略微)2:较少(有点)3:较多(一般)4:很多(非常)5:总是(极其) 2021/12/13
curativeeffect Number <optional>
症候疗效评估:0:没有(无)1:偶尔(略微)2:较少(有点)3:较多(一般)4:很多(非常)5:总是(极其) 2021/12/13
meridianFlow Array.<Number> <optional>
[0,0,0,0,0,0,0,0,0,0,0,0] 2024/1/4子午归经,长度为12的数组,每一位对应一个时辰:子、丑、寅、卯、辰、巳、午、未、申、酉、戌、亥(同时对应着人体的十二条经络),如果该症候发作时间在某个时辰内,则数组提交的值为1,例如:症候咳嗽发作在子时,那么提交的内容则为:[1,0,0,0,0,0,0,0,0,0,0,0],可支持发作在多个时辰内,子午归经的描述详见子午归经接口 2023/8/1
durationId Number <optional>
-1 六经传变/持续时间ID,六经传变/持续时间的标准结构请见下方示例
evaluationSymptom Array.<Object> 评估后的症候 2024/06/11
Properties
Name Type Attributes Default Description
symptomId String(24) 症候ID
title String(50) 证候名称
value Boolean 是否选中,true为选中
levels Number <optional>
3 程度评估:1:偶尔(略微)2:较少(有点)3:较多(一般)4:很多(非常)5:总是(极其) 2021/12/13
curativeeffect Number <optional>
症候疗效评估:0:没有(无)1:偶尔(略微)2:较少(有点)3:较多(一般)4:很多(非常)5:总是(极其) 2021/12/13
meridianFlow Array.<Number> <optional>
[0,0,0,0,0,0,0,0,0,0,0,0] 子午归经,长度为12的数组,每一位对应一个时辰:子、丑、寅、卯、辰、巳、午、未、申、酉、戌、亥(同时对应着人体的十二条经络),如果该症候发作时间在某个时辰内,则数组提交的值为1,例如:症候咳嗽发作在子时,那么提交的内容则为:[1,0,0,0,0,0,0,0,0,0,0,0],可支持发作在多个时辰内,子午归经的描述详见子午归经接口 2023/8/1
durationId Number <optional>
-1 六经传变/持续时间ID,六经传变/持续时间的标准结构请见下方示例
diagnosticresults Array.<Object> 诊断结果,支持多种方案,例如:内服和外服方案,可以联合使用
Properties
Name Type Attributes Default Description
prescriptionQuantity Number <optional>
5 中药配方剂数 2022/3/6
insideOrOutside Boolean 内外服法,true:内服,false:外用 2021/11/6
acupointMothod String(100) 针灸手法
prescriptionName String(50) 传统方剂名称
memo String(5000) 处方医理诠释 2023/7/24
prescription Array.<Object> 处方列表
Properties
Name Type Attributes Default Description
_id String(24) 饮片列表ID
decoctionpieces String(50) 饮片名称
dose String(10) 饮片计量,单位克
method String(100) <optional>
饮片泡制方法或服用说明
knowledgebaseid String(24) <optional>
中药饮片知识库ID,可用于调用 获取知识库 的参数,如果空或无此节点,说明不是标准饮片名称
rule Boolen <optional>
false 是否随症加减药物,true为随症加减药物,默认false 2023-7-19
memo String(5000) <optional>
医理诠释 2023-7-19
doseWarnflag Boolean <optional>
剂量超量提醒标识 超量:true 未超量:false 2023-11-22
takemethod String(100) <optional>
服用方法
patentmedicines Array.<Object> <optional>
中成药列表
Properties
Name Type Attributes Default Description
_id String(24) 列表ID
quantity Number <optional>
1 药品数量 2021/11/26
patentmedicine Object 中成药信息
Properties
Name Type Description
_id String(24) 中成药ID,可用于调用 获取知识库 的参数
title String(50) 中成药名称
patentmedicineMethod String(500) 中成药服用方法 2022/12/10
group String(5) 中成药联合用药标记,相同的group为联合用药的中成药
acupoints Array.<Object> 穴位
Properties
Name Type Description
acupoint Object 穴位列表
Properties
Name Type Description
_id String(24) 穴位ID,可用于调用 获取知识库 的参数
title String(50) 穴位名称
diettyerapy Array.<Object> <optional>
食疗列表
Properties
Name Type Description
_id String(24) 食疗ID,可用于调用 获取知识库 的参数
title String(50) 食疗名称
other String(5000) <optional>
其他疗法
reference Array.<Object> <optional>
临证参考列表
Properties
Name Type Description
_id String(24) 临证参考ID,可用于调用 获取知识库 的参数
title String(50) 临证参考名称
productSyndrometype Array.<Object> <optional>
附加药品列表 2022/7/25
Properties
Name Type Attributes Default Description
productId Object 药品对象
Properties
Name Type Description
_id String(24) 药品ID
title String(50) 药品名称
doctorId String(24) <optional>
医生ID
quantity Number <optional>
1 数量
price Number <optional>
0 单价
amount Number <optional>
0 金额
memo String(5000) <optional>
备注
diagnosticresultsOriginal Array.<Object> 原始病案,内容同diagnosticresults
curativeeffect Number <optional>
疗效结果,1:痊愈,2:好转,3:无效,4:加重,可用于判断病案是否被评估,有值就是已被评估,无字段或无值就是未评估 2022/10/14
curativeeffectInfo String(500) <optional>
疗效描述
wxQrcodeUrl String(500) <optional>
微信二维码图片 (停用) 2024-05-16
status Number 病案状态,0:新建,1:患者已提交,2:医生已处理,3:等待付款,4:医生已发布(已完成) ,5:已发药,6:已派药 2022/3/9
sitting Number <optional>
1 是否坐诊,1:坐诊,0:远程 2021/11/24
pdfPath String(500) pdf下载地址 (停用) 2024-05-16
evaluation Number <optional>
0 用户反馈平复分数,最高5分 2021/8/1
evaluationInfo String(500) <optional>
用户反馈描述 2022/8/1
curativeeffectCheck Boolean <optional>
false 患者疗效确认,true为已确认 2021/12/09
costs Object <optional>
费用对象 2021/11/21
Properties
Name Type Attributes Default Description
prescription Object <optional>
药费对象,单位:元
Properties
Name Type Attributes Default Description
quantity Number <optional>
7 方剂数量(已弃用) 2021/11/26
amount Number <optional>
0 方剂总金额,单位:元
patentmedicines Object <optional>
中成药费对象
Properties
Name Type Attributes Default Description
quantity Number <optional>
7 中成药数量(已弃用) 2021/11/26
amount Number <optional>
0 中成药总金额,单位:元
postage Number <optional>
0 邮费,单位:元
consultationFee Number <optional>
0 辨证费,单位:元
otherFee Number <optional>
0 其他费用,单位:元
amount Number <optional>
0 费用合计,单位:元
diagnosisRate Arra.<Object> 概率分布,各种证型症候概率分布数据 2021/11/18
Properties
Name Type Attributes Description
name String(50) 证型
percent Number 概率占比百分比值
weightsRatio Number 症候符合率占比 2021/12/2
rule Boolean 是否包含规则逻辑 2023/12/26
ruleValue Boolean 规则条件是否满足 2023/12/26
value Boolean 证型是否命中 2023/12/26
weightLowestValue Boolean 概率阈值是否满足 2024/1/7
diseaseId String(24) <optional>
病症ID 2024/1/7
treatmentplan Array.<Object> <optional>
中药配方方案规则等数据 2024/1/13
Properties
Name Type Description
rule Boolean 是否包含规则逻辑
ruleValue Boolean 规则条件是否满足
value Boolean 是否命中
prescriptionName String(50) 中药配方名称
goWeightLowestCoefficient Number 合方阈值系数 2024-05-16
weightsRatio Number 辨证参数,符合率占比百分比值 2021/11/19
memo String(5000) <optional>
其他症候,示例:主诉:咳嗽伴发热三天 中医诊断:咳嗽(可根据需要选填)2021/11/19
curativeeffectPercentage Array.<Number> <optional>
评估结果,数值为各评估情况的占比,[0]:痊愈指数,[1]:好转指数,[2]:无效指数 2021-12-30
symptomCurativeeffectPercentage Array.<Number> <optional>
支持症候程度未变、症候加重和症候新增的评估结果,数值为各评估情况的占比,[0]:症候消失,[1]:症候减轻,[2]:症候未变,[3]:症候加重,[4]:症候新增 2023/8/12
curativeeffectPatient Number <optional>
0 患者疗效评估标记,0:未发起,1:待评估,2:已评估 2022/1/1
shareQrcodeUrl String(500) <optional>
病案分享图片 2022/1/5
printCount Number <optional>
0 打印计次 2022/3/8
subDiseaseId Number <optional>
子病症信息,提供子病症辨证的结果,返回值时,diagnosticresults和diagnosticresultsOriginal可以为空数组 2023/10/28
Properties
Name Type Attributes Description
_id String(24) <optional>
子病症ID 2023/10/28
title String(50) <optional>
子病症名称 2023/10/28
desc String(500) <optional>
子病症说明 2024/1/22
rootDiseaseMedicalrecord String(24) <optional>
子病症根ID 2023/10/28
parentDiseaseMedicalrecord String(24) <optional>
子病症父ID 2023/10/28
subDiseaseMedicalrecord String(24) <optional>
子病症子ID 2023/10/28
coDisease Arra.<Object> <optional>
合病并病信息,记录针对根病症病案的合病并病信息,各种证型症候概率分布数据 2024/1/7
Properties
Name Type Attributes Description
name String(50) 证型
percent Number 概率占比百分比值
weightsRatio Number 症候符合率占比
rule Number 是否包含规则逻辑
ruleValue Number 规则条件是否满足
value Number 证型是否命中
weightLowestValue Boolean 概率阈值是否满足
weightLowest Number <optional>
概率阈值
weights Number <optional>
概率值
diseaseId Number <optional>
病症ID
goWeightLowestCoefficient Number <optional>
合方阈值系数 2024-05-16
Examples
目前会提供的中药饮片炮制方法:"制", "炙", "生", "熟", "炒", "焦", "姜", "法", "炮", "清", "鲜", "煅", "煨", "干",炮制方法会和饮片名称一起返回,有炮制的饮片默认第一个字是炮制方法。2022/11/26
请求示例:/medicalrecord_load?medicalrecordId=5e2e5d786fcd3751d8941ba2&sign=143C90B22D698234BAA7691B0020D5D6D4737106A57E72EEED098E9193075C69&timestamp=1570428513
六经传变/持续时间标准结构
[
{
  durationId: 0,
  title: "1天以内",
},
{
  durationId: 1,
  title: "1天",
},
{
  durationId: 2,
  title: "2天",
},
{
  durationId: 3,
  title: "3天",
},
{
  durationId: 4,
  title: "4天",
},
{
  durationId: 5,
  title: "5天",
},
{
  durationId: 6,
  title: "6天",
},
{
  durationId: 7,
  title: "一周以上,四周以内",
},
{
  durationId: 8,
  title: "一月以上,一年以内",
},
{
  durationId: 9,
  title: "一年以上",
},
]
返回示例:
  {
    "patients": {
        "medicalhistory": [
            "高血压",
            "高血脂"
        ],
        "name": "Jack Cheng",
        "gender": "男",
        "birthday": "1954-07-08T00:00:00.000Z",
        "height": 168,
        "weight": 66,
        "address": "香港特别行政区",
        "other": ""
    },
    "costs": {
        "prescription": {
            "quantity": 7,
            "amount": 0
        },
        "patentmedicines": {
            "quantity": 7,
            "amount": 0
        },
        "postage": 0,
        "consultationFee": 0,
        "otherFee": 0,
        "amount": 0
    },
    "diagnosisRate": [
        {
            "name": "痰涎壅盛 上实下虚",
            "percent": 0.4348
        },
        {
            "name": "阴虚燥咳",
            "percent": 0.2609
        },
        {
            "name": "脾肺俱虚 湿痰内盛",
            "percent": 0.1739
        },
        {
            "name": "痰气郁结",
            "percent": 0.1304
        },
        {
            "name": "肺肾俱虚 湿痰内盛",
            "percent": 0
        },
        {
            "name": "肾气亏损 水饮射肺",
            "percent": 0
        },
        {
            "name": "痰热阻滞",
            "percent": 0
        },
        {
            "name": "痰热内蕴 风寒外束",
            "percent": 0
        },
        {
            "name": "阴虚痰热",
            "percent": 0
        },
        {
            "name": "气阴两虚 痰湿阻滞",
            "percent": 0
        },
        {
            "name": "心肾阳虚 寒水凌肺",
            "percent": 0
        },
        {
            "name": "外寒内饮",
            "percent": 0
        },
        {
            "name": "湿痰阻于肺胃",
            "percent": 0
        },
        {
            "name": "气阴两虚 痰气郁结",
            "percent": 0
        }
    ],
    "isdeleted": false,
    "weights": 10,
    "weightsSum": 17,
    "_id": "61949145c632550011467dc9",
    "diseaseId": {
        "_id": "5e3815da27ddaa24a8b0c7d9",
        "title": "支气管炎【专科】",
        "desc": "支气管粘膜慢性非特异性炎症所引起的咳嗽、咳痰等"
    },
    "doctorId": {
        "wxinfo": {
            "tagid_list": []
        },
        "_id": "6163d5ec6572c100117d638c",
        "avatar": "http://acuherb-cloud-img.oss-cn-zhangjiakou.aliyuncs.com/5add099f8fc4a6c6f74a171d853bae4e.jpeg",
        "title": "王医生"
    },
    "status": 4,
    "images": [],
    "symptom": [
        {
            "_id": "6194b336c632550011469af8",
            "symptomId": "5e38161bd6c3526b105ab46f",
            "value": true,
            "title": "慢性支气管炎"
        },
        {
            "_id": "6194b336c632550011469af9",
            "symptomId": "5e38161bd6c3526b105ab470",
            "value": true,
            "title": "咳嗽"
        },
        {
            "_id": "6194b336c632550011469afa",
            "symptomId": "5e38161bd6c3526b105ab471",
            "value": true,
            "title": "气喘"
        },
        {
            "_id": "6194b336c632550011469afb",
            "symptomId": "5e38161bd6c3526b105ab472",
            "value": true,
            "title": "咳喘不能平卧"
        },
        {
            "_id": "6194b336c632550011469afc",
            "symptomId": "5e38161bd6c3526b105ab473",
            "value": true,
            "title": "喘而头汗大出"
        },
        {
            "_id": "6194b336c632550011469afd",
            "symptomId": "5e38161bd6c3526b105ab474",
            "value": true,
            "title": "痰多"
        },
        {
            "_id": "6194b336c632550011469afe",
            "symptomId": "5e38161bd6c3526b105ab476",
            "value": true,
            "title": "干咳无痰"
        }
    ],
    "diagnosticresults": [
        {
            "takemethod": "每日一副,分两次服用。",
            "diettyerapy": [],
            "reference": [
                {
                    "_id": "5f04863395883a2a915841ad",
                    "title": "支气管炎【专科】"
                }
            ],
            "_id": "6194b336c632550011469aff",
            "insideOrOutside": true,
            "acupoints": [],
            "prescription": [
                {
                    "price": 0.075,
                    "_id": "6194b336c632550011469b00",
                    "decoctionpieces": "苏子",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b031e3"
                },
                {
                    "price": 0.075,
                    "_id": "6194b336c632550011469b01",
                    "decoctionpieces": "化橘红",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b031d7"
                },
                {
                    "price": 0,
                    "_id": "6194b336c632550011469b02",
                    "decoctionpieces": "制半夏",
                    "dose": 9
                },
                {
                    "price": 0.216,
                    "_id": "6194b336c632550011469b03",
                    "decoctionpieces": "当归",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b03173"
                },
                {
                    "price": 0.72,
                    "_id": "6194b336c632550011469b04",
                    "decoctionpieces": "前胡",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b031e4"
                },
                {
                    "price": 0.054,
                    "_id": "6194b336c632550011469b05",
                    "decoctionpieces": "厚朴",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b03255"
                },
                {
                    "price": 0.09,
                    "_id": "6194b336c632550011469b06",
                    "decoctionpieces": "肉桂",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b03192"
                },
                {
                    "price": 0.081,
                    "_id": "6194b336c632550011469b07",
                    "decoctionpieces": "炙甘草",
                    "dose": 6,
                    "knowledgebaseid": "5e31a2b6e645d57634b031b8"
                },
                {
                    "price": 0.111,
                    "_id": "6194b336c632550011469b08",
                    "decoctionpieces": "生姜",
                    "dose": 3,
                    "knowledgebaseid": "5e31a2b6e645d57634b03178"
                }
            ],
            "patentmedicines": [],
            "prescriptionName": "苏子降气汤加减",
            "other": "",
            productSyndrometype: [
              {
                "amount": 316,
                "doctorId": "5eedbfcc56cc3414f6e04577",
                "price": 158,
                "productId": {
                  "_id": "62d9403e716c8100112f3dc0", 
                  "title": "汤成倍健鱼油牛磺酸锌软胶囊"
                }
                "productSyndrometypeId": "62de45175f7b9800113871ff"
                "quantity": 2
              }
            ]
        }
    ],
    "diagnosticresultsOriginal": [
        {
            "takemethod": "每日一副,分两次服用。",
            "diettyerapy": [],
            "reference": [
                {
                    "_id": "5f04863395883a2a915841ad",
                    "title": "支气管炎【专科】"
                }
            ],
            "_id": "6194b336c632550011469b09",
            "insideOrOutside": true,
            "acupoints": [],
            "prescription": [
                {
                    "price": 0.075,
                    "_id": "6194b336c632550011469b0a",
                    "decoctionpieces": "苏子",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b031e3"
                },
                {
                    "price": 0.075,
                    "_id": "6194b336c632550011469b0b",
                    "decoctionpieces": "化橘红",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b031d7"
                },
                {
                    "price": 0,
                    "_id": "6194b336c632550011469b0c",
                    "decoctionpieces": "制半夏",
                    "dose": 9
                },
                {
                    "price": 0.216,
                    "_id": "6194b336c632550011469b0d",
                    "decoctionpieces": "当归",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b03173"
                },
                {
                    "price": 0.72,
                    "_id": "6194b336c632550011469b0e",
                    "decoctionpieces": "前胡",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b031e4"
                },
                {
                    "price": 0.054,
                    "_id": "6194b336c632550011469b0f",
                    "decoctionpieces": "厚朴",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b03255"
                },
                {
                    "price": 0.09,
                    "_id": "6194b336c632550011469b10",
                    "decoctionpieces": "肉桂",
                    "dose": 9,
                    "knowledgebaseid": "5e31a2b6e645d57634b03192"
                },
                {
                    "price": 0.081,
                    "_id": "6194b336c632550011469b11",
                    "decoctionpieces": "炙甘草",
                    "dose": 6,
                    "knowledgebaseid": "5e31a2b6e645d57634b031b8",
                    "rule": true,
                    "memo": "经过炮制的甘草,有一定的温补功效"
                },
                {
                    "price": 0.111,
                    "_id": "6194b336c632550011469b12",
                    "decoctionpieces": "生姜",
                    "dose": 3,
                    "knowledgebaseid": "5e31a2b6e645d57634b03178"
                }
            ],
            "patentmedicines": [],
            "prescriptionName": "苏子降气汤加减",
            "other": "",
            productSyndrometype: [
              {
                "amount": 316,
                "doctorId": "5eedbfcc56cc3414f6e04577",
                "price": 158,
                "productId": {
                  "_id": "62d9403e716c8100112f3dc0", 
                  "title": "汤成倍健鱼油牛磺酸锌软胶囊"
                }
                "productSyndrometypeId": "62de45175f7b9800113871ff"
                "quantity": 2
              }
            ]
        }
    ],
    "createdAt": "2021-11-17T05:21:09.417Z",
    "updatedAt": "2021-11-17T07:47:25.440Z",
    "patientsId": "6190bbe79bcd4200124b8ba8",
    "memo": "主诉:123\n中医诊断:123\n其他症候:123123",
    "therapeuticmethod": "降气化痰定喘",
    "title": "痰涎壅盛 上实下虚",
    "pdfPath": "http://pdf.zydsoft.cn/163713519210364.pdf",
    "curativeeffect": 2,
    "curativeeffectInfo": null,
    "medicalrecordIdSub": "6194b38dc632550011469cd8",
    "symptomCurativeeffectPercentage": [0.4232, 0, 0.2641, 0.1716, 0.1411]
    "weightsRatio": 0.7941,
    "coDisease": [
      {
          "rule": false,
          "ruleValue": true,
          "value": true,
          "weightLowestValue": true,
          "_id": "663ef2a16b42a9001ad9a2e4",
          "name": "痰气郁结",
          "percent": 0.138,
          "weightsRatio": 0.4033,
          "goWeightLowestCoefficient": 1.5,
          "weightLowest": 9,
          "weights": 29.86
      },
      {
          "rule": true,
          "ruleValue": true,
          "value": false,
          "weightLowestValue": true,
          "_id": "663ef2a16b42a9001ad9a2e5",
          "name": "外寒内饮",
          "percent": 0.1239,
          "weightsRatio": 0.3626,
          "goWeightLowestCoefficient": 1.5,
          "weightLowest": 9,
          "weights": 26.81
      }
  ]
  }