残疾人人口基础数据库综合信息查询接口规范

上传人:ldj****22 文档编号:34777763 上传时间:2018-03-01 格式:DOC 页数:9 大小:158.50KB
返回 下载 相关 举报
残疾人人口基础数据库综合信息查询接口规范_第1页
第1页 / 共9页
残疾人人口基础数据库综合信息查询接口规范_第2页
第2页 / 共9页
残疾人人口基础数据库综合信息查询接口规范_第3页
第3页 / 共9页
残疾人人口基础数据库综合信息查询接口规范_第4页
第4页 / 共9页
残疾人人口基础数据库综合信息查询接口规范_第5页
第5页 / 共9页
点击查看更多>>
资源描述

《残疾人人口基础数据库综合信息查询接口规范》由会员分享,可在线阅读,更多相关《残疾人人口基础数据库综合信息查询接口规范(9页珍藏版)》请在金锄头文库上搜索。

1、残疾人人口基础数据库综合信息 查询接口规范 版本 中国残疾人联合会 二九年四月目 录 1.单条查询残疾人人口基础数据库综合信息 .1 1.1 接口说明.1 1.2 数据说明.1 1.3 地址说明.7 2.查询残疾人人口基础数据库状态代码.7残疾人人口基础数据库综合信息查询接口规范V1.0 1 1.单条查询残疾人人口基础数据库综合信息 1.1 接口说明 输入:1. AuthenticationData;2. DisableSearchInfo 输出:NewDisableQueryResult 调用函数:getAllDisableCitizenInfo 1.2 数据说明 Authenticatio

2、nData 类 字段 类型 说明 ip String 由中国残联设置的具有访问权限的IP userName String 由中国残联设置的具有访问权限的用 户 passWord String 与username 相对应的密码 DisableSearchInfo 类 字段 类型 说明 name String 需要查询身份的姓名 citizenId String 与name 相对应的身份证号 NewDisableQueryResult 类 字段 类型 说明 state String 由中国残联返回的状态代码 citizen AllDisableCitizenInfo 由中国残联返回的结果残疾人人口

3、基础数据库综合信息查询接口规范V1.0 2 AllDisableCitizenInfo 类 字段 类型 说明 cdpfBody CdpfBody 由中国残联返回的肢体残疾结果 cdpfEar CdpfEar 由中国残联返回的听力残疾结果 cdpfEye CdpfEye 由中国残联返回的视力残疾结果 cdpfIq CdpfIq 由中国残联返回的智力残疾结果 cdpfMental CdpfMental 由中国残联返回的精神残疾结果 cdpfSpeech CdpfSpeech 由中国残联返回的言语残疾结果 citizenId String 身份证号 name String 姓名 gender Str

4、ing 性别 race String 民族 marriager String 婚姻状况 birthDate String 出生日期 jiguanCode String 籍贯 eduLevel String 教育程度 residentAddr String 现住址 zipCode String 邮编 phoneNo String 电话号码 photo String 照片 guardian String 监护人残疾人人口基础数据库综合信息查询接口规范V1.0 3 guardianPhone String 监护人电话 guardianR String 监护人关系 workUnit String 工作

5、性质 workKind String 单位类型 workUnitP String 单位性质 isFuli String 是否福利企业 hukouKind String 户口类型 cityid String 地区 cityCode String 地区代码(详见city.csv) statusPerson String 人口状态 idtComment String 鉴定意见 idtLevelNum String 鉴定级别字符串 idtKindNum String 鉴定残疾类别字符串 idtLevel String 鉴定级别 idtKind String 鉴定残疾类别 idtType String

6、鉴定方式 idtName String 鉴定人姓名 idtDate String 鉴定时间 idtHospital String 鉴定医院 familyno String 户口号 memo String 评残备注残疾人人口基础数据库综合信息查询接口规范V1.0 4 newType String 新申请、一代换二代标识 cardNum String 残疾人证号 certDate String 填发日期 ideaMemo String 重新评残意见 CdpfBody 类 字段 类型 说明 cdpfId String ID bodyLevel String 肢体残疾等级 bodyReason Str

7、ing 肢体残疾原因 bodyDetail String 肢体残疾详细信息 CdpfEar 类 字段 类型 说明 cdpfId String ID earLevel String 听力残疾等级 earReason String 听力残疾原因 earLeft1 Integer 左耳0.5Khz 的测试值 earLeft2 Integer 左耳1Khz 的测试值 earLeft3 Integer 左耳2Khz 的测试值 earLeft4 Integer 左耳4Khz 的测试值残疾人人口基础数据库综合信息查询接口规范V1.0 5 earRight1 Integer 右耳0.5Khz 的测试值 ear

8、Right2 Integer 右耳1Khz 的测试值 earRight3 Integer 右耳2Khz 的测试值 earRight4 Integer 右耳4Khz 的测试值 noise Integer 本底噪音 hearingLose Integer 平均听力损失 earSpeech String 伴随语言能力情况 CdpfEye 类 字段 类型 说明 cdpfId String ID eyeLevel String 视力残疾等级 eyeReason String 视力残疾原因 sightLeft Double 左眼矫正视力 sightRight Double 右眼矫正视力 visionLef

9、t Integer 左眼视野 visionRight Integer 右眼视野 CdpfIq 类 字段 类型 说明 cdpfId String ID残疾人人口基础数据库综合信息查询接口规范V1.0 6 iqLevel String 智力残疾等级 iqReason String 智力残疾原因 iqDegree1 String 智商(06 岁) iqDegree2 String 智商(7 岁以上) iqFunc Integer 适应性能力 iqValue Integer 智商值 CdpfMental 类 字段 类型 说明 cdpfId String ID mentalLevel String 精神

10、残疾等级 mentalReason String 精神残疾原因 whoDasIi Integer WHODASII 分值 CdpfSpeech 类 字段 类型 说明 cdpfId String ID speechLevel String 语言残疾等级 speechReason String 语言残疾原因 speechDis Integer 障碍类别 speechClear Integer 语言清晰程度残疾人人口基础数据库综合信息查询接口规范V1.0 7 speechFunc String 语言能力 1.3 地址说明 http:/ ice?wsdl 2.查询残疾人人口基础数据库状态代码 访问状态代码 说明 CDPFWS999 操作正常! CDPFWS001 无法通过身份验证! CDPFWS002 IP 不匹配! CDPFWS003 查询的业务数据为空!【残疾人人口基础数据库业 务数据】 CDPFWS004 连接其他系统异常 CDPFWS005 系统错误! CDPFWS006 请求条件不全! CDPFWS007 尚未发证!

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号