文档
测试

欧盟儿科详情页接口

POST
/libraries/eu_clinical_test/getPediatricDetailInfo

接口描述

儿科详情

请求参数

参数名
类型
描述
必填
clinical_id
string
试验ID
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
study_title
string
研究题目 示例:An Open-label Pharmacokinetic and Pharmacodynamic Study of Anastrozole (ARIMIDEX™) Used to Treat Pubertal Boys with Gynecomastia of Recent Onset
必填
medicine_type
string
药物种类 示例:Medicines containing chemical active substances
必填
therapy_area
string
治疗区域 示例:Endocrine System Diseases
必填
mah_holders
object
MAH持有人 示例:null
必填
assessment_info
object
评估 示例:null
必填
active_substance
string
活性成分 示例:ANASTROZOLE
必填
atc_code
string
ATC代码 示例:L02BG03
必填
study_file
string
研究文件 示例:"./paediatrics_file/6832499704a303dc720ff06a3c3067fc.pdf"
必填
file_date
string
文件日期 示例:2011-08-15
必填
study_num
string
研究编号 示例:D5394C00001
必填
eudract_num
string
EudraCT号 示例:null
必填
study_scope
string
研究范围示例:Clinical
必填
study_population
array
研究人群 数据列表
必填
children
string
示例:儿童 (2至11岁)
必填
adolescents
string
示例:青少年 (12至18岁)
必填

说明 / 示例

{ "code":200, "msg":"\u67e5\u8be2\u6210\u529f", "data":[ { "study_title":"An Open-label Pharmacokinetic and Pharmacodynamic Study of Anastrozole (ARIMIDEX\u2122) Used to Treat Pubertal Boys with Gynecomastia of Recent Onset", "medicine_type":"Medicines containing chemical active substances", "therapy_area":"Endocrine System Diseases", "mah_holders":null, "assessment_info":null, "atc_code":"L02BG03", "file_date":"2011-08-15", "study_num":"D5394C00001", "active_substance":"ANASTROZOLE", "study_file":"./paediatrics_file/6832499704a303dc720ff06a3c3067fc.pdf", "eudract_num":null, "study_scope":"Clinical", "study_population":[ { "children":"\u513f\u7ae5 (2\u81f311\u5c81)", "adolescents":"\u9752\u5c11\u5e74 (12\u81f318\u5c81)" } ] } ] }