Documentation
¶
Index ¶
Constants ¶
View Source
const (
INI_PATH = "lis.Conf.ini"
)
Variables ¶
View Source
var Case *_case
View Source
var Cases cases
View Source
var Report *report
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
Driver string `ini:"Driver"` // 数据库类型
User string `ini:"User"` // 登录名
Password string `ini:"Password"` // 密码
IP string `ini:"IP"` // 服务器地址
Port string `ini:"Port"` // 数据库端口
DBName string `ini:"DBName"` // 数据库名称
TableName string `ini:"TableName"` // 表名
}
LIS 系统数据库相关配置
type Mapping ¶
type Mapping struct {
CaseNo string `ini:"CaseNo"` // 病例号
Sufferer string `ini:"Sufferer"` // 姓名
Age string `ini:"Age"` // 年龄
Sex string `ini:"Sex"` // 性别 1男 2女 0未知
Summary string `ini:"Summary"` // 病例摘要
Provider string `ini:"Provider"` // 提供者姓名
ProviderPhone string `ini:"ProviderPhone"` // 提供者电话
ProviderUnit string `ini:"ProviderUnit"` // 提供者单位名称
CollectTime string `ini:"CollectTime"` // 采集时间
Disease string `ini:"Disease"` // 临床诊断
Complaint string `ini:"Complaint"` // 主诉
CaseHistory string `ini:"CaseHistory"` // 病史
Symptoms string `ini:"Symptoms"` // 临床表现
Diagnosis string `ini:"Diagnosis"` // 综合诊断
Opinion string `ini:"Opinion"` // 综合意见
ReceivedDate string `ini:"ReceivedDate"` // 接收日期
SampleNo string `ini:"SampleNo"` // 样本编号
SampleType string `ini:"SampleType"` // 样本类型
InspectionItem string `ini:"InspectionItem"` // 送检项目
InspectionDate string `ini:"InspectionDate"` // 送检日期
InspectionMethod string `ini:"InspectionMethod"` // 检测方法
DetectionEquipment string `ini:"DetectionEquipment"` // 检测设备
Physician string `ini:"Physician"` // 检查医师
AdmissionNo string `ini:"AdmissionNo"` // 住院号
}
本地病例数据(相对固定不变)
Click to show internal directories.
Click to hide internal directories.