文档
测试

中国临床试验-登记-研究者信息

POST
libraries/china_clinical_trials/getRegistrationDeatilInvestigator

接口描述

中国临床登记详情页------研究者信息 部分字段无数据 如:学位

请求参数

参数名
类型
描述
必填
clinical_id
string
试验ID 示例:reg201903051950233871719841
必填
order_sign
int
排序标志 10:姓名正序 11姓名逆序
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
investigator_name
string
姓名 示例:万健,医学硕士
必填
investigator_title
string
职称 示例:主任医师
必填
investigator_phone
string
电话 示例:021-20509000-2480
必填
investigator_email
string
Email 示例:drjian@yeah.net
必填
investigator_address
string
邮政地址 示例:上海市浦东新区川沙新镇川环南路490号
必填
investigator_postalcode
string
邮编 示例:221200
必填
investigator_company
string
单位名称 :"上海市浦东新区人民医院"
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": [ { "investigator_name": "万健,医学硕士", "investigator_title": "主任医师", "investigator_phone": "021-20509000-2480", "investigator_email": "drjian@yeah.net", "investigator_address": "上海市浦东新区川沙新镇川环南路490号", "investigator_postalcode": "221200", "investigator_company": "上海市浦东新区人民医院" }, { "investigator_name": "马骏,药学博士", "investigator_title": "主任药师", "investigator_phone": "021-20509000-2480", "investigator_email": "majun369@126.com", "investigator_address": "上海市浦东新区川沙新镇川环南路490号", "investigator_postalcode": "221200", "investigator_company": "上海市浦东新区人民医院" } ] }