123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>환자 자격 조회 내역</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <msg2list>
- <msg2info>
- <orddd/>
- <workdt/>
- <proccorpcd/>
- <qualflag/>
- <qualflagnm/>
- <qualacqtdd/>
- <hshdnm/>
- <secuinstmark/>
- <estmmark/>
- <paylimdd/>
- <ownbflag/>
- <ownbflagnm/>
- <heallifeamtval/>
- <choicorpmark1/>
- <choicorpmark2/>
- <choicorpmark3/>
- <choicorpmark4/>
- <choicorpnm1/>
- <choicorpnm2/>
- <choicorpnm3/>
- <choicorpnm4/>
- <dcntrypsnyn/>
- <handicaprrgstdd/>
- <rareobsttrgtman/>
- <befwomntrgtman/>
- <scndsuptrgtman/>
- <serdiagtrgtman/>
- <pregremamt/>
- <burntrgtman/>
- <sugartrgtman/>
- <procdurdd/>
- <denttop/>
- <dentbottom/>
- <paylimrgstdd/>
- <selfcathcatheter/>
- <qlfrestrictcd/>
- <dentimpl1/>
- <dentimpl2/>
- <tbrcls/>
- <handicapyn/>
- <disregprson10/>
- <disregprson11/>
- <datainptdt/>
- <msgcd/>
- <msg/>
- <fstrgstrid/>
- <fstrgstrnm/>
- <fstrgstdt/>
- <lastupdtrid/>
- <lastupdtrnm/>
- <lastupdtdt/>
- </msg2info>
- </msg2list>
- </main>
- <send>
- <pid/>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- <ordflag/>
- <ordfromdd/>
- <ordtodd/>
- <srchflag/>
- <srchfromdd/>
- <srchtodd/>
- </send>
- <hidden>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- </hidden>
- </root>
- </instance>
- <submission id="TRPAC04003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/msg2list/msg2info"/>
- </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" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/ordfromdd", getCurrentDate().toDate().getAddDate(-1, "Y").getDateFormat("YYYYMMDD"));
- model.setValue("/root/send/ordtodd", getCurrentDate());
- model.setValue("/root/send/srchfromdd", getCurrentDate().toDate().getAddDate(-1, "Y").getDateFormat("YYYYMMDD"));
- model.setValue("/root/send/srchtodd", getCurrentDate());
-
- ipt_ordfromdd.refresh();
- ipt_ordtodd.refresh();
- ipt_srchfromdd.refresh();
- ipt_srchtodd.refresh();
-
- if (checkOpener()) {
-
- var pid = opener.javascript.getParameter("SPPMC03900_ptmsg_pid");
-
- if (pid != null && pid.length > 0) {
- model.setValue("/root/send/pid", pid);
- ipt_pid.refresh();
- btn_search.dispatch("DOMActivate");
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:140px; height:13px; font-family:돋움; vertical-align:middle; ">환자 자격 조회 내역</caption>
- <caption id="caption7" class="tit_2" style="left:0px; top:70px; width:85px; height:13px; font-weight:bold; ">조회 내역</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:85px; x2:1195px; y2:85px; "/>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1195px; height:41px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="6" style="left:1130px; top:30px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (!submit("TRPAC04003")) {
- return;
- }
-
- if (instance1.selectNodes("/root/main/msg2list/msg2info").length > 0) {
- model.setValue("/root/hidden/hngnm", model.getValue("/root/main/msg2list/msg2info/hngnm"));
- model.setValue("/root/hidden/rrgstno1", model.getValue("/root/main/msg2list/msg2info/rrgstno").substr(0, 6));
- model.setValue("/root/hidden/rrgstno2", model.getValue("/root/main/msg2list/msg2info/rrgstno").substr(6, 7));
-
- cap_hngnm.refresh();
- cap_rrgstno1.refresh();
- cap_rrgstno2.refresh();
- }
- ]]>
- </script>
- </button>
- <line id="line13" style="x1:1119px; y1:28px; x2:1119px; y2:55px; border-color:#FFD799; border-left-style:solid; "/>
- <button id="btn_excel" class="btn2_letter4" style="left:1131px; top:65px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var filename = window.fileDialog("save", ",", false, "환자 자격 조회 내역", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_msg2.saveExcel(filename, "sheetname:환자 자격 조회 내역;colhiddenextend:true;rowhiddenextend:false;");
- messageBox("엑셀 저장이 완료되었습니다.", "I999");
- ]]>
- </script>
- </button>
- <datagrid id="grd_msg2" nodeset="/root/main/msg2list/msg2info" caption="진료일자^조회일시^의료급여기관기호^자격구분^자격구분^자격취득일^세대주성명^보장기관기호^시설기호^급여제한일자^본인부담구분^본인부담구분^건강생활유지비잔액^선택기관기호1^선택기관기호2^선택기관기호3^선택기관기호4^선택기관이름1^선택기관이름2^선택기관이름3^선택기관이름4^출국자여부^장애인등록일자^희귀난치대상자^산정특례(희귀)등록대상자^차상위대상자^산정특례(암)등록대상자^산전지원금잔액^산정특례(화상)등록대상자^당뇨병요양비대상자등록일^동일성분의약품제한자^노인틀니(상악)대상자^노인틀니(하악)대상자^자격상실처리일자^자가도뇨카테타대상자등록일자^급여제한여부^75세이상임플란트급여1^75세이상임플란트급여2^산정특례(결핵)등록정보^장애인여부^산정특례(극희귀)^산정특례(상세불명희귀)^송신일시^수신메시지코드^수신메시지^최초등록자ID^최초등록자^최초등록일시^최종수정자ID^최종수정자^최종수정일시" colsep="^" colwidth="70, 120, 0, 0, 120, 75, 70, 0, 0, 80, 0, 120, 120, 0, 0, 0, 0, 100, 100, 100, 100, 70, 95, 95, 150, 85, 140, 100, 150, 155, 130, 130, 130, 105, 180, 85, 135, 135, 140, 70, 120, 140, 120, 0, 250, 0, 70, 120, 0, 70, 120" ellipsis="true" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:90px; width:1195px; height:675px; text-align:center; ">
- <col ref="orddd" format="yyyy-mm-dd"/>
- <col ref="workdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="proccorpcd"/>
- <col ref="qualflag"/>
- <col ref="qualflagnm"/>
- <col ref="qualacqtdd" format="yyyy-mm-dd"/>
- <col ref="hshdnm"/>
- <col ref="secuinstmark"/>
- <col ref="estmmark"/>
- <col ref="paylimdd" format="yyyy-mm-dd"/>
- <col ref="ownbflag"/>
- <col ref="ownbflagnm" style="text-align:right; "/>
- <col ref="heallifeamtval" style="text-align:right; "/>
- <col ref="choicorpmark1"/>
- <col ref="choicorpmark2"/>
- <col ref="choicorpmark3"/>
- <col ref="choicorpmark4"/>
- <col ref="choicorpnm1"/>
- <col ref="choicorpnm2"/>
- <col ref="choicorpnm3"/>
- <col ref="choicorpnm4"/>
- <col ref="dcntrypsnyn"/>
- <col ref="handicaprrgstdd"/>
- <col ref="rareobsttrgtman"/>
- <col ref="befwomntrgtman"/>
- <col ref="scndsuptrgtman"/>
- <col ref="serdiagtrgtman"/>
- <col ref="pregremamt" style="text-align:right; "/>
- <col ref="burntrgtman"/>
- <col ref="sugartrgtman" format="yyyy-mm-dd"/>
- <col ref="procdurdd"/>
- <col ref="denttop"/>
- <col ref="dentbottom"/>
- <col ref="paylimrgstdd" format="yyyy-mm-dd"/>
- <col ref="selfcathcatheter"/>
- <col ref="qlfrestrictcd"/>
- <col ref="dentimpl1"/>
- <col ref="dentimpl2"/>
- <col ref="tbrcls"/>
- <col ref="handicapyn"/>
- <col ref="disregprson10"/>
- <col ref="disregprson11"/>
- <col ref="datainptdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="msgcd"/>
- <col ref="msg"/>
- <col ref="fstrgstrid"/>
- <col ref="fstrgstrnm"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="lastupdtrid"/>
- <col ref="lastupdtrnm"/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:nn:ss"/>
- </datagrid>
- <caption id="caption17" class="search_name" style="left:5px; top:33px; width:91px; height:17px; ">등록번호 :</caption>
- <input id="ipt_pid" ref="/root/send/pid" class="input_search" navindex="1" style="left:98px; top:32px; width:70px; height:19px; font-weight:bold; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if(event.keyCode == "13") {
- inputEnterKey("btn_search", "DOMActivate");
- }
- ]]>
- </script>
- </input>
- <button id="btn_pid" class="icon_search" style="left:175px; top:33px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.makeNode("/root/main/patinfo/patinfolist");
-
- modal("SPPMC02500", "", "200", "200");
-
- if (model.getValue("/root/main/popupendflag") != "cancel") {
- model.setValue("/root/send/pid", model.getValue("/root/main/patinfo/patinfolist/pid"));
- model.setValue("/root/send/hngnm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
- model.setValue("/root/send/rrgstno1", model.getValue("/root/main/patinfo/patinfolist/rrgstno1"));
- model.setValue("/root/send/rrgstno2", model.getValue("/root/main/patinfo/patinfolist/rrgstno2"));
-
- ipt_pid.refresh();
- cap_hngnm.refresh();
- cap_rrgstno1.refresh();
- cap_rrgstno2.refresh();
- } else {
- model.removenode("/root/main/popupendflag");
- model.removenode("/root/main/patinfo");
- }
- ]]>
- </script>
- </button>
- <input id="ipt_ordfromdd" ref="/root/send/ordfromdd" class="input_search" disabled="true" inputtype="date" style="left:482px; top:32px; width:85px; height:19px; "/>
- <input id="ipt_ordtodd" ref="/root/send/ordtodd" class="input_search" disabled="true" inputtype="date" style="left:581px; top:32px; width:85px; height:19px; "/>
- <caption id="caption2" style="left:567px; top:35px; width:15px; height:15px; text-align:center; ">~</caption>
- <input id="ipt_srchfromdd" ref="/root/send/srchfromdd" class="input_search" disabled="true" inputtype="date" style="left:777px; top:32px; width:85px; height:19px; "/>
- <input id="ipt_srchtodd" ref="/root/send/srchtodd" class="input_search" disabled="true" inputtype="date" style="left:877px; top:32px; width:85px; height:19px; "/>
- <caption id="caption4" style="left:862px; top:35px; width:15px; height:15px; text-align:center; ">~</caption>
- <caption id="cap_hngnm" ref="/root/hidden/hngnm" style="left:200px; top:32px; width:50px; height:19px; text-align:center; background-color:#f0f0f0; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="cap_rrgstno1" ref="/root/hidden/rrgstno1" style="left:255px; top:32px; width:50px; height:19px; text-align:center; background-color:#f0f0f0; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="cap_rrgstno2" ref="/root/hidden/rrgstno2" style="left:314px; top:32px; width:55px; height:19px; text-align:center; background-color:#f0f0f0; border-color:#c0c0c0; border-style:solid; "/>
- <caption id="caption9" style="left:304px; top:32px; width:10px; height:19px; text-align:center; ">-</caption>
- <select id="chk_ordflag" ref="/root/send/ordflag" overflow="visible" appearance="full" style="left:410px; top:33px; width:70px; height:15px; font-weight:bold; border-style:none; ">
- <choices>
- <item>
- <label>진료일 :</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ipt_ordfromdd.disabled = ipt_ordtodd.disabled = model.getValue("/root/send/ordflag") == "Y" ? false : true;
- ]]>
- </script>
- </select>
- <select id="chk_srchflag" ref="/root/send/srchflag" overflow="visible" appearance="full" style="left:705px; top:33px; width:70px; height:15px; font-weight:bold; border-style:none; ">
- <choices>
- <item>
- <label>조회일 :</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ipt_srchfromdd.disabled = ipt_srchtodd.disabled = model.getValue("/root/send/srchflag") == "Y" ? false : true;
- ]]>
- </script>
- </select>
- </xhtml:body>
- </xhtml:html>
|