123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?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>사망분석 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond/>
- <list>
- <stdysrchlist>
- </stdysrchlist>
- </list>
- <templist>
- <row>
- <a/>
- <b/>
- <c/>
- <d/>
- <e/>
- <f/>
- <g/>
- <h/>
- <i/>
- <j/>
- <k/>
- </row>
- </templist>
- </main>
- </root>
- </instance>
- <!--- END-->
- <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="../../../emr/dschanalyweb/js/SMMRD01800.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- ]]>
- </script>
- <submission id="TRMRD01600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" add="bottom" resultref="/root/main/list"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1212;2,783;">
- <datagrid id="grd_list" nodeset="/root/main/list/stdysrchlist" class="datagrid2" caption="등록번호^환자명^입원일^입원과^입원분과^입원담당교수^입원담당의" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="48" rowsep="|" tooltip="true" style="left:1px; top:1px; width:1182px; height:692px; text-align:center; ">
- <col ref="a"/>
- <col ref="b"/>
- <col ref="c"/>
- <col ref="d"/>
- <col ref="e"/>
- <col ref="f"/>
- <col ref="g"/>
- <script type="javascript" ev:event="onscrolldown">
- <![CDATA[
- if(grd_list.vscroll.attribute("max") == grd_list.vscroll.attribute("pos")) {
- model.setValue("/root/main/cond/offset", grd_list.rows-grd_list.fixedRows); // grid의 header row는 제외
- submit("TRMRD01600");
- grd_list.dispatch("onmouseup"); // 스크롤바 처리를 위한 이벤트 발생
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //alert(grd_list.colAttribute(grd_list.col, "ref"));
- ]]>
- </script>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|