123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPLPR01700_블럭조회.xfm
- * 설 명 : 블럭조회
- * 설 계 자 : 설계자가 별도로 존재시 작성
- * 작 성 자 : 유동철(ACK)
- * 작 성 일 : 2007.11.08
- * 수정이력 :
- * 기 타 : 주석문에 반영되어야 할 사항 표기
- -->
- <?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>
- <cfinfo>
- <bfptnolist>
- <instcd/>
- <pid/>
- <ptno/>
- <dispptno/>
- <extrpartcd/>
- <extrmthdcd/>
- <diagcd/>
- <acptdd/>
- <readdrnm/>
- </bfptnolist>
- </cfinfo>
- </main>
- <send/>
- <init>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <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/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- <submission id="TRLPZ00108" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cfinfo/bfptnolist"/>
- </model>
- <script type="javascript">
- <![CDATA[
- /* @group : 블럭조회
- * @ver : 2007.11.08 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 화면 초기화 처리 Function
- */
- function fExeInitialize() {
- model.removeNodeset("/root/main/cfinfo/bfptnolist");
-
- //--------------------------
- // Send Node 삭제 후 재 생성
- model.removeNodeset("/root/send");
- model.makeValue("/root/send/instcd", opener.javascript.getParameter("SPLPR00400_instcd"));
- model.makeValue("/root/send/pid", opener.javascript.getParameter("SPLPR00400_pid"));
- submit("TRLPZ00108");
- //--------------
- model.refresh();
- }
-
- function fExeClose() {
- window.close();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1108" pageheight="560" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="grp_biz" style="left:0px; top:0px; width:1090px; height:517; ">
- <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:1089px; y2:20px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:205px; height:14px; ">CF 목록</caption>
- <datagrid id="grd_cflist" nodeset="/root/main/cfinfo/bfptnolist" class="datagrid2" autoresize="true" caption="기관코드^등록번호^caption1^병리번호^T^P^M^접수일자^판독의" colsep="^" colwidth="0, 80, 0, 80, 236, 250, 250, 90, 80" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" navindex="1" style="left:0px; top:25px; width:1089px; height:492px; ">
- <col ref="instcd"/>
- <col ref="pid"/>
- <col ref="ptno"/>
- <col ref="dispptno"/>
- <col ref="extrpartcd"/>
- <col ref="extrmthdcd"/>
- <col ref="diagcd"/>
- <col ref="acptdd"/>
- <col ref="readdrnm"/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:517; width:1090; height:27px; ">
- <button id="btn_exit" class="btn4_letter2" navindex="5" style="left:1034; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeClose();
- ]]>
- </script>
- </button>
- <line id="line17" class="line_6" style="x1:0px; y1:0px; x2:1090; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|