SPLNP90200_핵의학업무일지항목추가.xrw 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : 채혈접수취소등록.xrw
  4. * 설 명 : 채혈접수취소등록
  5. * 설 계 자 : (주)에이씨케이 -
  6. * 작 성 자 : (주)에이씨케이 -
  7. * 작 성 일 : 2006.11.11
  8. * 수정이력 : 2007.04.25 조철형 수정
  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>
  18. <main>
  19. <divgrupnmlist>
  20. <divgrupcd/>
  21. <tclscd/>
  22. <tclsnm/>
  23. <spccd/>
  24. <instcd/>
  25. </divgrupnmlist>
  26. </main>
  27. <send>
  28. <divgrupcd/>
  29. <codeflag/>
  30. </send>
  31. <init>
  32. </init>
  33. <hidden>
  34. <ref>
  35. <divgrupcd>00</divgrupcd>
  36. <tclscd/>
  37. </ref>
  38. <cond>
  39. <testcd/>
  40. <testnm/>
  41. </cond>
  42. </hidden>
  43. </root>
  44. </instance>
  45. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  47. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  48. <script type="javascript" src="../../../lis/commonweb/js/LLZ001.js"/>
  49. <script type="javascript" src="../../../lis/commonweb/js/LZZ001.js"/>
  50. <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
  51. <script type="javascript" ev:event="xforms-ready">
  52. <![CDATA[
  53. fsetup();
  54. ]]>
  55. </script>
  56. <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/LB0102"/>
  57. <submission id="TRLNP00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/divgrupnmlist"/>
  58. </model>
  59. <script type="javascript">
  60. <![CDATA[
  61. function fsetup(){
  62. model.setValue("/root/send/codeflag", "0000|0116|");
  63. if(submit("TRLZZ00101")) {
  64. model.setValue("/root/hidden/ref/divgrupcd", "00");
  65. }
  66. model.refresh();
  67. }
  68. function fSelectDivGrup(){
  69. model.removenodeset("/root/main/divgrupnmlist");
  70. model.refresh();
  71. model.setValue("/root/hidden/ref/tclscd", "");
  72. model.setValue("/root/send/divgrupcd", combo3.value);
  73. //model.setValue("/root/send/divgrupcd", "TFT");
  74. submit("TRLNP00102" ,false);
  75. model.refresh();
  76. }
  77. function fsetaddprcpcd(){
  78. var divgrupnmlist = chk_divgrupnmlist.value;
  79. var divgrupnmlistlabel = chk_divgrupnmlist.label;
  80. model.setValue("/root/hidden/cond/testcd", divgrupnmlist);
  81. model.setValue("/root/hidden/cond/testnm", divgrupnmlistlabel);
  82. model.copyNode(opener.root.tmp.cond,root.hidden.cond);
  83. window.close();
  84. }
  85. ]]>
  86. </script>
  87. </xhtml:head>
  88. <xhtml:body pagewidth="440" pageheight="300" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  89. <group id="group1" style="left:0px; top:0px; width:415px; height:265px; ">
  90. <caption id="caption1" class="tit_2" style="left:0px; top:10px; width:108px; height:14px; ">검사항목추가</caption>
  91. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:415px; y2:25px; "/>
  92. <button id="btn_cfm" class="btn4_letter2" style="left:359px; top:240px; width:56px; height:22px; ">
  93. <caption>닫기</caption>
  94. <script type="javascript" ev:event="onclick">
  95. <![CDATA[
  96. window.close();
  97. ]]>
  98. </script>
  99. </button>
  100. <group id="group2" style="left:0px; top:35px; width:415px; height:200px; ">
  101. <shape id="roundrect2" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:415px; height:195px; "/>
  102. <select1 id="combo3" ref="/root/hidden/ref/divgrupcd" class="combo_search" appearance="minimal" style="left:135px; top:5px; width:125px; height:19px; ">
  103. <choices>
  104. <itemset nodeset="/root/init/LB0116">
  105. <label ref="nm"/>
  106. <value ref="cd"/>
  107. </itemset>
  108. </choices>
  109. <script type="javascript" ev:event="xforms-value-changed">
  110. <![CDATA[
  111. fSelectDivGrup();
  112. ]]>
  113. </script>
  114. </select1>
  115. <caption id="caption9" class="search_name" style="left:15px; top:5px; width:120px; height:17px; ">분주라벨 그룹 :</caption>
  116. <group id="group7" style="left:10px; top:30px; width:395px; height:120px; background-color:#fffbf2; ">
  117. <select id="chk_divgrupnmlist" ref="/root/main/divgrupnmlist" class="checkbox_search" overflow="visible" appearance="full" cellspacing="20" cols="3" direction="acrossdown" rows="1" sep="▦" vcellspacing="10" style="left:5px; top:5px; width:385px; height:110px; border-style:none; ">
  118. <choices>
  119. <itemset nodeset="/root/main/divgrupnmlist">
  120. <label ref="tclsscrnnm"/>
  121. <value ref="tclscd"/>
  122. </itemset>
  123. </choices>
  124. </select>
  125. </group>
  126. </group>
  127. <button id="button1" class="btn4_letter2" style="left:300px; top:240px; width:56px; height:22px; ">
  128. <caption>추가</caption>
  129. <script type="javascript" ev:event="onclick">
  130. <![CDATA[
  131. fsetaddprcpcd();
  132. ]]>
  133. </script>
  134. </button>
  135. </group>
  136. </xhtml:body>
  137. </xhtml:html>