文档
测试

药物详情页-标题栏

POST
show/drug_detail_info/getDrugDetailTitleInfo

接口描述

药物详情 标题栏

请求参数

参数名
类型
描述
必填
drug_id
string
药物ID 示例:“drug202107051418326655303045”
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
drug_name
string
药物名称 示例:Acetylsalicylic acid
必填
drug_description
object
药物描述 数据字典 药物描述,以{"text":[{"section_attr":段落类型, "section_text":"段落1"},{"section_attr":段落类型, "section_text":"段落2"}],"reference":["参考ID1","参考ID2"]} 格式标识,当段落中存在上角标时,以<medpper-reference>参考ID1</medpper-reference>标识,当连续出现上角标时,以<medpper-reference>参考ID1</medpper-reference><medpper-reference>,</medpper-reference><medpper-reference>参考ID2</medpper-reference>标识。段落类型:0代表正文类型,1代表标题类型。
必填
text
array
数据列表
必填
section_attr
int
示例:0
必填
section_text
string
示例:Also known as Aspirin, acetylsalicylic acid (ASA) is a commonly used drug for the treatment of pain and fever due to various causes. Acetylsalicylic acid has both anti-inflammatory and antipyretic effects. This drug also inhibits platelet aggregation and is used in the prevention of blood clots stroke, and myocardial infarction (MI) .
必填
reference
array
数据列表
必填
drug_synonyms
array
药物别名 数据列表
必填
structure_img
string
药物结构图片 示例:medicine/202106/b5ab464ee2f027150943b126b1fae0ba.svg
必填
category_desc
string
药物类别例:Small Molecule
必填
trans_name
string
中文名字
必填

说明 / 示例

```json { "code": 200, "msg": "查询成功", "data": [ { "drug_name": "Acetylsalicylic acid", "drug_description": { "text": [ { "section_attr": 0, "section_text": "Also known as Aspirin, acetylsalicylic acid (ASA) is a commonly used drug for the treatment of pain and fever due to various causes. Acetylsalicylic acid has both anti-inflammatory and antipyretic effects. This drug also inhibits platelet aggregation and is used in the prevention of blood clots stroke, and myocardial infarction (MI) ." }, { "section_attr": 0, "section_text": "Interestingly, the results of various studies have demonstrated that long-term use of acetylsalicylic acid may decrease the risk of various cancers, including colorectal, esophageal, breast, lung, prostate, liver and skin cancer <medpeer-reference>refe202107051418314675832720</medpeer-reference>. Aspirin is classified as a non-selective cyclooxygenase (COX) inhibitor <medpeer-reference>refe202107051418307321280400</medpeer-reference><medpeer-reference>,</medpeer-reference><medpeer-reference>refe202107051418312739161520</medpeer-reference> and is available in many doses and forms, including chewable tablets, suppositories, extended release formulations, and others <medpeer-reference>refe202107051418321087632691</medpeer-reference>." }, { "section_attr": 0, "section_text": "Acetylsalicylic acid is a very common cause of accidental poisoning in young children. It should be kept out of reach from young children, toddlers, and infants ." } ], "reference": [ "refe202107051418312739161520", "refe202107051418307321280400", "refe202107051418321087632691", "refe202107051418314675832720" ] }, "drug_synonyms": [ "2-Acetoxybenzenecarboxylic acid", "2-Acetoxybenzoic acid", "Acetylsalicylate", "Acetylsalicylsäure", "acide 2-(acétyloxy)benzoïque", "Acide acétylsalicylique", "ácido acetilsalicílico", "Acidum acetylsalicylicum", "ASA", "Aspirin", "Aspirina", "Azetylsalizylsäure", "o-acetoxybenzoic acid", "O-acetylsalicylic acid", "o-carboxyphenyl acetate", "Polopiryna", "Salicylic acid acetate" ], "trans_name": "乙酰水杨酸", "structure_img": "http://jishu.object.medmdt.net/medicine%2F202107%2F359386e3997ae585172b356391cd6510.svg?OSSAccessKeyId=LTAIpcRXaYR1zBaK&Expires=1628222229&Signature=dzEwHo1ubcX5UKrzhG6tcgf0Wbo%3D", "category_desc": "Small Molecule" } ] } ```