# 报告查询

# 简介

获取用户检验检查报告。

网关接入请看网关接入标准

# 获取报告列表

接口名: getReportList

# 请求报文

变量名 类型 必填 描述 默认值
patient object ✔️ 就诊人信息,详见patient
reportType string ✖️ 报告类型, 取枚举类型 ReportType, 限制拉取报告列表的种类。 0
startTime int ✖️ 开始时间,数字时间戳, 值为 与 1970 年 1 月 1 日相差的毫秒数。 当前时间
endTime int ✖️ 开始时间,数字时间戳, 值为 与 1970 年 1 月 1 日相差的毫秒数。 0
pageNo int ✖️ 分页数, 从 0 开始计算, 第一页为 0 0
pageSize int ✖️ 每页包含结果条数 20

# ReportType

枚举值 备注
0 全部
1 检验报告
2 检查报告

# 响应报文

变量名 类型 必填 描述
reportListItem array ✔️ 报告类型, 取枚举类型 ReportListItem

# ReportListItem

变量名 类型 必填 描述
reportType int ✔️ 报告类型, 取枚举类型 ReportType
reportName string ✔️ 检查报告名称
reportId string ✔️ 报告单号
reportTime int ✔️ 报告时间,数字时间戳,值为与1970年1月1日相差的毫秒数。
hospitalName string ✖️ 医院名称
hospitalId string ✖️ 医院id
departmentName string ✖️ 科室名称
depattmentId string ✖️ 科室id

# 获取检验报告详情

接口名:getLisReportDetail

# 请求报文

变量名 类型 必填 描述 默认值
patient object ✔️ 就诊人信息,详见patient
reportId string ✔️ 报告id

# 响应报文

变量名 类型 必填 描述
patientName string ✔️ 患者姓名
sex string ✔️ 患者性别
age string ✔️ 患者年龄
specimenType String ✔️ 标本类型
specimenId String ✔️ 标本号
reportName string ✔️ 报告名称
reportType int ✔️ 报告类型, 取枚举类型 ReportType
reportTime int ✔️ 出具报告时间 数字时间戳, 值为 与 1970 年 1 月 1 日相差的毫秒数。
subItemName string ✔️ 子项目名称
clinicalDiagnosis string ✔️ 临床诊断
organizationName string ✔️ 组织结构名称
inspectDepartmentName string ✔️ 检查科室名称
inspectDepartmentId string ✖️ 检查科室id
inspectDoctorName string ✔️ 检查医生名称
inspectDoctorId string ✖️ 检查医生id
inspectTime int ✔️ 检查时间 数字时间戳, 值为 与 1970 年 1 月 1 日相差的毫秒数。
billingDoctorName string ✖️ 开方医生名称
billingDoctorId string ✖️ 开方医生id
billingDepartmentName string ✖️ 开方科室名称
billingDepartmentId string ✖️ 开方科室id
billingTime int ✖️ 开方时间
reportDetailList array ✔️ 详情列表,详见LisReportDetail

# LisReportDetail

变量名 类型 必填 描述
itemName string ✔️ 检查项目名称
itemNameEN string ✔️ 指标简称
inspectResult string ✔️ 检验结果
quaResult int ✔️ 指标
0 正常
1 偏低
2 偏高
3 异常
99 未知
unit string ✔️ 检验计量单位
referRange string ✔️ 定性范围
remark string ✖️ 备注

# 获取检查报告详情

接口名:getRisReportDetail

# 请求报文

变量名 类型 必填 描述 默认值
patient object ✔️ 就诊人信息,详见patient
reportId string ✔️ 报告id

# 响应报文

变量名 类型 必填 描述
patientName string ✔️ 患者姓名
sex string ✔️ 患者性别
age string ✔️ 患者年龄
reportName string ✔️ 报告名称
reportType int ✔️ 报告类型, 取枚举类型 ReportType
reportTime int ✔️ 出具报告时间 数字时间戳, 值为 与 1970 年 1 月 1 日相差的毫秒数。
subItemName string ✔️ 子项目名称
clinicalDiagnosis string ✔️ 临床诊断
organizationName string ✔️ 组织结构名称
inspectDepartmentName string ✔️ 检查科室名称
inspectDepartmentId string ✖️ 检查科室id
inspectDoctorName string ✔️ 检查医生名称
inspectDoctorId string ✖️ 检查医生id
inspectTime int ✔️ 检查时间 数字时间戳, 值为 与 1970 年 1 月 1 日相差的毫秒数。
billingDoctorName string ✖️ 开方医生名称
billingDoctorId string ✖️ 开方医生id
billingDepartmentName string ✖️ 开方科室名称
billingDepartmentId string ✖️ 开方科室id
billingTime int ✖️ 开方时间
reportDetailList arry ✔️ 详情列表,详见RisReportDetail

# RisReportDetail

变量名 类型 必填 描述
itemName string ✔️ 检查项目名称
inspectPart string ✔️ 检查部位
inspectModel string ✔️ 检查方式
inspectDesctiption string ✔️ 影响所见
inspectResult string ✔️ 检查结果
inspectCompletion string ✔️ 小结