SMDRA00300(외부연계테스트).xrw 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. </main>
  11. <send>
  12. <station_cd/>
  13. <pid/>
  14. <check_tm/>
  15. </send>
  16. <list>
  17. <crdrfprgm>
  18. <pid/>
  19. <result/>
  20. <stationcd/>
  21. </crdrfprgm>
  22. </list>
  23. </root>
  24. </instance>
  25. <submission id="TXDRA00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/list"/>
  26. </model>
  27. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  28. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  29. <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
  30. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  31. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  32. <script type="javascript" src="../../../crd/cardissueweb/js/crdcommon.js"/>
  33. </xhtml:head>
  34. <xhtml:body guideline="1,1193;1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  35. <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
  36. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">외부 테스트</caption>
  37. </group>
  38. <group id="group3" style="left:0px; top:13px; width:1195px; height:767px; ">
  39. <group id="group2" style="left:0px; top:0px; width:1194px; height:205px; ">
  40. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  41. <button id="button1" class="btn1_letter2" style="left:1129px; top:7px; width:56px; height:22px; ">
  42. <caption>조회</caption>
  43. <script type="javascript" ev:event="DOMActivate">
  44. <![CDATA[
  45. submit("TXDRA00301");
  46. model.refresh();
  47. ]]>
  48. </script>
  49. </button>
  50. <line id="line2" class="line_4" style="x1:1110px; y1:7px; x2:1110px; y2:27px; border-color:#ffe4bb; border-left-style:solid; "/>
  51. <input id="input1" ref="/root/send/station_cd" style="left:110px; top:10px; width:110px; height:19px; "/>
  52. <input id="input2" ref="/root/send/pid" style="left:345px; top:10px; width:95px; height:19px; "/>
  53. <input id="input3" ref="/root/send/check_tm" format="hh:nn:ss" style="left:540px; top:10px; width:95px; height:19px; "/>
  54. <caption id="caption5" class="search_name" style="left:265px; top:10px; width:84px; height:17px; ">환자번호</caption>
  55. <caption id="caption1" class="search_name" style="left:5px; top:10px; width:102px; height:17px; ">스테이션코드</caption>
  56. <caption id="caption2" class="search_name" style="left:450px; top:10px; width:84px; height:17px; ">체크타임</caption>
  57. <caption id="caption3" class="search_name" style="left:0px; top:180px; width:102px; height:17px; ">스테이션코드</caption>
  58. <caption id="caption4" class="search_name" style="left:245px; top:180px; width:84px; height:17px; ">환자번호</caption>
  59. <input id="input4" ref="/root/list/crdrfprgm/stationcd" style="left:110px; top:180px; width:110px; height:19px; "/>
  60. <input id="input5" ref="/root/list/crdrfprgm/pid" style="left:340px; top:180px; width:95px; height:19px; "/>
  61. <caption id="caption7" class="search_name" style="left:455px; top:180px; width:84px; height:17px; ">결과</caption>
  62. <input id="input6" ref="/root/list/crdrfprgm/result" style="left:515px; top:180px; width:95px; height:19px; "/>
  63. <button id="button2" class="btn1_letter2" style="left:620px; top:180px; width:100px; height:20px; ">
  64. <caption>팝업</caption>
  65. <script type="javascript" ev:event="DOMActivate">
  66. <![CDATA[
  67. var search_stationcd_path = model.getValue("/root/list/crdrfprgm/stationcd");//검색값
  68. var receive_stationcd_path = "/root/list/crdrfprgm/stationcd";
  69. var receive_pid_path = "/root/list/crdrfprgm/pid";
  70. var receive_result_path = "/root/list/crdrfprgm/result";
  71. //펑션 호출시
  72. //zbcCRCCommonList(param1, param2, param3);
  73. setParameter("search_stationcd_path", search_stationcd_path);
  74. setParameter("receive_stationcd_path", receive_stationcd_path);
  75. setParameter("receive_pid_path", receive_pid_path);
  76. setParameter("receive_result_path", receive_result_path);
  77. modal("SPDRA00300");
  78. clearParameter("receive_stationcd_path");
  79. clearParameter("receive_pid_path");
  80. clearParameter("receive_result_path");
  81. ]]>
  82. </script>
  83. </button>
  84. </group>
  85. <button id="btn_cle" class="btn4_letter3" style="left:1125px; top:745px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
  86. <caption>초기화</caption>
  87. <script type="javascript" ev:event="DOMActivate">
  88. <![CDATA[
  89. model.reset();
  90. model.refresh();
  91. ]]>
  92. </script>
  93. </button>
  94. </group>
  95. </xhtml:body>
  96. </xhtml:html>