Commit 78136681 by zhangaoping

湘雅二医院演示项目提交

parents
######################################################################
# Build Tools
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
target/
!.mvn/wrapper/maven-wrapper.jar
######################################################################
# IDE
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### JRebel ###
rebel.xml
### NetBeans ###
nbproject/private/
build/*
nbbuild/
dist/
nbdist/
.nb-gradle/
######################################################################
# Others
*.log
*.xml.versionsBackup
*.swp
!*/build/*.java
!*/build/*.html
!*/build/*.xml
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.hanyun</groupId>
<artifactId>hip-mrqc</artifactId>
<version>4.1.0-SNAPSHOT</version>
</parent>
<artifactId>mrqc-template-xy2yy</artifactId>
<packaging>war</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.hanyun</groupId>
<artifactId>mrqc-admin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.lingala.zip4j</groupId>
<artifactId>zip4j</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
</plugins>
<finalName>mrqc</finalName>
</build>
</project>
baseUrl: http://127.0.0.1:8080/mrqc
#drg相关配置
drg:
version: CHS-DRG-1.1
monitor:
days: 365
icdConfig: 7:诊断-596954:疾病分类与代码医保版2.0,8:手术-206452:手术操作分类与代码医保版2.0
disease: 7
treat: 8
\ No newline at end of file
# 数据源配置
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver
druid:
# 主库数据源
master:
# url: jdbc:mysql://localhost:3306/mrqc_njkqyy?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true&serverTimezone=GMT%2B8
# username: root
# password: 123456
#测试环境
url: jdbc:mysql://192.168.1.14:3306/mrqc_template_xy2yy?useUnicode=true&characterEncoding=UTF-8&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
username: root
password: HanYun#2021
# 从库数据源
slave:
# 从数据源开关/默认关闭
enabled: false
url:
username:
password:
# 初始连接数
initialSize: 5
# 最小连接池数量
minIdle: 10
# 最大连接池数量
maxActive: 200
# 配置获取连接等待超时的时间
maxWait: 60000
# 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
timeBetweenEvictionRunsMillis: 60000
# 配置一个连接在池中最小生存的时间,单位是毫秒
minEvictableIdleTimeMillis: 300000
# 配置一个连接在池中最大生存的时间,单位是毫秒
maxEvictableIdleTimeMillis: 900000
# 配置检测连接是否有效
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
webStatFilter:
enabled: true
statViewServlet:
enabled: true
# 设置白名单,不填则允许所有访问
allow:
url-pattern: /monitor/druid/*
filter:
stat:
enabled: true
# 慢SQL记录
log-slow-sql: true
slow-sql-millis: 10000
merge-sql: false
wall:
config:
multi-statement-allow: true
mrqc:
lv1: 甲级|(@{score}>=90)|#60CD96
lv2: 乙级|(@{score}>=75&&@{score}<90)|#4290E7
lv3: 丙级|(@{score}<75)|#F04F5E
#logo的路径
logoPath: /mrqc/images/logo/xyf2yy.png
mainIndexPath: mrqc/desk
logoIcoPath:
logoTitle: 智能电子病历质控
# 是否过滤敏感姓名
sensitiveFilter: false
sensitiveWord:
noqc-color: D9D9D9
totalscore: 100
#提醒标准
qcstandar:
#扣分标准
qcscorestdorg:
rulelv: 1|-1|#33CCFF,2|-2|#33CCFF,3|-3|#33CCFF,4|-4|#33CCFF,5|-5|#33CCFF,6|-6|#33CCFF,7|-7|#33CCFF
#病历模块过滤规则,格式如下:模块Id#关键词,关键词1...|模块Id1#关键词,关键词1...|...
emrFilter: emr02#入院记录|emr03#病程记录|emr04#出院记录,死亡记录|emr05#知情,同意|emr07#手术,安全核查单
smallDepartOfnewBorn: 儿科
#个人质控选择条件配置,包括住院时间,关键监测指标,手术级别
userEmrFilters:
#入院、出院时间#结构体编码 运算符
hospitTimes: admissionTime#HDSD00_11_085 >= | dischargeTime#HDSD00_11_019 <=
#关键指标#编码及运算结果#中文名称
keyIndices: death#HDSD00_11_057 = '5'#死亡 | operated#HDSD00_11_090 != ''#手术 | critical#HDSD00_11_153 = '1'#危重 | emergency#HDSD00_11_164 > '0'#抢救 | difficult#HDSD00_11_154 = '1'#疑难 | transfusion#HY_ZYYZ_SXSQ != ''#输血 | daySurgery#HDSD00_11_157 = '1'#日间手术
#手术级别#编码 运算符#中文名称
operationLevels: operationLevel6#HDSD00_11_092_6 =#六级 | operationLevel5#HDSD00_11_092_5 =#五级 | operationLevel4#HDSD00_11_092_4 =#四级 | operationLevel3#HDSD00_11_092_3 =#三级 | operationLevel2#HDSD00_11_092_2 =#二级 | operationLevel#HDSD00_11_092 =#一级
etlApi: Xy2yyEmrETLApi
emrAssignApi: Xy2yyAutoAssignEMRImpl
emrAssignRuleHtml: mrqc/assign/xy2yyAutoAssign
hospitalCodes: "000002"
#是否自动拼接头部, content_text字段
emrHead: false
#是否中医院# 判断病案首页
isZyy: false
#显示中医病案首页的科室#
zyks:
aliasMap: department_name#病区 | inpatient_area#科室 | report_title#南京市口腔医院
#是否过滤科室
excludeDepts: true
admission:
# 住院登记处所关心的结构体ID,以结构体ID作
structId:
#单项否决 乙级病例和丙级病历的边界数
dxfjCount: 2
#是否为门诊质控
hasOutPatient: false
# 根据标准表二级ID初始化,如:2091:首页,2092:全病历
defaultMRScore: 2092
# 人工质控病历隐藏机器质控缺陷,如果不配置则默认为 false
hiddenDefectsWhenManualQc: false
#质控详情是否显示质控流程
showFlow: false
#是否隐藏主页机构选择下拉框; true: 隐藏; flase: 展示
hospitalListHidden: true
#详情页发送质控消息接收人配置,true:系统所有用户、false:病历相关医师
sendMessageShowAllUser: true
#是否添加水印 true: 显示; flase: 隐藏
showWatermark: false
#水印文字
showWatermarkText: 江苏瀚云医疗信息技术有限公司
process.scene: 环节质控_23790
njwx:
ofdViewInf:
# 项目相关配置
ruoyi:
# 名称
name: hip
# 版本
version: 4.1.0
# 版权年份
copyrightYear: 2022
# 文件路径
profile: /u01/app/profile/
# 获取ip地址开关
addressEnabled: true
# 开发环境配置
server:
# 服务器的HTTP端口,默认为80
port: 81
servlet:
# 应用的访问路径
context-path: /
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
# tomcat最大线程数,默认为200
max-threads: 800
# Tomcat启动初始化的线程数,默认值25
min-spare-threads: 30
# 日志配置
logging:
level:
com.ruoyi: warn
org.springframework: warn
com.hanyun.hip.mrqc.service: warn
com.hanyun.hip.mrqc.service.mapper: debug
com.hanyun.hip.mrqc.rule.mapper: warn
com.hanyun.hip.mrqc.sdis.mapper: warn
com.hanyun.hip.mrqc.cdss.mapper: warn
com.hanyun.hip.mrqc.rule: warn
com.hanyun.hip.mrqc.drgs: warn
# 用户配置
user:
password:
# 密码错误{maxRetryCount}次锁定10分钟
maxRetryCount: 10
# Spring配置
spring:
# 模板引擎
thymeleaf:
mode: HTML
encoding: utf-8
# 禁用缓存
cache: false
# 资源信息
messages:
# 国际化资源文件路径
basename: static/i18n/messages
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
profiles:
include: druid,xy2yy,drg
# 文件上传
servlet:
multipart:
# 单个文件大小
max-file-size: 10MB
# 设置总上传的文件大小
max-request-size: 20MB
# 服务模块
devtools:
restart:
# 热部署开关
enabled: true
additional-paths: src/main/java
# MyBatis
mybatis:
# 搜索指定包别名
typeAliasesPackage: com.ruoyi.system.domain,com.ruoyi.quartz.domain,com.ruoyi.generator.domain,com.hanyun.hip.kgms.service.tenant.domain,com.hanyun.kgms.maker.domain,com.hanyun.kgms.doc.domain,com.hanyun.hip.kgms.service.doc.domain,com.hanyun.kgms.term.domain,com.hanyun.kgms.term.domain,com.hanyun.hip.mrqc.drgs.domain,com.hanyun.hip.mrqc.service.analysis.domain,com.hanyun.hip.mrqc.sdis.domain,com.hanyun.hip.knowledge,com.ruoyi.activiti.domain,com.hanyun.hip.mrqc.cdss.domain,com.hanyun.hip.mrqc.drgs.entity
# 配置mapper的扫描,找到所有的mapper.xml映射文件
mapperLocations: classpath*:mapper/**/*Mapper.xml
# 加载全局的配置文件
configLocation: classpath:mybatis/mybatis-config.xml
type-handlers-package: com.hanyun.hip.mrqc.service.handler
# PageHelper分页插件
pagehelper:
helperDialect: mysql
reasonable: true
supportMethodsArguments: true
params: count=countSql
# Shiro
shiro:
user:
# 登录地址
loginUrl: /mrqc/login
# 权限认证失败地址
unauthorizedUrl: /unauth
# 首页地址
indexUrl: /mrqc/index
# 验证码开关
captchaEnabled: false
# 验证码类型 math 数组计算 char 字符
captchaType: math
# 权限白名单
whitelist: /**/css/**,/**/js/**,/**/images/**,/mrqc/main,/mrqc/qualityScore,/mrqc/index/selectStdSourceStat,/mrqc/index/statTable,/mrqc/index/selectRuleTypeStat,/mrqc/index/ruleMonth,/mrqc/index/getEmrLvScoreRules,/mrqc/index/selectAreaAndDepartment,/mrqc/standard/selectAllDeparment,/mrqc/index/selectRecordScoreAvg,/mrqc/standard/**,/mrqc/standard/ksStat,/mrqc/standard/ysStat,/mrqc/hospitalTypeStat/**,/mrqc/mrqcQualityReport,/mrqc/qualityReport/**,/mrqc/findQualityDefectAll,/mrqc/countIndex,/mrqc/homeScreen/selectScreenCache/**,/mrqc/emrrecord/todetail/**,/mrqc/emrrecord/submitaudit/**,/mrqc/emrrecord/homeTracing/**,/mrqc/emrconfig/listemrmodel/**,/mrqc/emrrecord/initdetaildata/**,/mrqc/emrrecord/initdetailmenu/**,/mrqc/emrrecord/manualintervenqc/**,/mrqc/emrrecord/initdetailCount/**,/mrqc/emrrecord/toaddnewdefect/**,/api/refreshEmrScore/**,/api/refreshByRecord/**,/mrqc/emrrecord/toemrmodule/**,/mrqc/emrrecord/selectUrlByEmrIdAndRecordId/**,/mrqc/tempCache/selectScreenCache,/api/**,/sso/login**,/v2/api-docs/**,/ureport/**,/mrqc/notice/list,/kqyyApi/**
cookie:
# 设置Cookie的域名 默认空,即当前访问的域名
domain:
# 设置cookie的有效访问路径
path: /
# 设置HttpOnly属性
httpOnly: true
# 设置Cookie的过期时间,天为单位
maxAge: 30
session:
# Session超时时间(默认30分钟)
expireTime: 300000
# 同步session到数据库的周期(默认1分钟)
dbSyncPeriod: 1
# 相隔多久检查一次session的有效性,默认就是10分钟
validationInterval: 10
conf:
sysanon: /kgms/maker/index
#不拦截的路径
# 防止XSS攻击
xss:
# 过滤开关
enabled: true
# 排除链接(多个用逗号分隔)
excludes: /system/notice/*
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
img: #//如果是Windows情况下,格式是 D:\\blog\\image linx 格式"/home/blog/image";
location: /home/blog/image
mrqc:
# demo 模式病历列表查询最新有数据的月份
query: dev
#================License相关配置===============#
license:
#证书名称
subject: hip-mrqc
#公钥别名
publicAlias: publicCert
#公钥库所在的位置
publicKeysStorePath: /publicCerts.store
#公钥库访问密码
storePass: HanYun@2020
#证书所在的位置
licensePath: /license.lic
#================License相关配置===============#
#================消息中心相关配置===============# 192.168.1.13 10.16.2.173
spring.rabbitmq.host: 10.16.2.173
spring.rabbitmq.port: 5672
spring.rabbitmq.username: root
spring.rabbitmq.password: root
spring.rabbitmq.virtual-host: /
hanyun.message.enable: false
#================消息中心相关配置===============#
sso:
login.service: KqyySSOLoginService
nlp:
cache.enable: false
# ES 插件配置
easy-es:
enable: false
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.hanyun.hip.mrqc.kqyy.mapper.AutoAssignMapper">
<!-- 按四级、三级和住院时长查询数据 -->
<select id="selecAllDeptsurgicalOperateList" parameterType="String" resultType="map">
SELECT
record_id,department_name,inpatient_area,in_time,out_time,hospit_doctor,
CASE
(
SELECT
count( 1 )
FROM
mrqc_struct_data
WHERE
data_value = '4'
AND struct_id IN (
SELECT struct_id FROM mrqc_struct
WHERE struct_code IN (
'HDSD00_11_092','HDSD00_11_092_2','HDSD00_11_092_3','HDSD00_11_092_4','HDSD00_11_092_5','HDSD00_11_092_6',
'HDSD00_11_092_7','HDSD00_11_092_8','HDSD00_11_092_9','HDSD00_11_092_10','HDSD00_11_092_11','HDSD00_11_092_12',
'HDSD00_11_092_13','HDSD00_11_092_14','HDSD00_11_092_15','HDSD00_11_092_16','HDSD00_11_092_17',
'HDSD00_11_092_18','HDSD00_11_092_19','HDSD00_11_092_20','HDSD00_11_092_21','HDSD00_11_092_22',
'HDSD00_11_092_23','HDSD00_11_092_24','HDSD00_11_092_25'
)
)
AND record_id = u.record_id
) &gt; 0
WHEN TRUE THEN
'999' ELSE '0'
END AS ss_four,
CASE
(
SELECT count( 1 )
FROM mrqc_struct_data
WHERE data_value = '3'
AND struct_id IN (
SELECT struct_id
FROM mrqc_struct
WHERE
struct_code IN (
'HDSD00_11_092','HDSD00_11_092_2','HDSD00_11_092_3','HDSD00_11_092_4',
'HDSD00_11_092_5','HDSD00_11_092_6','HDSD00_11_092_7','HDSD00_11_092_8',
'HDSD00_11_092_9','HDSD00_11_092_10','HDSD00_11_092_11','HDSD00_11_092_12',
'HDSD00_11_092_13','HDSD00_11_092_14','HDSD00_11_092_15','HDSD00_11_092_16',
'HDSD00_11_092_17','HDSD00_11_092_18','HDSD00_11_092_19','HDSD00_11_092_20',
'HDSD00_11_092_21','HDSD00_11_092_22','HDSD00_11_092_23','HDSD00_11_092_24',
'HDSD00_11_092_25'
)
)
AND record_id = u.record_id
) &gt; 0
WHEN TRUE THEN
'998' ELSE '0'
END AS ss_three,
IFNULL( ( SELECT data_value FROM mrqc_struct_data WHERE struct_id = '50' AND record_id = u.record_id LIMIT 1 ), '0' ) AS zyts
FROM mrqc_record u
WHERE DATE_FORMAT( out_time, '%Y-%m' ) = #{qcMonth}
AND u.record_id not in (
select mor.record_id from mrqc_operator_record mor,mrqc_report_month mrm
where mor.report_id=mrm.report_id
and mor.user_id = #{userId}
and mrm.qc_month = #{qcMonth}
)
${dataScope}
ORDER BY ss_four DESC,ss_three DESC,zyts + 0 DESC
</select>
<select id="selectAllZyRecordId" resultType="java.lang.String" parameterType="java.lang.String">
SELECT
record_id
FROM
mrqc_record
WHERE
emr_status = '1'
<if test="department != null and department != ''">
AND inpatient_area IN (${department})
</if>
</select>
</mapper>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.hanyun.hip.mrqc.kqyy.mapper.DemoMapper">
<resultMap id="DemoResult" type="com.hanyun.hip.mrqc.kqyy.domain.SysUserDemo">
<result property="userName" column="user_name"/>
<result property="userLogin" column="login_name"/>
</resultMap>
<!-- 按评分统计各医院符合条件的病历数 -->
<select id="selecUserDemo" resultMap="DemoResult">
SELECT user_name, login_name FROM sys_user WHERE user_id = #{userId}
</select>
</mapper>
<style id="CaseStyle">
.doc-header {
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 1px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
img.transparent {
position: absolute;
right: 10%;
}
</style>
<div class="doc-header">
<div class="organization-id">
组织机构代码:<widget type="label" wid="hospitCode" tag="span"></widget>
</div>
<widget type="label" tag="div" class="hospital-name doc-title">中南大学湘雅二医院</widget>
<widget type="label" wid="contentTitle" tag="div" class="doc-title"></widget>
<div class="patient-info">
<div>姓名:<widget type="label" wid="patientName" tag="span"></widget></div>
<div>科室:<widget type="label" wid="deptName" tag="span"></widget></div>
<div>病区:<widget type="label" wid="inpatientArea" tag="span"></widget></div>
<div>住院号:<widget type="label" wid="hospitNum" tag="span"></widget></div>
<div>记录时间:<widget type="label" wid="contentTime" tag="span"></widget></div>
</div>
<hr />
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
<div>
<span class="widget-label">姓 名: </span>
<widget wid="HY_24XSRCYJL_XM" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">职 业:</span>
<widget wid="HY_24XSRCYJL_ZY" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">性 别: </span>
<widget wid="HY_24XSRCYJL_SEX" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">工作单位: </span>
<widget wid="HY_24XSRCYJL_GZDW" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">年 龄:</span>
<widget wid="HY_24XSRCYJL_NL" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">住 址:</span>
<widget wid="HY_24XSRCYJL_ZZ" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">婚 姻:</span>
<widget wid="HY_24XSRCYJL_HY" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">供史者:</span>
<widget wid="HY_24XSRCYJL_GSZ" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">出生地:</span>
<widget wid="HY_24XSRCYJL_CSD" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">入院日期:</span>
<widget wid="HY_24XSRCYJL_RYRQ" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">民 族:</span>
<widget wid="HY_24XSRCYJL_MZ" type="date" width="160"></widget>
</div>
<!--
<div>
<span class="widget-label">出院日期:</span>
<widget wid="HY_24RYJL_CYRQ" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">床号:</span>
<widget wid="HY_24RYJL_CH" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">CT号:</span>
<widget wid="HY01_16_CT_00" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">病理检验号:</span>
<widget wid="HY01_16_BLJY_00" type="date" width="160"></widget>
</div>
-->
</div>
<div class="present-history">
<span class="widget-label">主诉:</span>
<widget type="textarea" width="650" wid="HY_24XSRCYJL_ZS" placeholder="请输入主诉"></widget>
</div>
<div class="present-history">
<span class="widget-label">入院情况:</span>
<widget type="textarea" width="650" wid="HY_24XSRCYJL_RYQK" placeholder="请输入现病史"></widget>
</div>
<div class="present-history">
<span class="widget-label">专科检查:</span>
<widget type="textarea" width="630" wid="HY_24XSRCYJL_ZKJC" placeholder="请输入专科检查"></widget>
</div>
<div class="present-history">
<span class="widget-label">入院诊断:</span>
<widget type="textarea" width="630" wid="HY_24XSRCYJL_RYZD" placeholder="请输入入院诊断"></widget>
</div>
<div class="present-history">
<span class="widget-label">诊治经过:</span>
<widget type="textarea" width="630" wid="HY_24XSRCYJL_ZZJG" placeholder="请输入诊治经过"></widget>
</div>
<div class="present-history">
<span class="widget-label">出院情况:</span>
<widget type="textarea" width="650" wid="HY_24XSRCYJL_CYQK" placeholder="请输入出院情况"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">出院时间: </span>
<widget wid="HY_24XSRCYJL_CYSJ" type="input" width="120"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">出院诊断:</span>
<widget type="textarea" width="650" wid="HY_24XSRCYJL_CYZD" placeholder="请输入出院诊断"></widget>
</div>
<div class="present-history">
<span class="widget-label">出院医嘱:</span>
<widget type="textarea" width="650" wid="HY_24XSRCYJL_CYYZ" placeholder="请输入出院医嘱"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HY_24XSRCYJL_YSQM" type="input" width="180"></widget>
</div>
</div>
</div>
</div>
\ No newline at end of file
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label"></span>
<widget wid="HY_HZJL_NL" type="textarea" width="800" placeholder="-"></widget>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
margin-left: 400px;
margin-top: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
<div>
<span class="widget-label">姓 名: </span>
<widget wid="HY_RYJL_XM" type="input"></widget>
</div>
<div>
<span class="widget-label">性 别: </span>
<widget wid="HY_RYJL_XB" type="input"></widget>
</div>
<div>
<span class="widget-label">婚 姻: </span>
<widget wid="HY_RYJL_HY" type="input"></widget>
</div>
<div>
<span class="widget-label">年 龄: </span>
<widget wid="HY_RYJL_NL" type="input"></widget>
</div>
<div>
<span class="widget-label">民 族:</span>
<widget wid="HY_RYJL_MZ" type="input"></widget>
</div>
<div>
<span class="widget-label">供 史 者: </span>
<widget wid="HY_RYJL_GSZ" type="input" width="300"></widget>
</div>
<div>
<span class="widget-label">职 业: </span>
<widget wid="HY_RYJL_ZY" type="input"></widget>
</div>
<div>
<span class="widget-label">工作单位:</span>
<widget wid="HY_RYJL_GZDW" type="input" width="300"></widget>
</div>
<div class="whole">
<span class="widget-label">现 住 址:</span>
<widget wid="HDSD00_13_03X" type="input" width="300"></widget>
</div>
<div class="whole">
<span class="widget-label">出 生 地: </span>
<widget wid="HY_RYJL_CSD" type="input" width="300"></widget>
</div>
<div>
<span class="widget-label">入院日期:</span>
<widget wid="HY_RYJL_RYSJ" type="date" width="300"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">主 诉:</span>
<widget wid="HY_ZS_01" type="textarea" width="670" placeholder="请输入主诉"></widget>
</div>
<div class="present-history">
<span class="widget-label">现病史:</span>
<widget type="textarea" width="670" wid="HY_RYJL_XBS" placeholder="请输入现病史"></widget>
</div>
<div class="present-history">
<span class="widget-label">既往史:</span>
<widget type="textarea" width="670" wid="HY_RYJL_JWS" placeholder="请输入既往史"></widget>
</div>
<div class="present-history">
<span class="widget-label">个人史:</span>
<widget wid="HY_RYJL_GRS" type="textarea" width="670" placeholder="请输入个人史"></widget>
</div>
<!--
<div class="present-history">
<span class="widget-label">月经史:</span>
<widget wid="HDSD00_13_106" type="textarea" width="670" placeholder="请输入月经史"></widget>
</div>
-->
<div class="present-history">
<span class="widget-label">婚育史:</span>
<widget wid="HY_RYJL_HYS" type="textarea" width="670" placeholder="请输入婚育史"></widget>
</div>
<div class="present-history">
<span class="widget-label">家族史:</span>
<widget wid="HY_RYJL_JZS" type="textarea" width="670" placeholder="请输入家族史"></widget>
</div>
<div class="present-history">
<span class="widget-label">体格检查:</span><br>
<widget wid="HY_RYJL_TGJC" type="textarea" placeholder="请输入体格检查" width="750" name="inner" child="true"> </widget>
</div>
<div class="present-history">
<span class="widget-label">专科检查:</span>
<widget wid="HY_RYJL_ZKJC" type="textarea" width="670" placeholder="请输入专科检查"></widget>
</div>
<div class="present-history">
<span class="widget-label">实验室与器械检查:</span>
<widget wid="HY_RYJL_SYSQXCC" type="textarea" width="616" placeholder="请输入实验室与器械检查"></widget>
</div>
<!--
<div class="present-history">
<span class="widget-label">修正诊断:</span>
<widget wid="HY_RYJL_XZZD_01" type="textarea" width="670" placeholder="请输入修正诊断"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HY_RYJL_XZZDYSQM" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">签名时间: </span>
<widget wid="HY_RYJL_XZZDQMRQ" type="date" width="200"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">初步诊断:</span>
<widget wid="HY_RYJL_CBZD_01" type="textarea" width="670" placeholder="请输入初步诊断"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HY_RYJL_CBZDYSQM" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">签名时间: </span>
<widget wid="HY_RYJL_CBZDQMRQ" type="date" width="200"></widget>
</div>
</div>
-->
<div class="present-history">
<span class="widget-label">初步诊断:</span>
<widget wid="HY_RYJL_CBZD_01" type="textarea" width="670" placeholder="请输入入院诊断"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HY_RYJL_CBZDYSQM" type="input" width="200"></widget>
</div>
<!--
<div>
<span class="widget-label">签名时间: </span>
<widget wid="HDSD00_13_049" type="date" width="200"></widget>
</div>
-->
</div>
</div>
</div>
\ No newline at end of file
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label">出院小结:</span>
<widget wid="HY_CYXJ_JL" type="textarea" width="600" placeholder="请输入出院小结"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HY_CYXJ_YSQM" type="input" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
<div>
<span class="widget-label">姓 名: </span>
<widget wid="HY_SWJL_XM" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">性 别: </span>
<widget wid="HDSD00_16_041" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">年 龄:</span>
<widget wid="HDSD00_16_026" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">婚 姻:</span>
<widget wid="HDSD00_16_020" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">职 业:</span>
<widget wid="HDSD00_16_046" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">入院日期时间:</span>
<widget wid="HDSD00_16_031" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">出院日期:</span>
<widget wid="HDSD00_16_005" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">X光片号:</span>
<widget wid="HY01_16_XG_00" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">CT号:</span>
<widget wid="HY01_16_CT_00" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">病理检验号:</span>
<widget wid="HY01_16_BLJY_00" type="date" width="160"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">入院情况:</span>
<widget type="textarea" width="650" wid="HDSD00_16_030" placeholder="请输入入院情况"></widget>
</div>
<div class="present-history">
<span class="widget-label">入院诊断:</span>
<widget type="textarea" width="650" wid="HDSD00_16_032" placeholder="请输入入院诊断"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术名称:</span>
<widget type="textarea" width="630" wid="HDSD00_16_038" placeholder="请输入诊疗过程描述"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术日期:</span>
<widget type="textarea" width="630" wid="HDSD00_16_039" placeholder="请输入诊疗过程描述"></widget>
</div>
<div class="present-history">
<span class="widget-label">诊疗过程描述:</span>
<widget type="textarea" width="630" wid="HDSD00_16_045" placeholder="请输入诊疗过程描述"></widget>
</div>
<div class="present-history">
<span class="widget-label">出院医嘱:</span>
<widget type="textarea" width="650" wid="HDSD00_16_007" placeholder="请输入出院医嘱"></widget>
</div>
<div class="present-history">
<span class="widget-label">出院诊断:</span>
<widget type="textarea" width="650" wid="HDSD00_16_008" placeholder="请输入出院诊断"></widget>
</div>
<div class="present-history">
<span class="widget-label">出院检查:</span>
<widget type="textarea" width="650" wid="HY01_16_CYJC_00" placeholder="请输入出院检查"></widget>
</div>
<div class="present-history">
<span class="widget-label">出院情况:</span>
<widget type="textarea" width="650" wid="HDSD00_16_004" placeholder="请输入出院情况"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">主任医师签名: </span>
<widget wid="HY01_16_ZRYSQM_00" type="input" width="180"></widget>
</div>
<div>
<span class="widget-label">主治医师签名: </span>
<widget wid="HY01_16_ZZYSQM_00" type="input" width="180"></widget>
</div>
<div>
<span class="widget-label">住院医师签名: </span>
<widget wid="HDSD00_16_053" type="input" width="180"></widget>
</div>
</div>
</div>
</div>
\ No newline at end of file
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label">时间:</span>
<widget wid="HY_ZQTHJL_SJ" type="date" width="200" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">地点:</span>
<widget wid="HY_ZQTHJL_DD" type="input" width="200" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">医生:</span>
<widget wid="HY_ZQTHJL_YS" type="input" width="200" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">谈话内容摘要:</span>
<widget wid="HY01_10_GTNR_00" type="textarea" width="600" placeholder="-"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">患方签字: </span>
<widget wid="HY_ZQTHJL_HZQZ" type="input" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
</div>
<div class="whole">
<table border="1" cellspacing="1" width="100%">
<tr>
<td>麻醉方式:<widget wid="HY_SSANHCB_MZFS" type="input" width="120"></widget></td>
<td colspan="2">手术名称:<widget wid="HY_SSANHCB_SSMC" type="textarea" width="200"></widget></td>
</tr>
<tr>
<td colspan="3">诊 断:<widget wid="HY_SSANHCB_ZD" type="textarea" width="200"></widget></td>
</tr>
<tr>
<td>术 者:<widget wid="HY_SSANHCB_SD" type="input" width="120"></widget></td>
<td colspan="2">手术日期:<widget wid="HY_SSANHCB_SSRQ" type="textarea" width="200"></widget></td>
</tr>
<tr>
<td>麻醉实施前</td>
<td>手术开始前</td>
<td>患者离开手术室前</td>
</tr>
<tr>
<td>
患者姓名、性别、年龄正确<br>
<widget wid="HY_SSANHCB_MZSSQ" type="textarea" width="200"></widget>
</td>
<td>
患者姓名、性别、年龄正确<br>
<widget wid="HY_SSANHCB_SSKSQ" type="textarea" width="200"></widget>
</td>
<td>
患者姓名、性别、年龄正确<br>
<widget wid="HY_SSANHCB_HZLKSSSQ" type="textarea" width="200"></widget>
</td>
</tr>
</table>
</div>
<div class="autograph">
<div>
<span class="widget-label">手术医师签名: </span>
<widget wid="HY_SSANHCB_SSYSQM" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">麻醉医师签名: </span>
<widget wid="HY_SSANHCB_MZYSQM" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">手术室护士签名: </span>
<widget wid="HY_SSANHCB_SSSFSQM" type="input" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label"> </span>
<widget type="textarea" width="650" wid="HY01_10_ZYJG_00" placeholder=""></widget>
</div>
<div class="present-history">
<span class="widget-label">手术潜在风险告知:</span>
<widget type="textarea" width="650" wid="HY_SSZQTYS_SSQZFXGZ" placeholder="请输入手术潜在风险告知"></widget>
</div>
<div class="present-history">
<span class="widget-label">备选治疗方案:</span>
<widget type="textarea" width="650" wid="HY_SSZQTYS_BXZLFA" placeholder="请输入备选治疗方案"></widget>
</div>
<div class="present-history">
<span class="widget-label">患者同意手术的确认:</span>
<widget type="textarea" width="650" wid="HY_SSZQTYS_HZTYSSDQR" placeholder="请输入患者同意手术的确认"></widget>
</div>
<div class="present-history">
<span class="widget-label">医患双方的共识:</span>
<widget type="textarea" width="630" wid="HY01_10_YHGS_00" placeholder="请输入医患双方的共识"></widget>
</div>
<div class="whole">
<table width="100%" cellpadding="1" cellspace="0">
<tr>
<td>患者或法定/委托代理人签名:<widget wid="HY_SSZQTYS_HZQZ" type="input" width="200"></widget></td>
<td>经治医生签字:<widget wid="HY_SSZQTYS_JZYSQZ" type="input" width="200"></widget></td>
</tr>
<tr>
<td>患方签字日期:<widget wid="HY_SQXJ_KZRSPYJ" type="input" width="200"></widget></td>
<td>医生签字日期:<widget wid="HY_SSZQTYS_YSQZRQ" type="input" width="200"></widget></td>
</tr>
</table>
</div>
<!--
<div class="base-info">
<div>
<span class="widget-label">患者或法定/委托代理人签名: </span>
<widget wid="HY_SSZQTYS_HZQZ" type="input" width="280"></widget>
</div>
<div>
<span class="widget-label">经治医生签字: </span>
<widget wid="HY_SSZQTYS_JZYSQZ" type="input" width="280"></widget>
</div>
<div style="float: left;">
<span class="widget-label">患方签字日期:</span>
<widget wid="HY_SSZQTYS_FZQZRQ" type="input" width="280"></widget>
</div>
<div>
<span class="widget-label">医生签字日期:</span>
<widget wid="HY_SSZQTYS_YSQZRQ" type="input" width="280"></widget>
</div>
</div>
-->
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
<div>
<span class="widget-label">手术日期:</span>
<widget wid="HY01_06_SSRQ_00" type="date" width="200" width="200"></widget>
</div>
<div>
<span class="widget-label">开始时间:</span>
<widget wid="HDSD00_06_078" type="date" width="200" width="200"></widget>
</div>
<div>
<span class="widget-label">结束时间:</span>
<widget wid="HDSD00_06_077" type="date" width="200" width="200"></widget>
</div>
<div>
<span class="widget-label">全程时间: </span>
<widget wid="HY01_06_QCSJ_00" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">术前诊断: </span>
<widget wid="HDSD00_06_104" type="textarea" width="200"></widget>
</div>
<div>
<span class="widget-label">术中诊断: </span>
<widget wid="HY01_06_SZZD_00" type="textarea" width="200"></widget>
</div>
<div>
<span class="widget-label">预定手术名称: </span>
<widget wid="HY_SSJL_YDSSMC" type="textarea" width="200"></widget>
</div>
<div>
<span class="widget-label">实际手术名称: </span>
<widget wid="HDSD00_06_079" type="textarea" width="200"></widget>
</div>
<div>
<span class="widget-label">手术者: </span>
<widget wid="HDSD00_06_085" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">I助: </span>
<widget wid="HDSD00_06_001" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">II助: </span>
<widget wid="HDSD00_06_002" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">器械护士: </span>
<widget wid="HY_SSJL_QXHS" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">麻醉方法: </span>
<widget wid="HDSD00_06_044" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">麻醉医师: </span>
<widget wid="HDSD00_06_055" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">体位: </span>
<widget wid="HDSD00_06_083" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">皮肤消毒: </span>
<widget wid="HDSD00_06_064" type="input" width="200"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">手术部位:</span>
<widget type="textarea" width="650" wid="HY_SSJL_SSBW" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术经过:</span>
<widget type="textarea" width="630" wid="HDSD00_06_073" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">引流材料名称:</span>
<widget type="textarea" width="650" wid="HY_SSJL_YLCLMC" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">数目:</span>
<widget type="textarea" width="630" wid="HY_SSJL_YLCLSM" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">放置部位:</span>
<widget type="textarea" width="630" wid="HY_SSJL_YLCLFZBW" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">术中用药(麻醉药品除外):</span>
<widget type="textarea" width="630" wid="HY_SSJL_SZYY" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">输血:</span>
<widget type="textarea" width="630" wid="HY_SSJL_SSSXJL" placeholder="-"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">手术者签名: </span>
<widget wid="HDSD00_06_084" type="input" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label"></span>
<widget wid="HY_SSZL_NR" type="textarea" width="800" placeholder="-"></widget>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label"></span>
<widget wid="HDSD00_14_005" type="textarea" width="600" placeholder="请输入内容"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HDSD00_14_117" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">签名日期: </span>
<widget wid="HDSD00_14_076" type="date" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
<div>
<span class="widget-label">手术日期:</span>
<widget wid="HY_RJSSJL_SSRQ" type="date" width="200" width="200"></widget>
</div>
<div>
<span class="widget-label">开始时间:</span>
<widget wid="HY_RJSSJL_KSSJ" type="date" width="200" width="200"></widget>
</div>
<div>
<span class="widget-label">结束时间:</span>
<widget wid="HY_RJSSJL_JSSJ" type="date" width="200" width="200"></widget>
</div>
<div>
<span class="widget-label">全程时间: </span>
<widget wid="HY_RJSSJL_QCSJ" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">术前诊断: </span>
<widget wid="HY_RJSSJL_SQZD" type="textarea" width="200"></widget>
</div>
<div>
<span class="widget-label">术中诊断: </span>
<widget wid="HY_RJSSJL_SZZD" type="textarea" width="200"></widget>
</div>
<div>
<span class="widget-label">手术名称: </span>
<widget wid="HY_RJSSJL_SSMC" type="textarea" width="200"></widget>
</div>
<div>
<span class="widget-label">手术者: </span>
<widget wid="HY_RJSSJL_SSZ" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">助手: </span>
<widget wid="HY_RJSSJL_SSZ" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">护士: </span>
<widget wid="HY_RJSSJL_HS" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">麻醉方法: </span>
<widget wid="HY_RJSSJL_MZFF" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">麻醉医师: </span>
<widget wid="HY_RJSSJL_MZYS" type="input" width="200"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">手术经过:</span>
<widget type="textarea" width="630" wid="HY_RJSSJL_SSJG" placeholder="-"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">手术者签名: </span>
<widget wid="HY_RJSSJL_SSZQM" type="input" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
<div>
<span class="widget-label">姓 名: </span>
<widget wid="HY_24RYJL_XM" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">职 业:</span>
<widget wid="HY_24RYJL_ZY" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">性 别: </span>
<widget wid="HY_24RYJL_XB" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">工作单位: </span>
<widget wid="HY_24RYJL_GZDW" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">年 龄:</span>
<widget wid="HY_24RYJL_NL" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">住 址:</span>
<widget wid="HY_24RYJL_ZZ" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">婚 姻:</span>
<widget wid="HY_24RYJL_HY" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">供史者:</span>
<widget wid="HY_24RYJL_GSZ" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">出生地:</span>
<widget wid="HY_24RYJL_CSD" type="input" width="160"></widget>
</div>
<div>
<span class="widget-label">入院日期:</span>
<widget wid="HY_24RYJL_RYRQ" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">民 族:</span>
<widget wid="HY_24RYJL_MZ" type="date" width="160"></widget>
</div>
<!--
<div>
<span class="widget-label">出院日期:</span>
<widget wid="HY_24RYJL_CYRQ" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">床号:</span>
<widget wid="HY_24RYJL_CH" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">CT号:</span>
<widget wid="HY01_16_CT_00" type="date" width="160"></widget>
</div>
<div>
<span class="widget-label">病理检验号:</span>
<widget wid="HY01_16_BLJY_00" type="date" width="160"></widget>
</div>
-->
</div>
<div class="present-history">
<span class="widget-label">主诉:</span>
<widget type="textarea" width="650" wid="HY_24RYJL_ZS" placeholder="请输入主诉"></widget>
</div>
<div class="present-history">
<span class="widget-label">病史:</span>
<widget type="textarea" width="650" wid="HY_24RYJL_XBS" placeholder="请输入现病史"></widget>
</div>
<div class="present-history">
<span class="widget-label">专科检查:</span>
<widget type="textarea" width="630" wid="HY_24RYJL_ZKJC" placeholder="请输入专科检查"></widget>
</div>
<div class="present-history">
<span class="widget-label">入院诊断:</span>
<widget type="textarea" width="630" wid="HY_24RYJL_RYZD" placeholder="请输入入院诊断"></widget>
</div>
<div class="present-history">
<span class="widget-label">诊治经过:</span>
<widget type="textarea" width="630" wid="HY_24RYJL_ZZJG" placeholder="请输入诊治经过"></widget>
</div>
<div class="present-history">
<span class="widget-label">出院情况:</span>
<widget type="textarea" width="650" wid="HY_24RYJL_CYQK" placeholder="请输入出院情况"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">出院日期: </span>
<widget wid="HY_24RYJL_CYRQ" type="input" width="120"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">出院诊断:</span>
<widget type="textarea" width="650" wid="HY_24RYJL_CYZD" placeholder="请输入出院诊断"></widget>
</div>
<div class="present-history">
<span class="widget-label">出院医嘱:</span>
<widget type="textarea" width="650" wid="HY_24RYJL_CYYZ" placeholder="请输入出院医嘱"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HY_24RYJL_YSQM" type="input" width="180"></widget>
</div>
</div>
</div>
</div>
\ No newline at end of file
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
margin-left: 400px;
margin-top: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
<div>
<span class="widget-label">科 别: </span>
<widget wid="HY_HYJL_KB" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">病 区: </span>
<widget wid="HY_HYJL_BQ" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">床 号: </span>
<widget wid="HY_HYJL_CH" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">住院号: </span>
<widget wid="HY_HYJL_ZYH" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">姓 名:</span>
<widget wid="HY_HYJL_XM" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">性 别: </span>
<widget wid="HY_HYJL_XB" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">年 龄: </span>
<widget wid="HY_HYJL_NL" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">婚 姻:</span>
<widget wid="HY_HYJL_HY" type="input" width="200"></widget>
</div>
<div class="whole">
<span class="widget-label">职 业:</span>
<widget wid="HY_HYJL_ZY" type="input" width="200"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">病历摘要:</span>
<widget wid="HY_HYJL_BLZY" type="textarea" width="670" placeholder="请输入病历摘要"></widget>
</div>
<div class="present-history">
<span class="widget-label">申请会诊目的和要求:</span>
<widget wid="HY_HYJL_SQHZMDHYQ" type="textarea" width="670" placeholder="请输入申请会诊目的和要求"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">申请会诊医师: </span>
<widget wid="HY_HYJL_SQHZYS" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">日期: </span>
<widget wid="HY_HYJL_HZDRQ" type="date" width="200"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">会诊医师意见:</span>
<widget wid="HY_HYJL_HZYSYJ" type="textarea" width="670" placeholder="请输入会诊医师意见"></widget>
</div>
<!--
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HDSD00_13_117" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">签名时间: </span>
<widget wid="HDSD00_13_049" type="date" width="200"></widget>
</div>
</div>
-->
</div>
</div>
\ No newline at end of file
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
</div>
<div class="present-history">
<span class="widget-label">病史摘要:</span>
<widget type="textarea" width="650" wid="HY_SQXJ_BSZY" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">术前诊断:</span>
<widget type="textarea" width="650" wid="HY_SQXJ_SQZD" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">诊断依据:</span>
<widget type="textarea" width="630" wid="HY01_06_ZDYJ_00" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术指征及病情评估:</span>
<widget type="textarea" width="630" wid="HY01_06_SSZZ_00" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">拟行手术:</span>
<widget type="textarea" width="630" wid="HY_SQXJ_SSMC" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术类别:</span>
<widget type="textarea" width="630" wid="HY_SQXJ_SSLB" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">拟施手术时间:</span>
<widget type="textarea" width="630" wid="HY01_06_NSSRQ_00" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术级别:</span>
<widget type="textarea" width="630" wid="HY_SQXJ_SSJB" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">拟手术者:</span>
<widget type="textarea" width="630" wid="HY_SQXJ_SSZ" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">拟行麻醉:</span>
<widget type="textarea" width="630" wid="HDSD00_06_058" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">术前准备:</span>
<widget type="textarea" width="630" wid="HY01_06_SQTSZB_00" placeholder="-"></widget>
</div>
<div class="whole">
<table width="100%" cellpadding="1" cellspace="0">
<tr>
<td>7、主治医师签名:<widget wid="HY_SQXJ_ZZYS" type="input" width="120"></widget></td>
<td>住院医师签字:<widget wid="HY_SQXJ_ZYYSQZ" type="input" width="120"></widget></td>
<td>记录日期:<widget wid="HY_SQXJ_JLRQ" type="input" width="120"></widget></td>
</tr>
<tr>
<td>8、科主任审批意见:<widget wid="HY_SQXJ_KZRSPYJ" type="input" width="120"></widget></td>
<td>签字:<widget wid="HY_SQXJ_KZRQZ" type="input" width="120"></widget></td>
<td>审批日期:<widget wid="HY_SQXJ_KZRSPRQ" type="input" width="120"></widget></td>
</tr>
</table>
</div>
<!--
<div class="present-history">
<span class="widget-label">主治医生:</span>
<widget type="textarea" width="630" wid="HY_SQXJ_ZZYS" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">记录日期:</span>
<widget type="textarea" width="630" wid="HY_SQXJ_JLRQ" placeholder="-"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HY_SQXJ_YSQM" type="input" width="180"></widget>
</div>
</div>
-->
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="base-info">
<div>
<span class="widget-label">姓 名:</span>
<widget wid="HY01_06_XM_SQTL" type="date" width="200" width="200"></widget>
</div>
<div>
<span class="widget-label">性 别:</span>
<widget wid="HY01_06_XB_SQTL" type="date" width="200" width="200"></widget>
</div>
<div>
<span class="widget-label">年 龄:</span>
<widget wid="HY01_06_NL_SQTL" type="date" width="200" width="200"></widget>
</div>
<div>
<span class="widget-label">讨论时间: </span>
<widget wid="HY01_06_TLRQ_SQTL" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">主 持 人: </span>
<widget wid="HY01_06_ZCR_SQTL" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">职 称: </span>
<widget wid="HY01_06_ZC_SQTL" type="input" width="200"></widget>
</div>
</div>
<div class="present-history">
<span class="widget-label">参加人员:</span>
<widget type="textarea" width="650" wid="HY01_06_CHRY_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术前诊断:</span>
<widget type="textarea" width="650" wid="HY01_06_SSQZD_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术指征:</span>
<widget type="textarea" width="630" wid="HY01_06_SSZZ_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">术前准备情况:</span>
<widget type="textarea" width="630" wid="HY01_06_SQZBQK_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术名称:</span>
<widget type="textarea" width="630" wid="HY01_06_SSMC_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术体位:</span>
<widget type="textarea" width="630" wid="HY01_06_TW_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">手术入路及手术切口:</span>
<widget type="textarea" width="630" wid="HY01_06_SSRL_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">操作步骤:</span>
<widget type="textarea" width="630" wid="HY01_06_CZBZ_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">术中注意事项、可能出现的意外及防范措施:</span>
<widget type="textarea" width="630" wid="HY01_06_SZKNFSWT_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">术后可能出现的意外及防范措施:</span>
<widget type="textarea" width="630" wid="HY01_06_SHKNFSWT_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">住院医师发言:</span>
<widget type="textarea" width="630" wid="HY01_06_ZYYSFY_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">主治医师发言:</span>
<widget type="textarea" width="630" wid="HY01_06_ZZYSFY_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">副主任医师以上发言:</span>
<widget type="textarea" width="630" wid="HY01_06_FZRYSFY_SQTL" placeholder="-"></widget>
</div>
<div class="present-history">
<span class="widget-label">主持人总结:</span>
<widget type="textarea" width="630" wid="HY01_06_ZCRZJ_SQTL" placeholder="-"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">主持人审签: </span>
<widget wid="HY01_06_ZCRSQ_SQTL" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">记录者签名: </span>
<widget wid="HY01_06_JLZQM_SQTL" type="input" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label">查房记录:</span>
<widget wid="HDSD00_14_011" type="textarea" width="600" placeholder="请输入查房记录"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HDSD00_14_138" type="input" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label"></span>
<widget wid="HY_BLTLJL_NR" type="textarea" width="800" placeholder="-"></widget>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label"></span>
<widget wid="HY_ZQTYS_NR" type="textarea" width="800" placeholder="-"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HDSD00_13_117" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">患方签字: </span>
<widget wid="HY_ZQTHJL_HZQZ" type="input" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label"></span>
<widget wid="HY_SXBL_NR" type="textarea" width="800" placeholder="-"></widget>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label">疾病介绍和治疗建议:</span>
<widget wid="HY_SXBL_JBJS" type="textarea" width="670" placeholder="请输入疾病介绍和治疗建议"></widget>
</div>
<div class="present-history">
<span class="widget-label">1.患者基本情况:</span>
<widget wid="HY_SXBL_HZJBQK" type="textarea" width="670" placeholder="请输入患者基本情况"></widget>
</div>
<div class="present-history">
<span class="widget-label">2.建议采取的输血方式:</span>
<widget wid="HY_SXBL_JYCQDSXFS" type="textarea" width="670" placeholder="请输入建议采取的输血方式"></widget>
</div>
<div class="present-history">
<span class="widget-label">治疗潜在风险和对策:</span>
<widget wid="HY_SXBL_ZLQZFXHDC" type="textarea" width="670" placeholder="请输入治疗潜在风险和对策"></widget>
</div>
<div class="present-history">
<span class="widget-label">患者、患者监护人、委托代理人意见:</span>
<widget wid="HY_SXBL_HZYJ" type="textarea" width="670" placeholder="请输入患者、患者监护人、委托代理人意见"></widget>
</div>
<div class="present-history">
<span class="widget-label">医护人员陈述:</span>
<widget wid="HY_SXBL_YHRYCS" type="textarea" width="670" placeholder="请输入医护人员陈述"></widget>
</div>
<div class="present-history">
<span class="widget-label">医护人员陈述:</span>
<widget wid="HY_SXBL_YHRYCS" type="textarea" width="670" placeholder="请输入医护人员陈述"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HY_SXBL_YSQM" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">日期: </span>
<widget wid="HY_SXBL_RQ" type="date" width="200"></widget>
</div>
</div>
</div>
</div>
<style id="CaseStyle">.doc-header {
<style id="CaseStyle">.doc-header {
position: relative;
padding-top: 10px;
padding-bottom: 20px;
}
.doc-header .hospital-name {
font-family: KaiTi;
font-weight: bold;
text-align: center;
font-size: 22px;
margin-bottom: 10px;
}
.doc-header .organization-id {
vertical-align: middle;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
text-align: center;
margin-bottom: 10px;
}
.doc-header .doc-title {
font-weight: bold;
text-align: center;
font-size: 24px;
}
.doc-header .sub-title {
font-weight: bold;
text-align: center;
font-size: 16px;
}
.doc-header .patient-info {
margin-top: 15px;
margin-bottom: 10px;
display: flex;
}
.doc-header .patient-info > div {
flex-grow: 1;
}
.doc-body .base-info {
margin-top: 20px;
}
.doc-body .base-info > div {
margin-bottom: 20px;
float: left;
width: 50%;
}
.doc-body .base-info > div.whole {
width: 100%;
}
.doc-body .base-info > div.line {
background: #e0e0e0;
height: 1px;
}
.doc-body .base-info::after {
content: " ";
display: table;
clear: both;
}
.doc-body .base-info > div.whole table{
border-collapse: collapse;
border: 1px solid #e0e0e0;
}
.doc-body .base-info > div.whole table th,.doc-body .base-info > div.whole table td{
border: 1px solid #e0e0e0;
padding: 5px 10px;
}
.doc-body .base-info .widget-label {
display: inline-block;
}
.doc-body .chief-complaint,
.doc-body .present-history {
margin-top: 20px;
}
.doc-body .chief-complaint .widget-label,
.doc-body .present-history .widget-label {
font-weight: bold;
display: inline-block;
}
.doc-body .autograph,
.doc-body .diagnosis {
text-align: right;
margin-top: 40px;
margin-right: 20px;
}
.doc-body .autograph > div{
margin-bottom: 20px;
}</style>
<div class="doc-container">
<include src="mrqc/customCaseTpl/public/xy2yy_head.tpl"></include>
<div class="doc-body">
<div class="present-history">
<span class="widget-label">一、病例特点:</span>
<widget wid="HY_SCBC_BLTD" type="textarea" width="600" placeholder="请输入病例特点"></widget>
</div>
<div class="present-history">
<span class="widget-label">二、拟诊讨论:</span>
<widget wid="HY_SCBC_NZTL" type="textarea" width="600" placeholder="请输入拟诊讨论"></widget>
</div>
<div class="present-history">
<span class="widget-label">三、诊疗计划:</span>
<widget wid="HY_SCBC_ZLJH" type="textarea" width="600" placeholder="请输入诊疗计划"></widget>
</div>
<div class="autograph">
<div>
<span class="widget-label">医师签名: </span>
<widget wid="HY_SCBC_YSQM" type="input" width="200"></widget>
</div>
<div>
<span class="widget-label">签名日期: </span>
<widget wid="HY_SCBC_QMSJ" type="date" width="200"></widget>
</div>
</div>
</div>
</div>
<!doctype html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8">
<th:block th:include="include :: header('南京市口腔医院病历质控分配规则')"/>
<link rel="stylesheet" th:href="@{/mrqc/css/public.css}">
<link rel="stylesheet" th:href="@{/mrqc/css/list.css}">
<link rel="stylesheet" th:href="@{/mrqc/css/manage_index.css}">
</head>
<script>
var ctx = '[[@{/}]]';
var prefix = ctx + "/manageRecord";
</script>
<body>
<div class="popup_addStaff" id="configQcRuleDiv">
<div class="manageRule" id="detailQcRule">
<!--
<p>
1、质控时间每月<input type="text" id="kqyy.startQcDay" th:value="${@config.getKey('mrqc.rule.getEmr.kqyy.startQcDay')}">日-<input
type="text" id="kqyy.endQcDay" th:value="${@config.getKey('mrqc.rule.getEmr.kqyy.endQcDay')}">日;
</p>
-->
<p>
1、每位质控员每月质控<input type="text" id="kqyy.emrsPerMonth" th:value="${@config.getKey('mrqc.rule.getEmr.kqyy.emrsPerMonth')}">份病历;
</p>
<p>
2、耳鼻咽喉科三病区每月最多质控<input type="text" id="kqyy.ebyhk3bq" th:value="${@config.getKey('mrqc.rule.getEmr.kqyy.ebyhk3bq')}">份病历;
</p>
<p>
3、按以下顺序优先分配病历:死亡、危重、四级手术、三级手术,若条件相同的,以住院时长作判断条件;
</p>
<p>
4、质控的病区范围:<select id="kqyy.priority" class="form-control " style="display:inline;width: 500px;">
<option value="sameAreaMode" th:selected="${@config.getKey('mrqc.rule.getEmr.kqyy.priority') == 'sameAreaMode'}">同区模式:系统只给质控员分配所在病区的病历</option>
<option value="crossConnectionMode" th:selected="${@config.getKey('mrqc.rule.getEmr.kqyy.priority') == 'crossConnectionMode'}">顺序交叉模式:系统将二病区病历分配给一病区质控员,以此类推</option>
<option value="randomMode" th:selected="${@config.getKey('mrqc.rule.getEmr.kqyy.priority') == 'randomMode'}">随机模式:不论病区,根据第3条规则随机分配病历</option>
<option value="randomConnectionMode" th:selected="${@config.getKey('mrqc.rule.getEmr.kqyy.priority') == 'randomConnectionMode'}">随机交叉模式:不看自己病区,一病区质控员随机看二、三、四病区病历</option>
</select>
</p>
<p>
5、医务处可对系统分配的病历进行调整和重新分配;如自动分配给质控员的病历不足
<input type="text" id="kqyy.manualDistributionThreashold" th:value="${@config.getKey('mrqc.rule.getEmr.kqyy.manualDistributionThreashold')}">份,由医务处手工检索抽取后分配给质控员。
</p>
</div>
</div>
</body>
<div th:include="include :: footer"></div>
<script>
function submitHandler() {
var data = {};
$('#detailQcRule input,select').each( function(index){
data[this.id] = $(this).val();
});
$.ajax({
url: prefix + "/saveDistributeRule",
contentType: "application/json",
data: JSON.stringify(data),
type: 'post',
beforeSend: function () {
$.modal.loading("正在处理中,请稍后...");
$.modal.disable();
},
success: function (result) {
$.modal.closeLoading();
$.modal.enable();
if (result.code === web_status.SUCCESS) {
$.modal.alertSuccess("保存成功")
var index = parent.layer.getFrameIndex(window.name);
parent.layer.close(index);
} else {
$.modal.alertError("保存失败," + result.msg);
}
}
});
}
</script>
</html>
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>测试页面</title>
</head>
<body>
质控DEMO工程启动: <span th:text="${demo}"></span>
<br>
当前登录人账号: <span>[[${sysUserDemo.userLogin}]]</span> ; 姓名: <span>[[${sysUserDemo.userName}]]</span>
</body>
</html>
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
<head>
<th:block th:include="include :: header('发送质控消息')" />
<th:block th:include="mrqc/include :: select2-min-css"/>
<link rel="stylesheet" th:href="@{/mrqc/css/select2-bootstrap.css}"/>
</head>
<style>
</style>
<body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
<form class="form-horizontal m" id="form-sdisStruct-add">
<div class="form-group col-xs-12 col-sm-6 col-md-6 col-lg-12">
<label class="col-xs-2 col-sm-7 col-md-7 col-lg-2 control-label" style="padding-top: 8px">目标:</label>
<div class="col-xs-10 col-sm-5 col-md-5 col-lg-10">
<input type="hidden" class="form-control" name="mainDoctor" id="mainDoctor" th:value="${doctorName}"/>
<select id="mainDoctorSel" class="form-control select2-multiple" multiple th:value="${doctorName}">
</select>
</div>
</div>
</form>
</div>
<div th:include="include::footer"></div>
<th:block th:include="mrqc/include :: select2-js"/>
<th:block th:include="mrqc/include :: bootstrap-suggest-min-js"/>
<script th:inline="javascript">
var prefixApi = ctx + "api";
var prefixKqyy = ctx + "kqyyApi";
var allDoctor = JSON.parse('[[${allDoctor}]]');
var doctorName = [[${doctorName}]];
var recordId = [[${recordId}]];
var loginName = [[${loginName}]];
var mainDoctors = [[${mainDoctors}]];
</script>
<script th:inline="javascript">
// select2 开启 tags 输入中文显示不全的BUG,不动源码的修复方式、参考https://blog.csdn.net/jx520/article/details/84936454
$(document).on('keyup', '.select2-selection--multiple .select2-search__field', function(event){
var $this = $(this);
$this.css('width', '20em');// 写个大点的值就行了。不用计算。
});
$(function() {
initDoctor(allDoctor);
});
function initDoctor(doctors) {
$("#mainDoctorSel").html("");
var html = "";
// if(mainDoctors != null){
// for (var i=0;i< mainDoctors.split(",").length;i++){
// var mainDoctor = mainDoctors.split(",")[i];
// html += "<option value='" + mainDoctor + "' selected>" + mainDoctor + "</option>"
//
// }
// }
for (var key in doctors) {
//多选框默认选中主治医师
/*if(loginName != null && loginName == key){
html += "<option value='" + mainDoctors + "' selected>" + mainDoctors + "</option>"
continue;
}*/
html += "<option value='" + key + "'>" + doctors[key] + "</option>"
}
$("#mainDoctorSel").html(html);
}
function submitHandler() {
debugger
var args = new Map();
var doctors = new Array();
if(doctorName != null){
args["sender"] = doctorName;
}else{
$("#mainDoctorSel option:selected").each(function () {
if ($(this).val() != null && $(this).val() != '')
doctors.push($(this).val())
});
args["sender"] = doctors.join(',');
}
args["recordIds"] = recordId;
$.post(prefixKqyy + '/sendMsgToIIH', args, function (result) {
var index = parent.layer.getFrameIndex(window.name);
$.post(prefixApi + '/remindMQ', args, function (resultQ) {
parent.layer.close(index);
parent.layer.msg(result.msg);
});
});
}
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment