123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <?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>DUR 서비스 관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <info>
- <brokerip/>
- <brokerport/>
- <durdbverno/>
- <dmd_sw_entp_cd/>
- <servicemodecd/>
- <timeout/>
- <selfchecktime/>
- <prsc_adm_sym/>
- <prsc_adm_nm/>
- <prsc_adm_telno/>
- <prsc_adm_fax_no/>
- <fstrgstrid/>
- <fstrgstdt/>
- <lastupdtrid/>
- <lastupdtdt/>
- </info>
- <list>
- <loglist/>
- </list>
- </main>
- <send>
- <usernm/>
- <prsc_grant_no/>
- <pat_jumin_no/>
- <pat_nm/>
- <err_cd/>
- <type_cd/>
- <job_cd/>
- <start_date/>
- <end_date/>
- <err_msg/>
- </send>
- <init>
- <comcd>
- <type_cd>
- <cdid/>
- <cdnm>
- <![CDATA[전체]]>
- </cdnm>
- <cdid>N</cdid>
- <cdnm>
- <![CDATA[일반]]>
- </cdnm>
- <cdid>D</cdid>
- <cdnm>
- <![CDATA[미전송]]>
- </cdnm>
- </type_cd>
- <jobcd>
- <cdid/>
- <cdnm>
- <![CDATA[전체]]>
- </cdnm>
- <cdid>N0100</cdid>
- <cdnm>
- <![CDATA[점검]]>
- </cdnm>
- <cdid>N0200</cdid>
- <cdnm>
- <![CDATA[테스트]]>
- </cdnm>
- <cdid>N0300</cdid>
- <cdnm>
- <![CDATA[사유전송]]>
- </cdnm>
- <cdid>N0400</cdid>
- <cdnm>
- <![CDATA[미전송처리]]>
- </cdnm>
- <cdid>N0500</cdid>
- <cdnm>
- <![CDATA[점검취소]]>
- </cdnm>
- </jobcd>
- </comcd>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var fromdd = ((getCurrentDate().toDate()).getAddDate(-2)).getDateFormat();
- var todd = getCurrentDate();
-
- model.setValue("/root/send/start_date", fromdd);
- model.setValue("/root/send/end_date", todd);
-
- cmb_type_cd.select(1);
-
- btn_save.disabled = !checkAuth("X") ;
-
- model.removeNodeset("/root/main/list/loglist");
-
- model.refresh();
-
- submit("TRZED00101");
- submit("TRZED00102");
- ]]>
- </script>
- <submission id="TRZED00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/info"/>
- <submission id="TRZED00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- <submission id="TXZED00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/info" resultref="/root/main/info"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript">
- <![CDATA[]]>
- </script>
- </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:189px; height:14px; ">DUR 서비스관리</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:36px; width:1194px; height:744px; ">
- <line id="line6" class="line_2" style="x1:-1px; y1:702px; x2:1193px; y2:702px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:660px; width:157px; height:13px; ">서비스현황 및 환경설정</caption>
- <line id="line1" class="line_1" style="x1:-1px; y1:675px; x2:1193px; y2:675px; "/>
- <caption id="caption7" class="cell_1" style="left:-1px; top:680px; width:121px; height:23px; vertical-align:middle; ">브로커서버IP</caption>
- <caption id="caption8" class="cell_1" style="left:446px; top:680px; width:112px; height:23px; vertical-align:middle; ">기준DB파일버전</caption>
- <caption id="caption5" class="cell_1" style="left:654px; top:680px; width:70px; height:23px; vertical-align:middle; ">서비스모드</caption>
- <select1 id="cmb_syscdinput" ref="/root/main/info/servicemodecd" class="combo_essential" disabled="true" appearance="minimal" style="left:729px; top:681px; width:97px; height:19px; ">
- <choices>
- <item>
- <label>정상</label>
- <value>N</value>
- </item>
- <item>
- <label>자체점검</label>
- <value>S</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_serial" ref="/root/main/info/durdbverno" class="input_essential" disabled="true" style="left:562px; top:681px; width:82px; height:19px; "/>
- <input id="ipt_brokerport" ref="/root/main/info/brokerport" class="input_essential" maxlength="5" style="left:374px; top:681px; width:68px; height:19px; "/>
- <caption id="caption3" class="cell_1" style="left:239px; top:680px; width:130px; height:23px; vertical-align:middle; ">브로커서버포트</caption>
- <input id="ipt_brokerip" ref="/root/main/info/brokerip" class="input_essential" style="left:124px; top:681px; width:110px; height:19px; "/>
- <input id="input1" ref="/root/main/info/dmd_sw_entp_cd" class="input_essential" disabled="false" style="left:667px; top:706px; width:457px; height:19px; "/>
- <caption id="caption2" class="cell_1" style="left:517px; top:704px; width:147px; height:23px; vertical-align:middle; ">청구소프트웨어인증코드</caption>
- <input id="input4" ref="/root/main/info/timeout" class="input_essential" maxlength="9" style="left:124px; top:705px; width:110px; height:19px; "/>
- <caption id="caption12" class="cell_1" style="left:-1px; top:704px; width:121px; height:23px; vertical-align:middle; ">전송타임아웃(초)</caption>
- <line id="line3" class="line_2" style="x1:-1px; y1:726px; x2:1193px; y2:726px; "/>
- <caption id="caption4" class="cell_1" style="left:239px; top:704px; width:121px; height:23px; vertical-align:middle; ">청구SW 업체코드</caption>
- <input id="input5" ref="/root/main/info/prsc_adm_sym" class="input_essential" maxlength="9" style="left:364px; top:705px; width:145px; height:19px; "/>
- <line id="line8" class="line_1" style="x1:0px; y1:115px; x2:1194px; y2:115px; "/>
- <caption id="caption20" class="tit_2" style="left:5px; top:100px; width:144px; height:13px; ">DUR 오류로그 목록</caption>
- <button id="btn_exelsave" class="btn2_letter4" style="left:1120px; top:95px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_msgformatlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <datagrid id="grd_msgformatlist" nodeset="/root/main/list/loglist" caption="일시^사용자ID^사용자명^처방전교부번호^환자주민번호^환자명^전문^오류코드^구분^전문구분^오류메시지" colwidth="119, 62, 63, 114, 106, 71, 169, 61, 64, 71, 254" dataheight="25" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" style="left:0px; top:118px; width:1194px; height:532px; border-color:#808080; ">
- <col editable="false" ref="fstrgstdt" type="input" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- <col editable="false" ref="userid" type="input" style="text-align:center; "/>
- <col editable="false" ref="usernm" type="input" style="text-align:center; "/>
- <col editable="false" ref="prsc_grant_no" type="input" style="text-align:center; "/>
- <col editable="false" ref="pat_jumin_no" type="input" style="text-align:center; "/>
- <col editable="false" ref="pat_nm" type="input" style="text-align:center; "/>
- <col editable="false" ref="doc" type="input"/>
- <col editable="false" ref="err_cd" type="input" style="text-align:center; "/>
- <col disabled="true" ref="type_cd" type="combo">
- <choices>
- <itemset nodeset="/root/init/comcd/type_cd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="job_cd" type="combo">
- <choices>
- <itemset nodeset="/root/init/comcd/jobcd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col editable="false" ref="err_msg" type="input" style="text-align:left; "/>
- </datagrid>
- <group id="group2" style="left:0px; top:14px; width:1194px; height:71px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:70px; "/>
- <caption id="caption9" class="search_name" style="left:16px; top:8px; width:102px; height:17px; ">사용자명</caption>
- <line id="line13" class="line_4" style="x1:1106px; y1:7px; x2:1106px; y2:65px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1120px; top:25px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRZED00102");
- ]]>
- </script>
- </button>
- <caption id="caption22" class="search_name" style="left:176px; top:8px; width:120px; height:17px; ">처방전교부번호</caption>
- <input id="ipt_msgfrmtno" ref="/root/send/prsc_grant_no" class="input_search" style="left:295px; top:8px; width:100px; height:19px; "/>
- <input id="input2" ref="/root/send/usernm" class="input_search" style="left:95px; top:8px; width:75px; height:19px; "/>
- <input id="input3" ref="/root/send/pat_jumin_no" class="input_search" style="left:520px; top:9px; width:95px; height:19px; "/>
- <caption id="caption10" class="search_name" style="left:411px; top:10px; width:120px; height:17px; ">환자주민번호</caption>
- <caption id="caption11" class="search_name" style="left:631px; top:10px; width:120px; height:17px; ">환자명</caption>
- <input id="input6" ref="/root/send/pat_nm" class="input_search" style="left:700px; top:10px; width:65px; height:19px; "/>
- <caption id="caption13" class="search_name" style="left:780px; top:10px; width:120px; height:17px; ">오류코드</caption>
- <input id="input7" ref="/root/send/err_cd" class="input_search" style="left:864px; top:10px; width:65px; height:19px; "/>
- <caption id="caption14" class="search_name" style="left:15px; top:40px; width:75px; height:17px; ">구분</caption>
- <select1 id="cmb_type_cd" ref="/root/send/type_cd" appearance="minimal" style="left:95px; top:40px; width:75px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/comcd/type_cd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption15" class="search_name" style="left:175px; top:40px; width:120px; height:17px; ">전문구분</caption>
- <select1 id="combo2" ref="/root/send/job_cd" appearance="minimal" style="left:295px; top:40px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/comcd/jobcd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption16" class="search_name" style="left:410px; top:40px; width:120px; height:17px; ">오류일자</caption>
- <input id="ipt_startdate" ref="/root/send/start_date" class="input_search" inputtype="date" format="yyyy-mm-dd" mask="exclude" style="left:520px; top:40px; width:95px; height:19px; "/>
- <caption id="caption17" style="left:625px; top:40px; width:20px; height:20px; ">~</caption>
- <input id="input8" ref="/root/send/end_date" class="input_search" inputtype="date" format="yyyy-mm-dd" mask="exclude" style="left:645px; top:40px; width:95px; height:19px; "/>
- <caption id="caption18" class="search_name" style="left:780px; top:40px; width:80px; height:17px; ">오류내용</caption>
- <input id="input9" ref="/root/send/err_msg" class="input_search" style="left:865px; top:40px; width:210px; height:19px; "/>
- </group>
- <button id="btn_init" class="btn4_letter3" style="left:1120px; top:650px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRZED00101")
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1061px; top:650px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (submit("TXZED00101"))
- {
- //alert("정상적으로 저장 되었습니다.");
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:32px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|