SMMND02900_PD등록.xrw 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <cretlist>
  11. <cretinfo>
  12. <pid/>
  13. </cretinfo>
  14. <getcreinfo>
  15. <ioflag/>
  16. <hngnm/>
  17. <rrgstno1/>
  18. <rrgstno2/>
  19. <maintepatrgstdd/>
  20. <matnflag/>
  21. <matndialflag/>
  22. <prcpfalg/>
  23. <prcpinfo/>
  24. </getcreinfo>
  25. </cretlist>
  26. </main>
  27. <send>
  28. <reqdata/>
  29. <savedata/>
  30. </send>
  31. <init/>
  32. <hidden/>
  33. <temp/>
  34. </root>
  35. </instance>
  36. <submission id="TRMND02901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/getcreinfo"/>
  37. <submission id="TXMND02901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata"/>
  38. <script type="javascript" ev:event="xforms-ready">
  39. <![CDATA[
  40. setHelp(); // 온라인 도움말 화면이 있는 경우 ready 에서 실행.
  41. ]]>
  42. </script>
  43. </model>
  44. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  46. <script type="javascript" src="../../../emr/dialroomweb/js/SMMND02900.js"/>
  47. <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
  48. </xhtml:head>
  49. <xhtml:body pagewidth="410" pageheight="80" guideline="1,534; 2,343;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  50. <group id="group3" scroll="auto" style="left:0px; top:0px; width:393px; height:50px; ">
  51. <output id="opt_matndialflag" ref="/root/main/cretlist/getcreinfo/matndialflag" class="output_fix" visibility="hidden" style="left:240px; top:5px; width:35px; height:19px; "/>
  52. <output id="opt_maintepatrgstdd" ref="/root/main/cretlist/getcreinfo/maintepatrgstdd" class="output_fix" visibility="hidden" style="left:284px; top:5px; width:69px; height:19px; "/>
  53. <output id="opt_matnflag" ref="/root/main/cretlist/getcreinfo/matnflag" class="output_fix" visibility="hidden" style="left:354px; top:5px; width:34px; height:19px; "/>
  54. <caption id="caption1" class="tit_2" style="left:5px; top:4px; width:157px; height:13px; ">복막투석 유지환자 등록</caption>
  55. <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:390px; y2:20px; "/>
  56. <caption id="caption13" class="cell_1" style="left:0px; top:25px; width:55px; height:23px; vertical-align:middle; ">등록번호</caption>
  57. <caption id="caption3" style="left:276px; top:26px; width:15px; height:20px; font-weight:bold; ">-</caption>
  58. <line id="line2" class="line_3" style="x1:0px; y1:47px; x2:385px; y2:47px; "/>
  59. <output id="opt_ioflag" ref="/root/main/cretlist/getcreinfo/ioflag" class="output_fix" style="left:350px; top:26px; width:39px; height:19px; "/>
  60. <line id="line4" class="line_3" style="x1:0px; y1:47px; x2:390px; y2:47px; "/>
  61. <input id="ipt_pid" ref="/root/main/cretlist/cretinfo/pid" class="input_default" style="left:58px; top:26px; width:75px; height:19px; ">
  62. <script type="javascript" ev:event="onkeyup">
  63. <![CDATA[
  64. inputEnterKey("btn_srchpat", "DOMActivate");
  65. ]]>
  66. </script>
  67. </input>
  68. <output id="opt_rrgstno1" ref="/root/main/cretlist/getcreinfo/rrgstno1" class="output_fix" style="left:224px; top:26px; width:50px; height:19px; "/>
  69. <output id="opt_hngnm" ref="/root/main/cretlist/getcreinfo/hngnm" class="output_fix" style="left:156px; top:26px; width:65px; height:19px; "/>
  70. <output id="opt_rrgstno2" ref="/root/main/cretlist/getcreinfo/rrgstno2" class="output_fix" style="left:288px; top:26px; width:60px; height:19px; "/>
  71. <button id="btn_srchpat" class="icon_search" visibility="hidden" style="left:117px; top:27px; width:16px; height:16px; ">
  72. <caption/>
  73. <script type="javascript" ev:event="DOMActivate">
  74. <![CDATA[
  75. fSrchPat(); //환자기본정보 조회
  76. ]]>
  77. </script>
  78. </button>
  79. <button id="btn_patpopup" class="icon_search" style="left:136px; top:27px; width:16px; height:16px; ">
  80. <caption/>
  81. <script type="javascript" ev:event="DOMActivate">
  82. <![CDATA[
  83. fUseridPopup("/root/main/cretlist/cretinfo", "/pid", "", "", "", ipt_pid);
  84. fSrchPat(); //환자기본정보 조회
  85. ]]>
  86. </script>
  87. </button>
  88. </group>
  89. <group id="grp_btn" scroll="auto" style="left:0px; top:51px; width:392px; height:27px; ">
  90. <button id="button9" class="btn4_letter2" style="left:334px; top:5px; width:56px; height:22px; ">
  91. <caption>등록</caption>
  92. <script type="javascript" ev:event="DOMActivate">
  93. <![CDATA[
  94. fSaveMatn();
  95. ]]>
  96. </script>
  97. </button>
  98. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:390px; y2:0px; "/>
  99. <output id="opt_prcpinfo" ref="/root/main/cretlist/getcreinfo/prcpinfo" autoresize="true" style="left:2px; top:4px; width:325px; height:19px; "/>
  100. </group>
  101. </xhtml:body>
  102. </xhtml:html>