12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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>임상심리검사대상자명단</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <fromdd/>
- <todd/>
- </cond>
- <prcptopayinfo/>
- </main>
- <init>
- </init>
- <send>
- </send>
- <hidden>
- <temp/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fInitialize();
- ]]>
- </script>
- <submission id="TRMMO20701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/main/prcptopayinfo"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- var sDate = getCurrentDate();
- model.setValue("/root/main/cond/fromdd" , sDate);
- model.setValue("/root/main/cond/todd" , sDate);
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="770" pageheight="600" guideline="1,1220;1,765;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:740px; height:45px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line7" class="line_1" style="x1:0px; y1:90px; x2:740px; y2:90px; "/>
- <input id="input2" ref="/root/main/cond/fromdd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:105px; top:33px; width:90px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:20px; top:33px; width:76px; height:17px; ">조회기간</caption>
- <button id="btn_req" class="btn1_letter2" style="left:550px; top:30px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRMMO20701");
- ]]>
- </script>
- </button>
- <line id="line3" style="x1:525px; y1:30px; x2:525px; y2:54px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption1" style="left:205px; top:33px; width:20px; height:19px; ">~</caption>
- <input id="input1" ref="/root/main/cond/todd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:225px; top:33px; width:90px; height:19px; "/>
- <caption id="caption6" class="tit_2" style="left:0px; top:75px; width:243px; height:13px; ">임상심리검사 대상자 명단</caption>
- <caption id="caption3" class="tit_1" style="left:0px; top:0px; width:243px; height:14px; ">임상심리검사 대상자 명단</caption>
- <datagrid id="datagrid1" nodeset="/root/main/prcptopayinfo/list" caption="구분^검사코드^검사명^진료일자^환자번호^환자명^건수^금액" colsep="^" colwidth="48, 95, 179, 92, 81, 80, 69, 78" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:95px; width:745px; height:465px; ">
- <col ref="ordtype"/>
- <col ref="prcpcd"/>
- <col ref="prcpnm"/>
- <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="pid"/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="cnt" format="#,###" style="text-align:right; "/>
- <col ref="amt" format="#,###" style="text-align:right; "/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|