SMMNI00700_주사실 이름검색.xrw 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. <main>
  10. <refcond>
  11. <refcondlist>
  12. <pid/>
  13. <hngnm/>
  14. <brthdd/>
  15. <mpphontel/>
  16. </refcondlist>
  17. </refcond>
  18. <patinfo>
  19. <patinfolist>
  20. <pid/>
  21. <hngnm/>
  22. <gndrage/>
  23. <rrgstno/>
  24. <mpphontel/>
  25. <detladdr/>
  26. </patinfolist>
  27. </patinfo>
  28. <paminfo/>
  29. </main>
  30. <send/>
  31. <hidden/>
  32. </root>
  33. </instance>
  34. <script type="javascript" ev:event="xforms-ready">
  35. <![CDATA[
  36. model.removeNodeset("/root/main/patinfo/patinfolist");
  37. var node = getGlobalVariable("paminfo");
  38. setCSVToNode("/root/main/paminfo", node);
  39. ipt_pid.value=model.getValue("/root/main/paminfo/list/pid")
  40. fPatInfoList();
  41. ]]>
  42. </script>
  43. <submission id="TRMNI00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/patinfo"/>
  44. </model>
  45. <script type="javascript" src="../../../emr/injroomweb/js/SMMNI00700.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  47. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  48. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  49. </xhtml:head>
  50. <xhtml:body guideline="1,1194;1,1194;1,1178;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  51. <group id="group3" scroll="auto" style="left:0px; top:10px; width:1195px; height:744px; ">
  52. <group id="group2" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
  53. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  54. <caption id="caption9" class="search_name" style="left:46px; top:9px; width:86px; height:17px; ">등록번호 :</caption>
  55. <caption id="caption2" class="search_name" style="left:709px; top:9px; width:86px; height:17px; ">전화번호 :</caption>
  56. <button id="button1" class="btn1_letter2" navindex="5" style="left:1115px; top:5px; width:56px; height:22px; ">
  57. <caption>조회</caption>
  58. <script type="javascript" ev:event="DOMActivate">
  59. <![CDATA[
  60. fPatInfoList();
  61. ]]>
  62. </script>
  63. </button>
  64. <line id="line4" class="line_4" style="x1:1104px; y1:5px; x2:1104px; y2:27px; border-color:#ffe4bb; border-left-style:solid; "/>
  65. <caption id="caption1" class="search_name" style="left:275px; top:9px; width:86px; height:17px; ">성 명 :</caption>
  66. <caption id="caption3" class="search_name" style="left:490px; top:9px; width:91px; height:17px; ">생년월일 :</caption>
  67. <input id="ipt_pid" ref="/root/main/refcond/refcondlist/pid" class="input_search" navindex="1" maxlength="10" style="left:135px; top:8px; width:100px; height:19px; ">
  68. <script type="javascript" ev:event="onkeyup">
  69. <![CDATA[
  70. if(event.keyCode == "13") {
  71. setInputNodeCurText();
  72. fPatInfoList();
  73. }
  74. ]]>
  75. </script>
  76. </input>
  77. <input id="ipt_hngnm" ref="/root/main/refcond/refcondlist/hngnm" class="input_search" navindex="2" style="left:348px; top:8px; width:100px; height:19px; ">
  78. <script type="javascript" ev:event="onkeyup">
  79. <![CDATA[
  80. if(event.keyCode == "13") {
  81. setInputNodeCurText();
  82. fPatInfoList();
  83. }
  84. ]]>
  85. </script>
  86. </input>
  87. <input id="ipt_brthdd" ref="/root/main/refcond/refcondlist/brthdd" class="input_search" navindex="3" style="left:578px; top:8px; width:100px; height:19px; ">
  88. <script type="javascript" ev:event="onkeyup">
  89. <![CDATA[
  90. if(event.keyCode == "13") {
  91. setInputNodeCurText();
  92. fPatInfoList();
  93. }
  94. ]]>
  95. </script>
  96. </input>
  97. <input id="ipt_mpphontel" ref="/root/main/refcond/refcondlist/mpphontel" class="input_search" navindex="4" style="left:797px; top:8px; width:104px; height:19px; ">
  98. <script type="javascript" ev:event="onkeyup">
  99. <![CDATA[
  100. if(event.keyCode == "13") {
  101. setInputNodeCurText();
  102. fPatInfoList();
  103. }
  104. ]]>
  105. </script>
  106. <hint>
  107. <![CDATA['-'표기를 해야됩니다.]]>
  108. </hint>
  109. </input>
  110. </group>
  111. <caption id="caption10" class="tit_2" style="left:4px; top:55px; width:157px; height:14px; text-align:left; ">이름 검색 리스트</caption>
  112. <line id="line7" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
  113. <datagrid id="grd_patinfo" nodeset="/root/main/patinfo/patinfolist" class="datagrid2" caption="등록번호^성명^S/A^주민등록번호^전화번호^주소" colsep="^" colwidth="110, 130, 120, 160, 160, 450" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:75px; width:1194px; height:665px; ">
  114. <col ref="pid"/>
  115. <col ref="hngnm"/>
  116. <col ref="gndrage"/>
  117. <col ref="rrgstno"/>
  118. <col ref="mpphontel"/>
  119. <col ref="detladdr"/>
  120. </datagrid>
  121. </group>
  122. <group id="grp_btn" scroll="auto" style="left:0px; top:757px; width:1194px; height:27px; ">
  123. <line id="line9" class="line_6" style="x1:0px; y1:27px; x2:1194px; y2:26px; "/>
  124. </group>
  125. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">주사실 이름검색</caption>
  126. </xhtml:body>
  127. </xhtml:html>