文档
测试

美国临床详情页--行政信息

POST
/libraries/american/getUsClinicalDetailAdministrative

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
nct_num
string
登记号
必填
other_study_num
array
其他研究编号,以{"其他研究编号1","其他研究编号2",}格式保存信息
必填
has_monitoring_committee
int
有数据监控委员会,1为有,0为没有
必填
fda_regulated
array
美国FDA管制产品描述,以{"段落1","段落2",}格式保存段落信息
必填
ipd_sharing
array
IPD分享声明,以{"段落1","段落2",}格式保存段落信息,共享原始数据
必填
study_sponsor
string
研究赞助商
必填
study_collaborators
string
合作者
必填
study_investigators
array
研究者,以{"段落1","段落2",}格式保存段落信息
必填
prs_account
string
PRS帐户,PRS是一项退休储蓄投资计划
必填
verification_date
string
验证日期
必填
responsible_party
string
申办者
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": [ { "nct_num": "NCT01087320", "other_study_num": [ "100065", "10-HG-0065" ], "has_monitoring_committee": null, "fda_regulated": null, "ipd_sharing": null, "study_sponsor": "National Human Genome Research Institute (NHGRI)", "study_collaborators": null, "study_investigators": [ "Principal Investigator:", "Leslie G Biesecker, M.D.", "National Human Genome Research Institute (NHGRI)" ], "prs_account": "National Institutes of Health Clinical Center (CC)", "verification_date": "2020-12-15" } ] }