12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>PRN 가능약품 목록조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <prn_result>
- <item>
- <drug_code/>
- <drug_hngnm/>
- <drug_engnm/>
- <comdesc/>
- <prcpclscd/>
- <ordclasscd/>
- </item>
- </prn_result>
- </main>
- <send>
- <search_code/>
- <search_name/>
- </send>
- <init>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if(opener.javascript.getParameter("SPMMO33800_search_code")!=""){
- model.setValue("/root/send/search_code" , opener.javascript.getParameter("SPMMO33800_search_code"));
- search_code.refresh();
-
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- <submission id="TRMMO33800" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/prn_result"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="731" pageheight="555" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:8px; top:0px; width:700px; height:550px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:4px; top:21px; width:690px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="tit_2" style="left:0px; top:4px; width:153px; height:14px; ">PRN가능약품 목록조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:64px; x2:700px; y2:64px; "/>
- <caption id="caption2" class="search_name" style="left:17px; top:30px; width:99px; height:17px; ">약품코드 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:625px; top:28px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.resetInstanceNode("/root/main/prn_result");
- submit("TRMMO33800");
- datagrid1.refresh();
- ]]>
- </script>
- </button>
- <input id="search_code" ref="/root/send/search_code" style="left:105px; top:29px; width:145px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13"){
- model.setFocus("btn_search");
- btn_search.dispatch("DOMActivate");
- model.setFocus("search_code");
- }
- ]]>
- </script>
- </input>
- <caption id="caption3" class="search_name" style="left:262px; top:30px; width:99px; height:17px; ">약품명 :</caption>
- <input id="search_name" ref="/root/send/search_name" style="left:340px; top:29px; width:155px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13"){
- model.setFocus("btn_search");
- btn_search.dispatch("DOMActivate");
- model.setFocus("search_name");
- }
- ]]>
- </script>
- </input>
- </group>
- <datagrid id="datagrid1" nodeset="/root/main/prn_result/item" caption="분류^OCS분류^약품코드^한글명^영문명^성분명" colsep="^" colwidth="44, 74, 91, 189, 139, 144" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:8px; top:69px; width:700px; height:471px; ">
- <col ref="prcpclscd"/>
- <col ref="ordclasscd"/>
- <col ref="drug_code"/>
- <col ref="drug_hngnm"/>
- <col ref="drug_engnm"/>
- <col ref="comdesc"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|