123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- <?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="">
- <init>
- <code/>
- </init>
- <main>
- <erpatinfo>
- <erpatlist>
- <pid/>
- <hngnm/>
- <sex/>
- <calltype/>
- <calldr/>
- <fcalltime/>
- <lcalltime/>
- <callcnt/>
- <calldept/>
- <visittime/>
- <callvisit/>
- <doortime/>
- <outtime/>
- <inroomcd/>
- <eroutrmkind/>
- <indocuisstime/>
- <indept/>
- <diagnm/>
- </erpatlist>
- </erpatinfo>
- </main>
- <send>
- <fromdd/>
- <todd/>
- <grtype/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- ]]>
- </script>
- <submission id="TRMNE07001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/erpatlist"/>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="urlencoded-post"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/ercareweb/js/SMMNE07000.js"/>
- </xhtml:head>
- <xhtml:body guideline="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:216px; height:14px; ">응급의료센터 중증환자 지표관리</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="group2" style="left:0px; top:6px; width:1194px; height:39px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line13" class="line_4" style="x1:1039px; y1:8px; x2:1039px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:8px; width:91px; height:17px; ">조회기간 :</caption>
- <input id="input_refFrDT" ref="/root/send/fromdd" class="input_s_essential" inputtype="date" style="left:114px; top:8px; width:100px; height:19px; "/>
- <caption id="caption5" class="search_no_b" style="left:221px; top:8px; width:15px; height:17px; ">~</caption>
- <input id="input_refToDT" ref="/root/send/todd" class="input_s_essential" inputtype="date" style="left:240px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <button id="btn_srch" class="btn1_letter2" style="left:1055px; top:8px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:350px; top:8px; width:91px; height:17px; ">중증분류 :</caption>
- <select1 id="radio1" ref="/root/send/grtype" appearance="full" cols="4" overflow="visible" style="left:455px; top:10px; width:285px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>Trauma</label>
- <value>1</value>
- </item>
- <item>
- <label>New Brain</label>
- <value>2</value>
- </item>
- <item>
- <label>New Heart</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </select1>
- <button id="button1" class="btn1_letter2" style="left:1120px; top:8px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var fileName = window.fileDialog("save", ",", false, "응급의료센터중증환자지표", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- grd_erpatlist.saveExcel(fileName, "SheetName", true, true, "", "", false);
- ]]>
- </script>
- </button>
- </group>
- <line id="line4" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
- <datagrid id="grd_erpatlist" nodeset="/root/main/erpatinfo/erpatlist" class="datagrid2" caption="등록번호^환자명^S/A^CallType^호출Dr^CallTime(최초)^CallTime(최종)^호출횟수^호출과^VisitTime^Call ~Visit^DoorTime^OutTime^입원병실호수^응급실 퇴실유형^입원장발부시간^입원과^진단명" colsep="^" colwidth="72, 55, 44, 100, 83, 114, 95, 60, 63, 110, 84, 101, 101, 91, 100, 110, 73, 200" ellipsis="true" explorerbar="sortmove" frozencols="9" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:0px; top:74px; width:1194px; height:656px; ">
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="sex"/>
- <col ref="calltype"/>
- <col ref="calldr"/>
- <col ref="fcalltime" format="yyyy/mm/dd hh:nn"/>
- <col ref="lcalltime" format="yyyy/mm/dd hh:nn"/>
- <col ref="callcnt"/>
- <col ref="calldept"/>
- <col ref="visittime" format="yyyy/mm/dd hh:nn"/>
- <col ref="callvisit"/>
- <col ref="doortime" format="yyyy/mm/dd hh:nn"/>
- <col ref="outtime" format="yyyy/mm/dd hh:nn"/>
- <col ref="inroomcd"/>
- <col ref="eroutrmkind" type="combo">
- <choices>
- <itemset nodeset="/root/init/code/M0555">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="indocuisstime" format="yyyy/mm/dd hh:nn"/>
- <col ref="indept"/>
- <col ref="diagnm"/>
- </datagrid>
- <caption id="caption22" class="tit_2" style="left:5px; top:55px; width:201px; height:14px; ">응급의료센터 중증환자 리스트</caption>
- <line id="line1" class="line_3" style="x1:0px; y1:737px; x2:1194px; y2:737px; "/>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
- <caption id="caption3" style="left:1160px; top:5px; width:34px; height:20px; text-align:right; ">[표]</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|