文档
测试

其他资料

POST
show/drug_detail_info/getDrugDetailReferenceOtherInfo

接口描述

文献资料列表

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
reference_name
string
标题 示例:MSDS
必填
information_desc
object
详情信息 数据字典
必填
file_md5
string
示例:efa809f8513fb0b40dd02fc43654e8d5
必填
references_href
string
外部链接
必填
reference_type
string
类型 示例:文件、FDA label、MSDS
必填
article_id
object
关联文献, 示例:null
必填
file_path
string
文件OSS存储路径 示例:http://jishu.object.medmdt.net/medicine%2F202106%2Fefa809f8513fb0b40dd02fc43654e8d5.pdf?OSSAccessKeyId=LTAIpcRXaYR1zBaK&Expires=1625816595&Signature=PVmNn%2FOJgsy9EgahQu8tgJYR2ts%3D
必填
page_now
当前页
必填
page_num
当前页数量
必填
count
总数
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": [ { "references_name": "MSDS", "information_desc": { "file_md5": "efa809f8513fb0b40dd02fc43654e8d5" }, "type_desc": "文件、FDA label、MSDS", "article_id": null, "file_path": "http://jishu.object.medmdt.net/medicine%2F202106%2Fefa809f8513fb0b40dd02fc43654e8d5.pdf?OSSAccessKeyId=LTAIpcRXaYR1zBaK&Expires=1626080112&Signature=d8Q8AlRca1Q2CwhMQhyFl2VS4tY%3D" }, { "references_name": "FDA label", "information_desc": { "file_md5": "179fb3584cccf27cf06f191456300b1a" }, "type_desc": "文件、FDA label、MSDS", "article_id": null, "file_path": "http://jishu.object.medmdt.net/medicine%2F202106%2F179fb3584cccf27cf06f191456300b1a.pdf?OSSAccessKeyId=LTAIpcRXaYR1zBaK&Expires=1626080112&Signature=2ut%2FOSODa2FYXFjVUgNzhGMjdKw%3D" }, { "references_name": "6mqf", "information_desc": { "references_href": "http://www.rcsb.org/pdb/explore.do?structureId=6mqf" }, "type_desc": "外部链接、pdb_entries", "article_id": null, "file_path": null }, { "references_name": "4nsb", "information_desc": { "references_href": "http://www.rcsb.org/pdb/explore.do?structureId=4nsb" }, "type_desc": "外部链接、pdb_entries", "article_id": null, "file_path": null }, { "references_name": "3iaz", "information_desc": { "references_href": "http://www.rcsb.org/pdb/explore.do?structureId=3iaz" }, "type_desc": "外部链接、pdb_entries", "article_id": null, "file_path": null } ], "count": 54, "page_now": 1, "page_num": 5 }