123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?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>DRG조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <drgno/>
- <drgnm/>
- <drgboth/>
- <drgmin/>
- <drgcel/>
- <drgagefrom/>
- <drgageto/>
- </main>
- <send>
- <reqdata>
- <srchnm/>
- <orddeptcd/>
- </reqdata>
- </send>
- <init>
- </init>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var deptcd=opener.javascript.getParameter("deptcd");
- if(deptcd=="" || deptcd == null){
- messageBox("부서 정보가 없습니다.", "I", "");
- model.close();
- return;
- }else{
- model.makeValue("/root/send/reqdata/orddeptcd", deptcd);
- }
- fInitialize();
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMMO50001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize(){
- submit("TRMMO50001");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="680" pageheight="500" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption1" class="tit_2" style="left:18px; top:5px; width:85px; height:13px; ">DRG조회</caption>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:16px; top:26px; width:469px; height:29px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:415px; top:30px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRMMO50001");
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:20px; top:30px; width:86px; height:17px; ">DRG명:</caption>
- <datagrid id="drg_grd" nodeset="/root/main" allowuserresize="true" autoresize="true" caption="대표번호^DRG명^양안^소절개^복강경^연령시작^연령종료" colsep="^" colwidth="100, 530, 42, 42, 42, 60, 60" mergecellsfixedrows="bycolrec" rowsep="|" style="left:15px; top:70px; width:647px; height:405px; text-align:center; ">
- <col ref="drgno" style="text-align:center; "/>
- <col ref="drgnm" style="text-align:left; "/>
- <col ref="drgboth" visibility="hidden"/>
- <col ref="drgmin" visibility="hidden"/>
- <col ref="drgcel" visibility="hidden"/>
- <col ref="drgagefrom" visibility="hidden"/>
- <col ref="drgageto" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var sel_row=drg_grd.row;
- if(drg_grd.fixedRows<=sel_row){
- parent.javascript.model.makeValue("/root/temp/drgno", drg_grd.valueMatrix(sel_row, drg_grd.colRef("drgno")));
- parent.javascript.model.makeValue("/root/temp/drgnm", drg_grd.valueMatrix(sel_row, drg_grd.colRef("drgnm")));
- model.close();
- }
- ]]>
- </script>
- </datagrid>
- <input id="input1" ref="/root/send/reqdata/srchnm" length="20" style="left:92px; top:31px; width:318px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- </xhtml:body>
- </xhtml:html>
|