SPZCR00601_임신중약물투여Guide.xrw 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <resultSeverityLevel>
  12. <description/>
  13. <!--임신중약물투여guide내용-->
  14. </resultSeverityLevel>
  15. </list>
  16. </main>
  17. <send>
  18. <reqSeverityLevel>
  19. <pCodeType>92</pCodeType>
  20. <!--코드Type-->
  21. </reqSeverityLevel>
  22. </send>
  23. <init/>
  24. <hidden/>
  25. <temp/>
  26. </root>
  27. </instance>
  28. <script type="javascript" ev:event="xforms-ready">
  29. <![CDATA[
  30. /*
  31. 화면을 초기화 합니다.
  32. */
  33. fInitialize();
  34. /*
  35. 조회 메서드를 호출합니다
  36. */
  37. var param1 = model.getValue("/root/send/reqSeverityLevel/pCodeType");
  38. reqGetDetailInfo(param1);
  39. ]]>
  40. </script>
  41. <submission id="TRZCR02501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqSeverityLevel" resultref="/root/main/list"/>
  42. </model>
  43. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  44. <script type="javascript" src="../../../com/referenceweb/js/ZCR001.js"/>
  45. <script type="javascript">
  46. <![CDATA[
  47. /*
  48. 초기화 작업을 합니다.
  49. */
  50. function fInitialize(){
  51. model.removeNodeset("/root/main/list/resultSeverityLevel");
  52. // 임산중 약물투여 Guide 조회 변수 setvalue
  53. model.makeValue("/root/send/reqSeverityLevel/pCodeType", "92");
  54. }
  55. function reqGetDetailInfo(param1) {
  56. objBrower.Navigate2(getActionURL("TRZCR02501") + getUserSessionString()+"&pCodeType=" + param1);
  57. }
  58. ]]>
  59. </script>
  60. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  61. </xhtml:head>
  62. <xhtml:body pagewidth="720" pageheight="850" guideline="2,299;1,1200;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  63. <object id="objBrower" clsid="{8856f961-340a-11d0-a96b-00c04fd705a2}" style="left:10px; top:0px; width:700px; height:845px; font-family:굴림; font-size:7pt; padding-left:0; padding-top:0; padding-right:0; padding-bottom:0; background-image:../../../com/commonweb/images/grid_bg.gif; "/>
  64. </xhtml:body>
  65. </xhtml:html>