123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- <?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>외부CD등록 OCS전송</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <search>
- <empid/>
- <hngnm/>
- <notrsmcount/>
- <searchdate/>
- </search>
- <patinfo>
- <patinfolist/>
- </patinfo>
- <sendlist>
- <trsmtm/>
- <pid/>
- <totimg/>
- <trsmimg/>
- <trsmfail/>
- <trsmcom/>
- <eqmtcd/>
- <phodd/>
- <photm/>
- <testnm/>
- <report/>
- <orddeptcd/>
- <existyn/>
- <orderflag/>
- </sendlist>
- </main>
- <send>
- <data/>
- </send>
- <temp>
- <reesult>
- <pid/>
- <phodd/>
- <photm/>
- <trsmtm/>
- <orderflag/>
- </reesult>
- </temp>
- <init>
- <timer>60</timer>
- <interval/>
- <filenm/>
- <runflag>0</runflag>
- </init>
- <result>
- <data>
- <orddept>
- <deptnm/>
- <deptcd/>
- <pid/>
- </orddept>
- </data>
- <rstlist/>
- </result>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- fInitialize();
- ]]>
- </script>
- <submission id="TXMRC04101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMRC04102" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMRC04101" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/common.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../lis/commonweb/js/LLZ001.js"/>
- <script type="javascript" src="../../../emr/chrtmngtweb/js/SSMRC04100.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1238;1,73;" style="height:370px; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:98px; ">접수관리</caption>
- <group id="grd_result" scroll="auto" style="left:0px; top:15px; width:1195px; height:765px; ">
- <datagrid id="grd_sendlist" allowuserresize="false" caption="환자ID^구분^이미지^전송^검사명^촬영일^촬영시간^전송시간^부서^전송여부^처방여부^^전송날짜" colsep="^" colwidth="78, 80, 75, 68, 331, 84, 84, 88, 118, 73, 67, 0, 0" dataheight="23" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:72px; width:1190px; height:658px; ">
- <col ref="pid"/>
- <col ref="eqmtcd"/>
- <col ref="totimg"/>
- <col ref="trsmimg"/>
- <col ref="testnm"/>
- <col ref="phodd" format="yyyy-mm-dd"/>
- <col ref="photm" format="hh:nn:ss"/>
- <col ref="trsmtm" type="output" format="hh:nn:ss"/>
- <col ref="orddeptnm"/>
- <col ref="existyn" visibility="visible"/>
- <col ref="orderflag"/>
- <col ref="orddeptcd" visibility="hidden"/>
- <col ref="trsmdd" visibility="hidden"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_sendlist.gridToInstance();
- //var index = grd_sendlist.selectedCells.item(0).row;
- //model.setValue("/root/main/sendlist[" +index+ "]/trsmflag", "Y");
- ]]>
- </script>
- </datagrid>
- <input id="ipt_timer" ref="/root/init/timer" class="input_search" navindex="30" maxlength="2" style="left:884px; top:736px; width:25px; height:19px; "/>
- <button id="btn_subtime" navindex="31" style="left:910px; top:732px; width:15px; height:15px; ">
- <caption>▼</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(ipt_timer.currentText > 0) {
- model.setValue("/root/init/timer", parseInt(model.getValue("/root/init/timer")) - 1);
- } else if(ipt_timer.currentText == 0 && btn_conversion.attribute("text") == "Conversion정지") {
- window.clearinterval(gTimerID);
- btn_conversion.attribute("text") = "Conversion시작";
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_addtime" navindex="32" style="left:910px; top:744px; width:15px; height:15px; ">
- <caption>▲</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/init/timer", parseInt(model.getValue("/root/init/timer")) + 1);
- model.refresh();
- ]]>
- </script>
- </button>
- <output id="opt_interval" ref="/root/init/interval" class="output_fix" style="left:923px; top:736px; width:25px; height:19px; "/>
- <button id="btn_conversion" class="btn2_letter8" style="left:959px; top:736px; width:108px; height:19px; ">
- <caption>Conversion시작</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fConversionStart();
- ]]>
- </script>
- </button>
- <caption id="cap_notrsm" class="hand" style="left:5px; top:737px; width:65px; height:17px; ">미전송</caption>
- <output id="opt_contnotrsm" ref="/root/main/search/notrsmcount" class="output_fix" style="left:74px; top:736px; width:30px; height:19px; "/>
- <button id="button2" class="btn2_letter8" style="left:1075px; top:736px; width:108px; height:19px; ">
- <caption>Conversion정지</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fConversionStop();
- ]]>
- </script>
- </button>
- <caption id="caption8" class="tit_2" style="left:5px; top:47px; width:139px; height:13px; ">SendList_환자별</caption>
- </group>
- <group id="grp_sea" scroll="auto" style="left:0px; top:15px; width:1195px; height:40px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
- <caption id="caption1" class="search_name" style="left:1px; top:9px; width:86px; height:17px; ">전송자 :</caption>
- <input id="ipt_empid" ref="/root/main/search/empid" class="input_s_essential" style="left:81px; top:8px; width:111px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == 13){
- model.setValue("/root/main/search/pid", ipt_empid.currentText);
- btn_usrsrch.dispatch("DOMActivate");
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <output id="opt_hngnm" ref="/root/main/search/hngnm" class="output_search" style="left:224px; top:7px; width:85px; height:19px; "/>
- <button id="btn_usrsrch" class="icon_search" style="left:199px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPatPopUp();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn1_letter4" navindex="1" style="left:320px; top:7px; width:80px; height:22px; ">
- <caption>파일열기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fOpenFile();
- ]]>
- </script>
- </button>
- <line id="line2" style="x1:1125px; y1:5px; x2:1125px; y2:31px; border-color:#ffcc99; "/>
- <button id="button3" class="btn4_letter2" style="left:1133px; top:7px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(ipt_empid.value == "") {
- messageBox("전송자를","C001");
- } else {
- fSaveBtn();
- fPrntGrid();
- }
- ]]>
- </script>
- </button>
- <output id="opt_filenm" class="output_fix" style="left:410px; top:9px; width:195px; height:19px; text-align:center; "/>
- <input id="ipt_searchdate" ref="/root/main/search/searchdate" class="input_search" inputtype="date" style="left:750px; top:9px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var searchdate = model.getValue("/root/main/search/searchdate");
- fPrntGrid(searchdate);
- ]]>
- </script>
- </input>
- <caption id="caption2" class="search_name" style="left:630px; top:10px; width:117px; height:17px; ">검색기준날짜 :</caption>
- </group>
- <line id="line1" class="line_1" style="x1:1190px; y1:82px; x2:0px; y2:82px; "/>
- <datagrid id="grd_hidden" nodeset="/root/main/sendlist" visibility="hidden" caption="전송시간^환자ID^전체이미지^전송성공^전송실패^전송한컴퓨터^촬영장비^촬영일^촬영시간^검사명^레포트" colsep="^" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:0px; height:0px; ">
- <col ref="trsmtm"/>
- <col ref="pid"/>
- <col ref="totimg"/>
- <col ref="trsmimg"/>
- <col ref="trsmfail"/>
- <col ref="trsmcom"/>
- <col ref="eqmtcd"/>
- <col ref="phodd"/>
- <col ref="photm"/>
- <col ref="testnm"/>
- <col ref="report"/>
- <col ref="orddeptcd"/>
- <col ref="orddeptnm"/>
- <col ref="existyn"/>
- <col ref="orderflag"/>
- <col ref="trsmdd"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|