SMMNP00203_수술 전처치 및 간호상태 확인 도움말.xrw 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. <cond>
  11. <instcd/>
  12. </cond>
  13. <opchkinfo>
  14. <opchklist/>
  15. </opchkinfo>
  16. </main>
  17. <send>
  18. <reqdata/>
  19. </send>
  20. </root>
  21. </instance>
  22. <script type="javascript" ev:event="xforms-ready">
  23. <![CDATA[
  24. var instcd = getUserInfo("dutplceinstcd");
  25. model.setValue("/root/main/cond/instcd",instcd);
  26. fSearch() ;
  27. ]]>
  28. </script>
  29. <submission id="TRMNP00229" mediatype="application/x-www-form-urlencoded" method="urlencoded-post" ref="/root/send/reqdata" replace="instance" resultref="/root/main/opchkinfo"/>
  30. </model>
  31. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  33. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  34. <script type="javascript">
  35. <![CDATA[
  36. function fSearch() {
  37. model.copyNode("/root/send/reqdata", "/root/main/cond");
  38. submit("TRMNP00229");
  39. }
  40. ]]>
  41. </script>
  42. </xhtml:head>
  43. <xhtml:body pagewidth="835" pageheight="900" style="font-family:굴림, Arial; vertical-align:middle; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  44. <group id="group3" style="left:0px; top:0px; width:817px; height:885px; font-family:굴림; vertical-align:middle; ">
  45. <caption id="cpt_title" class="tit_1" style="left:0px; top:0px; width:266px; height:14px; font-family:굴림; vertical-align:middle; ">환자 수술전 처치 및 간호상태 확인 도움말</caption>
  46. <line id="line4" class="line_1" style="x1:0px; y1:25px; x2:812px; y2:25px; font-family:굴림; "/>
  47. <datagrid id="grd_opchklist" nodeset="/root/main/opchkinfo/opchklist" autoresize="true" caption="수술상태 확인 내역^예^아니요^해당무" colsep="^" colwidth="115, 225, 225, 225" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:812px; height:850px; font-family:굴림; ">
  48. <col ref="opreadychk" style="font-family:굴림; "/>
  49. <col ref="readyyes" style="font-family:굴림; "/>
  50. <col ref="readyno" style="font-family:굴림; text-align:left; "/>
  51. <col ref="readynothing" style="font-family:굴림; "/>
  52. </datagrid>
  53. </group>
  54. </xhtml:body>
  55. </xhtml:html>