SPMMB02700_전달사항$.xrw 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. <init>
  10. </init>
  11. <send>
  12. </send>
  13. <main>
  14. <partsel/>
  15. <partrmk/>
  16. <time/>
  17. </main>
  18. </root>
  19. </instance>
  20. </model>
  21. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  22. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  23. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  24. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  25. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  26. </xhtml:head>
  27. <xhtml:body pagewidth="420" pageheight="170">
  28. <caption id="cap_title" class="tit_1" style="left:0px; top:2px; width:179px; height:13px; ">전달사항</caption>
  29. <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:400px; y2:20px; "/>
  30. <switch id="swh_prcpdetail" style="left:0px; top:25px; width:400px; height:105px; ">
  31. <case id="00" overflow="hidden" selected="true">
  32. <caption id="cap_00_part" class="tit_2" style="left:0px; top:2px; width:179px; height:13px; ">적용부위 (다중선택)</caption>
  33. <select id="chb_00_part" ref="/root/main/partsel" overflow="visible" appearance="full" cellspacing="5" cols="6" style="left:15px; top:19px; width:320px; height:35px; border-style:none; ">
  34. <choices>
  35. <item>
  36. <label>4 Extremities</label>
  37. <value>1</value>
  38. </item>
  39. <item>
  40. <label>Chest</label>
  41. <value>2</value>
  42. </item>
  43. <item>
  44. <label>RA</label>
  45. <value>3</value>
  46. </item>
  47. <item>
  48. <label>RL</label>
  49. <value>4</value>
  50. </item>
  51. <item>
  52. <label>LA</label>
  53. <value>5</value>
  54. </item>
  55. <item>
  56. <label>LL</label>
  57. <value>6</value>
  58. </item>
  59. <item>
  60. <label>기타</label>
  61. <value>99</value>
  62. </item>
  63. </choices>
  64. </select>
  65. <input id="ipt_00_part" ref="/root/main/partrmk" style="left:60px; top:35px; width:275px; height:19px; "/>
  66. <caption id="cap_00_time1" class="tit_2" style="left:0px; top:65px; width:179px; height:13px; ">적용시간</caption>
  67. <caption id="cap_00_time2" style="left:15px; top:82px; width:140px; height:15px; ">지금부터 시간</caption>
  68. <input id="ipt_00_time" ref="/root/main/time" style="left:70px; top:79px; width:35px; height:19px; "/>
  69. </case>
  70. </switch>
  71. <button id="button1" class="btn4_letter2" style="left:285px; top:135px; width:56px; height:22px; ">
  72. <caption>확인</caption>
  73. <script type="javascript" ev:event="onclick">
  74. <![CDATA[
  75. if( grd_clinccmtlist.row >= grd_clinccmtlist.fixedRows ) {
  76. if ( model.getValue ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.row + "]/status" ) != "I" ) {
  77. var etccnts = model.getValue ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.row + "]/etccnts" );
  78. opener.javascript.setParameter ( "SPMMB02200_clinccmt", etccnts );
  79. model.close();
  80. } else {
  81. messageBox ( "신규입력은 선택", "E001" );
  82. }
  83. } else {
  84. var message = "";
  85. if ( opener.javascript.getParameter ( "SPMMB02200_cond2" ) == "3" ) {
  86. message = "선택된 전달사항이";
  87. } else if ( opener.javascript.getParameter ( "SPMMB02200_cond2" ) == "2" ) {
  88. message = "선택된 임상소견이";
  89. }
  90. messageBox ( message, "I004" );
  91. }
  92. ]]>
  93. </script>
  94. </button>
  95. <button id="button3" class="btn4_letter2" style="left:345px; top:135px; width:56px; height:22px; ">
  96. <caption>취소</caption>
  97. <script type="javascript" ev:event="onclick">
  98. <![CDATA[
  99. model.close();
  100. ]]>
  101. </script>
  102. </button>
  103. </xhtml:body>
  104. </xhtml:html>