123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPAHR00900_청구환자조회.xrw
- * 설 명 : 청구환자조회
- * 설 계 자 : 서원식
- * 작 성 자 : 서원식
- * 작 성 일 : 2011.12.13
- * 수정이력 :
- * 기 타 :
- -->
- <?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>청구환자조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <reqdetllst>
- <item>
- <clamdd/>
- <sisfilename/>
- <hngnm/>
- <rrgstno/>
- <pid/>
- <clamamt/>
- <payinsubamt/>
- <payhealcntramt/>
- <insuadjustamt/>
- <healcntradjustamt/>
- <insureduamt/>
- <healcntrreduamt/>
- <insuaddamt/>
- <healcntraddamt/>
- <clamstat/>
- <testcd/>
- <healexamflag/>
- <rsrvdd/>
- <rsrvno/>
- </item>
- </reqdetllst>
- </main>
- <send>
- <srchtype>name</srchtype>
- <srchcode/>
- </send>
- </root>
- </instance>
- <submission id="TRAHA00900" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/reqdetllst"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/healexamweb/js/healexam.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fGetClamDetlList(){
- submit("TRAHA00900");
- model.refresh();
- }
-
- function fSetSisfilename(){
- if(isDataCell()){
- var sisfilename = model.getValue("/root/main/reqdetllst/item[" + grd_reqdetllst.row + "]/sisfilename");
- var clamdd = model.getValue("/root/main/reqdetllst/item[" + grd_reqdetllst.row + "]/clamdd");
- var clamstat = model.getValue("/root/main/reqdetllst/item[" + grd_reqdetllst.row + "]/clamstat");
- opener.model.setValue("/root/send/srchclamsisfilename" , sisfilename);
- opener.model.setValue("/root/send/srchclamfromdd" , clamdd);
- opener.model.setValue("/root/send/srchclamtodd" , clamdd);
- opener.model.setValue("/root/send/srchclamstat" , clamstat);
- opener.model.refresh();
- window.close();
- }else{
- messageBox("환자를 " , "C002");
- return;
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="750" pageheight="340" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:725px; height:305px; ">
- <group id="group2" style="left:0px; top:0px; width:725px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:-10px; top:0px; width:735px; height:35px; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:8px; width:86px; height:17px; ">검색조건 :</caption>
- <select1 id="srchtype" ref="/root/send/srchtype" class="combo_search" appearance="minimal" style="left:106px; top:8px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>성명</label>
- <value>name</value>
- </item>
- <item>
- <label>주민번호</label>
- <value>rrgstno</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- model.setFocus("srchcode");
- ]]>
- </script>
- </select1>
- <input id="srchcode" ref="/root/send/srchcode" class="input_search" navindex="1" maxlength="20" style="left:214px; top:8px; width:140px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <line id="line13" class="line_4" style="x1:644px; y1:7px; x2:644px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:655px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetClamDetlList();
- ]]>
- </script>
- </button>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:40px; width:140px; height:13px; ">청구내역</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:55px; x2:725px; y2:55px; "/>
- <datagrid id="grd_reqdetllst" nodeset="/root/main/reqdetllst/item" caption="청구일자^파일명^성명^주민번호^등록번호^청구상태^검사코드^" colsep="^" colwidth="80, 180, 80, 100, 70, 70, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:60px; width:725px; height:245px; ">
- <col ref="clamdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="sisfilename" style="text-align:left; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="rrgstno" format="999999-9999999" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col disabled="true" ref="clamstat" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>청구</label>
- <value>N</value>
- </item>
- <item>
- <label>청구취소</label>
- <value>C</value>
- </item>
- <item>
- <label>청구반환</label>
- <value>R</value>
- </item>
- <item>
- <label>청구완료</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col ref="testcd"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- fSetSisfilename();
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:311px; width:730px; height:27px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:725px; y2:0px; "/>
- <button id="btn_confirm" class="btn4_letter2" style="left:608px; top:4px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetSisfilename();
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:670px; top:4px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|