123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- <?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>Call Visit Time 현황</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <srchinfo>
- <cond>
- <fromdd/>
- <todd/>
- <srchtodd/>
- <srchorddept>-</srchorddept>
- </cond>
- </srchinfo>
- <callvisitinfo>
- <callvisitlsit>
- <pid/>
- <patnm/>
- <sex/>
- <age/>
- <diagnm/>
- <mainorddept/>
- <indt/>
- <fstexamorddt/>
- <decidt/>
- <outrmdt/>
- <recovwardcd/>
- <opyn/>
- <outrmcd/>
- <callmodin/>
- <visitmodcall/>
- <dschdclrmodin/>
- <outmodin/>
- <outmoddschdclr/>
- <difnm1/>
- <difcall1/>
- <difvisit1/>
- <difgab1/>
- <difnm2/>
- <difcall2/>
- <difvisit2/>
- <difgab2/>
- <difnm3/>
- <difcall3/>
- <difvisit3/>
- <difgab3/>
- <difnm4/>
- <difcall4/>
- <difvisit4/>
- <difgab4/>
- <difnm5/>
- <difcall5/>
- <difvisit5/>
- <difgab5/>
- <fstdeitdt/>
- <fstoutrmdt/>
- <fstrevisitindt/>
- <fstrevisitdeitdt/>
- <fstrevisitoutdt/>
- <scndrevisitindt/>
- <scndrevisitdeitdt/>
- <scndrevisitoutdt/>
- </callvisitlsit>
- </callvisitinfo>
- </main>
- <send/>
- <item/>
- <hidden>
- <item>
- <label/>
- <value/>
- </item>
- <orddeptlist/>
- <erorddeptlist/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removeNodeset("/root/main/callvisitinfo/callvisitlsit");
- var setDate = getDateCalc(getCurrentDate() , 1);
- model.setValue("/root/main/srchinfo/cond/fromdd", setDate);
- model.setValue("/root/main/srchinfo/cond/todd", setDate);
- model.setValue("/root/main/srchinfo/cond/srchtodd", getDateAddc(setDate, 1) );
-
- var instcd = getUserInfo("dutplceinstcd");
- //var instcd = "012"
- var standard_yn = "orduseyn";
- var ord_deptflag = 'D';
- var rslt_ref = "/root/hidden/orddeptlist";
- var sort_field = "dispseq";
- var sort_method = "asc";
-
- zbcfGetDeptCodeList(instcd, standard_yn, ord_deptflag, rslt_ref, sort_field, sort_method);
- model.makevalue("/root/hidden/erorddeptlist/dept/depthngnm", "-");
- model.makevalue("/root/hidden/erorddeptlist/dept/deptcd", "-");
- for(i = 0 ; i < getNodesetCount("/root/hidden/orddeptlist/dept") ; i ++ ) {
- model.makevalue("/root/hidden/erorddeptlist/dept["+(i+2)+"]/depthngnm", model.getValue("/root/hidden/orddeptlist/dept["+(i+1)+"]/depthngnm") );
- model.makevalue("/root/hidden/erorddeptlist/dept["+(i+2)+"]/deptcd" , model.getValue("/root/hidden/orddeptlist/dept["+(i+1)+"]/deptcd") );
- }
- combo1.refresh();
- ]]>
- </script>
- <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRMNE02201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/callvisitinfo"/>
- </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/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.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; ">Call Visit Time 현황</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; "/>
- <button id="button1" class="btn1_letter2" style="left:977px; top:8px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var srchHeader = "fromdd▦todd▦srchtodd▦srchorddept▩";
- var srchData = model.getValue("/root/main/srchinfo/cond/fromdd")+"▦"
- + model.getValue("/root/main/srchinfo/cond/todd")+"▦"
- + model.getValue("/root/main/srchinfo/cond/srchtodd")+"▦"
- + model.getValue("/root/main/srchinfo/cond/srchorddept")+"▩"
- model.makeValue("/root/send/cond", srchHeader + srchData);
-
- datagrid2.rebuildStyle();
-
- submit("TRMNE02201");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:961px; y1:8px; x2:961px; 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/main/srchinfo/cond/fromdd" class="input_s_essential" inputtype="date" style="left:104px; top:8px; width:100px; height:19px; "/>
- <caption id="caption5" class="search_no_b" style="left:206px; top:8px; width:15px; height:17px; ">~</caption>
- <input id="input_refToDT" ref="/root/main/srchinfo/cond/todd" class="input_s_essential" inputtype="date" style="left:220px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var getDate = getDateAddc(input_refToDT.value, 1);
- model.setValue("/root/main/srchinfo/cond/srchtodd",getDate);
- ]]>
- </script>
- </input>
- <button id="button2" class="btn1_letter2" style="left:1036px; top:8px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <button id="button3" class="btn1_letter4" style="left:1095px; top:8px; width:80px; height:22px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "응급실 Call&Visit Time_" + getCurrentDate() , "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if (fileName != "") {
- datagrid2.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:364px; top:8px; width:91px; height:17px; ">조회부서 :</caption>
- <select1 id="combo1" ref="/root/main/srchinfo/cond/srchorddept" class="combo_search" appearance="minimal" style="left:451px; top:8px; width:120px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/erorddeptlist/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </select1>
- </group>
- <line id="line4" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
- <datagrid id="datagrid2" nodeset="/root/main/callvisitinfo/callvisitlsit" class="datagrid2" caption="등록번호^환자명^성별^나이^주 증상 및 진단명^호출
진료과^입실시간^초진시간^결정시간^퇴실시간^중증^수술
여부^퇴실사유^입실-호출^호출-도착^입실-결정^입실-퇴실^결정-퇴실^타과1^호출1^도착1^gab^타과2^호출2^도착2^gab^타과3^호출3^도착3^gab^타과4^호출4^도착4^gab^타과5^호출5^도착5^gab^최초결정시간^최초퇴실시간^1차Revisit
입실시간^1차Revisit
결정시간^1차Revisit
퇴실시간^2차Revisit
입실시간^2차Revisit
결정시간^2차Revisit
퇴실시간" colsep="^" colwidth="65, 75, 40, 40, 220, 55, 110, 110, 110, 110, 35, 30, 70, 60, 60, 60, 60, 60, 50, 110, 110, 40, 50, 110, 110, 40, 50, 110, 110, 40, 50, 110, 100, 40, 50, 110, 110, 40, 110, 110, 110, 110, 110, 110, 110, 110" ellipsis="true" explorerbar="sort" frozencols="3" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:75px; width:1194px; height:656px; ">
- <col ref="pid"/>
- <col ref="patnm"/>
- <col ref="sex" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="diagnm"/>
- <col ref="mainorddept" style="text-align:center; "/>
- <col ref="indt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="fstexamorddt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="decidt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="outrmdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="recovwardcd"/>
- <col ref="opyn" style="text-align:center; "/>
- <col ref="outrmcd"/>
- <col ref="callmodin" style="text-align:right; "/>
- <col ref="visitmodcall" style="text-align:right; "/>
- <col ref="dschdclrmodin" style="text-align:right; "/>
- <col ref="outmodin" style="text-align:right; "/>
- <col ref="outmoddschdclr" style="text-align:right; "/>
- <col ref="difnm1" style="text-align:center; "/>
- <col ref="difcall1" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difvisit1" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difgab1" style="text-align:right; "/>
- <col ref="difnm2" style="text-align:center; "/>
- <col ref="difcall2" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difvisit2" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difgab2" style="text-align:right; "/>
- <col ref="difnm3" style="text-align:center; "/>
- <col ref="difcall3" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difvisit3" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difgab3" style="text-align:right; "/>
- <col ref="difnm4" style="text-align:center; "/>
- <col ref="difcall4" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difvisit4" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difgab4" style="text-align:right; "/>
- <col ref="difnm5" style="text-align:center; "/>
- <col ref="difcall5" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difvisit5" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="difgab5" style="text-align:right; "/>
- <col ref="fstdeitdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="fstoutrmdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="fstrevisitindt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="fstrevisitdeitdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="fstrevisitoutdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="scndrevisitindt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="scndrevisitdeitdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="scndrevisitoutdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- </datagrid>
- <caption id="caption22" class="tit_2" style="left:5px; top:55px; width:139px; height:13px; ">CallTime/VisitTime</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:1165px; top:5px; width:30px; height:20px; text-align:right; ">[표]</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|