SPLLC90500_도착시간등록.xrw 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : 채취일시등록.xrw
  4. * 설 명 : 채취일시등록
  5. * 설 계 자 : (주)에이씨케이 -
  6. * 작 성 자 : (주)에이씨케이 -
  7. * 작 성 일 : 2006.11.11
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>채취일시등록</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root>
  18. <main>
  19. <getpatinfo>
  20. <extrdt/>
  21. <bcno/>
  22. <patnm/>
  23. <pid/>
  24. <orddept/>
  25. <wardroom/>
  26. </getpatinfo>
  27. </main>
  28. <send>
  29. </send>
  30. <init>
  31. </init>
  32. <hidden>
  33. <extrdt/>
  34. <bcno/>
  35. <autoreg/>
  36. </hidden>
  37. </root>
  38. </instance>
  39. </model>
  40. <script type="javascript">
  41. <![CDATA[
  42. function fGetpatinfo(){
  43. if(model.getValue("/root/hidden/bcno")!=""){
  44. model.setValue("/root/main/getpatinfo/extrdt","20061231");
  45. model.setValue("/root/main/getpatinfo/patnm", "나상실");
  46. model.setValue("/root/main/getpatinfo/pid", "01234567");
  47. model.setValue("/root/main/getpatinfo/orddept", "내분비내과");
  48. model.setValue("/root/main/getpatinfo/wardroom", "A병동/B병실");
  49. }
  50. }
  51. ]]>
  52. </script>
  53. <script src="../../../com/commonweb/js/common.js" type="javascript"/>
  54. </xhtml:head>
  55. <xhtml:body pagewidth="330" pageheight="170" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  56. <group id="group1" style="left:0px; top:0px; width:311px; height:154px; ">
  57. <button id="button4" class="btn4_letter2" style="left:194px; top:129px; width:56px; height:22px; ">
  58. <caption>확인</caption>
  59. </button>
  60. <select id="checkbox1" ref="/root/hidden/autoreg" overflow="visible" appearance="full" style="left:235px; top:33px; width:65px; height:13px; border-style:none; ">
  61. <choices>
  62. <item>
  63. <label>자동등록</label>
  64. <value>1</value>
  65. </item>
  66. </choices>
  67. </select>
  68. <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:95px; height:13px; ">환자정보</caption>
  69. <button id="button9" class="btn4_letter2" style="left:254px; top:129px; width:56px; height:22px; ">
  70. <caption>취소</caption>
  71. <script ev:event="onclick" type="javascript">
  72. <![CDATA[
  73. window.close();
  74. ]]>
  75. </script>
  76. </button>
  77. <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:310px; y2:26px; "/>
  78. <caption id="caption5" class="cell_1" style="left:0px; top:103px; width:100px; height:23px; ">진료과</caption>
  79. <line id="line2" class="line_2" style="x1:0px; y1:77px; x2:310px; y2:77px; "/>
  80. <input id="input2" ref="/root/main/getpatinfo/extrdt" class="input_essential" inputtype="date" style="left:103px; top:32px; width:129px; height:19px; "/>
  81. <line id="line4" class="line_2" style="x1:0px; y1:101px; x2:310px; y2:101px; "/>
  82. <input id="input3" ref="/root/hidden/bcno" class="input_essential" style="left:103px; top:56px; width:207px; height:19px; ">
  83. <script ev:event="DOMFocusOut" type="javascript">
  84. <![CDATA[
  85. fGetpatinfo();
  86. ]]>
  87. </script>
  88. </input>
  89. <output id="output1" ref="/root/main/getpatinfo/patnm" class="output_fix" style="left:103px; top:80px; width:207px; height:19px; "/>
  90. <line id="line6" class="line_2" style="x1:0px; y1:53px; x2:310px; y2:53px; "/>
  91. <output id="output3" ref="/root/main/getpatinfo/orddept" class="output_fix" style="left:103px; top:104px; width:207px; height:19px; "/>
  92. <line id="line8" class="line_3" style="x1:0px; y1:125px; x2:310px; y2:125px; "/>
  93. <caption id="caption2" class="cell_1" style="left:0px; top:55px; width:100px; height:23px; ">등록번호</caption>
  94. <caption id="caption3" class="cell_1" style="left:0px; top:79px; width:100px; height:23px; ">환자명</caption>
  95. <caption id="caption7" class="cell_1" style="left:0px; top:31px; width:100px; height:23px; ">도착일시</caption>
  96. </group>
  97. </xhtml:body>
  98. </xhtml:html>