文档
测试

美国临床详情页--招募信息

POST
/libraries/american/getUsClinicalDetailRecruit

请求参数

参数名
类型
描述
必填
clinical_id
string
临床试验id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
status_name
string
招募状态
必填
estimated_enrollment
string
样本数
必填
original_estimated_enrollment
string
最初估计样本数
必填
estimated_completion_date
string
预计完成日期
必填
estimated_primary_date
string
预计的主要完成日期
必填
eligibility_criteria
array
资格标准。以{"段落1","段落2",}格式保存段落信息
必填
sex_gender
array
性别信息
必填
eligible
int
性别,1为男性,2为女性,3为全部
必填
gender_desc
string
性别资格说明
必填
based_eligibility
int
是否基于性别的资格,1为是,0为否
必填
ages_info
string
年龄
必填
accepts_healthy
int
是否接受健康志愿者,0为不接受,1为接受
必填
contacts_info
array
联系人。[{联系人1},{联系人2}]
必填
email
string
邮箱
必填
contacts
string
联系人
必填
telephone
string
电话
必填
listed_countries
array
招募国家,以{"国家1","国家2",}格式保存国家信息
必填
removed_countries
object
未招募国家,以{"国家1","国家2",}格式保存国家信息
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": [ { "status_name": "Not yet recruiting", "estimated_enrollment": "100", "original_estimated_enrollment": "100", "estimated_completion_date": "2023-09-01", "estimated_primary_date": "2023-09-01", "eligibility_criteria": [ "Inclusion Criteria:", "Adult patient (aged ≥18 years)", "Patients suffering from CIDP according to EFNS/PNS 2010 criteria", "Planned switch from IVIg to Hizentra®", "Patient treated with at least 3 courses of IV immunoglobulin and deemed by the investigator to be dependent on immunoglobulins", "Patient deemed to be stable, with no change in their treatment for the disease during the 3 months prior to inclusion", "Patients who have a smart phone, a tablet or a computer", "Patients who have been informed verbally and in writing of the purposes of the study", "Exclusion Criteria:", "Concomitant participation in an interventional clinical study" ], "sex_gender": "{\"eligible\": 3, \"gender_desc\": null, \"based_eligibility\": null}", "ages_info": "18 Years and older   (Adult, Older Adult)", "accepts_healthy": 2, "contacts_info": [ { "email": "clinicaltrials@cslbehring.com", "contacts": "Trial Registration Coordinator", "telephone": "610-878-4000" } ], "listed_countries": [ "France" ], "removed_countries": null } ] }