加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
HCEmrView.html 4.03 KB
一键复制 编辑 原始数据 按行查看 历史
HCView 提交于 2019-07-08 00:32 . 修正链接
<!DOCTYPE html>
<html>
<head>
<title>HCEmrView帮助文档</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<base target="_self" />
<link type="text/css" rel="Stylesheet" href="css/presentation.css" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<script type="text/javascript" src="js/di.js"></script>
<script type="text/javascript" src="js/jquery-migrate.min.js"></script>
<!--[if (!IE) | (gt IE 8)]><!-->
<link type='text/css' rel='Stylesheet' href='css/highlighter.css' />
<!--<![endif]-->
<!--[if (!IE) | (gt IE 8)]><!-->
<script src="js/highlight.min.js"></script>
<!--<![endif]-->
<script type="text/javascript">
if (($.browser.msie == undefined) || ($.browser.version > 8)) {
hljs.tabReplace = ' ';
$(document).ready(function() {
$("#footerContent").html(getCopyright());
$('pre').each(function(i, e) {
hljs.highlightBlock(e);
});
});
}
</script>
<script type="text/javascript">
if (top.frames.length == 0) {
var topicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
var regex = new RegExp('(mk:@MSITStore|ms-help):?', 'i')
if (!top.location.href.match(regex)) {
top.location.href = "index.html?" + topicUrl;
}
} else if (top && top.navigationFrame && top.navigationFrame.selectTocItem) {
top.navigationFrame.selectTocItem("HCEmrViewHelp");
};
</script>
</head>
<body class="library">
<input type="hidden" id="contentEditableControl" class="userDataStyle" value="false" />
<input type="hidden" id="userDataCache" class="userDataStyle" />
<input type="hidden" id="hiddenScrollOffset" />
<input type="hidden" id="moduleName" value="HCEmrViewHelp" />
<input type="hidden" id="elementId" value="HCEmrViewHelp" />
<div id="content">
<div class="topic">
<h1 class="title">HCEmrView编辑器使用帮助文档</h1>
<p style="margin-left: 20px">HCEmrView是一款病历编辑控件,它在HCView编辑控件(自主研发)的基础上,实现了电子病历系统中病历内容书写相关的基础功能。包括数据元实现,痕迹处理,续打印等病历书写过程中用到的特殊功能。本文档包括HCEmrView和HCView两部分,HCEmrView部分可帮助你开发应用层面的系统或功能,HCView部分可帮助你了解编辑排版控件的功能实现。</p>
<h3>友情提示:</h3>
<div style="background-color: #EFEFEF">
<p style="margin-left: 20px">1.HCView默认支持藏文等有紧缩字符的文本,这导致文件保存后体积比不支持藏文等要大,如果你只需要中文和英文支持且对体积有敏感,可以关闭全局的条件编译符号 UNPLACEHOLDERCHAR,关闭后文件保存体积较关闭前理论上会减小约50%,注意关闭后打开关闭前保存的文档会不正常。</p>
</div>
<h3>HCEmrView 帮助目录</h3>
<p style="margin-left: 20px"><a href="HCEmrView_Property.html#field">属性(字段)</a></p>
<p style="margin-left: 20px"><a href="HCEmrView_Property.html#event">属性(事件)</a></p>
<p style="margin-left: 20px"><a href="HCEmrView_Method.html">方法</a></p>
<p style="margin-left: 20px"><a href="HCEmrView_Sample.html">应用示例</a></p>
<h3>HCView 帮助目录</h3>
<p style="margin-left: 20px"><a href="">属性(字段)</a></p>
<p style="margin-left: 20px"><a href="">属性(事件)</a></p>
<p style="margin-left: 20px"><a href="">方法</a></p>
</div>
</div>
<div id="footer">
<div id="footerContent"></div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化