123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <inhospatinfo>
- <inhospatlist>
- <hngnm/>
- <pid/>
- <sex/>
- <deptnm/>
- <deptcd/>
- <roomcd/>
- </inhospatlist>
- </inhospatinfo>
- </main>
- <cond>
- <basedate/>
- <orddept/>
- <medispcd/>
- </cond>
- <init>
- <orddept>
- <depthngnm/>
- <deptcd/>
- </orddept>
- <userlist/>
- </init>
- <send>
- <reqdata/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMMB04101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMMB04102" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMRS01400" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/cond" resultref="/root/main/inhospatinfo"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../emr/emrstatsweb/js/SMMRS01400.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- </xhtml:head>
- <xhtml:body accesskey="f2" guideline="2,764;2,765;2,763;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:135px; height:14px; ">지정의사별환자현황</caption>
- <shape id="roundrect1" appearance="roundrect" style="left:2px; top:25px; width:722px; height:53px; "/>
- <button id="btn_req" class="btn1_letter2" style="left:650px; top:41px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInhosPatList();
-
- ]]>
- </script>
- </button>
- <line id="line5" style="x1:640px; y1:35px; x2:640px; y2:75px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption20" class="tit_2" style="left:5px; top:88px; width:145px; height:13px; ">지정의사별환자LIST</caption>
- <line id="line1" class="line_1" style="x1:2px; y1:106px; x2:724px; y2:107px; "/>
- <datagrid id="grd_inhospatlist" nodeset="/root/main/inhospatinfo/inhospatlist" caption="환자명^환자번호^성별^진료과^진료과코드^병실^입원일" colsep="^" colwidth="158, 100, 84, 168, 21, 129, 156" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:2px; top:110px; width:722px; height:650px; ">
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="pid" visibility="hidden"/>
- <col ref="sex" style="text-align:center; "/>
- <col ref="deptnm" style="text-align:center; "/>
- <col ref="deptcd" visibility="hidden"/>
- <col ref="roomcd" style="text-align:center; "/>
- <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
- </datagrid>
- <caption id="caption9" class="search_name" style="left:20px; top:44px; width:86px; height:17px; ">기준일자 :</caption>
- <input id="input1" ref="/root/cond/basedate" class="input_s_essential" inputtype="date" validateformat="false" style="left:120px; top:44px; width:102px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:234px; top:44px; width:81px; height:17px; ">진료과 :</caption>
- <select1 id="cmb_doc" ref="/root/cond/medispcd" class="combo_search" appearance="minimal" style="left:520px; top:44px; width:102px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/userlist/usercombo">
- <label ref="usernm"/>
- <value ref="userid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption5" class="search_name" style="left:436px; top:46px; width:80px; height:17px; ">주치의 :</caption>
- <select1 id="cmb_orddept" ref="/root/cond/orddept" class="combo_search" appearance="minimal" style="left:318px; top:44px; width:102px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddept/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- fGetAdotid();
- ]]>
- </script>
- </select1>
- </xhtml:body>
- </xhtml:html>
|