Methods
(inner) get /medicalrecord_go_disease(medicalrecordId, timestamp, sign)
Parameters:
Name |
Type |
Description |
medicalrecordId |
String(24)
|
病案ID |
timestamp |
String(10)
|
时间戳,值为秒值,长度10位,时间戳有效期:±10分钟 |
sign |
String(64)
|
签名 |
Properties:
Name |
Type |
Description |
combinationOfPrescriptions |
Object
|
合方处方对象
Properties
Name |
Type |
Description |
memo |
String(500)
|
处方医理诠释 |
title |
String(200)
|
合方处方名称 |
treatmentplan |
Array.<Object>
|
合方处方(略)详见病案获取接口返回的diagnosticresults字段文档 |
|
diseaseListDiagnosis |
Array.<Object>
|
合方数据
Properties
Name |
Type |
Description |
diagnosticresults |
Array.<Object>
|
方案
Properties
Name |
Type |
Description |
memo |
String(500)
|
方案医理诠释 |
name |
String(200)
|
方案名称 |
noUsed |
Boolean
|
不合方标志位,true为不合方 |
noUsedDesc |
String(200)
|
不合方原因 |
prescriptionName |
String(200)
|
方案处方名 |
title |
String(200)
|
方案证型名称 |
treatmentplan |
Array.<Object>
|
方案处方(略)详见病案获取接口返回的diagnosticresults字段文档 |
|
goWeightLowestCoefficient |
Number
|
权重阈值系数 |
memo |
String(500)
|
医理诠释 |
name |
String(200)
|
证型名称 |
noUsed |
Boolean
|
不合方标志位,true为不合方 |
noUsedDesc |
String(200)
|
不合方原因 |
percent |
Number
|
概率 |
rule |
Boolean
|
是否有规则,true为有 |
ruleValue |
Boolean
|
是否满足规则,true为满足 |
value |
Boolean
|
是否命中,true为命中 |
weightLowest |
Number
|
权重阈值基线(乘以系数后) |
weightLowestValue |
Boolean
|
是否满足权重阈值,true为满足 |
weights |
Number
|
权重合计 |
weightsRatio |
Number
|
权重占比 |
|
Examples
请求示例:/medicalrecord_go_disease?medicalrecordId=5e2e5d786fcd3751d8941ba2&sign=143C90B22D698234BAA7691B0020D5D6D4737106A57E72EEED098E9193075C69×tamp=1570428513
返回示例:(略)