123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- <?xml version="1.0" encoding="UTF-16"?>
- <?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>
- <grdmonthbloodman>
- <monthbloodmanlist/>
- </grdmonthbloodman>
- </main>
- <search>
- <fromdd/>
- <todd/>
- <goobun/>
- <ordtype/>
- </search>
- <hospital>강남성모병원</hospital>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList(new Array("P0008","P0021","P0341","P0022","P0020","P0029","P0344", "P0010"),
- new Array("/root/init/comncdlist/P0008list","/root/init/comncdlist/P0021list","/root/init/comncdlist/P0341list","/root/init/comncdlist/P0022list","/root/init/comncdlist/P0020list"
- ,"/root/init/comncdlist/P0029list","/root/init/comncdlist/P0344list", "/root/init/comncdlist/P0010list"));
-
- //진료과코드 진료의사ID 조회
- //pamGetDeptCDDrIDList();
- //초기화 및 날자 입력 항목에 오늘 날자 세팅
- fInitialize();
-
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRZBP00102" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPAS01371" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/search" resultref="/root/main/grdmonthbloodman"/>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- <script type="javascript">
- <![CDATA[
-
- function fInitialize() {
-
-
- //날자 입력 항목에 오늘 날자 세팅
- var curDate = getCurrentDate();
-
- curDate = curDate.toDate().getAddDate(-1,"D");
- var nextDate = curDate.getFullYear();
- nextDate = nextDate.toString() + (( curDate.getMonth() + 1 > 9 ) ? curDate.getMonth() + 1 : "0" + (curDate.getMonth() + 1));
- nextDate = nextDate.toString() + (( curDate.getDate() > 9 ) ? curDate.getDate() : "0" + curDate.getDate()) ;
-
- model.setValue("/root/search/fromdd", nextDate);
- model.setValue("/root/search/todd", nextDate);
-
- combo1.select(0);
- rdo_ordtype.select(0);
- model.refresh();
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784">
- <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
- <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:190px; height:14px; font-family:돋움; vertical-align:middle; ">월별수혈자내역</caption>
- </group>
- <group id="group2" style="left:4px; top:22px; width:1203px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:10px; top:9px; width:70px; height:17px; ">기간 :</caption>
- <line id="line2" class="line_4" style="x1:1130px; y1:7px; x2:1130px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1139px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRPAS01371");
- ]]>
- </script>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <input id="input7" ref="/root/search/fromdd" class="input_default" navindex="7" inputtype="date" style="left:70px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if( event.keyCode == 13 ) {
-
- var pCurTargetObj = event.ptarget.parent;
-
- if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
- event.keyCode = 9;
- pCurTargetObj.dispatch("onkeydown");
- }
- else {
-
- event.keyCode = 9;
- }
- }
- event.stopPropagation();
- ]]>
- </script>
- </input>
- <input id="input1" ref="/root/search/todd" class="input_default" navindex="7" inputtype="date" style="left:195px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if( event.keyCode == 13 ) {
-
- var pCurTargetObj = event.ptarget.parent;
-
- if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
- event.keyCode = 9;
- pCurTargetObj.dispatch("onkeydown");
- }
- else {
-
- event.keyCode = 9;
- }
- }
- event.stopPropagation();
- ]]>
- </script>
- </input>
- <caption id="caption5" class="search_name" style="left:315px; top:8px; width:75px; height:17px; font-weight:bold; ">구분 :</caption>
- <select1 id="combo1" ref="/root/search/ordtype" appearance="minimal" style="left:565px; top:8px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>외래</label>
- <value>1</value>
- </item>
- <item>
- <label>입원</label>
- <value>2</value>
- </item>
- <item>
- <label>응급</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" style="left:175px; top:10px; width:15px; height:15px; ">~</caption>
- <select1 id="rdo_ordtype" ref="/root/search/goobun" appearance="full" cellspacing="8" cols="3" overflow="visible" style="left:380px; top:8px; width:160px; height:19px; border-style:none; ">
- <choices>
- <item>
- <label>일자</label>
- <value>1</value>
- </item>
- <item>
- <label>월별</label>
- <value>2</value>
- </item>
- <item>
- <label>년별</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(rdo_ordtype.value == 1 ){
-
- input1.visible = true ;
- caption1.visible= true ;
-
- }else if(rdo_ordtype.value == 2){
-
- input1.visible = false ;
- caption1.visible = false ;
- }else if(rdo_ordtype.value==3){
- input1.visible = false ;
- caption1.visible = false ;
- }
-
- model.refresh();
- ]]>
- </script>
- </select1>
- </group>
- <datagrid id="datagrid4" nodeset="/root/main/grdmonthbloodman/monthbloodmanlist" caption="등록번호^성명^주민번호^보험유형^수혈대체일^청구일^수혈청구액^수혈삭감액^수혈입금액^수혈미수잔액^입금정리일^^^^^^^^" colsep="^" colwidth="120, 130, 130, 130, 130, 130, 130, 130, 130" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowheader="seq" rowsep="|" style="left:5px; top:90px; width:1198px; height:681px; font-weight:bold; ">
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:left; "/>
- <col ref="rrgstno" style="text-align:center; "/>
- <col ref="cdnm" style="text-align:center; "/>
- <col ref="rcptexecdd" format="yyyy/mm/dd" style="text-align:right; "/>
- <col style="text-align:right; "/>
- <col format="#,###"/>
- <col ref="discamt" format="#,###"/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- <caption id="caption6" style="left:7px; top:70px; width:83px; height:20px; font-weight:bold; ">가톨릭대학교</caption>
- <output id="output1" ref="/root/hospital" style="left:100px; top:70px; width:100px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|