SPMMR09500_약물부작용단서조회.xrw 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. <![CDATA[/>]]>
  8. <instance id="instance1">
  9. <root xmlns="">
  10. <main>
  11. <patlist>
  12. <pid/>
  13. <hngnm/>
  14. <sex/>
  15. <age/>
  16. <ordtype/>
  17. <prcpdd/>
  18. <prcpnm/>
  19. <rsltval/>
  20. <depthngnm/>
  21. <diagnm/>
  22. <drnm/>
  23. </patlist>
  24. </main>
  25. <send>
  26. <reqdata>
  27. <ioflag/>
  28. <fromdd/>
  29. <todd/>
  30. </reqdata>
  31. </send>
  32. <init/>
  33. <hidden/>
  34. <temp/>
  35. </root>
  36. </instance>
  37. <script type="javascript" ev:event="xforms-ready">
  38. <![CDATA[
  39. model.setValue("/root/send/reqdata/ioflag", "A");
  40. model.setValue("/root/send/reqdata/fromdd", getCurrentDate());
  41. model.setValue("/root/send/reqdata/todd", getCurrentDate());
  42. model.refresh();
  43. ]]>
  44. </script>
  45. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  46. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  47. <submission id="TRMMO09500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/patlist"/>
  48. </model>
  49. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  50. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  51. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  52. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  53. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  55. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  56. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  57. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  58. </xhtml:head>
  59. <xhtml:body pagewidth="900" pageheight="800" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  60. <caption id="caption2" class="tit_1" style="left:0px; top:0px; width:204px; height:15px; ">약물부작용 단서조회</caption>
  61. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:12px; top:25px; width:658px; height:30px; background-color:#fffbf2; border-color:#ffd799; "/>
  62. <caption id="lbl_PID" class="search_name" style="left:21px; top:31px; width:69px; height:17px; vertical-align:middle; ">구 분 :</caption>
  63. <select1 id="combo1" ref="/root/send/reqdata/ioflag" appearance="minimal" style="left:95px; top:31px; width:60px; height:19px; ">
  64. <choices>
  65. <item>
  66. <label>전체</label>
  67. <value>A</value>
  68. </item>
  69. <item>
  70. <label>외래</label>
  71. <value>O</value>
  72. </item>
  73. <item>
  74. <label>입원</label>
  75. <value>I</value>
  76. </item>
  77. <item>
  78. <label>응급</label>
  79. <value>E</value>
  80. </item>
  81. </choices>
  82. </select1>
  83. <caption id="caption1" class="search_name" style="left:170px; top:31px; width:118px; height:17px; vertical-align:middle; ">검 색 기 간 :</caption>
  84. <caption id="caption10" style="left:387px; top:31px; width:15px; height:20px; ">~</caption>
  85. <input id="ipt_todd" ref="/root/send/reqdata/todd" class="input_s_essential" inputtype="date" style="left:409px; top:31px; width:100px; height:19px; "/>
  86. <input id="ipt_fromdd" ref="/root/send/reqdata/fromdd" class="input_s_essential" inputtype="date" style="left:280px; top:31px; width:100px; height:19px; "/>
  87. <button id="btn_profhist" class="btn1_letter2" style="left:520px; top:30px; width:56px; height:22px; ">
  88. <caption>조회</caption>
  89. <script type="javascript" ev:event="DOMActivate">
  90. <![CDATA[
  91. submit("TRMMO09500");
  92. ]]>
  93. </script>
  94. </button>
  95. <button id="button1" class="btn1_letter4" style="left:580px; top:30px; width:80px; height:22px; ">
  96. <caption>엑셀저장</caption>
  97. <script type="javascript" ev:event="DOMActivate">
  98. <![CDATA[
  99. var fileName = window.fileDialog("save", "|", true, "", "", "Excel Files(*.xlsx)|*.xls");
  100. if (fileName != ""){
  101. local_drg.saveExcel(fileName, "SheetName", false, false, "", "", false);
  102. }
  103. ]]>
  104. </script>
  105. </button>
  106. <datagrid id="local_drg" nodeset="/root/main/patlist" caption="환자번호^환자명^성별^나이^구분^처방일^검사명^결과치^진료과^진단명^주치의" colsep="^" colwidth="76, 72, 30, 30, 48, 70, 124, 50, 110, 150, 61" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:11px; top:62px; width:859px; height:708px; text-align:center; ">
  107. <col ref="pid"/>
  108. <col ref="hngnm"/>
  109. <col ref="sex"/>
  110. <col ref="age"/>
  111. <col ref="ordtype"/>
  112. <col ref="prcpdd"/>
  113. <col ref="prcpnm"/>
  114. <col ref="rsltval"/>
  115. <col ref="depthngnm"/>
  116. <col ref="diagnm"/>
  117. <col ref="drnm"/>
  118. </datagrid>
  119. </xhtml:body>
  120. </xhtml:html>