SPMNP03000_Case Cart Label 출력.xrw 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>Case Cart Label 출력</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <cond>
  11. <printflag>1</printflag>
  12. </cond>
  13. </main>
  14. <send/>
  15. <hidden>
  16. </hidden>
  17. <init>
  18. <rdoinfo>
  19. <item>
  20. <cd>1</cd>
  21. <nm>선택한 환자만 출력</nm>
  22. </item>
  23. <item>
  24. <cd>2</cd>
  25. <nm>해당일의 전체 환자 출력</nm>
  26. </item>
  27. </rdoinfo>
  28. </init>
  29. </root>
  30. </instance>
  31. <script type="javascript" ev:event="xforms-ready">
  32. <![CDATA[
  33. opener.javascript.setParameter("SPMNP03000_Param","");
  34. ]]>
  35. </script>
  36. </model>
  37. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  38. </xhtml:head>
  39. <xhtml:body pagewidth="340" pageheight="135" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  40. <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:310px; height:85px; ">
  41. <select1 id="radio1" ref="/root/main/cond/printflag" appearance="full" cols="2" overflow="visible" style="left:10px; top:48px; width:285px; height:20px; border-style:none; ">
  42. <choices>
  43. <itemset nodeset="/root/init/rdoinfo/item">
  44. <label ref="nm"/>
  45. <value ref="cd"/>
  46. </itemset>
  47. </choices>
  48. </select1>
  49. <caption id="caption1" class="tit_2" style="left:6px; top:17px; width:297px; height:13px; ">해당 환자의 임시Cart의 'Label'을 출력합니다.</caption>
  50. </group>
  51. <group id="group1" scroll="auto" style="left:0px; top:90px; width:310px; height:27px; ">
  52. <button id="btn_ok" class="btn4_letter2" style="left:191px; top:2px; width:56px; height:22px; ">
  53. <caption>확인</caption>
  54. <script type="javascript" ev:event="DOMActivate">
  55. <![CDATA[
  56. opener.javascript.setParameter("SPMNP03000_Param",model.getValue("/root/main/cond/printflag"));
  57. window.close();
  58. ]]>
  59. </script>
  60. </button>
  61. <button id="button1" class="btn4_letter2" style="left:249px; top:2px; width:56px; height:22px; ">
  62. <caption>취소</caption>
  63. <script type="javascript" ev:event="DOMActivate">
  64. <![CDATA[
  65. window.close();
  66. ]]>
  67. </script>
  68. </button>
  69. </group>
  70. </xhtml:body>
  71. </xhtml:html>