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>신장환자조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <fromprcpdd/>
- <toprcpdd/>
- </cond>
- <bdHtPatinfo>
- <bdHtPatlist>
- <ioflag/>
- <pid/>
- <hngnm/>
- <orddeptnm/>
- <rsrvdd/>
- <prcpdd/>
- <prcpnm/>
- </bdHtPatlist>
- </bdHtPatinfo>
- </main>
- <send>
- </send>
- <hidden>
- </hidden>
- <cmn>
- </cmn>
- <init/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <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/departmentcodeweb/js/common.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../emr/dialroomweb/js/SMMND04200.js"/>
- <submission id="TRMND04201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/bdHtPatinfo"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1195;1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">신장환자조회</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:742px; ">
- <group id="group2" style="left:0px; top:10px; width:1194px; height:45px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:45px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_Query" class="btn1_letter2" style="left:1032px; top:12px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetBdHtPatList();
- ]]>
- </script>
- </button>
- <caption id="caption12" class="search_name" style="left:11px; top:12px; width:90px; height:17px; ">처방기간:</caption>
- <input id="ipt_fromprcpdd" ref="/root/main/cond/fromprcpdd" class="input_s_essential" inputtype="date" style="left:95px; top:12px; width:100px; height:19px; "/>
- <caption id="caption1" style="left:198px; top:15px; width:15px; height:15px; font-weight:bold; ">~</caption>
- <input id="ipt_toprcpdd" ref="/root/main/cond/toprcpdd" class="input_s_essential" inputtype="date" style="left:213px; top:12px; width:100px; height:19px; "/>
- <button id="button2" class="btn1_letter4" style="left:1096px; top:12px; width:80px; height:22px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if (fileName != "")
- {
- datagrid1.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- ]]>
- </script>
- </button>
- </group>
- <line id="line2" class="line_1" style="x1:0px; y1:57px; x2:1194px; y2:57px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/bdHtPatinfo/bdHtPatlist" class="datagrid2" caption="입/외^환자번호^환자명^진료과^예약일자^처방일자^처방명" colsep="^" colwidth="40,75,65,97,70,70,700" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:62px; width:1194px; height:678px; ">
- <col ref="ioflag" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="orddeptnm" style="text-align:center; "/>
- <col ref="rsrvdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="prcpdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="prcpnm"/>
- </datagrid>
- </group>
- <group id="grp_btn" visibility="hidden" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; "/>
- </xhtml:body>
- </xhtml:html>
|