文档
测试

中国临床试验-注册-详情页人员信息

POST
/libraries/china_clinical_trials/getUsClinicalPersonnel

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
personnel_name_chs
string
姓名中文
必填
personnel_name_eng
string
姓名英文
必填
telephone_info
string
电话
必填
fax_info
string
传真
必填
email_info
string
Email
必填
website_info
string
单位网址
必填
address_chs
string
通讯地址中文
必填
address_eng
string
通讯地址英文
必填
postcode_info
string
邮政编码
必填
applicant_institution_chs
string
所在单位中文
必填
applicant_institution_eng
string
所在单位英文
必填
personnel_type
int
人员类型,1为申请注册联系人,2为研究负责人
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": [ { "personnel_name_chs": "钟厚永", "personnel_name_eng": "Houyong Zhong", "telephone_info": "+86 15970915855", "fax_info": null, "email_info": "zhy9861034@163.com", "website_info": null, "address_chs": "江西省赣州市经济技术开发区赣南师范大学体育学院", "address_eng": "School of Physical Education, Gannan Normal University, Economy-Technic Development Zone, Ganzhou, Jiangxi, China", "postcode_info": "341000", "applicant_institution_chs": "赣南师范大学体育学院", "applicant_institution_eng": "School of Physical Education, Gannan Normal University", "personnel_type": 1 }, { "personnel_name_chs": "钟厚永", "personnel_name_eng": "Houyong Zhong", "telephone_info": "+86 15970915855", "fax_info": null, "email_info": "zhy9861034@163.com", "website_info": null, "address_chs": "江西省赣州市经济技术开发区赣南师范大学体育学院", "address_eng": "School of Physical Education, Gannan Normal University, Economy-Technic Development Zone, Ganzhou, Jiangxi, China", "postcode_info": "341000", "applicant_institution_chs": null, "applicant_institution_eng": null, "personnel_type": 2 } ] }