12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?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="">
- <main>
- <cond>
- <code/>
- <name/>
- <fromdd/>
- <todd/>
- </cond>
- <info>
- <list/>
- </info>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- fCodeSrchInit();
- model.setValue("/root/main/cond/fromdd" , fromdd);
- model.setValue("/root/main/cond/todd" , todd)
- model.setFocus("ipt_name");
- ipt_code.attribute("_chartype") = "upper";
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/SMMMO16300.js"/>
- <script type="javascript">
- <![CDATA[
- var code = opener.javascript.model.getValue("/root/main/cond/code");
- var fromdd = opener.javascript.model.getValue("/root/main/cond/fromdd");
- var todd = opener.javascript.model.getValue("/root/main/cond/todd");
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="541" pageheight="344" guideline="1,523;2,328;">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:19px; width:520px; height:61px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:106px; height:14px; ">코드조회</caption>
- <caption id="cap_code" class="search_name" style="left:10px; top:28px; width:90px; height:17px; "/>
- <input id="ipt_code" ref="/root/main/cond/code" class="input_essential" style="left:100px; top:28px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13") {
- btn_req.dispatch("DOMActivate");
- }
-
- ]]>
- </script>
- </input>
- <caption id="cap_name" class="search_name" style="left:10px; top:53px; width:99px; height:17px; "/>
- <input id="ipt_name" ref="/root/main/cond/name" class="input_essential" style="left:100px; top:53px; width:265px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13") {
- btn_req.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <button id="btn_req" class="btn1_letter2" style="left:455px; top:40px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetData();
- ]]>
- </script>
- </button>
- <line id="line3" style="x1:439px; y1:24px; x2:439px; y2:77px; border-color:#ffe4bb; border-left-style:solid; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:99px; x2:525px; y2:100px; "/>
- <caption id="cap_subtitle" class="tit_2" style="left:0px; top:84px; width:147px; height:14px; ">코드조회</caption>
- <datagrid id="grd_prcplist" nodeset="/root/main/info/list" caption="처방코드^처방명^처방한글명" colsep="^" colwidth="100, 254, 262" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:103px; width:525px; height:225px; ">
- <col ref="code"/>
- <col ref="engnm"/>
- <col ref="hngnm"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|