SPPMI03600_접수취소환자현황.xrw 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <indd/>
  11. </send>
  12. <main>
  13. <incncllist/>
  14. </main>
  15. <init>
  16. </init>
  17. <hidden>
  18. </hidden>
  19. </root>
  20. </instance>
  21. <script type="javascript" ev:event="xforms-ready">
  22. <![CDATA[
  23. // 초기값 설정
  24. model.setValue("root/send/indd", getCurrentDate());
  25. model.refresh();
  26. // 조회
  27. button1.dispatch("DOMActivate");
  28. ]]>
  29. </script>
  30. <submission id="TRPMI03600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/incncllist"/>
  31. </model>
  32. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  33. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  35. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  37. </xhtml:head>
  38. <xhtml:body pagewidth="700" pageheight="420" guideline="2,389;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  39. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:155px; height:14px; ">접수취소환자현황</caption>
  40. <group id="group3" scroll="auto" style="left:0px; top:15px; width:680px; height:346px; ">
  41. <line id="line1" class="line_1" style="x1:0px; y1:45px; x2:680px; y2:45px; "/>
  42. <datagrid id="datagrid1" nodeset="/root/main/incncllist" caption="차트번호^성명/나이/성별^성명/나이/성별^성명/나이/성별^입원일자^진료과^전문의^최종수정자^최종수정일시" colsep="^" colwidth="67, 67, 27, 24, 80, 120, 60, 74, 120" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:50px; width:680px; height:295px; ">
  43. <col ref="pid" style="text-align:center; "/>
  44. <col ref="hngnm" style="text-align:center; "/>
  45. <col ref="age" style="text-align:center; "/>
  46. <col ref="sex" style="text-align:center; "/>
  47. <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
  48. <col ref="orddeptnm" style="text-align:center; "/>
  49. <col ref="medispclnm" style="text-align:center; "/>
  50. <col ref="lastupdtrnm" style="text-align:center; "/>
  51. <col ref="lastupdtdt" format="yyyy-mm-dd hh:mm:ss" style="text-align:center; "/>
  52. </datagrid>
  53. <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:5px; top:5px; width:675px; height:35px; "/>
  54. <caption id="caption1" class="search_name" style="left:20px; top:14px; width:85px; height:17px; ">입원일자</caption>
  55. <input id="input1" ref="/root/send/indd" navindex="1" format="yyyy-mm-dd" style="left:110px; top:13px; width:100px; height:19px; text-align:center; ">
  56. <script type="javascript" ev:event="onkeypress">
  57. <![CDATA[
  58. if (event.keyCode == "13") {
  59. setInputNodeCurText();
  60. button1.dispatch("DOMActivate");
  61. }
  62. ]]>
  63. </script>
  64. </input>
  65. <button id="button1" class="btn1_letter2" navindex="2" style="left:615px; top:11px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  66. <caption>조회</caption>
  67. <script type="javascript" ev:event="DOMActivate">
  68. <![CDATA[
  69. var sIndd = model.getValue("root/send/indd");
  70. // 필수체크
  71. if (isNull(sIndd)) {
  72. messageBox("입원일자는 필수입니다.", "C000");
  73. return;
  74. }
  75. // 조회
  76. submit("TRPMI03600");
  77. ]]>
  78. </script>
  79. </button>
  80. </group>
  81. <button id="btn_cancel" class="btn4_letter2" navindex="3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:626px; top:368px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  82. <caption>닫기</caption>
  83. <script type="javascript" ev:event="DOMActivate">
  84. <![CDATA[
  85. window.close();
  86. ]]>
  87. </script>
  88. </button>
  89. </xhtml:body>
  90. </xhtml:html>