123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>
- <fromdd/>
- <todd/>
- <srchflag>U</srchflag>
- </cond>
- <deptdrclslist>
- <deptdrclslist/>
- </deptdrclslist>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <hidden/>
- <init/>
- <temp/>
- </root>
- </instance>
- <submission id="TRMRI01102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/deptdrclslist"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/main/cond/fromdd", getCurrentDate());
- model.setValue("/root/main/cond/todd" , getCurrentDate());
- model.refresh();
- ]]>
- </script>
- </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="../../../emr/prcpmngtweb/js/MMO001.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1194;2,784;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <shape id="roundrect1" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:60px; "/>
- <button id="btn_req" class="btn1_letter2" style="left:1124px; top:20px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- if(submit("TRMRI01102")){
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/main/cond/todd" inputtype="date" style="left:440px; top:20px; width:90px; height:19px; "/>
- <input id="input2" ref="/root/main/cond/fromdd" inputtype="date" style="left:330px; top:20px; width:90px; height:19px; "/>
- <caption id="caption8" style="left:424px; top:22px; width:15px; height:15px; ">~</caption>
- <caption id="caption9" class="search_name" style="left:9px; top:20px; width:86px; height:17px; ">검색기간 :</caption>
- <line id="line5" style="x1:1109px; y1:8px; x2:1109px; y2:53px; border-color:#ffe4bb; border-left-style:solid; "/>
- <datagrid id="datagrid1" nodeset="/root/main/deptdrclslist/deptdrclslist" caption="미비과^^구분^의사명^^등록번호^환자명^회차^입원일^퇴원일^퇴원과^index" colsep="^" colwidth="100, 26, 46, 100, 27, 100, 78, 59, 80, 80, 56, 51" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:82px; width:1194px; height:702px; ">
- <col ref="orddeptnm"/>
- <col ref="p"/>
- <col ref="doctkindflag"/>
- <col ref="unprepdrnm"/>
- <col ref="m"/>
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="indg"/>
- <col ref="indd" format="yyyy-mm-dd"/>
- <col ref="dschdd" format="yyyy-mm-dd"/>
- <col ref="dschdeptnm"/>
- <col ref="indx"/>
- </datagrid>
- <caption id="caption20" class="tit_2" style="left:2px; top:63px; width:157px; height:13px; ">과별 의사별 미비리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:77px; x2:1194px; y2:77px; "/>
- <select1 id="radio1" ref="/root/main/cond/srchflag" appearance="full" cellspacing="10" cols="3" overflow="visible" style="left:100px; top:20px; width:225px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>퇴원일자</label>
- <value>D</value>
- </item>
- <item>
- <label>미비일자</label>
- <value>U</value>
- </item>
- <item>
- <label>입원일자</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- </xhtml:body>
- </xhtml:html>
|