123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <serdiaginfo>
- <row>
- <status/>
- <diagcd/>
- <serdiaggrpcd/>
- <instcd/>
- <useflag/>
- <mataflag/>
- <cncrflag/>
- <prevserdiaggrpcd/>
- </row>
- </serdiaginfo>
- <sergrpinfo>
- <row>
- <status/>
- <serdiaggrpcd/>
- <genrno/>
- <instcd/>
- <stage/>
- <t/>
- <n/>
- <m/>
- <displaystage/>
- <useflag/>
- <stagegubun/>
- </row>
- </sergrpinfo>
- <serinfolist>
- <row>
- <diagcd/>
- <serdiaggrpcd/>
- <genrno/>
- <stage/>
- <t/>
- <n/>
- <m/>
- <displaystage/>
- <diaguseflag/>
- <stageuseflag/>
- <mataflag/>
- <cncrflag/>
- </row>
- </serinfolist>
- <serinfolist2>
- <row>
- <diagcd/>
- <serdiaggrpcd/>
- <genrno/>
- <stage/>
- <t/>
- <n/>
- <m/>
- <displaystage/>
- <diaguseflag/>
- <stageuseflag/>
- </row>
- </serinfolist2>
- </main>
- <send>
- <reqdata>
- <cond1/>
- <cond2/>
- </reqdata>
- </send>
- <init>
- <gubun>1</gubun>
- <srch>
- <srch_diagcd/>
- <srch_stagecd/>
- </srch>
- </init>
- </root>
- </instance>
- <submission id="TRMRD00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/serinfolist"/>
- <submission id="TRMRD00802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/serinfolist2"/>
- <submission id="TXMRD00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/serdiaginfo" resultref="/root/main/serinfolist"/>
- <submission id="TXMRD00802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/sergrpinfo" resultref="/root/main/serinfolist2"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript">
- <![CDATA[
- function fDeleteSelectedRows(grd,markonly) {
- var rowIdx;
- if (grd.selectedRows > 0) {
- var selectedRows = Array(grd.selectedRows);
- for(i=0;i<grd.selectedRows;i++) {
- selectedRows[i] = grd.selectedRow(i);
- }
- if (markonly != null && markonly == true) { // mark delete
- for(i=selectedRows.length-1;i>=0;i--) {
- rowIdx = selectedRows[i];
- if(grd.rowstatus(rowIdx) == 1 ) { // just inserted row
- grd.deleterow(rowIdx,false);
- } else {
- grd.addStatus(rowIdx,"delete");
- }
- }
- } else {
- for(i=selectedRows.length-1;i>=0;i--) {
- rowIdx = selectedRows[i];
- grd.deleterow(rowIdx,false);
- }
- }
- }
- }
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="850" pageheight="720">
- <caption id="caption29" class="tit_1" style="left:0px; top:0px; width:137px; height:14px; ">항암병기마스터 관리</caption>
- <switch id="switch1" style="left:0px; top:50px; width:825px; height:645px; ">
- <case id="case1" selected="true">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:4px; top:6px; width:815px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="search_name" style="left:10px; top:15px; width:93px; height:17px; ">상병코드 :</caption>
- <caption id="caption22" class="tit_2" style="left:6px; top:52px; width:113px; height:14px; ">상병코드 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:818px; y2:70px; "/>
- <datagrid id="grd_diagcdlist" nodeset="/root/main/serinfolist/row" caption="상병코드^병기분류코드^병기분류Seq^Stage^T^N^M^DisplayStage^연결여부^직접입력^소세포/난소암 여부" colsep="^" colwidth="79, 78, 88, 55, 50, 50, 50, 100, 61, 62, 127" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:75px; width:820px; height:380px; ">
- <col ref="diagcd"/>
- <col ref="serdiaggrpcd"/>
- <col ref="genrno"/>
- <col ref="stage"/>
- <col ref="t"/>
- <col ref="n"/>
- <col ref="m"/>
- <col ref="displaystage"/>
- <col ref="diaguseflag"/>
- <col ref="mataflag"/>
- <col ref="cncrflag" type="combo">
- <choices>
- <item>
- <label>0. 선택없음</label>
- <value>0</value>
- </item>
- <item>
- <label>1. 난소암</label>
- <value>1</value>
- </item>
- <item>
- <label>2. 소세포암</label>
- <value>2</value>
- </item>
- <item>
- <label>2. 난소암/소세포암</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if( grd_diagcdlist.isCell(event.target) && grd_diagcdlist.row >= grd_diagcdlist.fixedRows ) {
- model.setValue("/root/main/serdiaginfo/row/status", "U");
- model.setValue("/root/main/serdiaginfo/row/diagcd", model.getValue("/root/main/serinfolist/row["+grd_diagcdlist.row+"]/diagcd") );
- model.setValue("/root/main/serdiaginfo/row/serdiaggrpcd", model.getValue("/root/main/serinfolist/row["+grd_diagcdlist.row+"]/serdiaggrpcd") );
- model.setValue("/root/main/serdiaginfo/row/prevserdiaggrpcd", model.getValue("/root/main/serinfolist/row["+grd_diagcdlist.row+"]/serdiaggrpcd") );
- model.setValue("/root/main/serdiaginfo/row/cncrflag", model.getValue("/root/main/serinfolist/row["+grd_diagcdlist.row+"]/cncrflag") );
- if (model.getValue("/root/main/serinfolist/row["+grd_diagcdlist.row+"]/diaguseflag") == "Y" ) {
- bool_diaguseflag.value = "true"
- } else {
- bool_diaguseflag.value= "false"
- }
- if (model.getValue("/root/main/serinfolist/row["+grd_diagcdlist.row+"]/mataflag") == "Y" ) {
- bool_mataflag.value = "true"
- } else {
- bool_mataflag.value= "false"
- }
- btn_new1.disabled = true;
- btn_save1.disabled = false;
- model.refresh();
- }
- ]]>
- </script>
- </datagrid>
- <caption id="caption5" class="cell_1" style="left:0px; top:485px; width:79px; height:23px; text-align:center; vertical-align:middle; ">상병코드</caption>
- <caption id="caption6" class="cell_1" style="left:0px; top:510px; width:79px; height:23px; text-align:center; vertical-align:middle; ">병기분류코드</caption>
- <caption id="caption7" style="left:275px; top:485px; width:95px; height:20px; ">연결여부</caption>
- <caption id="caption8" class="tit_2" style="left:6px; top:462px; width:139px; height:14px; ">상병코드 항목</caption>
- <line id="line4" class="line_1" style="x1:0px; y1:480px; x2:818px; y2:480px; "/>
- <input id="ipt_srchserdiagcd" ref="/root/init/srch/srch_diagcd" class="input_search" style="left:104px; top:14px; width:125px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- inputEnterKey("btn_serdiagsrch", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_serdiagsrch" class="btn1_letter2" style="left:750px; top:12px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/init/srch/srch_diagcd", model.getValue("/root/init/srch/srch_diagcd").toUpperCase() );
- model.setValue("/root/send/reqdata/cond1", model.getValue("/root/init/srch/srch_diagcd") );
- model.setValue("/root/send/reqdata/cond2", "diag" );
- submit("TRMRD00801");
- ]]>
- </script>
- </button>
- <input id="ipt_diagcd" ref="/root/main/serdiaginfo/row/diagcd" style="left:85px; top:487px; width:126px; height:19px; "/>
- <input id="ipt_serdiaggrpcd" ref="/root/main/serdiaginfo/row/serdiaggrpcd" style="left:85px; top:512px; width:70px; height:19px; "/>
- <bool id="bool_diaguseflag" ref="/root/main/serdiaginfo/row/useflag" style="left:256px; top:484px; width:20px; height:20px; "/>
- <button id="btn_new1" class="btn2_letter2" disabled="true" style="left:729px; top:460px; width:42px; height:19px; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/serdiaginfo/row/status", "I");
- model.setValue("/root/main/serdiaginfo/row/diagcd", model.getValue("/root/main/serdiaginfo/row/diagcd").toUpperCase() );
-
- if (model.getValue("/root/main/serdiaginfo/row/cncrflag") == "" ) {
- messageBox("소세포/난소암 여부 항목은", "I003");
- return;
- }
- submit("TXMRD00801", false);
-
- model.setValue("/root/init/srch/srch_diagcd", model.getValue("/root/init/srch/srch_diagcd").toUpperCase() );
- model.setValue("/root/send/reqdata/cond1", model.getValue("/root/init/srch/srch_diagcd") );
- model.setValue("/root/send/reqdata/cond2", "diag" );
- submit("TRMRD00801", true);
- ]]>
- </script>
- </button>
- <button id="btn_save1" class="btn2_letter2" disabled="true" style="left:772px; top:460px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/serdiaginfo/row/status", "U");
- model.setValue("/root/main/serdiaginfo/row/diagcd", model.getValue("/root/main/serdiaginfo/row/diagcd").toUpperCase() );
-
- if (model.getValue("/root/main/serdiaginfo/row/cncrflag") == "" ) {
- messageBox("소세포/난소암 여부 항목은", "I003");
- return;
- }
-
- submit("TXMRD00801", false);
-
- model.setValue("/root/init/srch/srch_diagcd", model.getValue("/root/init/srch/srch_diagcd").toUpperCase() );
- model.setValue("/root/send/reqdata/cond1", model.getValue("/root/init/srch/srch_diagcd") );
- model.setValue("/root/send/reqdata/cond2", "diag" );
- submit("TRMRD00801", true);
- ]]>
- </script>
- </button>
- <button id="btn_reset1" class="btn2_letter3" style="left:675px; top:460px; width:53px; height:19px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.resetInstanceNode("/root/main/serdiaginfo");
- model.setValue("/root/main/serdiaginfo/row/status", "I");
- btn_new1.disabled = false;
- btn_save1.disabled = true;
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption18" style="left:275px; top:508px; width:81px; height:20px; ">직접입력여부</caption>
- <caption id="caption17" class="cell_1" style="left:385px; top:485px; width:113px; height:23px; text-align:center; vertical-align:middle; ">소세포/난소암 여부</caption>
- <select1 id="combo1" ref="/root/main/serdiaginfo/row/cncrflag" appearance="minimal" style="left:500px; top:485px; width:140px; height:19px; ">
- <choices>
- <item>
- <label>0. 선택없음</label>
- <value>0</value>
- </item>
- <item>
- <label>1. 난소암</label>
- <value>1</value>
- </item>
- <item>
- <label>2. 소세포암</label>
- <value>2</value>
- </item>
- <item>
- <label>3. 난소암/소세포암</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <bool id="bool_mataflag" ref="/root/main/serdiaginfo/row/mataflag" style="left:256px; top:507px; width:20px; height:20px; "/>
- <input id="ipt_prevserdiaggrpcd" ref="/root/main/serdiaginfo/row/prevserdiaggrpcd" visibility="hidden" style="left:85px; top:540px; width:70px; height:19px; "/>
- </case>
- <case id="case2">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:4px; top:6px; width:815px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:10px; top:15px; width:117px; height:17px; ">병기분류코드 :</caption>
- <caption id="caption3" class="tit_2" style="left:6px; top:52px; width:139px; height:14px; ">병기분류코드 리스트</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:70px; x2:818px; y2:70px; "/>
- <datagrid id="grd_stagegrpcdlist" nodeset="/root/main/serinfolist2/row" caption="병기분류코드^병기분류Seq^Stage^T^N^M^DisplayStage^사용유무^비고" colsep="^" colwidth="78, 88, 55, 50, 50, 50, 100, 59, 131" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:75px; width:820px; height:380px; ">
- <col ref="serdiaggrpcd"/>
- <col ref="genrno"/>
- <col ref="stage"/>
- <col ref="t"/>
- <col ref="n"/>
- <col ref="m"/>
- <col ref="displaystage"/>
- <col ref="stageuseflag"/>
- <col/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if( grd_stagegrpcdlist.isCell(event.target) && grd_stagegrpcdlist.row >= grd_stagegrpcdlist.fixedRows ) {
- model.setValue("/root/main/sergrpinfo/row/status", "U");
- model.setValue("/root/main/sergrpinfo/row/serdiaggrpcd", model.getValue("/root/main/serinfolist2/row["+grd_stagegrpcdlist.row+"]/serdiaggrpcd") );
- model.setValue("/root/main/sergrpinfo/row/genrno", model.getValue("/root/main/serinfolist2/row["+grd_stagegrpcdlist.row+"]/genrno") );
- model.setValue("/root/main/sergrpinfo/row/stage", model.getValue("/root/main/serinfolist2/row["+grd_stagegrpcdlist.row+"]/stage") );
- model.setValue("/root/main/sergrpinfo/row/t", model.getValue("/root/main/serinfolist2/row["+grd_stagegrpcdlist.row+"]/t") );
- model.setValue("/root/main/sergrpinfo/row/n", model.getValue("/root/main/serinfolist2/row["+grd_stagegrpcdlist.row+"]/n") );
- model.setValue("/root/main/sergrpinfo/row/m", model.getValue("/root/main/serinfolist2/row["+grd_stagegrpcdlist.row+"]/m") );
- model.setValue("/root/main/sergrpinfo/row/displaystage", model.getValue("/root/main/serinfolist2/row["+grd_stagegrpcdlist.row+"]/displaystage") );
- if (model.getValue("/root/main/serinfolist2/row["+grd_stagegrpcdlist.row+"]/stageuseflag") == "Y" ) {
- bool_stageuseflag.value = "true";
- } else {
- bool_stageuseflag.value= "false";
- }
- btn_new2.disabled = true;
- btn_save2.disabled = false;
- model.refresh();
- }
- ]]>
- </script>
- </datagrid>
- <caption id="caption4" class="tit_2" style="left:6px; top:462px; width:139px; height:14px; ">병기분류코드 항목</caption>
- <line id="line3" class="line_1" style="x1:0px; y1:480px; x2:818px; y2:480px; "/>
- <caption id="caption10" class="cell_1" style="left:0px; top:485px; width:79px; height:23px; text-align:left; vertical-align:middle; ">병기분류코드</caption>
- <caption id="caption11" style="left:496px; top:516px; width:95px; height:20px; ">사용여부</caption>
- <caption id="caption9" class="cell_1" style="left:0px; top:535px; width:79px; height:23px; text-align:left; vertical-align:middle; ">STAGE</caption>
- <caption id="caption12" class="cell_1" style="left:185px; top:485px; width:79px; height:23px; text-align:left; vertical-align:middle; ">T-Code</caption>
- <caption id="caption13" class="cell_1" style="left:185px; top:510px; width:79px; height:23px; text-align:left; vertical-align:middle; ">N-Code</caption>
- <caption id="caption14" class="cell_1" style="left:185px; top:535px; width:79px; height:23px; text-align:left; vertical-align:middle; ">M-Code</caption>
- <caption id="caption16" class="cell_1" style="left:395px; top:485px; width:80px; height:23px; text-align:left; vertical-align:middle; ">DisplayStage</caption>
- <button id="btn_serstagesrch" class="btn1_letter2" style="left:750px; top:12px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/reqdata/cond1", model.getValue("/root/init/srch/srch_stagecd") );
- model.setValue("/root/send/reqdata/cond2", "stage" );
- submit("TRMRD00802");
- ]]>
- </script>
- </button>
- <input id="ipt_srchstagecd" ref="/root/init/srch/srch_stagecd" class="input_search" maxlength="4" format="####" style="left:129px; top:14px; width:125px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- inputEnterKey("btn_serstagesrch", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_serdiaggrpcd2" ref="/root/main/sergrpinfo/row/serdiaggrpcd" style="left:85px; top:485px; width:70px; height:19px; "/>
- <input id="ipt_stage" ref="/root/main/sergrpinfo/row/stage" style="left:85px; top:537px; width:70px; height:19px; "/>
- <input id="ipt_t" ref="/root/main/sergrpinfo/row/t" style="left:270px; top:485px; width:70px; height:19px; "/>
- <input id="ipt_n" ref="/root/main/sergrpinfo/row/n" style="left:270px; top:510px; width:70px; height:19px; "/>
- <input id="ipt_m" ref="/root/main/sergrpinfo/row/m" style="left:270px; top:535px; width:70px; height:19px; "/>
- <input id="ipt_genrno" ref="/root/main/sergrpinfo/row/genrno" style="left:85px; top:512px; width:70px; height:19px; "/>
- <input id="ipt_displaystage" ref="/root/main/sergrpinfo/row/displaystage" style="left:480px; top:487px; width:70px; height:19px; "/>
- <bool id="bool_stageuseflag" ref="/root/main/sergrpinfo/row/useflag" style="left:477px; top:515px; width:20px; height:20px; "/>
- <button id="btn_reset" class="btn2_letter3" style="left:675px; top:460px; width:53px; height:19px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.resetInstanceNode("/root/main/sergrpinfo");
- model.setValue("/root/main/sergrpinfo/row/status", "I");
- btn_new2.disabled = false;
- btn_save2.disabled = true;
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_new2" class="btn2_letter2" disabled="true" style="left:729px; top:460px; width:42px; height:19px; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/sergrpinfo/row/status", "I");
-
- if (model.getValue("/root/main/sergrpinfo/row/serdiaggrpcd") == "" ) {
- messageBox("병기분류코드 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/genrno") == "" ) {
- messageBox("병기분류Seq 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/stage") == "" ) {
- messageBox("Stage 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/t") == "" ) {
- messageBox("T-Code 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/n") == "" ) {
- messageBox("N-Code 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/m") == "" ) {
- messageBox("M-Code 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/displaystage") == "" ) {
- messageBox("DisplayStage 항목은", "I003");
- return;
- }
-
- submit("TXMRD00802", false);
-
-
- model.setValue("/root/send/reqdata/cond1", model.getValue("/root/init/srch/srch_stagecd") );
- model.setValue("/root/send/reqdata/cond2", "stage" );
- submit("TRMRD00802", true);
- ]]>
- </script>
- </button>
- <button id="btn_save2" class="btn2_letter2" disabled="true" style="left:772px; top:460px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/sergrpinfo/row/status", "U");
-
- if (model.getValue("/root/main/sergrpinfo/row/serdiaggrpcd") == "" ) {
- messageBox("병기분류코드 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/genrno") == "" ) {
- messageBox("병기분류Seq 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/stage") == "" ) {
- messageBox("Stage 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/t") == "" ) {
- messageBox("T-Code 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/n") == "" ) {
- messageBox("N-Code 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/m") == "" ) {
- messageBox("M-Code 항목은", "I003");
- return;
- }
- if (model.getValue("/root/main/sergrpinfo/row/displaystage") == "" ) {
- messageBox("DisplayStage 항목은", "I003");
- return;
- }
-
- submit("TXMRD00802", false);
-
-
- model.setValue("/root/send/reqdata/cond1", model.getValue("/root/init/srch/srch_stagecd") );
- model.setValue("/root/send/reqdata/cond2", "stage" );
- submit("TRMRD00802", true);
- ]]>
- </script>
- </button>
- <caption id="caption15" class="cell_1" style="left:0px; top:510px; width:79px; height:23px; text-align:left; vertical-align:middle; ">병기분류Seq</caption>
- </case>
- </switch>
- <button id="btn_ivpatord" class="btn_sw" group="tab" selected="true" style="left:1px; top:27px; width:99px; height:22px; ">
- <caption>상병코드관리</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case1");
- ]]>
- </script>
- </button>
- <button id="button2" class="btn_sw" group="tab" selected="false" style="left:101px; top:27px; width:114px; height:22px; ">
- <caption>병기분류코드관리</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case2");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|