123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : 외래채혈실핵의학검체조회.xrw
- * 설 명 : ㅇㅇ
- * 설 계 자 :
- * 작 성 자 :
- * 작 성 일 : 2009.07.24
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <spclist>
- <bcno/>
- <pid/>
- <hngnm/>
- <tclsnm/>
- <spcnm/>
- <spcstat/>
- <bcoll/>
- <spcpseuacpt/>
- <spcacpt/>
- <spccncl/>
- </spclist>
- </main>
- <send>
- <refflag>1</refflag>
- <reftext/>
- <fromdd/>
- <todd/>
- <spcflag>00</spcflag>
- </send>
- <init/>
- <hidden/>
- </root>
- </instance>
- <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/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- fSetInit();
- ]]>
- </script>
- <!-- 시행부서 조회-->
- <submission id="TRLLC00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/spclist"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 초기화
- function fSetInit() {
- model.removeNodeset("/root/init");
-
- /*model.setValue("/root/send/codeflag", "0001|0000|1004|");
- submit("TRLZZ00101");
- */
- model.removeNodeset("/root/main/spclist");
-
- var today = getCurrentDate();
-
- model.setValue("/root/send/fromdd", today);
- model.setValue("/root/send/todd", today);
- model.setFocus("ipt_text");
- model.refresh();
- }
-
- //조회
- function fGetNSpcList() {
- submit("TRLLC00601");
- }
-
- function fKeyEvent(){
-
- if(event.keyCode == "13"){
- if(event.target == "ipt_text"){
- if(ipt_text.currentText != "") {
- model.setValue("/root/send/reftext", (ipt_text.currentText).toUpperCase());
- fGetNSpcList();
- } else {
- messageBox("검색어를", "C001");
- }
- ipt_text.selBegin = 0;
- ipt_text.selEnd = ipt_text.currentText.length;
- }
- }
- }
-
- ]]>
- </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; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">핵의학 검체 조회</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:55px; width:134px; height:14px; ">핵의학 검체 List</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
- <datagrid id="grd_nspclist" nodeset="/root/main/spclist" caption="검체번호^등록번호^성명^검사명^검체명^검체상태^채혈정보^가접수정보^접수정보^취소정보" colsep="^" colwidth="80, 70, 60, 250, 80, 60, 160,160,160, 160" dataheight="25" defaultrows="1" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:75px; width:1194px; height:667px; ">
- <col ref="bcno"/>
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="tclsnm"/>
- <col ref="spcnm"/>
- <col ref="spcstat"/>
- <col ref="bcoll"/>
- <col ref="spcpseuacpt"/>
- <col ref="spcacpt"/>
- <col ref="spccncl"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_nspclist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <group id="group2" style="left:0px; top:10px; width:1195px; height:35px; font-weight:bold; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
- <line id="line3" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; "/>
- <button id="btn_Ref" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetNSpcList();
- ]]>
- </script>
- </button>
- <select1 id="cmb_refgbn" ref="/root/send/refflag" class="combo_search" navindex="11" appearance="minimal" style="left:755px; top:10px; width:90px; height:19px; ">
- <choices>
- <item>
- <label>환자번호</label>
- <value>1</value>
- </item>
- <item>
- <label>검체번호</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_text" ref="/root/send/reftext" class="input_button" navindex="12" imemode="disabled" inputtype="button" _chartype="upper" style="left:850px; top:10px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- fKeyEvent();
- ]]>
- </script>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if(ipt_text.currentText != "") {
- model.setValue("/root/send/reftext", (ipt_text.currentText).toUpperCase());
- fGetNSpcList();
- } else {
- messageBox("검색어를", "C001");
- }
- ipt_text.selBegin = 0;
- ipt_text.selEnd = ipt_text.currentText.length;
- ]]>
- </script>
- </input>
- <caption id="caption4" class="search_name" style="left:48px; top:11px; width:90px; height:17px; ">조회기간 :</caption>
- <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_s_essential" inputtype="date" style="left:142px; top:10px; width:106px; height:19px; "/>
- <caption id="caption5" class="search_no_b" style="left:250px; top:11px; width:15px; height:17px; ">~</caption>
- <input id="ipt_todd" ref="/root/send/todd" class="input_s_essential" inputtype="date" style="left:265px; top:10px; width:106px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:665px; top:10px; width:90px; height:17px; ">조회구분 :</caption>
- <caption id="caption3" class="search_name" style="left:425px; top:10px; width:90px; height:17px; ">검체상태 :</caption>
- <select1 id="cmb_spcflag" ref="/root/send/spcflag" class="combo_search" navindex="11" appearance="minimal" style="left:515px; top:10px; width:90px; height:19px; ">
- <choices>
- <item>
- <label>-전체-</label>
- <value>00</value>
- </item>
- <item>
- <label>취소</label>
- <value>0</value>
- </item>
- <item>
- <label>채혈</label>
- <value>2</value>
- </item>
- <item>
- <label>가접수</label>
- <value>3</value>
- </item>
- <item>
- <label>접수</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- </group>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
- <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_reset" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.reload();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|