123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640 |
- <?xml version="1.0" encoding="UTF-16"?>
- <?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>
- <cretlist>
- <mechyn/>
- <grupmechyn/>
- <deptyn/>
- <usrbyn/>
- <usrdyn/>
- <roomyn/>
- <chrgfoodyn/>
- <healexammechyn/>
- <healexamprcpyn/>
- <outpatyn/>
- <inpatdschyn/>
- <inpatinyn/>
- <outrcptyn/>
- <outcnstyn/>
- <incnstyn/>
- <chrgfoodsumyn/>
- <outearnyn/>
- <inearnyn/>
- <inearnbrateoyn/>
- <cretfromdd/>
- <crettodd/>
- <instcd/>
- <comcdyn/>
- <indxyn/>
- <icptyn/>
- <healexamprcpcjdgyn/>
- <healexamacptyn/>
- <eccdyn/>
- <excuroomyn/>
- <icd10cdyn/>
- <outearndetlyn/>
- <inearndetlyn/>
- <readrateyn/>
- <opcryn/>
- <oprsyn/>
- <recoyn/>
- <opeuyn/>
- <drntyn/>
- <drnbyn/>
- <curoprsyn/>
- <ordscheduleyn/>
- <patdiagyn/>
- <planteamoutearnyn/>
- <planteaminearnyn/>
- </cretlist>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fGetUserInfosSampling();
- fInit();
- // model.setValue("/root/send/instcd", model.getValue("/root/hidden/session/posinstcd"));
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[//세션정보 추출하기
- function fGetUserInfosSampling() {
- var sUserInfosS = getUserInfos();
-
- sUserInfosS = sUserInfosS + "|";
-
- var UserInfosS_Array = sUserInfosS.split("|");
-
- var userid = UserInfosS_Array[0]; //사용자번호
- var usernm = UserInfosS_Array[1]; //사용자이름
- var posinstcd = UserInfosS_Array[2]; //소속기관코드
- var posinstnm = UserInfosS_Array[3]; //소속기관명
- var posdeptcd = UserInfosS_Array[4]; //소속부서코드
- var posdeptnm = UserInfosS_Array[5]; //소속부서명
- var dutplceinstcd = UserInfosS_Array[6]; //근무지기관코드
- model.makeNode("/root/hidden/session/" + "userid");
- model.makeNode("/root/hidden/session/" + "usernm");
- model.makeNode("/root/hidden/session/" + "posinstcd");
- model.makeNode("/root/hidden/session/" + "posinstnm");
- model.makeNode("/root/hidden/session/" + "posdeptcd");
- model.makeNode("/root/hidden/session/" + "posdeptnm")
- model.makeNode("/root/hidden/session/" + "dutplceinstcd")
-
- if (userid == null || userid == "" || userid == " " || userid == "-") userid = "pam";
- if (posinstcd == null || posinstcd == "" || posinstcd == " " || posinstcd == "-") posinstcd = "012";
-
- model.setValue("/root/hidden/session/userid",userid);
- model.setValue("/root/hidden/session/usernm",usernm);
- model.setValue("/root/hidden/session/posinstcd",posinstcd);
- model.setValue("/root/hidden/session/posinstnm",posinstnm);
- model.setValue("/root/hidden/session/posdeptcd",posdeptcd);
- model.setValue("/root/hidden/session/posdeptnm",posdeptnm);
- model.setValue("/root/hidden/session/dutplceinstcd",dutplceinstcd);
- model.refresh();
- }
-
- function fInit() {
- //일자 셋팅
- var sDate = getNewDate();
- model.setValue("/root/main/cretlist/cretfromdd",getCurrentDate().substr(0,6)+ "01");
- model.setValue("/root/main/cretlist/crettodd",getCurrentDate().substr(0,6)+ sDate.getMonthDay());
- model.setValue("/root/main/cretlist/instcd","");
-
- model.setValue("/root/main/cretlist/mechyn","");
- model.setValue("/root/main/cretlist/grupmechyn","");
- model.setValue("/root/main/cretlist/deptyn","");
- model.setValue("/root/main/cretlist/usrbyn","");
- model.setValue("/root/main/cretlist/usrdyn","");
- model.setValue("/root/main/cretlist/roomyn","");
- model.setValue("/root/main/cretlist/chrgfoodyn","");
- model.setValue("/root/main/cretlist/healexammechyn","");
- model.setValue("/root/main/cretlist/healexamprcpyn","");
- model.setValue("/root/main/cretlist/outpatyn","");
- model.setValue("/root/main/cretlist/inpatdschyn","");
- model.setValue("/root/main/cretlist/outrcptyn","");
- model.setValue("/root/main/cretlist/outcnstyn","");
- model.setValue("/root/main/cretlist/incnstyn","");
- model.setValue("/root/main/cretlist/chrgfoodsumyn","");
- model.setValue("/root/main/cretlist/outearnyn","");
- model.setValue("/root/main/cretlist/inearnyn","");
- model.setValue("/root/main/cretlist/inearnbrateoyn","");
-
- //20090414 추가분 이성인
- model.setValue("/root/main/cretlist/comcdyn","");
- model.setValue("/root/main/cretlist/indxyn","");
- model.setValue("/root/main/cretlist/outearndetlyn","");
- model.setValue("/root/main/cretlist/inearndetlyn","");
- model.setValue("/root/main/cretlist/eccdyn","");
- model.setValue("/root/main/cretlist/excuroomyn","");
- model.setValue("/root/main/cretlist/icd10cdyn","");
- model.setValue("/root/main/cretlist/healexamprcpcjdgyn","");
- model.setValue("/root/main/cretlist/healexamacptyn","");
- model.setValue("/root/main/cretlist/inpatinyn","");
- model.setValue("/root/main/cretlist/opcryn","");
- model.setValue("/root/main/cretlist/oprsyn","");
- model.setValue("/root/main/cretlist/recoyn","");
- model.setValue("/root/main/cretlist/opeuyn","");
- model.setValue("/root/main/cretlist/drntyn","");
- model.setValue("/root/main/cretlist/drnbyn","");
- model.setValue("/root/main/cretlist/readrateyn","");
- model.setValue("/root/main/cretlist/icptyn","");
-
- model.setValue("/root/main/cretlist/curoprsyn","");
- model.setValue("/root/main/cretlist/ordscheduleyn","");
- model.setValue("/root/main/cretlist/patdiagyn","");
-
- model.setValue("/root/main/cretlist/planteamoutearnyn","");
- model.setValue("/root/main/cretlist/planteaminearnyn","");
-
-
- model.setValue("/root/main/cretlist/instcd",model.getValue("/root/hidden/session/dutplceinstcd"));
-
- model.refresh();
- }
- ]]>
- </script>
- <submission id="TXPMS02261" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cretlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/batchinfoweb/js/ZSB001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784">
- <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
- <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">의료경영연구소파일생성</caption>
- </group>
- <group id="group8" scroll="auto" style="left:0px; top:255px; width:1185px; height:30px; ">
- <line id="line88" class="line_6" style="x1:5px; y1:0px; x2:1180px; y2:0px; "/>
- <button id="button3" class="btn5_letter10" style="left:1050px; top:5px; width:130px; height:19px; ">
- <caption>파일다운로드 팝업링크</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var todd = getCurrentDate();
- todd = todd.toDate().getAddDate(+1, 'D');
- zsbfOpenBatchLogPopup("pamteamstatsmgr.IncentiveBatch",getCurrentDate(),todd.getDateFormat());
- ]]>
- </script>
- </button>
- <button id="button4" class="btn5_letter5" style="left:970px; top:5px; width:75px; height:19px; ">
- <caption>파일 생성</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var rtn = messageBox("파일을 생성 하시겠습니까? ", "Q999");
- if(rtn == "7"){ //아니오
- return;
- }else if(rtn == "6"){
-
- if(model.getValue("/root/send/earnfromdd") > model.getValue("/root/send/earntodd")){
- messageBox("생성 시작일이 종료일보다 작아야합니다." , "E999");
- return;
- }//if end
- if(getDateInterval (model.getValue("/root/send/earnfromdd") , model.getValue("/root/send/earntodd")) > 31 ){
- messageBox("1회 생성 가능한 최대 일수는 31일 입니다.." , "E999");
- return;
- }
-
- var stroutyn=model.getValue("/root/main/cretlist/outearnyn");
- var strinyn=model.getValue("/root/main/cretlist/inearnyn");
-
- var strplanteamoutyn=model.getValue("/root/main/cretlist/planteamoutearnyn");
- var strplanteaminyn=model.getValue("/root/main/cretlist/planteaminearnyn");
-
- if((stroutyn=="Y" && stroutyn==strplanteamoutyn) || (strinyn=="Y" && strinyn==strplanteaminyn) ){
- messageBox("수익관련 두가지를 동시에 수행할수 없습니다","E999");
- return;
-
- }else{
- if(submit("TXPMS02261") == false){
- closeLoadingBar() ;
- messageBox("파일 생성시 오류가 발생하였습니다." , "E999");
- return;
- }
- }
- }
-
-
- ]]>
- </script>
- </button>
- </group>
- <group id="group9" style="left:0px; top:20px; width:1185px; height:225px; ">
- <caption id="caption11" class="tit_2" style="left:10px; top:5px; width:260px; height:14px; font-family:돋움; vertical-align:middle; ">마스터</caption>
- <line id="line3" class="line_1" style="x1:5px; y1:20px; x2:1180px; y2:20px; "/>
- <caption id="caption7" class="tit_2" style="left:10px; top:70px; width:260px; height:14px; font-family:돋움; vertical-align:middle; ">현황</caption>
- <line id="line2" class="line_1" style="x1:5px; y1:85px; x2:1180px; y2:85px; "/>
- <caption id="caption25" style="left:60px; top:65px; width:625px; height:20px; font-weight:bold; color:#ff0000; ">** 생성 시간은 기간과 비례합니다.</caption>
- <group id="group11" style="left:5px; top:90px; width:1175px; height:130px; ">
- <shape id="roundrect8" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1175px; height:125px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption15" class="search_name" style="left:15px; top:9px; width:100px; height:17px; ">생성기간:</caption>
- <select id="checkbox13" ref="/root/main/cretlist/outearnyn" overflow="visible" appearance="full" style="left:1005px; top:35px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>외래수익</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox14" ref="/root/main/cretlist/inearnyn" overflow="visible" appearance="full" style="left:1075px; top:35px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>입원수익</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox16" ref="/root/main/cretlist/inpatdschyn" overflow="visible" appearance="full" style="left:530px; top:35px; width:125px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>입원환자(퇴원기준)</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox17" ref="/root/main/cretlist/outrcptyn" overflow="visible" appearance="full" style="left:795px; top:35px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>외래수납</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox29" ref="/root/main/cretlist/healexamprcpyn" overflow="visible" appearance="full" style="left:104px; top:35px; width:91px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>건진처방현황</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption19" class="search_name" style="left:15px; top:34px; width:100px; height:17px; ">생성목록 :</caption>
- <select id="checkbox30" ref="/root/main/cretlist/outpatyn" overflow="visible" appearance="full" style="left:460px; top:35px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>외래환자</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox31" ref="/root/main/cretlist/outcnstyn" overflow="visible" appearance="full" style="left:865px; top:35px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>외래협진</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox32" ref="/root/main/cretlist/incnstyn" overflow="visible" appearance="full" style="left:935px; top:35px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>입원협진</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox33" ref="/root/main/cretlist/chrgfoodsumyn" overflow="visible" appearance="full" style="left:935px; top:60px; width:75px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>식대집계</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <input id="ipt_cretfromdd" ref="/root/main/cretlist/cretfromdd" class="input_default" inputtype="date" style="left:105px; top:9px; width:95px; height:19px; "/>
- <caption id="caption24" style="left:205px; top:10px; width:25px; height:15px; ">~</caption>
- <input id="ipt_crettodd" ref="/root/main/cretlist/crettodd" class="input_default" inputtype="date" style="left:220px; top:10px; width:95px; height:19px; "/>
- <button id="btn_clear" class="btn4_letter3" style="left:322px; top:9px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInit();
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter4" style="left:393px; top:9px; width:68px; height:22px; ">
- <caption>전체체크</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
-
- model.setValue("/root/main/cretlist/mechyn","Y");
- model.setValue("/root/main/cretlist/grupmechyn","Y");
- model.setValue("/root/main/cretlist/deptyn","Y");
- model.setValue("/root/main/cretlist/usrbyn","Y");
- model.setValue("/root/main/cretlist/usrdyn","Y");
- model.setValue("/root/main/cretlist/roomyn","Y");
- model.setValue("/root/main/cretlist/chrgfoodyn","Y");
- model.setValue("/root/main/cretlist/healexammechyn","Y");
- model.setValue("/root/main/cretlist/healexamprcpyn","Y");
- model.setValue("/root/main/cretlist/outpatyn","Y");
- model.setValue("/root/main/cretlist/inpatdschyn","Y");
- model.setValue("/root/main/cretlist/outrcptyn","Y");
- model.setValue("/root/main/cretlist/outcnstyn","Y");
- model.setValue("/root/main/cretlist/incnstyn","Y");
- model.setValue("/root/main/cretlist/chrgfoodsumyn","Y");
- model.setValue("/root/main/cretlist/outearnyn","Y");
- model.setValue("/root/main/cretlist/inearnyn","Y");
- model.setValue("/root/main/cretlist/inearnbrateoyn","Y");
-
-
- //20090414 추가분 이성인
- model.setValue("/root/main/cretlist/comcdyn","Y");
- model.setValue("/root/main/cretlist/indxyn","Y");
- model.setValue("/root/main/cretlist/outearndetlyn","Y");
- model.setValue("/root/main/cretlist/inearndetlyn","Y");
- model.setValue("/root/main/cretlist/eccdyn","Y");
- model.setValue("/root/main/cretlist/excuroomyn","Y");
- model.setValue("/root/main/cretlist/icd10cdyn","Y");
- model.setValue("/root/main/cretlist/healexamprcpcjdgyn","Y");
- model.setValue("/root/main/cretlist/healexamacptyn","Y");
- model.setValue("/root/main/cretlist/inpatinyn","Y");
- model.setValue("/root/main/cretlist/opcryn","Y");
- model.setValue("/root/main/cretlist/oprsyn","Y");
- model.setValue("/root/main/cretlist/recoyn","Y");
- // model.setValue("/root/main/cretlist/opeuyn","Y");
- model.setValue("/root/main/cretlist/drntyn","Y");
- model.setValue("/root/main/cretlist/drnbyn","Y");
- model.setValue("/root/main/cretlist/readrateyn","Y");
- model.setValue("/root/main/cretlist/icptyn","Y");
-
- model.setValue("/root/main/cretlist/curoprsyn","Y");
- model.setValue("/root/main/cretlist/ordscheduleyn","Y");
- model.setValue("/root/main/cretlist/patdiagyn","Y");
-
- // model.setValue("/root/main/cretlist/planteamoutearnyn","");
- // model.setValue("/root/main/cretlist/planteaminearnyn","");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <select id="checkbox4" ref="/root/main/cretlist/healexamprcpcjdgyn" overflow="visible" appearance="full" style="left:200px; top:35px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>건진처방판정</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox5" ref="/root/main/cretlist/healexamacptyn" overflow="visible" appearance="full" style="left:295px; top:35px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>건진예약접수</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox15" ref="/root/main/cretlist/outearndetlyn" overflow="visible" appearance="full" style="left:695px; top:60px; width:115px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>수익명세서(외래)</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox18" ref="/root/main/cretlist/readrateyn" overflow="visible" appearance="full" style="left:630px; top:60px; width:60px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>판독율</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox19" ref="/root/main/cretlist/opcryn" overflow="visible" appearance="full" style="left:105px; top:60px; width:91px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>수술간호기록</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox20" ref="/root/main/cretlist/oprsyn" overflow="visible" appearance="full" style="left:200px; top:60px; width:91px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>수술예약정보</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox21" ref="/root/main/cretlist/recoyn" overflow="visible" appearance="full" style="left:295px; top:60px; width:91px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>회복간호기록</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox22" ref="/root/main/cretlist/opeuyn" overflow="visible" appearance="full" style="left:390px; top:60px; width:80px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>수술참가자</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox23" ref="/root/main/cretlist/drntyn" overflow="visible" appearance="full" style="left:475px; top:60px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>분만정보</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox24" ref="/root/main/cretlist/drnbyn" overflow="visible" appearance="full" style="left:545px; top:60px; width:80px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>신생아정보</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox25" ref="/root/main/cretlist/inpatinyn" overflow="visible" appearance="full" style="left:660px; top:35px; width:130px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>입원환자(입원기준)</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox26" ref="/root/main/cretlist/healexammechyn" overflow="visible" appearance="full" style="left:390px; top:35px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>건진단가</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox27" ref="/root/main/cretlist/inearndetlyn" overflow="visible" appearance="full" style="left:815px; top:60px; width:115px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>수익명세서(입원)</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox28" ref="/root/main/cretlist/curoprsyn" overflow="visible" appearance="full" style="left:1015px; top:60px; width:75px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>수술현황</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox37" ref="/root/main/cretlist/ordscheduleyn" overflow="visible" appearance="full" style="left:1095px; top:60px; width:75px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>진료일정</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox38" ref="/root/main/cretlist/patdiagyn" overflow="visible" appearance="full" style="left:105px; top:85px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>환자진단코드</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox39" ref="/root/main/cretlist/planteamoutearnyn" overflow="visible" appearance="full" style="left:200px; top:85px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>기획외래수익</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox40" ref="/root/main/cretlist/planteaminearnyn" overflow="visible" appearance="full" style="left:295px; top:85px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>기획입원수익</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- </group>
- <group id="group10" style="left:5px; top:25px; width:1175px; height:35px; ">
- <shape id="roundrect7" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1175px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption6" class="search_name" style="left:15px; top:9px; width:100px; height:17px; ">생성목록 :</caption>
- <select id="checkbox10" ref="/root/main/cretlist/mechyn" overflow="visible" appearance="full" style="left:104px; top:10px; width:41px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>수가</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox11" ref="/root/main/cretlist/grupmechyn" overflow="visible" appearance="full" style="left:150px; top:10px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>그룹수가</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox12" ref="/root/main/cretlist/deptyn" overflow="visible" appearance="full" style="left:220px; top:10px; width:40px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>부서</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox34" ref="/root/main/cretlist/usrbyn" overflow="visible" appearance="full" style="left:265px; top:10px; width:55px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>사용자</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox35" ref="/root/main/cretlist/roomyn" overflow="visible" appearance="full" style="left:405px; top:10px; width:40px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>병실</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox36" ref="/root/main/cretlist/chrgfoodyn" overflow="visible" appearance="full" style="left:450px; top:10px; width:40px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>식대</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox8" ref="/root/main/cretlist/usrdyn" overflow="visible" appearance="full" style="left:325px; top:10px; width:75px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>사용자세부</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox1" ref="/root/main/cretlist/comcdyn" overflow="visible" appearance="full" style="left:495px; top:10px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>공통코드</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox2" ref="/root/main/cretlist/indxyn" overflow="visible" appearance="full" style="left:565px; top:10px; width:70px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>상대가치</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox3" ref="/root/main/cretlist/icptyn" overflow="visible" appearance="full" style="left:640px; top:10px; width:70px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>수익분류</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox6" ref="/root/main/cretlist/eccdyn" overflow="visible" appearance="full" style="left:715px; top:10px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>치료검사코드</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox7" ref="/root/main/cretlist/excuroomyn" overflow="visible" appearance="full" style="left:810px; top:10px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>검사시행장소</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox9" ref="/root/main/cretlist/icd10cdyn" overflow="visible" appearance="full" style="left:905px; top:10px; width:75px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>ICD10코드</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- </group>
- </group>
- </xhtml:body>
- </xhtml:html>
|