123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- <?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>
- <isolguidedocuinfo>
- <isolguidedoculist/>
- </isolguidedocuinfo>
- <cond>
- <isolkind/>
- <patpid/>
- <isoldispkind/>
- </cond>
- <isoldispdisplists/>
- </main>
- <send/>
- <hidden/>
- <init>
- <A0140list>
- </A0140list>
- </init>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRASB01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/isoldispdisplists"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize() {
- // 공통코드를 조회한다.
- zbcfGetCodeList( new Array("A0140"), new Array("/root/init/A0140list"));
- //var getPara = opener.window.javascript.getParameter("SPASB01600_param"); 김홍점 수정 20071015
- var isolkind = model.getValue("/root/main/cond/isolkind");
- if(isolkind == "B"){
- //model.setValue("/root/main/cond/isolkind", getPara);
- ivw_isolguidedoculist.attribute("src") = "../../../ast/infcmngtweb/xrw/SPASB01700_혈액주의안내문.xrw"
- } else if(isolkind == "C"){
- //model.setValue("/root/main/cond/isolkind", getPara);
- ivw_isolguidedoculist.attribute("src") = "../../../ast/infcmngtweb/xrw/SPASB01800_접촉주의안내문.xrw"
- } else if(isolkind == "A"){
- //model.setValue("/root/main/cond/isolkind", getPara);
- ivw_isolguidedoculist.attribute("src") = "../../../ast/infcmngtweb/xrw/SPASB01900_공기주의안내문.xrw"
- }
-
- if ( getPatientInfo("pid") != '' ) {
- model.setValue("/root/main/cond/patpid", getPatientInfo("pid") );
- }
-
- model.setValue("/root/main/cond/isoldispkind",model.getValue("/root/main/cond/isolkind"));
- model.makeNode("/root/send/reqdata");
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- // if(submit('TRASB01201')) {
- // btn_rgcn.text = '해제';
- // }
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="425" pageheight="366" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group3" scroll="auto" style="left:0px; top:15px; width:405px; height:305px; ">
- <group id="group2" style="left:0px; top:0px; width:405px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:401px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:8px; width:86px; height:17px; ">격리종류 :</caption>
- <select1 id="rdo_isolkind" ref="/root/main/cond/isolkind" navindex="3" appearance="full" cellspacing="20" cols="3" overflow="visible" style="left:110px; top:10px; width:265px; height:15px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/A0140list/A0140">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(model.getValue("/root/main/cond/isolkind") == "B") {
- model.setValue("/root/main/cond/isoldispkind",model.getValue("/root/main/cond/isolkind"));
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- ivw_isolguidedoculist.attribute("src") = "../../../ast/infcmngtweb/xrw/SPASB01700_혈액주의안내문.xrw"
- } else if(model.getValue("/root/main/cond/isolkind") == "C"){
- model.setValue("/root/main/cond/isoldispkind",model.getValue("/root/main/cond/isolkind"));
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- ivw_isolguidedoculist.attribute("src") = "../../../ast/infcmngtweb/xrw/SPASB01800_접촉주의안내문.xrw"
- } else if(model.getValue("/root/main/cond/isolkind") == "A"){
- model.setValue("/root/main/cond/isoldispkind",model.getValue("/root/main/cond/isolkind"));
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- ivw_isolguidedoculist.attribute("src") = "../../../ast/infcmngtweb/xrw/SPASB01900_공기주의안내문.xrw"
- }
- ]]>
- </script>
- </select1>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:46px; width:113px; height:14px; ">격리주의 안내문</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:61px; x2:400px; y2:61px; "/>
- <iviewer id="ivw_isolguidedoculist" style="left:0px; top:66px; width:400px; height:230px; border-style:sunken; "/>
- </group>
- <group id="grp_tle" style="left:0px; top:0px; width:405px; height:13px; ">
- <caption id="caption14" class="tit_1" style="left:0px; top:0px; width:162px; height:14px; ">격리주의 안내문</caption>
- </group>
- <group id="grp_btn" style="left:0px; top:320px; width:405px; height:30px; ">
- <button id="btn_close" class="btn4_letter2" style="left:345px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- <button id="btn_rgcn" class="btn4_letter2" style="left:289px; top:5px; width:56px; height:22px; ">
- <caption>등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- setParameter("SMASB01100_dispcd", model.getValue("/root/main/cond/isolkind"));
- open("SMASB01100", 1,10,10, "SMASB01100");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|