123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>이미지뷰어</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <send>
- <ptno/>
- <dtbe/>
- <dten/>
- <iemr>
- <treatno/>
- <pid/>
- <orddeptcd/>
- <indd/>
- <docucd/>
- <ioflag/>
- <cmc_cretno/>
- <cmc_spcid/>
- <cmc_orddate/>
- <cmc_orderseqno/>
- <ocmnum/>
- </iemr>
- <emrpath/>
- <emrorddate/>
- <emrformnm/>
- <emrformcd/>
- <emrdeptnm/>
- <emrdeptcd/>
- <emrpage/>
- <emrhiddenmsg/>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var iemrNode = instance1.selectSingleNode("/root/send/iemr");
- iviewerIemr.window.javascript.searchChart(iemrNode);
- if (iviewerIemr.window.javascript.downloadChart() == true)
- {
- iviewerIemr.window.javascript.setupChart("ChartView");
- }
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript">
- <![CDATA[
-
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="886" pageheight="824" guideline="2,805;1,870;1,886;2,824;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <iviewer id="iviewerIemr" src="./SSMRC03100.xrw" style="left:0px; top:25px; width:870px; height:780px; "/>
- <button id="button2" class="btn2_letter2" style="left:0px; top:3px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- iviewerIemr.window.javascript.printChart("1");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|