文档
测试

欧盟临床列表页筛选

POST
/libraries/eu_clinical_test/getClinicalInfo

接口描述

欧盟临床筛选接口

请求参数

参数名
类型
描述
必填
page_now
int
当前页码 :1
必填
page_num
int
当前页数量:10
必填
full_title
string
试验题目
必填
phase_id
string
临床阶段
必填
eudract_protocol_code
string
试验方案 如 DE
必填
eudract_num
string
EudraCT号码 如:2012-003547-29
必填
is_result
string
实验结果 如 ‘10:有结果’ 或者 ‘11:无结果’
必填
age_id
string
实验对象如 ‘青少年’
必填
start_date_start
string
开始时间
必填
start_date_end
string
结束时间
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
eudract_num
string
EudraCT号码 示例:2012-003547-29
必填
full_title
string
试验题目 示例:A Phase III, Multi-center, Randomized, Controlled Study to Compare the Efficacy and Safety of Gemcitabine Alone vs. ON 01910.Na Combined with Gemcitabine in Patients with Previously Untreated Metastatic Pancreatic Cancer
必填
medical_condition
string
医疗条件 示例:Metastatic Pancreatic Cancer
必填
eudract_protocol_code
array
试用方案 示例:["DE", "BE", "FR", "GB" ]
必填
result_id
object
试验结果 示例:null
必填
start_date
string
开始日期 示例:2012-10-17
必填
clinical_id
string
临床试验ID
必填
count
int
数据总量 示例:15
必填
page_now
int
当前页码 示例:1
必填
page_num
int
当前页数量 示例:10
必填

说明 / 示例

{ "code":200, "msg":"\u67e5\u8be2\u6210\u529f", "data":[ { "clinical_id":"clin202106220945546485697630", "eudract_num":"2016-001736-35", "full_title":"A randomized, double-blind, placebo-controlled, phase 2b dose-ranging study to assess the efficacy and safety of OBE2109 in subjects with endometriosis associated pain.", "medical_condition":"Treatment of Endometriosis-Associated Pain", "eudract_protocol_code":[ "PL" ], "result_file":"./result_zip/ba7867e2284a1ef24b31ebb08c3af8b6.zip", "start_date":"2016-08-29" } ], "count":1, "page_now":1, "page_num":10 }