12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?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="">
- <cond>
- <fromdd/>
- <todd/>
- </cond>
- <main>
- <lists>
- <erprcplist>
- <execdd/>
- <pid/>
- <hngnm/>
- <sex/>
- <age/>
- <prcpnm/>
- </erprcplist>
- </lists>
- </main>
- <hidden/>
- <send/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TRMNE06000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/lists"/>
- </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/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../emr/ercareweb/js/SMMNE06000.js"/>
- </xhtml:head>
- <xhtml:body>
- <group id="group2" style="left:0px; top:21px; width:1194px; height:39px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line13" class="line_4" style="x1:1016px; y1:8px; x2:1016px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:8px; width:91px; height:17px; ">조회기간 :</caption>
- <caption id="caption5" class="search_no_b" style="left:206px; top:8px; width:15px; height:17px; ">~</caption>
- <button id="btn_srch" class="btn1_letter2" style="left:1032px; top:8px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOnClickSearchBtn();
- ]]>
- </script>
- </button>
- <button id="btn_excel" class="btn1_letter4" style="left:1095px; top:8px; width:80px; height:22px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOnClickExcelBtn();
- ]]>
- </script>
- </button>
- <caption id="caption1" style="left:455px; top:10px; width:170px; height:20px; ">검사실 : 응급센터내시경실</caption>
- <input id="input_FrDT" ref="/root/cond/fromdd" class="input_s_essential" inputtype="date" style="left:104px; top:8px; width:100px; height:19px; "/>
- <input id="input_ToDT" ref="/root/cond/todd" class="input_s_essential" inputtype="date" style="left:220px; top:8px; width:100px; height:19px; ">
- </input>
- </group>
- <line id="line4" class="line_1" style="x1:0px; y1:85px; x2:1194px; y2:85px; "/>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:145px; height:14px; ">응급센터 내시경조회</caption>
- <datagrid id="grd_erprcplist" nodeset="/root/main/lists/erprcplist" class="datagrid2" caption="검사시행일^등록번호^환자명^성별^나이^검사명" colsep="^" colwidth="99, 80, 80, 60, 60, 779" ellipsis="true" explorerbar="sortmove" frozencols="9" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:85px; width:1194px; height:656px; ">
- <col ref="execdd" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="sex" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="age" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="prcpnm"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|