SPMNP06600_DCC예약환자정보.xrw 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>DCC 예약 bed생성</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <init>
  10. <comcd/>
  11. </init>
  12. <main>
  13. <list>
  14. <pid/>
  15. <hngnm/>
  16. <sa/>
  17. <orddeptnm/>
  18. <orddrnm/>
  19. </list>
  20. </main>
  21. <temp>
  22. </temp>
  23. <prcpnm/>
  24. </root>
  25. </instance>
  26. <script type="javascript" ev:event="xforms-ready">
  27. <![CDATA[
  28. var param = opener.window.javaScript.getParameter("patSum");
  29. patarray = param.split(",");
  30. model.makeValue("/root/main/list/pid", patarray[0]);
  31. model.makeValue("/root/main/list/hngnm", patarray[1]);
  32. model.makeValue("/root/main/list/sa", patarray[2]);
  33. model.makeValue("/root/main/list/orddeptnm", patarray[3]);
  34. model.makeValue("/root/main/list/orddrnm", patarray[4]);
  35. model.refresh();
  36. ]]>
  37. </script>
  38. <submission id="TXMNP06401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
  39. <submission id="TRMNP06401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
  40. </model>
  41. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  43. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  45. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  47. <script type="javascript" src="../../../emr/medirecweb/js/SMMMR02100.js"/>
  48. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  49. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  50. </xhtml:head>
  51. <xhtml:body pagewidth="450" pageheight="210" guideline="2,548;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  52. <group id="group3" scroll="auto" style="left:10px; top:40px; width:423px; height:165px; ">
  53. <group id="group2" style="left:0px; top:0px; width:418px; height:160px; vertical-align:center; ">
  54. <caption id="caption2" class="cell_1" style="left:5px; top:10px; width:170px; height:20px; text-align:center; ">등록번호</caption>
  55. <input id="input2" ref="/root/main/list/pid" style="left:180px; top:10px; width:230px; height:19px; "/>
  56. <caption id="caption1" class="cell_1" style="left:5px; top:35px; width:170px; height:20px; text-align:center; ">환자명</caption>
  57. <input id="input1" ref="/root/main/list/hngnm" style="left:180px; top:35px; width:230px; height:19px; "/>
  58. <caption id="caption4" class="cell_1" style="left:5px; top:60px; width:170px; height:20px; text-align:center; ">S/A</caption>
  59. <input id="input3" ref="/root/main/list/sa" style="left:180px; top:60px; width:230px; height:19px; "/>
  60. <caption id="caption5" class="cell_1" style="left:5px; top:85px; width:170px; height:20px; text-align:center; ">진료과</caption>
  61. <input id="input4" ref="/root/main/list/orddeptnm" style="left:180px; top:85px; width:230px; height:19px; "/>
  62. <caption id="caption6" class="cell_1" style="left:5px; top:110px; width:170px; height:20px; text-align:center; ">주치의</caption>
  63. <input id="input5" ref="/root/main/list/orddrnm" style="left:180px; top:110px; width:230px; height:19px; "/>
  64. <button id="button1" class="btn2_letter2" style="left:365px; top:135px; width:42px; height:19px; ">
  65. <caption>닫기</caption>
  66. <script type="javascript" ev:event="DOMActivate">
  67. <![CDATA[
  68. window.close();
  69. ]]>
  70. </script>
  71. </button>
  72. </group>
  73. <line id="line1" class="line_1" style="x1:5px; y1:0px; x2:412px; y2:0px; "/>
  74. </group>
  75. <caption id="caption3" class="tit_2" style="left:5px; top:10px; width:120px; height:14px; ">예약환자 정보</caption>
  76. </xhtml:body>
  77. </xhtml:html>