SMLBP03000_혈액은행Comment조회.xrw 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLBP03000_혈액은행Comment조회.xrw
  4. * 설 명 : 혈액은행이상결과보고조회
  5. * 설 계 자 :
  6. * 작 성 자 :
  7. * 작 성 일 : 2010.03.04
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title/>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <blodcmtlist>
  20. <rgstdt/>
  21. <hngnm/>
  22. <pid/>
  23. <sexage/>
  24. <patcmt/>
  25. <rgstrnm/>
  26. <wardroom/>
  27. <orddrnm/>
  28. </blodcmtlist>
  29. </main>
  30. <send>
  31. <fromdd/>
  32. <todd/>
  33. <pid/>
  34. <gbn>-</gbn>
  35. </send>
  36. <hidden/>
  37. </root>
  38. </instance>
  39. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  42. <script type="javascript" ev:event="xforms-ready">
  43. <![CDATA[
  44. fSetInit();
  45. ]]>
  46. </script>
  47. <submission id="TRLBP03001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/blodcmtlist"/>
  48. </model>
  49. <script type="javascript">
  50. <![CDATA[
  51. // 초기화
  52. function fSetInit() {
  53. //var mDate = getCurrentDate().toDate("YYYYMMDD").getAddDate(1);
  54. model.setValue("/root/send/fromdd", getCurrentDate());
  55. model.setValue("/root/send/todd", getCurrentDate());
  56. model.refresh();
  57. }
  58. ]]>
  59. </script>
  60. </xhtml:head>
  61. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  62. <group id="group1" style="left:0px; top:85px; width:1194px; height:680px; ">
  63. <datagrid id="datagrid1" nodeset="/root/main/blodcmtlist" caption="연락일시^환자명^등록번호^S/A^진료과/병실^내용^연락자^주치의" colwidth="140, 100, 100, 60, 100, 450, 100, 100" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:25px; width:1194px; height:653px; font-weight:normal; text-align:center; ">
  64. <col ref="rgstdt" format="yyyy-mm-dd hh:nn:ss"/>
  65. <col ref="hngnm"/>
  66. <col ref="pid"/>
  67. <col ref="sexage"/>
  68. <col ref="wardroom"/>
  69. <col ref="patcmt" style="text-align:left; "/>
  70. <col ref="rgstrnm"/>
  71. <col ref="orddrnm"/>
  72. <script type="javascript" ev:event="onaftersort">
  73. <![CDATA[
  74. datagrid1.gridToInstance();
  75. ]]>
  76. </script>
  77. </datagrid>
  78. <line id="line2" class="line_1" style="x1:0px; y1:22px; x2:1194px; y2:21px; "/>
  79. <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:131px; height:14px; ">이상결과 리스트</caption>
  80. </group>
  81. <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:40px; ">
  82. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:3px; width:1194px; height:35px; "/>
  83. <button id="button1" class="btn1_letter2" style="left:1131px; top:10px; width:56px; height:22px; ">
  84. <caption>조회</caption>
  85. <script type="javascript" ev:event="DOMActivate">
  86. <![CDATA[
  87. submit("TRLBP03001");
  88. ]]>
  89. </script>
  90. </button>
  91. <line id="line13" class="line_4" style="x1:1121px; y1:7px; x2:1121px; y2:29px; "/>
  92. <caption id="caption5" class="search_name" style="left:5px; top:12px; width:86px; height:17px; ">조회일자 :</caption>
  93. <caption id="caption1115" class="search_name" style="left:885px; top:12px; width:86px; height:17px; ">등록번호 :</caption>
  94. <input id="ipt_pid" ref="/root/send/pid" class="input_s_button" inputtype="button" style="left:977px; top:11px; width:120px; height:19px; ">
  95. <script type="javascript" ev:event="onkeypress">
  96. <![CDATA[
  97. if(event.keyCode == "13"){
  98. model.setvalue("/root/send/pid", ipt_pid.currentText);
  99. button1.dispatch("DOMActivate");
  100. }
  101. ]]>
  102. </script>
  103. <script type="javascript" ev:event="onbuttonclick">
  104. <![CDATA[
  105. button1.dispatch("DOMActivate");
  106. ]]>
  107. </script>
  108. </input>
  109. <input id="input1" ref="/root/send/fromdd" class="input_s_essential" inputtype="date" format="yyyy-mm-dd" style="left:97px; top:11px; width:100px; height:19px; "/>
  110. <caption id="caption13" class="search_no_b" style="left:205px; top:13px; width:15px; height:17px; ">~</caption>
  111. <input id="input3" ref="/root/send/todd" class="input_s_essential" inputtype="date" style="left:224px; top:11px; width:100px; height:19px; "/>
  112. <caption id="caption2" class="search_name" style="left:360px; top:12px; width:97px; height:17px; ">조회구분 :</caption>
  113. <select1 id="combo1" ref="/root/send/gbn" appearance="minimal" style="left:451px; top:11px; width:120px; height:19px; ">
  114. <choices>
  115. <item>
  116. <label>전체</label>
  117. <value>-</value>
  118. </item>
  119. <item>
  120. <label>Critical Value</label>
  121. <value>1</value>
  122. </item>
  123. <item>
  124. <label>Comment</label>
  125. <value>2</value>
  126. </item>
  127. </choices>
  128. </select1>
  129. </group>
  130. <group id="group4" scroll="auto" style="left:0px; top:15px; width:1195px; height:27px; ">
  131. <button id="button5" class="btn4_letter3" style="left:1125px; top:2px; width:68px; height:22px; ">
  132. <caption>초기화</caption>
  133. <script type="javascript" ev:event="onclick">
  134. <![CDATA[
  135. window.reload();
  136. ]]>
  137. </script>
  138. </button>
  139. <line id="line15" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  140. </group>
  141. <group id="group5" style="left:0px; top:0px; width:1195px; height:13px; ">
  142. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">혈액은행 Critical 결과보고 조회</caption>
  143. </group>
  144. </xhtml:body>
  145. </xhtml:html>