123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?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">
- <![CDATA[/>]]>
- <instance id="instance1">
- <root xmlns="">
- <main>
- <usegoal/>
- </main>
- <send>
- <reqdata/>
- </send>
- <init>
- <M5000list/>
- </init>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList(new Array("M5000"), new Array("/root/init/M5000list"));
- model.refresh();
- ]]>
- </script>
- <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMMO09500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/patlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="300" pageheight="280" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption2" class="tit_1" style="left:0px; top:0px; width:204px; height:15px; ">항암프로토콜 사용목적</caption>
- <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; ">
- <choices>
- <itemset nodeset="/root/init/M5000list">
- <label ref="M5000/cdnm"/>
- <value ref="M5000/cdid"/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_save" class="btn4_letter2" style="left:80px; top:230px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var usegoal=model.getValue("/root/main/usegoal");
- if(usegoal == "" || usegoal==null){
- messageBox("사용목적 선택은 필수입니다.", "I", "");
- return;
- }else{
- opener.javascript.model.makeValue("/root/send/data/orderdata/usegoal", usegoal)
- }
- model.close();
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:140px; top:230px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.setValue("/root/main/usegoal", "");
- model.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|