有奖捉虫:办公协同&微信生态&物联网文档专题 HOT

总体返回结构说明

名称 类型 描述
IsOneself bool 是否为该参保人
HealthReportMain HealthReport 体检报告主体
HealthNotification Array of HRValue 健康告知书
AccompanyInspection Array of HRValue 陪检告知书
ImageList Array of ImageItem 图片
ExceptionSet Array of ExceptionSet 异常项

体检报告 HealthReport

名称 类型 描述
BasicInfo Array of HRValue 基本信息
Functions Array of HRValue 功能项目
PhysicalExamination Array of HRItemValueSet 物理检查
LabExamination Array of HRItemValueSet 实验室检查
ImageExamination Array of HRImageItemValueSet 影像学检查
MedicalExamination Array of HRItemValueSet 其他医技检查
Others Array of HRItemValue 其他
ExceptionSet Array of HRValue 异常汇总

HRValue

名称 类型 描述
KeyName string 字段名称
PicId string 图片ID
Value string
NormalValue string 标准值
Coords Coordinate 坐标
QualityConf float32 置信度
Id int 其他

图片 ImageItem

名称 类型 描述
PicId string 图片ID
Pic64 string 图片Base64内容
PicType string 图片类型

HRItemValue

名称 类型 描述
ItemName string 检查项名称
ItemFlag string 项目标记:是新增还是修改等
StandardFlag bool 标准项标记:是否展示标准项
PicId string 图片ID
OriginName HRValue 原名
ItemValue HRValue
IsPositive HRValue 阴阳性
Ranges HRValue 参考范围
Unit HRValue 单位
StandardUnit string 标准单位
StandardRange string 标准参考范围

HRImageItemValue

名称 类型 描述
ItemName string 检查项名称
ItemFlag string 项目标记:是新增还是修改等
StandardFlag bool 标准项标记:是否展示标准项
PicId string 图片ID
OriginName HRValue 原名
ItemValue HRValue
IsPositive HRValue 阴阳性
Ranges HRValue 参考范围
Unit HRValue 单位
StructureResult MedStructure 结构化
ExceptionConclusion HRValue 一次总结
Conclusion HRValue 结论
StandardUnit string 标准单位
StandardRange string 标准参考范围

MedStructure

名称 类型 描述
Cdfi HRValue CDFI
Organ Array of HRValue 脏器
OccupyingLesion Array of HRValue 占位病变

HRImageItemValueSet

名称 类型 描述
ItemSetName string 具体检查项目集的名字,例如内科、外科
ImageItemValues Array of HRImageItemValue 检查项目集内的具体检查项

HRItemValueSet

名称 类型 描述
ItemSetName string 具体检查项目集的名字,例如内科、外科
ImageItemValues Array of HRItemValue 检查项目集内的具体检查项

Coordinate

名称 类型 描述
X int x坐标
Y int y坐标
Width int
Height int

ExceptionSet

名称 类型 描述
Path string 例如:“体检报告/实验室检查/肿瘤标志物”
ExceptionValues ExceptionValues 异常项信息

ExceptionValues

名称 类型 描述
Key string 标准名称
Value string 测量值
Name string 原名
Flag string 阴阳性(+/-)
Unit string 单位
Range string 参考范围