SPLPR01800_CF조회.xrw 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SPLPR01700_블럭조회.xfm
  4. * 설 명 : 블럭조회
  5. * 설 계 자 : 설계자가 별도로 존재시 작성
  6. * 작 성 자 : 유동철(ACK)
  7. * 작 성 일 : 2007.11.08
  8. * 수정이력 :
  9. * 기 타 : 주석문에 반영되어야 할 사항 표기
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>블럭조회</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <cfinfo>
  20. <bfptnolist>
  21. <instcd/>
  22. <pid/>
  23. <ptno/>
  24. <dispptno/>
  25. <extrpartcd/>
  26. <extrmthdcd/>
  27. <diagcd/>
  28. <acptdd/>
  29. <readdrnm/>
  30. </bfptnolist>
  31. </cfinfo>
  32. </main>
  33. <send/>
  34. <init>
  35. </init>
  36. <hidden>
  37. </hidden>
  38. </root>
  39. </instance>
  40. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  43. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  44. <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
  45. <script type="javascript" ev:event="xforms-ready">
  46. <![CDATA[
  47. fExeInitialize();
  48. ]]>
  49. </script>
  50. <submission id="TRLPZ00108" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cfinfo/bfptnolist"/>
  51. </model>
  52. <script type="javascript">
  53. <![CDATA[
  54. /* @group : 블럭조회
  55. * @ver : 2007.11.08 (CMCDEV-0001)
  56. * @by : 유동철(ACK)
  57. * @-----------------------------------
  58. * @type : function
  59. * @access : public
  60. * @desc : 화면 초기화 처리 Function
  61. */
  62. function fExeInitialize() {
  63. model.removeNodeset("/root/main/cfinfo/bfptnolist");
  64. //--------------------------
  65. // Send Node 삭제 후 재 생성
  66. model.removeNodeset("/root/send");
  67. model.makeValue("/root/send/instcd", opener.javascript.getParameter("SPLPR00400_instcd"));
  68. model.makeValue("/root/send/pid", opener.javascript.getParameter("SPLPR00400_pid"));
  69. submit("TRLPZ00108");
  70. //--------------
  71. model.refresh();
  72. }
  73. function fExeClose() {
  74. window.close();
  75. }
  76. ]]>
  77. </script>
  78. </xhtml:head>
  79. <xhtml:body pagewidth="1108" pageheight="560" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  80. <group id="grp_biz" style="left:0px; top:0px; width:1090px; height:517; ">
  81. <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:1089px; y2:20px; "/>
  82. <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:205px; height:14px; ">CF 목록</caption>
  83. <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; ">
  84. <col ref="instcd"/>
  85. <col ref="pid"/>
  86. <col ref="ptno"/>
  87. <col ref="dispptno"/>
  88. <col ref="extrpartcd"/>
  89. <col ref="extrmthdcd"/>
  90. <col ref="diagcd"/>
  91. <col ref="acptdd"/>
  92. <col ref="readdrnm"/>
  93. </datagrid>
  94. </group>
  95. <group id="grp_btn" scroll="auto" style="left:0px; top:517; width:1090; height:27px; ">
  96. <button id="btn_exit" class="btn4_letter2" navindex="5" style="left:1034; top:5px; width:56px; height:22px; ">
  97. <caption>닫기</caption>
  98. <script type="javascript" ev:event="DOMActivate">
  99. <![CDATA[
  100. fExeClose();
  101. ]]>
  102. </script>
  103. </button>
  104. <line id="line17" class="line_6" style="x1:0px; y1:0px; x2:1090; y2:0px; "/>
  105. </group>
  106. </xhtml:body>
  107. </xhtml:html>