123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- <?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>
- <codelists>
- <codeflag/>
- <code/>
- <codename/>
- <codedesc1/>
- <codedesc2/>
- <codedesc3/>
- <codedesc4/>
- <org_code/>
- </codelists>
- </list>
- <item>
- <codeflag/>
- <code/>
- <codename/>
- <codedesc1/>
- <codedesc2/>
- <codedesc3/>
- <codedesc4/>
- </item>
- </main>
- <send>
- <s_codeflag/>
- <s_code/>
- <s_codename/>
- <listdata/>
- </send>
- <init>
- <comcd>
- <codeflag>
- <cd>01</cd>
- <nm>배액관</nm>
- </codeflag>
- <codeflag>
- <cd>02</cd>
- <nm>합병증</nm>
- </codeflag>
- </comcd>
- </init>
- <hidden>
- <comcd>
- </comcd>
- </hidden>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMNP00710" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/list/codelists"/>
- <submission id="TXMNP00710" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/list/codelists"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/opanstweb/js/SMMNP00710.js"/>
- <script type="javascript">
- <![CDATA[
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1193;1,917;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">회복실 코드 관리</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:36px; width:1195px; height:744px; ">
- <line id="line4" class="line_2" style="x1:0px; y1:176px; x2:1194px; y2:176px; "/>
- <line id="line3" class="line_2" style="x1:0px; y1:152px; x2:1194px; y2:152px; "/>
- <line id="line2" class="line_2" style="x1:0px; y1:128px; x2:1194px; y2:128px; "/>
- <group id="group2" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:16px; top:8px; width:86px; height:17px; ">구분</caption>
- <line id="line13" style="x1:1106px; y1:7px; x2:1106px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption22" class="search_name" style="left:471px; top:8px; width:69px; height:17px; ">설명</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1127px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fbtnSearch();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:249px; top:8px; width:69px; height:17px; ">코드</caption>
- <select1 id="cmb_codeflag" ref="/root/send/s_codeflag" class="combo_default" appearance="minimal" style="left:100px; top:8px; width:125px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/comcd/codeflag">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSetGridCaptionInfo(cmb_codeflag.value);
- ]]>
- </script>
- </select1>
- <input id="ipt_code" ref="/root/send/s_code" class="input_search" style="left:315px; top:8px; width:134px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- ipt_code.value = ipt_code.currentText;
- fbtnSearch();
- }
- ]]>
- </script>
- </input>
- <input id="ipt_codename" ref="/root/send/s_codename" class="input_search" style="left:537px; top:8px; width:220px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- ipt_codename.value = ipt_codename.currentText;
- fbtnSearch();
- }
- ]]>
- </script>
- </input>
- </group>
- <caption id="caption20" class="tit_2" style="left:6px; top:62px; width:136px; height:14px; ">구분별 리스트 정보</caption>
- <line id="line8" class="line_1" style="x1:0px; y1:77px; x2:1194px; y2:77px; "/>
- <line id="line7" class="line_3" style="x1:0px; y1:741px; x2:1194px; y2:741px; "/>
- <group id="group4" style="left:874px; top:45px; width:321px; height:32px; ">
- <button id="button8" class="btn2_letter3" style="left:209px; top:11px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClickRowAddBtn();
- ]]>
- </script>
- </button>
- <button id="button9" class="btn2_letter3" style="left:266px; top:11px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClickDeleteBtn();
- ]]>
- </script>
- </button>
- <button id="button11" class="btn2_letter4" style="left:141px; top:11px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOnClickExcelBtn();
- ]]>
- </script>
- </button>
- </group>
- <datagrid id="grd_codelist" nodeset="/root/main/list/codelists" caption="* 구분^* 코드^* 코드명^부연설명1^부연설명2^부연설명3^부연설명4^org_code" colwidth="120, 90, 256, 160, 160, 160, 170, 50" dataheight="25" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" style="left:0px; top:80px; width:1194px; height:658px; text-align:center; border-color:#808080; ">
- <col disabled="true" ref="codeflag" type="combo" visibility="visible">
- <choices>
- <itemset nodeset="/root/init/comcd/codeflag">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col imemode="alpha" ref="code" type="input" maxlength="2"/>
- <col ref="codename" type="input" maxlength="100" style="text-align:left; "/>
- <col ref="codedesc1" type="input" maxlength="100"/>
- <col ref="codedesc2" type="input" maxlength="100"/>
- <col key="codedesc3" ref="codedesc3" type="input" maxlength="100"/>
- <col ref="codedesc4" type="input" maxlength="100"/>
- <col ref="org_code" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- fRowChanged();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGridValueChanged();
- ]]>
- </script>
- </datagrid>
- </group>
- <line id="line32" class="line_6" style="x1:0px; y1:90px; x2:1194px; y2:90px; "/>
- <group id="group6" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
- <button id="button1" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter2" style="left:1067px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOnClickSaveBtn();
- ]]>
- </script>
- </button>
- <line id="line1" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|