SPMNP06900_DSC환자처방의조회.xrw 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>DSC 환자 처방의 조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <patlist/>
  11. </main>
  12. <cond>
  13. <pid/>
  14. <indd/>
  15. <cretno/>
  16. </cond>
  17. <send>
  18. <patlist/>
  19. </send>
  20. <temp/>
  21. <init/>
  22. </root>
  23. </instance>
  24. <script type="javascript" ev:event="xforms-ready">
  25. <![CDATA[
  26. fInit();
  27. ]]>
  28. </script>
  29. <submission id="TRMNP06911" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchdata" resultref="/root/main/prcplist"/>
  30. </model>
  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/commonweb/js/tfHelper.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  35. <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
  36. <script type="javascript" src="../../../emr/carecomweb/js/ENRSignEngine.js"/>
  37. <script type="javascript">
  38. <![CDATA[
  39. function fInit() {
  40. var pid = opener.javascript.getParameter("SPMNP06900_pid");
  41. var indd = opener.javascript.getParameter("SPMNP06900_indd");
  42. var cretno = opener.javascript.getParameter("SPMNP06900_cretno");
  43. model.setValue("/root/cond/pid", pid);
  44. model.setValue("/root/cond/indd", indd);
  45. model.setValue("/root/cond/cretno", cretno);
  46. fSearch()
  47. }
  48. function fSearch() {
  49. model.removeNodeset("/root/send/srchdata");
  50. if (model.getValue("/root/cond/pid") != "") {
  51. model.makeValue("/root/send/srchdata/pid", model.getValue("/root/cond/pid"));
  52. model.makeValue("/root/send/srchdata/indd", model.getValue("/root/cond/indd"));
  53. model.makeValue("/root/send/srchdata/cretno", model.getValue("/root/cond/cretno"));
  54. submit("TRMNP06911");
  55. model.refresh();
  56. } else {
  57. messageBox("조회할 환자 정보가 없습니다.", "E999");
  58. return
  59. }
  60. }
  61. ]]>
  62. </script>
  63. </xhtml:head>
  64. <xhtml:body pagewidth="700" pageheight="400" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  65. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:200px; height:15px; ">처방의 조회</caption>
  66. <group id="group1" style="left:0px; top:62px; width:680px; height:300px; ">
  67. <datagrid id="grd_patlist" nodeset="/root/main/prcplist" caption="환자번호^이름^성별/나이^입원일^진료과^처방등록의^w-Zone^휴대전화" colsep="^" colwidth="70, 70, 60, 75, 130, 70, 80, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:680px; height:300px; ">
  68. <col ref="pid"/>
  69. <col ref="hngnm"/>
  70. <col ref="sa" style="text-align:center; "/>
  71. <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
  72. <col ref="orddeptnm"/>
  73. <col ref="orddrnm"/>
  74. <col ref="pdano"/>
  75. <col ref="mpphonno"/>
  76. </datagrid>
  77. </group>
  78. <group id="group3" style="left:0px; top:20px; width:680px; height:35px; ">
  79. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:680px; height:35px; "/>
  80. <button id="btn_srchindxcd" class="btn1_letter2" navindex="5" style="left:599px; top:7px; width:56px; height:22px; ">
  81. <caption>조회</caption>
  82. <script type="javascript" ev:event="DOMActivate">
  83. <![CDATA[
  84. fSearch();
  85. ]]>
  86. </script>
  87. </button>
  88. <line id="line27" class="line_4" style="x1:586px; y1:7px; x2:586px; y2:29px; "/>
  89. </group>
  90. <line id="line13" class="line_1" style="x1:0px; y1:57px; x2:680px; y2:57px; "/>
  91. </xhtml:body>
  92. </xhtml:html>