SPAEA05200_채혈정보조회.xrw 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>체외검사결과조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <bcollinfo>
  11. <bcolllist>
  12. <tclscd/>
  13. <tclsnm/>
  14. <reptrslt/>
  15. </bcolllist>
  16. </bcollinfo>
  17. </main>
  18. <send>
  19. <data>
  20. <pid/>
  21. <tclscd/>
  22. </data>
  23. <globalinstance>
  24. <instance1/>
  25. </globalinstance>
  26. </send>
  27. <hidden>
  28. <count/>
  29. <receivedata/>
  30. </hidden>
  31. </root>
  32. </instance>
  33. <script type="javascript" ev:event="xforms-ready">
  34. <![CDATA[
  35. model.removenode("/root/main/bcolllist");
  36. var pid = model.getValue("/root/send/data/pid")
  37. if (pid != "") {
  38. model.makeValue("/root/send/data/tclscd","NC7329','NC733301','NC733601','NC7494','NC7334");
  39. submit("TRAEA05201", false);
  40. }
  41. model.refresh();
  42. ]]>
  43. </script>
  44. <submission id="TRAEA05201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/bcollinfo"/>
  45. </model>
  46. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  47. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  48. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  49. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  50. </xhtml:head>
  51. <xhtml:body pagewidth="470" pageheight="390" guideline="1,1194;2,383;1,449;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  52. <group id="group3" scroll="auto" style="left:0px; top:0px; width:450px; height:350px; ">
  53. <caption id="caption1" class="tit_2" style="left:5px; top:6px; width:95px; height:13px; ">체외검사결과</caption>
  54. <line id="line1" class="line_1" style="x1:0px; y1:21px; x2:447px; y2:21px; "/>
  55. <datagrid id="grd_basecd" nodeset="/root/main/bcollinfo/bcolllist" caption="검사코드^검사명^보고결과" colsep="^" colwidth="90, 215, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:26px; width:447px; height:320px; ">
  56. <col ref="tclscd"/>
  57. <col ref="tclsnm"/>
  58. <col ref="reptrslt" format="#,###.###" style="text-align:right; "/>
  59. </datagrid>
  60. </group>
  61. <group id="group1" scroll="auto" style="left:0px; top:355px; width:448px; height:27px; ">
  62. <button id="btn_cls" class="btn4_letter2" style="left:386px; top:5px; width:56px; height:22px; ">
  63. <caption>닫기</caption>
  64. <close ev:event="DOMActivate"/>
  65. <script type="javascript" ev:event="onclick">
  66. <![CDATA[
  67. window.close();
  68. ]]>
  69. </script>
  70. </button>
  71. </group>
  72. </xhtml:body>
  73. </xhtml:html>