SPADB70000_항암프로토콜사용목적.xrw 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>항암프로토콜 사용목적</xhtml:title>
  6. <model id="model1">
  7. <![CDATA[/>]]>
  8. <instance id="instance1">
  9. <root xmlns="">
  10. <main>
  11. <usegoal/>
  12. </main>
  13. <send>
  14. <reqdata/>
  15. </send>
  16. <init>
  17. <M5000list/>
  18. </init>
  19. <hidden/>
  20. <temp/>
  21. </root>
  22. </instance>
  23. <script type="javascript" ev:event="xforms-ready">
  24. <![CDATA[
  25. zbcfGetCodeList(new Array("M5000"), new Array("/root/init/M5000list"));
  26. model.refresh();
  27. ]]>
  28. </script>
  29. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  30. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  31. <submission id="TRMMO09500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/patlist"/>
  32. </model>
  33. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  39. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  40. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  41. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  42. </xhtml:head>
  43. <xhtml:body pagewidth="300" pageheight="280" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  44. <caption id="caption2" class="tit_1" style="left:0px; top:0px; width:204px; height:15px; ">항암프로토콜 사용목적</caption>
  45. <select1 id="radio1" ref="/root/main/usegoal" appearance="full" vcellspacing="2" overflow="visible" style="left:10px; top:25px; width:270px; height:95px; border-style:none; ">
  46. <choices>
  47. <itemset nodeset="/root/init/M5000list">
  48. <label ref="M5000/cdnm"/>
  49. <value ref="M5000/cdid"/>
  50. </itemset>
  51. </choices>
  52. </select1>
  53. <button id="btn_save" class="btn4_letter2" style="left:80px; top:230px; width:56px; height:22px; ">
  54. <caption>저장</caption>
  55. <script type="javascript" ev:event="onclick">
  56. <![CDATA[
  57. var usegoal=model.getValue("/root/main/usegoal");
  58. if(usegoal == "" || usegoal==null){
  59. messageBox("사용목적 선택은 필수입니다.", "I", "");
  60. return;
  61. }else{
  62. opener.javascript.model.makeValue("/root/send/data/orderdata/usegoal", usegoal)
  63. }
  64. model.close();
  65. ]]>
  66. </script>
  67. </button>
  68. <button id="btn_cancel" class="btn4_letter2" style="left:140px; top:230px; width:56px; height:22px; ">
  69. <caption>취소</caption>
  70. <script type="javascript" ev:event="onclick">
  71. <![CDATA[
  72. model.setValue("/root/main/usegoal", "");
  73. model.close();
  74. ]]>
  75. </script>
  76. </button>
  77. </xhtml:body>
  78. </xhtml:html>