123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?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>
- <innplist/>
- </main>
- <send>
- <pid/>
- <basedd/>
- </send>
- <init>
- <PAM>
- <PK225list>
- <PK225>
- <cdid/>
- <cdnm/>
- </PK225>
- </PK225list>
- </PAM>
- </init>
- <hidden/>
- </root>
- </instance>
- <submission id="TRPMI03802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/innplist"/>
- <submission id="TRPAM00105" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- pamfGetCodeList(new Array("PK225"), new Array("/root/init/PAM/PK225list"));
-
- model.setValue("/root/send/basedd", getCurrentDate());
-
- var pid = window.opener.javascript.getParameter("SPPMI03800_PID");
-
- if (pid != null && pid != "") {
-
- model.setValue("/root/send/pid", pid);
- model.refresh();
-
- btn_search.dispatch("DOMActivate");
- } else {
-
- model.refresh();
- messageBox("환자가 선택되지 않았습니다.", "C000");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="770" pageheight="600">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:10px; top:15px; width:480px; height:30px; "/>
- <datagrid id="grd_innplist" nodeset="/root/main/innplist" visibility="visible" caption="구분^차트번호^성명^입원일자^입원형태^시작일자^종료일자^재원일수^병실^전문의" colsep="^" colwidth="70, 73, 65, 78, 80, 80, 76, 70, 63, 70" mergecellsfixedrows="bycolrec" rowsep="|" style="left:10px; top:50px; width:745px; height:540px; ">
- <col ref="gubun" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="true" ref="uncocd" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/PAM/PK225list/PK225">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="fromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="todd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="indays" style="text-align:right; padding-right:10; "/>
- <col ref="roomcd" style="text-align:center; "/>
- <col ref="medispclidnm" style="text-align:center; "/>
- </datagrid>
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:285px; height:14px; ">보호입원대상자</caption>
- <caption id="caption2" class="search_name" style="left:235px; top:21px; width:85px; height:17px; ">차트번호</caption>
- <caption id="caption3" class="search_name" style="left:20px; top:21px; width:100px; height:17px; ">기준일자</caption>
- <input id="input1" ref="/root/send/pid" disabled="false" navindex="2" style="left:320px; top:20px; width:70px; height:19px; text-align:center; "/>
- <input id="input2" ref="/root/send/basedd" disabled="false" navindex="1" inputtype="date" style="left:108px; top:20px; width:100px; height:19px; text-align:center; "/>
- <button id="btn_search" class="btn1_letter2" navindex="3" style="left:424px; top:20px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRPMI03802");
- ]]>
- </script>
- <hint>
- <![CDATA[기준일자에 재원중이거나, 입원예정인 환자 조회]]>
- </hint>
- </button>
- <button id="button1" class="btn2_letter4" style="left:691px; top:26px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if (grd_innplist.rows == 1) return;
-
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_innplist.saveExcel(fileName, "미수", true, true, "", "", true);
- }
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|