文档
测试

相互作用-药品与药品

POST
show/drug_detail_info/getDrugDetailDrugtodrugInfo

接口描述

相互作用-药品与药品

请求参数

参数名
类型
描述
必填
drug_id
string
药物ID 示例:“drug202107051418326655303045”
必填
page_now
int
# 当前页
必填
page_num
int
# 当前页数量
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
drug_name
string
互作药物 示例:Acetylsalicylic acid
必填
interaction_desc
string
相互作用 示例:Acetylsalicylic acid may increase the anticoagulant activities of Antithrombin Alfa.
必填
drug_id
相关药物ID
必填
page_now
int
示例:1
必填
page_num
int
示例:10
必填
count
int
总数
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": [ { "drug_id": "drug202107052133036878286908", "drug_name": "Isoprenaline", "interaction_desc": "The risk or severity of adverse effects can be increased when Isoprenaline is combined with Abaloparatide." }, { "drug_id": "drug202107052200489216144244", "drug_name": "Mephentermine", "interaction_desc": "The risk or severity of adverse effects can be increased when Mephentermine is combined with Abaloparatide." }, { "drug_id": "drug202107060123337174519183", "drug_name": "Tetryzoline", "interaction_desc": "The risk or severity of adverse effects can be increased when Tetryzoline is combined with Abaloparatide." }, { "drug_id": "drug202107051539142606866074", "drug_name": "2,5-Dimethoxy-4-ethylthioamphetamine", "interaction_desc": "The risk or severity of adverse effects can be increased when 2,5-Dimethoxy-4-ethylthioamphetamine is combined with Abaloparatide." }, { "drug_id": "drug202107060215261015152039", "drug_name": "Imatinib", "interaction_desc": "The therapeutic efficacy of Abaloparatide can be decreased when used in combination with Imatinib." }, { "drug_id": "drug202107051723349125206967", "drug_name": "Crizotinib", "interaction_desc": "The therapeutic efficacy of Abaloparatide can be decreased when used in combination with Crizotinib." }, { "drug_id": "drug202107051802293769787367", "drug_name": "Estetrol", "interaction_desc": "The therapeutic efficacy of Abaloparatide can be decreased when used in combination with Estetrol." }, { "drug_id": "drug202107052140179159855323", "drug_name": "Labetalol", "interaction_desc": "The risk or severity of adverse effects can be increased when Labetalol is combined with Abaloparatide." }, { "drug_id": "drug202107060110107399365906", "drug_name": "Zimelidine", "interaction_desc": "The therapeutic efficacy of Abaloparatide can be decreased when used in combination with Zimelidine." }, { "drug_id": "drug202107051658288679628794", "drug_name": "Canertinib", "interaction_desc": "The therapeutic efficacy of Abaloparatide can be decreased when used in combination with Canertinib." } ], "page_now": 1, "page_num": 10, "count": 166 }