123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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="">
- <send>
- <indd/>
- </send>
- <main>
- <incncllist/>
- </main>
- <init>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- // 초기값 설정
- model.setValue("root/send/indd", getCurrentDate());
- model.refresh();
-
- // 조회
- button1.dispatch("DOMActivate");
- ]]>
- </script>
- <submission id="TRPMI03600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/incncllist"/>
- </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/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="700" pageheight="420" guideline="2,389;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:155px; height:14px; ">접수취소환자현황</caption>
- <group id="group3" scroll="auto" style="left:0px; top:15px; width:680px; height:346px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:45px; x2:680px; y2:45px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/incncllist" caption="차트번호^성명/나이/성별^성명/나이/성별^성명/나이/성별^입원일자^진료과^전문의^최종수정자^최종수정일시" colsep="^" colwidth="67, 67, 27, 24, 80, 120, 60, 74, 120" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:50px; width:680px; height:295px; ">
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="sex" style="text-align:center; "/>
- <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="orddeptnm" style="text-align:center; "/>
- <col ref="medispclnm" style="text-align:center; "/>
- <col ref="lastupdtrnm" style="text-align:center; "/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:mm:ss" style="text-align:center; "/>
- </datagrid>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:5px; top:5px; width:675px; height:35px; "/>
- <caption id="caption1" class="search_name" style="left:20px; top:14px; width:85px; height:17px; ">입원일자</caption>
- <input id="input1" ref="/root/send/indd" navindex="1" format="yyyy-mm-dd" style="left:110px; top:13px; width:100px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode == "13") {
-
- setInputNodeCurText();
-
- button1.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <button id="button1" class="btn1_letter2" navindex="2" style="left:615px; top:11px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var sIndd = model.getValue("root/send/indd");
- // 필수체크
- if (isNull(sIndd)) {
-
- messageBox("입원일자는 필수입니다.", "C000");
- return;
- }
-
- // 조회
- submit("TRPMI03600");
-
- ]]>
- </script>
- </button>
- </group>
- <button id="btn_cancel" class="btn4_letter2" navindex="3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:626px; top:368px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|