123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : 혈액재고조회.xrw.xrw
- * 설 명 : 혈액재고조회
- * 설 계 자 : (주)에이씨케이 -
- * 작 성 자 : (주)에이씨케이 -
- * 작 성 일 : 2006.11.28
- * 수정이력 :
- * 기 타 :
- -->
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root>
- <main>
- <bloddonationlist>
- <execdt/>
- <tnsrpid/>
- <tnsrpatnm/>
- <deptroom/>
- <blodbarcd/>
- <brgstno/>
- <execdd/>
- <jobnm/>
- <rrgstno/>
- <addr/>
- <donvol/>
- <btype/>
- <rslt1/>
- <rslt2/>
- <rslt3/>
- <rslt4/>
- <rslt5/>
- <rslt6/>
- <rslt7/>
- <rslt8/>
- <rslt9/>
- <rslt10/>
- <rslt11/>
- <rslt12/>
- <rslt13/>
- <rslt14/>
- <resndesc/>
- <rtndd/>
- </bloddonationlist>
- </main>
- <send>
- <data1/>
- </send>
- <init>
- </init>
- <hidden>
- <ref>
- <startdd/>
- <enddd/>
- <searchgbn>1</searchgbn>
- <searchtext/>
- <donagbn>1</donagbn>
- </ref>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- fSetInit();
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../lis/commonweb/js/LLZ001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../lis/commonweb/js/LZZ001.js"/>
- <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
- <submission id="TRLBP02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/bloddonationlist"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- function fSetInit() {
- var Today = getCurrentDate();
- var BfDay = getCurrentDate().toDate("YYYYMMDD").getAddDate(-30)
- model.removeNodeset("/root/main/bloddonationlist");
- model.setvalue("/root/hidden/ref/startdd",BfDay.getDateFormat("YYYYMMDD"));
- model.setvalue("/root/hidden/ref/enddd",Today);
- model.refresh();
-
- }
-
- function fGetBlodDonationList(){
-
- model.removeNodeset("/root/main/bloddonationlist");
- model.setvalue("/root/hidden/ref/searchtext",iptSearch.currentText);
- model.refresh();
-
- model.copyNode("/root/send/data1" , "/root/hidden/ref");
-
- submit("TRLBP02801");
-
- }
-
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body 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; "/>
- <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
- <group id="group2" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
- <caption id="caption2" class="search_name" style="left:16px; top:9px; width:99px; height:17px; ">실시일자 :</caption>
- <button id="button1" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fGetBlodDonationList();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; "/>
- <input id="input26" ref="/root/hidden/ref/startdd" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:90px; height:19px; "/>
- <caption id="caption3" class="search_no_b" style="left:199px; top:9px; width:15px; height:17px; ">~</caption>
- <input id="input1" ref="/root/hidden/ref/enddd" class="input_s_essential" inputtype="date" style="left:216px; top:8px; width:90px; height:19px; "/>
- <select1 id="combo2" ref="/root/hidden/ref/searchgbn" class="combo_search" appearance="minimal" style="left:878px; top:8px; width:87px; height:19px; ">
- <choices>
- <item>
- <label>등록번호</label>
- <value>1</value>
- </item>
- <item>
- <label>환자성명</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption5" class="search_name" style="left:790px; top:9px; width:88px; height:17px; ">검색구분 :</caption>
- <input id="iptSearch" ref="/root/hidden/ref/searchtext" class="input_s_button" navindex="1" inputtype="button" style="left:967px; top:8px; width:125px; height:19px; ">
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- fGetBlodDonationList();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13"){
- fGetBlodDonationList();
- }
- ]]>
- </script>
- </input>
- <select1 id="radio1" ref="/root/hidden/ref/donagbn" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:520px; top:9px; width:185px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>자가</label>
- <value>1</value>
- </item>
- <item>
- <label>자가이외</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption4" class="search_name" style="left:430px; top:9px; width:88px; height:17px; ">조회구분 :</caption>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:55px; width:131px; height:14px; ">헌혈자조회리스트</caption>
- <datagrid id="transfusiontext" nodeset="/root/main/bloddonationlist" caption="등록일시^등록번호^성명^공여자^진료과/병실^혈액제제종류^ 헌혈증서번호 혈액번호^헌혈일^직업^주민등록번호^주소^용량^혈액형^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^폐기사유^폐기일시|등록일시^등록번호^성명^공여자^진료과/병실^혈액제제종류^ 헌혈증서번호 혈액번호^헌혈일^직업^주민등록번호^주소^용량^혈액형^AST^ALT^WBC^RBC^Hb^PLT^Malaria^HBs Ag^HBs Ab^Anti-HCV^HIV Ag/Ab^NAT HCV^NAT HIV^HTLV^폐기사유^폐기일시" colsep="^" colwidth="125, 70, 70,70, 110, 80, 95, 75, 45, 115, 280, 60, 60, 65, 65, 65, 65, 65, 65, 65, 65, 65, 90, 90, 90, 90, 90, 120, 125" dataheight="23" defaultrows="1" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:75px; width:1194px; height:646px; ">
- <col ref="execdt" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- <col ref="tnsrpid" style="text-align:center; "/>
- <col ref="tnsrpatnm" style="text-align:center; "/>
- <col ref="dnornm" style="text-align:center; "/>
- <col ref="deptroom" style="text-align:center; "/>
- <col ref="blodbarcd" style="text-align:center; "/>
- <col ref="brgstno" style="text-align:center; "/>
- <col ref="execdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="jobnm" style="text-align:center; "/>
- <col ref="rrgstno" style="text-align:center; "/>
- <col ref="addr" style="text-align:left; "/>
- <col ref="donvol" style="text-align:center; "/>
- <col ref="btype" style="text-align:center; "/>
- <col ref="rslt1" style="text-align:center; "/>
- <col ref="rslt2" style="text-align:center; "/>
- <col ref="rslt3" style="text-align:center; "/>
- <col ref="rslt4" style="text-align:center; "/>
- <col ref="rslt5" style="text-align:center; "/>
- <col ref="rslt6" style="text-align:center; "/>
- <col ref="rslt7" style="text-align:center; "/>
- <col ref="rslt8" style="text-align:center; "/>
- <col ref="rslt9" style="text-align:center; "/>
- <col ref="rslt10" style="text-align:center; "/>
- <col ref="rslt11" style="text-align:center; "/>
- <col ref="rslt12" style="text-align:center; "/>
- <col ref="rslt13" style="text-align:center; "/>
- <col ref="rslt14" style="text-align:center; "/>
- <col ref="resndesc" style="text-align:center; "/>
- <col ref="rtndd" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- </datagrid>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
- <button id="button5" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSetInit();
- ]]>
- </script>
- </button>
- <line id="line15" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- </group>
- <group id="group5" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">헌혈자조회</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|