123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457 |
- <?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>
- <ptpclist/>
- </main>
- <send>
- <searchflag>A</searchflag>
- <ptcmcode/>
- <pid/>
- <cretno/>
- <ioflag>A</ioflag>
- <orddd/>
- <data/>
- <dschdd/>
- <fromdd/>
- <todd/>
- <orddeptcd/>
- <orddrid/>
- <data2>
- <retiredrdisp>Y</retiredrdisp>
- </data2>
- <searchall/>
- <ioflag/>
- </send>
- <init>
- <P0110list>
- <P0110>
- <cdnm/>
- <cdid/>
- </P0110>
- </P0110list>
- <orddeptcd>
- <orddeptcdlist/>
- </orddeptcd>
- <orddrid>
- <orddridlist/>
- </orddrid>
- </init>
- <temp/>
- <popupmenu>
- <grd_ptcmprcplist>
- <item1>
- <name>진찰료,병실료등의 선택진료여부->N</name>
- <func>fSetIcdrSpecN</func>
- </item1>
- <item1>
- <name>진찰료,병실료등의 선택진료여부->Y</name>
- <func>fSetIcdrSpecY</func>
- </item1>
- </grd_ptcmprcplist>
- </popupmenu>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPAM00105" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPMC03021" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/ptcmprcplist"/>
- <submission id="TRPMC03022" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/ptcmprcplist"/>
- <submission id="TXPMC03021" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" replace="instance" resultref="/root/temp"/>
- <submission id="TRPAM00107" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/hidden/tmp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.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/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- // 원무공통코드 조회
- pamfGetCodeList(new Array("P0110" ), new Array("/root/init/P0110list") );
-
- pamGetDeptCDDrIDListAll();
-
- if (checkOpener()) {
- // btn_init.visible = true;
- var vpid = opener.javascript.getParameter("pid");
- if(vpid != null) {
- model.setValue("/root/send/pid" , opener.javascript.getParameter("pid"));
- model.setValue("/root/send/cretno" , opener.javascript.getParameter("cretno"));
- model.setValue("/root/send/orddd" , opener.javascript.getParameter("orddd"));
- model.setValue("/root/send/dschdd", opener.javascript.getParameter("dschdd"));
- model.setValue("/root/send/ioflag" , opener.javascript.getParameter("ioflag"));
-
- submit("TRPMC03021");
- // 그리드 상태표시 초기화
- for(var i = 0 ; i < grd_ptcmprcplist.rows; i++) {
- if(grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("ptcmcode")) == "4" && grd_ptcmprcplist.valueMatrix(i, grd_ptcmprcplist.colRef("seqno")) == "") {
- grd_ptcmprcplist.rowStatus(i) = 2;
- } else {
- grd_ptcmprcplist.rowStatus(i) = 0;
- }
- }
- grd_ptcmprcplist.colStyle(10, "data", "background-color") = "#FFF000";
- grd_ptcmprcplist.colStyle(11, "data", "background-color") = "#FFF000";
- model.refresh();
- }
- }
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInitialize() {
- model.removeNodeset("/root/main/ptpclist");
- rdo_searchflag.disabled = false;
-
- // 접수일 올해일자만 고정
- model.setValue("/root/send/fromdd", getCurrentDate().substring(0,4)+"0101");
- model.setValue("/root/send/todd", getCurrentDate());
-
- rdo_searchflag.disabled = false;
- ipt_pid.disabled = true;
- ipt_fromdd.disabled = true;
- ipt_todd.disabled = true;
- cmb_search_orddeptcd.disabled = true;
- cmb_search_orddrid.disabled = true;
- rdo_ioflag.disabled = true;
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1055" pageheight="595" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1035px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:163px; height:14px; ">수진내역 상세처방리스트</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:85px; width:1033px; height:468px; ">
- <button id="button5" class="btn2_letter4" visibility="visible" style="left:965px; top:2px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_ptcmprcplist.saveExcel(fileName, "수진내역처방", true, true, "", "", true);
- }
- ]]>
- </script>
- </button>
- <datagrid id="grd_ptcmprcplist" nodeset="/root/main/ptpclist" visibility="visible" caption="환자번호^환자명^진료과^진료의^진료일^보험유형^내원구분^처방코드^처방명^민원처리구분1^민원처리구분2^투여량^횟수^일수^총진료비^본인부담금^기관부담금^급여액^비급여액^선택진료료^MEMO" colsep="^" colwidth="70, 60, 100, 60, 75, 75, 60, 80, 150, 100, 100, 40, 40, 40, 80, 80, 80, 80, 80, 80, 180, 100, 100, 100, 100, 100, 100, 100, 100" dataheight="23" defaultrows="0" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="23" rowsep="|" tooltip="true" style="left:0px; top:27px; width:1032px; height:440px; ">
- <col ref="pid" type="output" visibility="visible" style="text-align:center; "/>
- <col ref="pnm" type="output" visibility="visible" style="text-align:center; "/>
- <col ref="orddeptnm" type="output" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="orddrnm" type="output" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="orddd" type="output" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="insukindnm" type="output" style="text-align:center; "/>
- <col disabled="true" ref="ordtype" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- </choices>
- </col>
- <col ref="prcpcd" type="output" style="text-align:left; padding-right:5; "/>
- <col ref="hngnm" type="output" style="text-align:left; padding-right:5; "/>
- <col ref="ptcmcode" type="combo" style="text-align:center; padding-right:5; ">
- <choices>
- <itemset nodeset="/root/init/P0110list/P0110">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="ptcmcode1" type="combo" style="text-align:center; padding-right:5; ">
- <choices>
- <item>
- <label/>
- <value/>
- </item>
- <item>
- <label>선택진료 불인정</label>
- <value>7</value>
- </item>
- </choices>
- </col>
- <col ref="calcqty" type="output" format="#,###" style="text-align:right; padding-right:1; "/>
- <col ref="calctims" type="output" format="#,###" style="text-align:right; padding-right:1; "/>
- <col ref="calcdays" type="output" format="#,###" style="text-align:right; padding-right:1; "/>
- <col ref="totordamt" type="output" format="#,###" style="text-align:right; padding-right:1; "/>
- <col ref="ownbamt" type="output" format="#,###" style="text-align:right; padding-right:1; "/>
- <col ref="insubamt" type="output" format="#,###" style="text-align:right; padding-right:1; "/>
- <col ref="payamt" type="output" format="#,###" style="text-align:right; padding-right:1; "/>
- <col ref="nopyamt" type="output" format="#,###" style="text-align:right; padding-right:1; "/>
- <col ref="specordamt" type="output" format="#,###" style="text-align:right; padding-right:1; "/>
- <col ref="memo" type="input" visibility="hidden"/>
- <col ref="instcd" type="output" visibility="hidden"/>
- <col ref="cretno" type="output" visibility="hidden"/>
- <col ref="orddeptcd" type="output" visibility="hidden"/>
- <col ref="orddrid" type="output" visibility="hidden"/>
- <col ref="mskind" type="output" visibility="hidden"/>
- <col ref="ordtype" type="output" visibility="hidden"/>
- <col ref="prcpno" type="output" visibility="hidden"/>
- <col ref="seqno" type="output" visibility="hidden"/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // 멀티 선택시 민원처리구분 동시 변경
- var rowno = grd_ptcmprcplist.row;
- var rowcnt = grd_ptcmprcplist.selectedRows;
-
- if ( grd_ptcmprcplist.col == grd_ptcmprcplist.colRef("ptcmcode") || grd_ptcmprcplist.col == grd_ptcmprcplist.colRef("ptcmcode1")) {
- var ptcmcode_val = grd_ptcmprcplist.valueMatrix(grd_ptcmprcplist.row, grd_ptcmprcplist.colRef("ptcmcode"));
- var ptcmcode1_val = grd_ptcmprcplist.valueMatrix(grd_ptcmprcplist.row, grd_ptcmprcplist.colRef("ptcmcode1"));
- if (ptcmcode_val == "7") {
- grd_ptcmprcplist.valueMatrix(grd_ptcmprcplist.row, grd_ptcmprcplist.colRef("ptcmcode1")) = "";
- }
- if(ptcmcode1_val =="7" && ptcmcode_val == "7") {
- messageBox(" '선택진료 불인정'을 중복 입력할수 없습니다.", "E");
- grd_ptcmprcplist.valueMatrix(grd_ptcmprcplist.row, grd_ptcmprcplist.colRef("ptcmcode1")) = "";
- }
- }
-
- for(var i = 0 ; i < rowcnt ; i++) {
- grd_ptcmprcplist.valueMatrix(grd_ptcmprcplist.selectedRow(i), grd_ptcmprcplist.colRef("ptcmcode")) = grd_ptcmprcplist.valueMatrix(rowno, grd_ptcmprcplist.colRef("ptcmcode"));
- if(grd_ptcmprcplist.valueMatrix(grd_ptcmprcplist.selectedRow(i), grd_ptcmprcplist.colRef("ptcmcode")) == "" && grd_ptcmprcplist.valueMatrix(grd_ptcmprcplist.selectedRow(i), grd_ptcmprcplist.colRef("seqno")) == "") {
- grd_ptcmprcplist.rowStatus(i) = 0;
- } else {
- grd_ptcmprcplist.rowStatus(grd_ptcmprcplist.selectedRow(i)) = 2;
- }
- }
- grd_ptcmprcplist.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- //setPopupMenu("grd_ptcmprcplist", false, "/root/popupmenu/grd_icdr/item1", "name", "func");
- ]]>
- </script>
- </datagrid>
- <caption id="caption3" class="tit_2" style="left:5px; top:5px; width:157px; height:13px; ">처방내역</caption>
- <line id="line3" class="line_1" style="x1:0px; y1:24px; x2:1031px; y2:23px; "/>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:552px; width:1031px; height:43px; ">
- <line id="line23" class="line_6" style="x1:0px; y1:3px; x2:1028px; y2:3px; "/>
- <button id="btn_init" class="btn4_letter2" visibility="visible" style="left:969px; top:13px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter2" navindex="36" style="left:907px; top:13px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var update = getGridUpdateData(grd_ptcmprcplist);
- var vrtnschenotiamt = 0; // 환불결정액
- var vpaycalcamt = 0; // 급여정산액
- var vpurertnamt = 0; // 순수환불액
-
- if(update == ""){
- messageBox("업데이트 정보가 없습니다.", "I");
- return 0;
-
- } else {
- model.setValue("/root/send/data", update);
- submit("TXPMC03021");
- }
- var rowcnt = grd_ptcmprcplist.rows;
- for(var i = 1 ; i < rowcnt ; i++) {
- grd_ptcmprcplist.rowStatus(i) = 0;
- // 급여, 징수불가 항목 환불결정액으로
- if(grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("ptcmcode")) == "1" || grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("ptcmcode")) == "5") {
- vrtnschenotiamt = vrtnschenotiamt + eval(grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("nopyamt")));
- }
- // 선택진료 불인정 항목 환불결정액으로
- if(grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("ptcmcode")) == "7" || grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("ptcmcode1")) == "7") {
- vrtnschenotiamt = vrtnschenotiamt + eval(grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("specordamt")));
- }
- // 급여 항목만 급여정산액으로
- if(grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("ptcmcode")) == "1") {
- vpaycalcamt = vpaycalcamt + eval(grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("nopyamt")));
- }
- }
- // 환불결정액 - 급여정산액 = 순수환불액
- vpurertnamt = vrtnschenotiamt - vpaycalcamt;
- // 수진내역관리 화면에 적용 start
- opener.model.setValue("/root/main/ptpm/rtnschenotiamt", vrtnschenotiamt);
- opener.model.setValue("/root/main/ptpm/paycalcamt", vpaycalcamt);
- opener.model.setValue("/root/main/ptpm/addclamamt", vpaycalcamt); // 추가청구액
- opener.model.setValue("/root/main/ptpm/purertnamt", vpurertnamt);
- opener.ipt_rtnschenotiamt.refresh();
- opener.ipt_paycalcamt.refresh();
- opener.ipt_purertnamt.refresh();
- opener.ipt_rtnschenotiamt.dispatch("DOMFocusOut");
- opener.model.refresh();
- // 수진내역관리 화면에 적용 end
-
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- </group>
- <group id="group2" style="left:0px; top:25px; width:1034px; height:56px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1033px; height:56px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="search_name" style="left:15px; top:8px; width:90px; height:17px; ">조회구분 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:972px; top:19px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removeNodeset("/root/main/ptpclist");
- // 조회 분기 : 환자번호 없을 경우 적용처방만 조회하여 기간줘서 조회
- if(model.getValue("/root/send/searchall") == "Y") {
- submit("TRPMC03022");
- } else {
- submit("TRPMC03021");
- }
- // 그리드 상태표시 초기화
- for(var i = 0 ; i < grd_ptcmprcplist.rows; i++) {
- if(grd_ptcmprcplist.valueMatrix(i,grd_ptcmprcplist.colRef("ptcmcode")) == "4" && grd_ptcmprcplist.valueMatrix(i, grd_ptcmprcplist.colRef("seqno")) == "") {
- grd_ptcmprcplist.rowStatus(i) = 2;
- } else {
- grd_ptcmprcplist.rowStatus(i) = 0;
- }
- }
- grd_ptcmprcplist.colStyle(10, "data", "background-color") = "#FFF000";
- grd_ptcmprcplist.refresh();
- ]]>
- </script>
- </button>
- <select1 id="rdo_searchflag" ref="/root/send/searchflag" appearance="full" cellspacing="7" cols="3" overflow="visible" style="left:105px; top:8px; width:240px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체처방</label>
- <value>A</value>
- </item>
- <item>
- <label>미적용처방</label>
- <value>X</value>
- </item>
- <item>
- <label>적용처방</label>
- <value>Y</value>
- </item>
- </choices>
- </select1>
- <caption id="caption2" class="search_name" style="left:465px; top:8px; width:117px; height:17px; ">민원처리구분 :</caption>
- <select1 id="cmb_ptcmcode" ref="/root/send/ptcmcode" navindex="2" appearance="minimal" style="left:585px; top:7px; width:130px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0110list/P0110">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // if(cmb_jipcode.value!= "") {
- // rdo_searchflag.value = "Y";
- // rdo_searchflag.refresh();
- // }
- ]]>
- </script>
- </select1>
- <caption id="caption4" class="search_name" visibility="visible" style="left:754px; top:8px; width:88px; height:17px; ">환자번호 :</caption>
- <input id="ipt_pid" ref="/root/send/pid" class="input_default" visibility="visible" style="left:843px; top:7px; width:89px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <select1 id="cmb_search_orddeptcd" ref="/root/send/orddeptcd" class="combo_default" disabled="false" visibility="visible" appearance="minimal" itemcount="20" style="left:625px; top:33px; width:115px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddeptcd/orddeptcdlist">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- cmb_search_orddrid.choices.itemset.attribute("nodeset") = "/root/init/orddrid/orddridlist[dp = '" + model.getValue("/root/send/orddeptcd") + "']";
- //model.setValue("/root/main/ptpm/orddeptnm", cmb_orddeptcd.label);
- model.resetInstanceNode("/root/send/orddrid"); // 진료과가 변경되었으므로 주치의를 초기화한다.
- model.refresh();
- //cmb_search_orddrid.disabled = false;
- ]]>
- </script>
- </select1>
- <caption id="caption55" class="search_name" visibility="visible" style="left:536px; top:34px; width:83px; height:17px; ">진 료 과 :</caption>
- <select1 id="cmb_search_orddrid" ref="/root/send/orddrid" class="combo_default" disabled="false" visibility="visible" appearance="minimal" style="left:842px; top:33px; width:90px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddrid/orddridlist">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption69" class="search_name" visibility="visible" style="left:754px; top:34px; width:85px; height:17px; ">주 치 의 :</caption>
- <caption id="caption92" class="search_name" visibility="visible" style="left:15px; top:34px; width:90px; height:17px; ">진료일자 :</caption>
- <caption id="caption5" visibility="visible" style="left:192px; top:35px; width:12px; height:16px; vertical-align:middle; ">~</caption>
- <input id="ipt_todd" ref="/root/send/todd" class="input_default" visibility="visible" inputtype="date" format="yyyy-mm-dd" style="left:205px; top:33px; width:85px; height:19px; "/>
- <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_default" visibility="visible" inputtype="date" format="yyyy-mm-dd" style="left:105px; top:33px; width:85px; height:19px; "/>
- <line id="line2" class="line_4" visibility="visible" style="x1:963px; y1:7px; x2:963px; y2:49px; border-color:#ffe4bb; border-left-style:solid; "/>
- <select id="checkbox1" ref="/root/send/searchall" overflow="visible" appearance="full" style="left:347px; top:8px; width:80px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>적용전체</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(model.getValue("/root/send/searchall") == "Y") {
- rdo_searchflag.disabled = true;
- ipt_pid.disabled = false;
- ipt_fromdd.disabled = false;
- ipt_todd.disabled = false;
- cmb_search_orddeptcd.disabled = false;
- cmb_search_orddrid.disabled = false;
- rdo_ioflag.disabled = false;
- } else {
- rdo_searchflag.disabled = false;
- ipt_pid.disabled = true;
- ipt_fromdd.disabled = true;
- ipt_todd.disabled = true;
- cmb_search_orddeptcd.disabled = true;
- cmb_search_orddrid.disabled = true;
- rdo_ioflag.disabled = true;
- }
- ]]>
- </script>
- </select>
- <caption id="caption50" class="search_name" visibility="visible" style="left:310px; top:35px; width:80px; height:17px; ">구 분 :</caption>
- <select1 id="rdo_ioflag" ref="/root/send/ioflag" visibility="visible" appearance="full" cols="4" overflow="visible" style="left:390px; top:35px; width:130px; height:16px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- </group>
- </xhtml:body>
- </xhtml:html>
|