12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>주의사항 등급설명</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <resultSeverityLevel>
- <description/>
- <!--임신중약물투여guide내용-->
- </resultSeverityLevel>
- </list>
- </main>
- <send>
- <reqSeverityLevel>
- <pCodeType>92</pCodeType>
- <!--코드Type-->
- </reqSeverityLevel>
- </send>
- <init/>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- /*
- 화면을 초기화 합니다.
- */
- fInitialize();
- /*
- 조회 메서드를 호출합니다
- */
- var param1 = model.getValue("/root/send/reqSeverityLevel/pCodeType");
- reqGetDetailInfo(param1);
- ]]>
- </script>
- <submission id="TRZCR02501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqSeverityLevel" resultref="/root/main/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/referenceweb/js/ZCR001.js"/>
- <script type="javascript">
- <![CDATA[
- /*
- 초기화 작업을 합니다.
- */
- function fInitialize(){
- model.removeNodeset("/root/main/list/resultSeverityLevel");
-
- // 임산중 약물투여 Guide 조회 변수 setvalue
- model.makeValue("/root/send/reqSeverityLevel/pCodeType", "92");
- }
-
- function reqGetDetailInfo(param1) {
- objBrower.Navigate2(getActionURL("TRZCR02501") + getUserSessionString()+"&pCodeType=" + param1);
- }
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="720" pageheight="850" guideline="2,299;1,1200;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
- <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; "/>
- </xhtml:body>
- </xhtml:html>
|