SPAEA05300_치료검사코드정보.xrw 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>예약 시 추가 정보</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <rsrvinfo>
  11. <examgoal/>
  12. </rsrvinfo>
  13. <patinfo>
  14. <patinfolist/>
  15. </patinfo>
  16. <popupendflag/>
  17. </main>
  18. <send>
  19. <prcpdd/>
  20. <execprcpuniqno/>
  21. </send>
  22. <inti/>
  23. <hidden>
  24. <prcpdd/>
  25. <execprcpuniqno/>
  26. <rownum/>
  27. <schrsrvtm/>
  28. </hidden>
  29. </root>
  30. </instance>
  31. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  33. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  35. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  36. <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
  37. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  38. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  39. <submission id="TRZBC00101"/>
  40. <submission id="TRAEA05001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/rsrvinfot"/>
  41. <script type="javascript" ev:event="xforms-ready">
  42. <![CDATA[
  43. if (checkOpener()) {
  44. var examgoal = model.getValue("/root/hidden/examgoal");
  45. if (examgoal != "") {
  46. model.copyNode("/root/main/rsrvinfo","/root/hidden");
  47. } else {
  48. cmb_examgoal.value = "B";
  49. }
  50. model.refresh();
  51. }
  52. ]]>
  53. </script>
  54. <script type="javascript" ev:event="xforms-model-destruct">
  55. <![CDATA[
  56. btn_close.dispatch("DOMActivate");
  57. ]]>
  58. </script>
  59. </model>
  60. </xhtml:head>
  61. <xhtml:body pagewidth="280" pageheight="100" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  62. <group id="group4" style="left:0px; top:0px; width:260px; height:75px; ">
  63. <line id="line17" class="line_1" style="x1:5px; y1:15px; x2:252px; y2:15px; "/>
  64. <caption id="caption13" class="tit_1" style="left:0px; top:0px; width:133px; height:14px; ">예약 시 추가 정보</caption>
  65. <select1 id="cmb_examgoal" ref="/root/main/rsrvinfo/examgoal" class="combo_default" visibility="visible" appearance="minimal" style="left:109px; top:22px; width:137px; height:19px; ">
  66. <choices>
  67. <item>
  68. <label>진단</label>
  69. <value>A</value>
  70. </item>
  71. <item>
  72. <label>치료준비</label>
  73. <value>B</value>
  74. </item>
  75. <item>
  76. <label>치료 후</label>
  77. <value>C</value>
  78. </item>
  79. </choices>
  80. </select1>
  81. <caption id="caption14" class="cell_1" style="left:5px; top:20px; width:103px; height:23px; vertical-align:middle; ">검사목적</caption>
  82. <line id="line18" class="line_2" style="x1:5px; y1:43px; x2:252px; y2:43px; "/>
  83. <button id="btn_close" class="btn4_letter2" style="left:190px; top:45px; width:56px; height:22px; ">
  84. <caption>확인</caption>
  85. <script type="javascript" ev:event="DOMActivate">
  86. <![CDATA[
  87. if (checkOpener()) {
  88. var rownum = model.getValue("/root/hidden/rownum");
  89. opener.model.makeValue("/root/main/subordlist/subordlist1["+ rownum +"]/examgoal", model.getValue("/root/main/rsrvinfo/examgoal"));
  90. opener.model.makeValue("/root/main/subordlist/subordlist1["+ rownum +"]/rsrvrem", cmb_examgoal.label);
  91. }
  92. window.close();
  93. ]]>
  94. </script>
  95. </button>
  96. </group>
  97. </xhtml:body>
  98. </xhtml:html>