文档
测试

美国临床详情页--时间轴

POST
/libraries/american/getUsClinicalDetailTime

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
object
数据字典
必填
nih_estimated_start
string
预计研究开始
必填
nih_estimated_primary_completion
string
预计主要研究完成
必填
nih_estimated_completion
string
预计研究完成
必填
nih_actual_start
string
研究开始
必填
nih_actual_primary_completion
string
主要研究完成
必填
nih_actual_completion
string
研究完成
必填
nih_first_submitted
string
首次提交
必填
nih_first_posted
string
首次发布
必填
nih_last_update_posted
string
最后更新发布
必填
nih_results_first_submitted
string
结果首次提交
必填
nih_results_first_posted
string
结果首次发布
必填
status_name
string
状态信息(中文)
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": { "nih_estimated_start": null, "nih_estimated_primary_completion": null, "nih_estimated_completion": null, "nih_actual_start": "2010-02-18", "nih_actual_primary_completion": null, "nih_actual_completion": null, "nih_first_submitted": "2010-03-13", "nih_first_posted": "2010-03-16", "nih_last_update_posted": "2021-05-07", "nih_results_first_submitted": null, "nih_results_first_posted": null } }