1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417 |
- <?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">
- <script type="javascript">
- <![CDATA[
-
- // 초기화
- function fInitialize(flag)
- {
- model.resetInstanceNode("/root/main/essc");
-
- model.setValue("/root/main/essc/diagkind","1"); // 기본적으로 ICD10으로 초기화
- model.setValue("/root/main/essc/chronicdiseaseyn","N"); // 기본적으로 만성질환여부 미적용으로 초기화
-
-
- if (flag == "all") {
- model.removeNodeset("/root/main/list");
- model.makeNode("/root/main/list");
- }
-
- // 조회 데이터 초기화 추가
- model.resetInstanceNode("/root/send/data1");
- model.setValue("/root/send/data1/appflag", "1");
- model.setValue("/root/send/data1/diagkind","1");
- model.setValue("/root/hidden/todd", getCurrentDate());
- model.setValue("/root/main/essc/diagkind", "1");
- model.setValue("/root/main/essc/minage", 0);
- model.setValue("/root/main/essc/maxage", 999);
- cmb_srchinsukind.select(0);
- cmb_srchioflag.select(0);
- cmb_edicdflag.select(0);
- cmb_spclflag1.select(0);
- // 추가수정flag, row 초기화
- model.setValue("/root/hidden/appflag", "I");
- model.setValue("/root/hidden/currow", 0);
- cmb_srchflag2.disabled = false;
- ipt_spclcd.disabled = false;
-
- // 공통코드
- //zbcfGetCodeList(new Array("P0010","P0008","P0131","C0029","P0489","P0490"), new Array("/root/init/P0010list","/root/init/P0008list","/root/init/P0131list","/root/init/C0029list","/root/init/P0489list","/root/init/P0490list"),false);
-
- model.refresh();
- }
- //자체기초코드 조회
- function fComCDRef()
- {
- zbcfGetCodeList(
- new Array("P0002","A0001", "P0010"),
- new Array("/root/init/P0002list", // 진료구분코드
- "/root/init/A0001list", // 입원경로
- "/root/init/P0010list") // 보조유형코드
- );
-
- submit("TRPMI00106");
- //model.refresh();
- }
-
- // 추가, 수정시에 입력데이터의 유효성 검사
- function fCheckVariable() {
- if (model.getValue("/root/main/essc/srchflag") == "" || model.getValue("/root/main/essc/srchflag") == null)
- {
- messageBox("검색구분을 선택해 주십시요!","E999","");
- return false;
- }
-
- if (model.getValue("/root/main/essc/spclcd") == "" || model.getValue("/root/main/essc/spclcd") == null)
- {
- messageBox("특례기호를 입력해 주십시요!","E999","");
- return false;
- }
-
- if (model.getValue("/root/main/essc/todd") == "" || model.getValue("/root/main/essc/todd") == null)
- {
- messageBox("종료일자를 입력해 주십시요!","E999","");
- return false;
- }
-
- if (model.getValue("/root/main/essc/fromdd") == "" || model.getValue("/root/main/essc/fromdd") == null)
- {
- messageBox("시작일자를 입력해 주십시요!","E999","");
- return false;
- }
-
- if (model.getValue("/root/main/essc/diagcdfrom") == "" || model.getValue("/root/main/essc/diagcdfrom") == null)
- {
- messageBox("시작상병을 선택해 주십시요!","E999","");
- return false;
- }
-
- if (model.getValue("/root/main/essc/diagcdto") == "" || model.getValue("/root/main/essc/diagcdto") == null)
- {
- messageBox("종료상병을 선택해 주십시요!","E999","");
- return false;
- }
- return true;
- }
-
-
- ///////////////////////////////////////////////////////////////////////////
- // 수가코드를 조회한 후 처방으로 행 추가를 한다.
- function fSetSrchCalcScorCd() {
-
- model.setValue("/root/hidden/smpic00200/judgsrch/con5_insu", "insu");
- model.setValue("/root/hidden/smpic00200/judgsrch/con3_search1", "edicd");
-
- /*
- // SMPIC00200_수가조회 화면의 검색조건 combo 조건값 설정
- if (col == 14) {
- model.setValue("/root/hidden/smpic00200/judgsrch/con3_search1", "edicd");
- } else {
- model.setValue("/root/hidden/smpic00200/judgsrch/con3_search1", "calcscorcd");
- }
- */
- // 현재 날짜를 수가조회 기준일자로 설정
- model.setValue("/root/hidden/smpic00200/judgsrch/con1_dd", model.getValue("/root/hidden/currendate"));
- model.removeNodeset("/root/hidden/smpic00200/rslt/mech"); // SMPIC00200_수가조회 에서 선택된 결과가 copyNode되는 경로임
- model.removeNodeset("/root/hidden/smpic00200/rslt/picmmech"); // SMPIC00200_수가조회 에서 선택된 결과가 copyNode되는 경로임
- modal("SMPIC00200", 1,150, 150, "SMPIC00200", "root/hidden/smpic00200", "/root/temp", "", "");
-
- var mechSelect = instance1.selectSingleNode("/root/temp/mech");
- if (mechSelect == null) { // 선택한 코드가 없는 경우
- messageBox("수가조회 화면에서 선택한 결과가", "I004"); ///수가조회 화면에서 선택한 결과가 없습니다.
- return;
- }
- // SMPIC00200_수가조회 화면에서 보낸 결과 값에 대한 처리
- model.makeNode("/root/hidden/smpic00200/rslt/mech");
- model.makeNode("/root/hidden/smpic00200/rslt/picmmech");
- model.copyNode("/root/hidden/smpic00200/rslt/mech", "/root/temp/mech");
- model.copyNode("/root/hidden/smpic00200/rslt/picmmech", "/root/temp/picmmech");
- model.removeNodeset("/root/temp"); // SMPIC00200_수가조회 에서 선택된 결과가 직접 전달되는 경로임
- model.setValue("/root/send/item5/mech/insukind", model.getValue("/root/send/insukindcd")); // 임시로 건강보험 유형으로 고정시킴
- model.setValue("/root/send/item5/mech/orddd", model.getValue("/root/hidden/smpic00200/rslt/mech/todd"));
- model.setValue("/root/send/item5/mech/grupcalcscorcd", model.getValue("/root/hidden/smpic00200/rslt/mech/calcscorcd"));
- model.setValue("/root/send/item5/mech/snglcalcscorcd", "");
- model.setValue("/root/send/item5/mech/edicd", model.getValue("/root/hidden/smpic00200/rslt/mech/insuedicd")); // 임시로 건강보험 유형으로 고정시킴
- //model.refresh();
- }
- ]]>
- </script>
- <xhtml:head>
- <xhtml:title>산정특례기준정보관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <send>
- <data1>
- <srchflag/>
- <spclcd/>
- <insukind/>
- <ioflag/>
- <diagcd/>
- <appflag/>
- <edicd/>
- <spclflag/>
- <diagkind/>
- </data1>
- <data2/>
- <data3>
- <srch/>
- <diagkind/>
- </data3>
- </send>
- <main>
- <essc>
- <srchflag/>
- <spclcd/>
- <seq/>
- <todd/>
- <instcd/>
- <fromdd/>
- <diagkind/>
- <diagcdfrom/>
- <diagnmfrom/>
- <diagcdto/>
- <diagnmto/>
- <suppkindflag/>
- <spclflag/>
- <edicdflag/>
- <edicdfrom/>
- <edinmfrom/>
- <edicdto/>
- <edinmto/>
- <fixrateyn/>
- <payown1/>
- <payown2/>
- <spclnm/>
- <insukind/>
- <ioflag/>
- <minage/>
- <maxage/>
- <chronicdiseaseyn/>
- </essc>
- <list>
- <grdspclcdlist/>
- </list>
- </main>
- <hidden>
- <rcv/>
- <currendate/>
- <sppiz00400>
- <cond>
- <basedd/>
- <diagcd/>
- <diagnm/>
- <selectedrdodiagkind/>
- <flag/>
- </cond>
- <rslt>
- <diagcd/>
- <diaghngnm/>
- <diagengnm/>
- <termcd/>
- </rslt>
- </sppiz00400>
- <smpic00200>
- <judgsrch>
- <con1_dd/>
- <con2_gsflag/>
- <con3_search1/>
- <con4_search2/>
- <con5_insu/>
- <con6_calcscorcd/>
- <con7_todd/>
- <con8_instcd/>
- <con11_edicd/>
- </judgsrch>
- <rslt>
- <ediitem1/>
- <ediitem2/>
- <grupcalcscorcd/>
- <snglcalcscorcd/>
- <edicd/>
- <ordnm/>
- <edicdflag/>
- <ediunitcost/>
- </rslt>
- </smpic00200>
- <todd/>
- <list1>
- <essc/>
- </list1>
- <appflag/>
- <currow/>
- </hidden>
- <init>
- <!--20090828 zzui 하드코딩된것들 공통코드로 정리-->
- <!-- 보험유형 -->
- <P0008list>
- <P0008>
- <cdnm>전체</cdnm>
- <cdid/>
- </P0008>
- </P0008list>
- <!-- 보조유형 -->
- <P0010list>
- <cdid/>
- <cdnm/>
- </P0010list>
- <!-- EDI코드구분 -->
- <P0131list>
- <cdid/>
- <cdnm/>
- </P0131list>
- <!-- 내외유형 -->
- <C0029list>
- <C0029>
- <cdnm>전체</cdnm>
- <cdid>A</cdid>
- </C0029>
- </C0029list>
- <!-- 검색구분 -->
- <P0489list>
- <P0489>
- <cdnm>전체</cdnm>
- <cdid/>
- </P0489>
- </P0489list>
- <!-- 특례구분 -->
- <P0490list>
- <P0490>
- <cdnm>-</cdnm>
- <cdid/>
- </P0490>
- </P0490list>
- </init>
- <checklist>
- <grdesscchklist/>
- </checklist>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPIB01801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" replace="instance" resultref="/root/hidden/rcv"/>
- <submission id="TRPIB01802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" replace="instance" resultref="/root/checklist"/>
- <submission id="TXPIB01801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden" replace="instance" resultref="/root/temp"/>
- <submission id="TXPIB01802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" replace="instance" resultref="/root/hidden/rcv"/>
- <submission id="TXPIB01803" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" replace="instance" resultref="/root/hidden/rcv"/>
- <submission id="TRPAM00105" mediatype="application/x-www-form-urlencoded" method="post"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //2009.09.09 zzui
- zbcfGetCodeList(new Array("P0010","P0008","P0131","C0029","P0489","P0490"), new Array("/root/init/P0010list","/root/init/P0008list","/root/init/P0131list","/root/init/C0029list","/root/init/P0489list","/root/init/P0490list"),false);
-
- fInitialize("all");
-
- model.setValue("/root/hidden/currendate", getCurrentDate());
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.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="../../../pam/pamcomnweb/js/PAM001.js"/>
- <submission id="TXPIB01804" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden" resultref="/root/temp"/>
- <submission id="TRPIB00803" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data3" resultref="/root/hidden/listrsltnm"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1250;2,81;" 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:13px; width:1195px; height:770px; ">
- <group id="group5" scroll="auto" style="left:0px; top:0px; width:1195px; height:770px; ">
- <button id="button9" class="btn4_letter2" navindex="22" visibility="hidden" style="left:890px; top:745px; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.copyNode("/root/send/data2","/root/main/essc");
-
- if(submit("TXPIB01803")){
-
- model.resetInstanceNode("/root/main/essc");
-
- var controlObj = document.controls("btn_search");
- controlObj.dispatch("DOMActivate");
- }
- //model.refresh();
- ]]>
- </script>
- </button>
- <line id="line17" class="line_2" style="x1:0px; y1:131px; x2:1194px; y2:131px; "/>
- <group id="group6" style="left:0px; top:10px; width:1194px; height:70px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:65px; "/>
- <caption id="caption21" class="search_name" style="left:16px; top:8px; width:86px; height:17px; ">검색구분 :</caption>
- <button id="btn_search" class="btn1_letter2" navindex="1" style="left:1122px; top:22px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removeNodeset("/root/main/list");
- model.makeNode("/root/main/list");
-
- if(submit("TRPIB01801")) {
-
- // 산정특례기준정보 현황
- var listcnt = getNodesetCount("/root/hidden/rcv/list");
- if (listcnt > 0) {
- copyNodeType("/root/main/list","/root/hidden/rcv/list","replace");
- }
- }
-
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line18" class="line_4" style="x1:1106px; y1:12px; x2:1106px; y2:54px; border-left-style:solid; "/>
- <select1 id="cmb_srchflag1" ref="/root/send/data1/srchflag" appearance="minimal" style="left:105px; top:8px; width:195px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0489list/P0489">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption11" class="search_name" style="left:340px; top:8px; width:98px; height:17px; ">특례기호 :</caption>
- <input id="ipt_srchspclcd" ref="/root/send/data1/spclcd" class="input_search" imemode="disabled" _chartype="upper" style="left:428px; top:8px; width:127px; height:19px; "/>
- <caption id="caption12" class="search_name" style="left:16px; top:35px; width:98px; height:17px; ">상병 :</caption>
- <input id="ipt_srchdiagcd" ref="/root/send/data1/diagcd" class="input_search" imemode="disabled" _chartype="upper" style="left:185px; top:35px; width:95px; height:19px; "/>
- <caption id="caption13" class="search_name" style="left:840px; top:8px; width:98px; height:17px; ">종료여부 :</caption>
- <select1 id="cmb_srchappflag" ref="/root/send/data1/appflag" appearance="full" cellspacing="5" cols="2" overflow="visible" style="left:928px; top:8px; width:110px; height:19px; ">
- <choices>
- <item>
- <label>포함</label>
- <value>1</value>
- </item>
- <item>
- <label>미포함</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption14" class="search_name" style="left:340px; top:35px; width:98px; height:17px; ">EDI코드 :</caption>
- <input id="ipt_edicd" ref="/root/send/data1/edicd" class="input_search" imemode="disabled" _chartype="upper" style="left:427px; top:35px; width:108px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode=='13') {
- inputEnterKey("btn_srchedicd", "DOMActivate");
- }
- ]]>
- </script>
- </input>
- <caption id="caption8" class="search_name" style="left:595px; top:35px; width:86px; height:17px; ">보험유형 :</caption>
- <caption id="caption15" class="search_name" style="left:840px; top:35px; width:98px; height:17px; ">내외유형 :</caption>
- <select1 id="cmb_srchinsukind" ref="/root/send/data1/insukind" appearance="minimal" style="left:684px; top:35px; width:106px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_srchioflag" ref="/root/send/data1/ioflag" appearance="minimal" style="left:928px; top:35px; width:106px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/C0029list/C0029">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_spclflag1" ref="/root/send/data1/spclflag" appearance="minimal" style="left:685px; top:8px; width:106px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0490list/P0490">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption20" class="search_name" style="left:596px; top:8px; width:86px; height:17px; ">특례구분 :</caption>
- </group>
- <caption id="caption22" class="tit_2" style="left:5px; top:87px; width:121px; height:13px; ">산정특례기준정보</caption>
- <line id="line19" class="line_1" style="x1:0px; y1:102px; x2:1194px; y2:102px; "/>
- <caption id="caption23" class="cell_1" style="left:0px; top:107px; width:85px; height:23px; vertical-align:middle; ">검색구분</caption>
- <caption id="caption34" class="cell_1" style="left:240px; top:107px; width:85px; height:23px; vertical-align:middle; ">특례기호</caption>
- <caption id="caption35" class="cell_1" style="left:240px; top:132px; width:85px; height:23px; vertical-align:middle; ">시작상병</caption>
- <caption id="caption36" class="cell_1" style="left:622px; top:132px; width:85px; height:23px; vertical-align:middle; ">종료상병</caption>
- <button id="btn_diagcdto" class="icon_search" navindex="11" style="left:815px; top:134px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var diagkind = model.getValue("/root/main/essc/diagkind");
-
- model.setvalue("/root/hidden/sppiz00400/rslt/diagcd", "");
- model.setvalue("/root/hidden/sppiz00400/rslt/diaghngnm", "");
-
- model.setValue("/root/hidden/sppiz00400/cond/basedd", model.getValue("/root/hidden/currendate"));
- model.setValue("/root/hidden/sppiz00400/cond/diagcd", model.getValue("/root/main/essc/diagcdto"));
- model.setValue("/root/hidden/sppiz00400/cond/selectedrdodiagkind", diagkind);
- model.setValue("/root/hidden/sppiz00400/cond/flag", "P");
-
- modal("../../../pam/insucomweb/xrw/SPPIZ00400", "", "200", "200" ,"SPPIZ00400", "/root/hidden/sppiz00400/cond", "/root/init", "", "");
- var diagcd = model.getvalue("/root/hidden/sppiz00400/rslt/diagcd");
-
- if (diagcd !="") {
- if (diagkind == "1") {
- model.setvalue("/root/main/essc/diagcdto", diagcd);
- } else {
- model.setvalue("/root/main/essc/diagcdto", model.getvalue("/root/hidden/sppiz00400/rslt/termcd"));
- }
- model.setvalue("/root/main/essc/diagnmto", model.getvalue("/root/hidden/sppiz00400/rslt/diaghngnm"));
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <input id="ipt_diagcdto" ref="/root/main/essc/diagcdto" class="input_essential" navindex="9" imemode="disabled" maxlength="16" _chartype="upper" style="left:710px; top:134px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode==13) {
- inputEnterKey("btn_diagcdto", "DOMFocusIn");
- // 1. 시작상병 엔터
- model.setValue("/root/send/data3/srch",model.getValue("/root/main/essc/diagcdto"));
- model.setValue("/root/send/data3/diagkind",model.getValue("/root/main/essc/diagkind"));
- submit("TRPIB00803");
- var hngnm = model.getValue("/root/hidden/listrsltnm/rsltnm/hngnm");
- // 상병코드로 상병명 조회가 된 경우
- if(hngnm != ""){
- model.setValue("/root/main/essc/diagnmto", hngnm);
- }
- // 상병코드로 상병명 조회가 안된 경우
- if(hngnm == ""){
- inputEnterKey("btn_diagcdto", "DOMActivate");
- }
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <output id="ipt_diagnmto" ref="/root/main/essc/diagnmto" class="output_fix" appearance="output" style="left:833px; top:134px; width:163px; height:19px; "/>
- <caption id="caption37" class="cell_1" style="left:0px; top:133px; width:85px; height:23px; vertical-align:middle; ">상병유형</caption>
- <select1 id="rdo_diagkind" ref="/root/main/essc/diagkind" appearance="full" cellspacing="5" cols="2" overflow="visible" style="left:88px; top:136px; width:100px; height:18px; border-style:none; ">
- <choices>
- <item>
- <label>ICD10</label>
- <value>1</value>
- </item>
- <item>
- <label>확장</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption39" class="cell_1" style="left:0px; top:158px; width:85px; height:23px; vertical-align:middle; ">EDI코드구분</caption>
- <caption id="caption42" class="cell_1" style="left:797px; top:184px; width:85px; height:23px; vertical-align:middle; ">종료일자</caption>
- <select1 id="cmb_edicdflag" ref="/root/main/essc/edicdflag" class="combo_default" navindex="11" appearance="minimal" style="left:88px; top:160px; width:150px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0131list/P0131">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption48" class="tit_2" style="left:5px; top:250px; width:188px; height:13px; ">산정특례 기준정보 등록 내역</caption>
- <line id="line20" class="line_1" style="x1:0px; y1:265px; x2:1194px; y2:265px; "/>
- <datagrid id="grd_spclcdlist" nodeset="/root/main/list/grdspclcdlist" caption="검색구분^특례기호^seq^기관코드^보험유형^내외유형^특례구분^시작일자^종료일자^상병유형^시작상병^시작상병명^종료상병^종료상병명^EDI구분^시작EDI^시작EDI명^종료DEI^종료EDI명^보조유형^정류정액구분^본인부담율1^본인부담율2^특례명칭^최소나이^최대나이^old보험유형^old내외유형^old종료일자^만성질환여부^차상위1종 보조유형^차상위2종 보조유형^특례명칭" colsep="^" colwidth="115, 55, 100, 100, 90, 70, 95, 90, 90, 70, 70, 130, 70, 130, 65, 85, 130, 85, 130, 115, 85, 82, 82, 300, 60, 60, 100, 100, 100, 100, 139, 157" dataheight="23" ellipsis="true" explorerbar="sortshowmove" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:270px; width:1194px; height:470px; ">
- <col disabled="true" ref="srchflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0489list/P0489">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="spclcd" type="input" style="text-align:center; "/>
- <col ref="seq" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="insukind" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="ioflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/C0029list/C0029">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="false" ref="spclflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0490list/P0490">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="fromdd" type="inputdate" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="todd" type="inputdate" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="false" ref="diagkind" type="combo">
- <choices>
- <item>
- <label>ICD10</label>
- <value>1</value>
- </item>
- <item>
- <label>확장</label>
- <value>2</value>
- </item>
- </choices>
- </col>
- <col ref="diagcdfrom" type="input"/>
- <col ref="diagnmfrom" visibility="visible"/>
- <col ref="diagcdto" type="input"/>
- <col ref="diagnmto" visibility="visible"/>
- <col disabled="false" ref="edicdflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0131list/P0131">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="edicdfrom" type="input"/>
- <col ref="edinmfrom" visibility="visible"/>
- <col ref="edicdto" type="input"/>
- <col ref="edinmto" visibility="visible"/>
- <col disabled="false" ref="suppkindflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0010">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="fixrateyn" visibility="hidden"/>
- <col ref="payown1" visibility="hidden" format="#,### "%"" style="text-align:right; "/>
- <col ref="payown2" visibility="hidden" format="#,### "%"" style="text-align:right; "/>
- <col ref="spclnm" type="input"/>
- <col ref="minage"/>
- <col ref="maxage"/>
- <col ref="oldinsukind" visibility="hidden"/>
- <col ref="oldioflag" visibility="hidden"/>
- <col ref="oldtodd" visibility="hidden"/>
- <col ref="chronicdiseaseyn"/>
- <col ref="suppkindj1" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0010">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="suppkindj2" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0010">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if(grd_spclcdlist.isCell(event.target) && grd_spclcdlist.row >= grd_spclcdlist.fixedRows) {
-
- var row = grd_spclcdlist.row ;
- copyNodeType("/root/main/essc","/root/main/list/grdspclcdlist["+ row +"]","replace");
- // 추가수정flag, row 수정상태로 하고, 검색구분, 특례기호는 수정하지 못하게 한다.
- model.setValue("/root/hidden/appflag", "U");
- model.setValue("/root/hidden/currow", row);
- cmb_srchflag2.disabled = true;
- ipt_spclcd.disabled = true;
-
- model.refresh();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- // 소트 후, 그리드와 인스턴스 매핑 다시 처리
- grd_spclcdlist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- var row = grd_spclcdlist.row;
- var col = grd_spclcdlist.col;
-
- if (event.keyCode == 13){
- grd_spclcdlist.endEditCell();
- if (col == grd_spclcdlist.colRef("diagcdfrom")) {
- // 1. 시작상병 엔터
- model.setValue("/root/send/data3/srch",model.getValue("/root/main/list/grdspclcdlist["+row+"]/diagcdfrom"));
- model.setValue("/root/send/data3/diagkind",model.getValue("/root/main/list/grdspclcdlist["+row+"]/diagkind"));
- submit("TRPIB00803");
- var hngnm = model.getValue("/root/hidden/listrsltnm/rsltnm/hngnm");
- // 상병코드로 상병명 조회가 된 경우
- if(hngnm != ""){
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagnmfrom", hngnm);
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagcdto", model.getValue("/root/main/list/grdspclcdlist["+row+"]/diagcdfrom"));
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagnmto", hngnm);
- }
- // 상병코드로 상병명 조회가 안된 경우
- if(hngnm == ""){
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagnmfrom", "");
-
- // 상병조회 팝업 호출
- var diagkind = model.getValue("/root/main/list/grdspclcdlist["+row+"]/diagkind");
- model.setvalue("/root/hidden/sppiz00400/rslt/diagcd", "");
- model.setvalue("/root/hidden/sppiz00400/rslt/diaghngnm", "");
- model.setValue("/root/hidden/sppiz00400/cond/basedd", getCurrentDate());
- model.setValue("/root/hidden/sppiz00400/cond/diagcd", model.getValue("/root/main/list/grdspclcdlist["+row+"]/diagcdfrom"));
- model.setValue("/root/hidden/sppiz00400/cond/selectedrdodiagkind", diagkind);
- model.setValue("/root/hidden/sppiz00400/cond/flag", "P");
-
- modal("../../../pam/insucomweb/xrw/SPPIZ00400", "", "200", "200" ,"SPPIZ00400", "/root/hidden/sppiz00400/cond", "/root/init", "", "");
-
- // 조회결과 뿌려주기
- var diagcd = model.getvalue("/root/hidden/sppiz00400/rslt/diagcd");
- if (diagcd !="") {
- if (diagkind == "1") {
- model.setvalue("/root/main/list/grdspclcdlist["+row+"]/diagcdfrom", diagcd);
- model.setvalue("/root/main/list/grdspclcdlist["+row+"]/diagcdto", diagcd);
- } else {
- model.setvalue("/root/main/list/grdspclcdlist["+row+"]/diagcdfrom", model.getvalue("/root/hidden/sppiz00400/rslt/termcd"));
- model.setvalue("/root/main/list/grdspclcdlist["+row+"]/diagcdto", model.getvalue("/root/hidden/sppiz00400/rslt/termcd"));
- }
- model.setvalue("/root/main/list/grdspclcdlist["+row+"]/diagnmfrom", model.getvalue("/root/hidden/sppiz00400/rslt/diaghngnm"));
- model.setvalue("/root/main/list/grdspclcdlist["+row+"]/diagnmto", model.getvalue("/root/hidden/sppiz00400/rslt/diaghngnm"));
- model.refresh();
- }
- }
- } else if (col == grd_spclcdlist.colRef("diagcdto")) {
- // 2. 종료상병 엔터
- model.setValue("/root/send/data3/srch",model.getValue("/root/main/list/grdspclcdlist["+row+"]/diagcdto"));
- model.setValue("/root/send/data3/diagkind",model.getValue("/root/main/list/grdspclcdlist["+row+"]/diagkind"));
- submit("TRPIB00803");
- var hngnm = model.getValue("/root/hidden/listrsltnm/rsltnm/hngnm");
- // 상병코드로 상병명 조회가 된 경우
- if(hngnm != ""){
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagnmto", hngnm);
- }
- // 상병코드로 상병명 조회가 안된 경우
- if(hngnm == ""){
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagnmto", "");
-
- // 상병조회 팝업 호출
- var diagkind = model.getValue("/root/main/list/grdspclcdlist["+row+"]/diagkind");
- model.setvalue("/root/hidden/sppiz00400/rslt/diagcd", "");
- model.setvalue("/root/hidden/sppiz00400/rslt/diaghngnm", "");
- model.setValue("/root/hidden/sppiz00400/cond/basedd", getCurrentDate());
- model.setValue("/root/hidden/sppiz00400/cond/diagcd", model.getValue("/root/main/list/grdspclcdlist["+row+"]/diagcdto"));
- model.setValue("/root/hidden/sppiz00400/cond/selectedrdodiagkind", diagkind);
- model.setValue("/root/hidden/sppiz00400/cond/flag", "P");
-
- modal("../../../pam/insucomweb/xrw/SPPIZ00400", "", "200", "200" ,"SPPIZ00400", "/root/hidden/sppiz00400/cond", "/root/init", "", "");
-
- // 조회결과 뿌려주기
- var diagcd = model.getvalue("/root/hidden/sppiz00400/rslt/diagcd");
- if (diagcd !="") {
- if (diagkind == "1") {
- model.setvalue("/root/main/list/grdspclcdlist["+row+"]/diagcdto", diagcd);
- } else {
- model.setvalue("/root/main/list/grdspclcdlist["+row+"]/diagcdto", model.getvalue("/root/hidden/sppiz00400/rslt/termcd"));
- }
- model.setvalue("/root/main/list/grdspclcdlist["+row+"]/diagnmto", model.getvalue("/root/hidden/sppiz00400/rslt/diaghngnm"));
- model.refresh();
- }
- }
-
- } else if (col == grd_spclcdlist.colRef("edicdfrom")) {
- // 3. 시작EDI 엔터
- model.setValue("/root/hidden/smpic00200/judgsrch/con1_dd", getCurrentDate());
- model.setValue("/root/hidden/smpic00200/judgsrch/con3_search1", "edicd");
- model.setValue("/root/hidden/smpic00200/judgsrch/con4_search2", model.getValue("/root/main/list/grdspclcdlist["+row+"]/edicdfrom"));
- model.setValue("/root/hidden/smpic00200/judgsrch/con5_insu", "insu");
- model.removeNodeset("/root/hidden/smpic00200/rslt/picmmech"); // SMPIC00200_수가조회 에서 선택된 결과가 copyNode되는 경로임
-
- modal("SMPIC00200", 1,150, 150, "SMPIC00200", "root/hidden/smpic00200", "/root/temp", "", "");
-
- var mechSelect = instance1.selectSingleNode("/root/temp/picmmech");
- if (mechSelect == null) { // 선택한 코드가 없는 경우
- messageBox("수가조회 화면에서 선택한 결과가", "I004"); ///수가조회 화면에서 선택한 결과가 없습니다.
- return;
- }
- // SMPIC00200_수가조회 화면에서 보낸 결과 값에 대한 처리
- model.makeNode("/root/hidden/smpic00200/rslt/picmmech");
- model.copyNode("/root/hidden/smpic00200/rslt/picmmech", "/root/temp/picmmech");
- model.removeNodeset("/root/temp"); // SMPIC00200_수가조회 에서 선택된 결과가 직접 전달되는 경로임
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edicdfrom", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_insuedicd"));
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edinmfrom", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_hngnm"));
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edicdto", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_insuedicd"));
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edinmto", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_hngnm"));
- model.refresh();
-
- } else if (col == grd_spclcdlist.colRef("edicdto")) {
- // 4. 종료EDI 엔터
- model.setValue("/root/hidden/smpic00200/judgsrch/con1_dd", getCurrentDate());
- model.setValue("/root/hidden/smpic00200/judgsrch/con3_search1", "edicd");
- model.setValue("/root/hidden/smpic00200/judgsrch/con4_search2", model.getValue("/root/main/list/grdspclcdlist["+row+"]/edicdto"));
- model.setValue("/root/hidden/smpic00200/judgsrch/con5_insu", "insu");
- model.removeNodeset("/root/hidden/smpic00200/rslt/picmmech"); // SMPIC00200_수가조회 에서 선택된 결과가 copyNode되는 경로임
-
- modal("SMPIC00200", 1,150, 150, "SMPIC00200", "root/hidden/smpic00200", "/root/temp", "", "");
-
- var mechSelect = instance1.selectSingleNode("/root/temp/picmmech");
- if (mechSelect == null) { // 선택한 코드가 없는 경우
- messageBox("수가조회 화면에서 선택한 결과가", "I004"); ///수가조회 화면에서 선택한 결과가 없습니다.
- return;
- }
- // SMPIC00200_수가조회 화면에서 보낸 결과 값에 대한 처리
- model.makeNode("/root/hidden/smpic00200/rslt/picmmech");
- model.copyNode("/root/hidden/smpic00200/rslt/picmmech", "/root/temp/picmmech");
- model.removeNodeset("/root/temp"); // SMPIC00200_수가조회 에서 선택된 결과가 직접 전달되는 경로임
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edicdto", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_insuedicd")); // 임시로 건강보험 유형으로 고정시킴
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edinmto", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_hngnm"));
- model.refresh();
-
- }
- }
- ]]>
- </script>
- </datagrid>
- <line id="line24" class="line_3" style="x1:0px; y1:232px; x2:1194px; y2:232px; "/>
- <button id="button4" class="btn4_letter2" navindex="21" style="left:1067px; top:745px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- // 0. 저장하시겠습니까?
- model.removeNode("/root/hidden/list1/essc");
- var updtdata = getGridUpdateData(grd_spclcdlist);
- if (updtdata == "") {
- messageBox("변경된 데이터가", "I004");
- return;
- }
-
- if (messageBox("산정특례 기준정보를 저장", "S001") != 6) return;
-
- // 1. 그리드에 update가 일어난 데이터를 받는다.
- model.makeValue("/root/hidden/list1/essc",updtdata);
-
-
- // 2. 일괄저장한다.
- if (submit("TXPIB01801")) {
-
- // 3. 화면 초기화 + 재조회
- btn_clear.dispatch("DOMActivate");
- //btn_search.dispatch("DOMActivate"); 2009.09.09 zzui 윤영옥샘 요청으로 저장후 바로 조회되는 기능 뺌.(속도측면)
- model.removeNodeset("/root/main/list"); //2009.09.09 zzui 추가
-
- messageBox("정상적으로 저장되었습니다.", "I999");
- }
- ]]>
- </script>
- </button>
- <button id="button10" class="btn4_letter3" navindex="23" style="left:1127px; top:745px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize("all");
- ]]>
- </script>
- </button>
- <select1 id="cmb_srchflag2" ref="/root/main/essc/srchflag" class="combo_essential" navindex="2" appearance="minimal" style="left:88px; top:108px; width:150px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0489list/P0489">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_spclcd" ref="/root/main/essc/spclcd" class="input_essential" navindex="3" imemode="disabled" maxlength="4" _chartype="upper" style="left:328px; top:108px; width:62px; height:19px; "/>
- <input id="ipt_todd" ref="/root/main/essc/fromdd" class="input_essential" navindex="16" inputtype="date" style="left:710px; top:186px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/main/essc/todd","99991231");
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="caption1" class="cell_1" style="left:622px; top:184px; width:85px; height:23px; vertical-align:middle; ">시작일자</caption>
- <input id="ipt_fromdd" ref="/root/main/essc/todd" class="input_essential" navindex="17" inputtype="date" style="left:885px; top:186px; width:110px; height:19px; "/>
- <input id="ipt_diagcdfrom" ref="/root/main/essc/diagcdfrom" class="input_essential" navindex="8" imemode="disabled" maxlength="16" _chartype="upper" style="left:328px; top:134px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode==13) {
- inputEnterKey("btn_diagcdfrom", "DOMFocusIn");
- // 1. 시작상병 엔터
- model.setValue("/root/send/data3/srch",model.getValue("/root/main/essc/diagcdfrom"));
- model.setValue("/root/send/data3/diagkind",model.getValue("/root/main/essc/diagkind"));
- submit("TRPIB00803");
- var hngnm = model.getValue("/root/hidden/listrsltnm/rsltnm/hngnm");
- // 상병코드로 상병명 조회가 된 경우
- if(hngnm != ""){
- model.setValue("/root/main/essc/diagnmfrom", hngnm);
- model.setValue("/root/main/essc/diagcdto", model.getValue("/root/main/essc/diagcdfrom"));
- model.setValue("/root/main/essc/diagnmto", hngnm);
- }
- // 상병코드로 상병명 조회가 안된 경우
- if(hngnm == ""){
- inputEnterKey("btn_diagcdfrom", "DOMActivate");
- }
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <button id="btn_diagcdfrom" class="icon_search" navindex="9" style="left:433px; top:134px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var diagkind = model.getValue("/root/main/essc/diagkind");
-
- model.setvalue("/root/hidden/sppiz00400/rslt/diagcd", "");
- model.setvalue("/root/hidden/sppiz00400/rslt/diaghngnm", "");
-
- model.setValue("/root/hidden/sppiz00400/cond/basedd", model.getValue("/root/hidden/currendate"));
- model.setValue("/root/hidden/sppiz00400/cond/diagcd", model.getValue("/root/main/essc/diagcdfrom"));
- model.setValue("/root/hidden/sppiz00400/cond/selectedrdodiagkind", diagkind);
- model.setValue("/root/hidden/sppiz00400/cond/flag", "P");
-
- modal("../../../pam/insucomweb/xrw/SPPIZ00400", "", "200", "200" ,"SPPIZ00400", "/root/hidden/sppiz00400/cond", "/root/init", "", "");
-
-
- var diagcd = model.getvalue("/root/hidden/sppiz00400/rslt/diagcd");
-
-
- if (diagcd !="") {
- if (diagkind == "1") {
- model.setvalue("/root/main/essc/diagcdfrom", diagcd);
- model.setvalue("/root/main/essc/diagcdto", diagcd);
- } else {
- model.setvalue("/root/main/essc/diagcdfrom", model.getvalue("/root/hidden/sppiz00400/rslt/termcd"));
- model.setvalue("/root/main/essc/diagcdto", model.getvalue("/root/hidden/sppiz00400/rslt/termcd"));
- }
- model.setvalue("/root/main/essc/diagnmfrom", model.getvalue("/root/hidden/sppiz00400/rslt/diaghngnm"));
- model.setvalue("/root/main/essc/diagnmto", model.getvalue("/root/hidden/sppiz00400/rslt/diaghngnm"));
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <output id="opt_diagnmfrom" ref="/root/main/essc/diagnmfrom" class="output_fix" appearance="output" style="left:457px; top:134px; width:163px; height:19px; "/>
- <select1 id="cmb_suppkindflag" ref="/root/main/essc/suppkindflag" class="combo_essential" navindex="14" appearance="minimal" style="left:88px; top:186px; width:150px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0010">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption2" class="cell_1" style="left:393px; top:107px; width:85px; height:23px; vertical-align:middle; ">특례구분</caption>
- <select1 id="cmb_spclflag" ref="/root/main/essc/spclflag" class="combo_essential" navindex="4" appearance="minimal" style="left:481px; top:108px; width:139px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0490list/P0490">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_edicdfrom" ref="/root/main/essc/edicdfrom" class="input_default" navindex="12" imemode="disabled" maxlength="12" _chartype="upper" style="left:328px; top:160px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode=='13') {
- inputEnterKey("btn_edicdfrom", "DOMActivate");
- }
- ]]>
- </script>
- </input>
- <output id="opt_edinmfrom" ref="/root/main/essc/edinmfrom" class="output_fix" appearance="output" style="left:457px; top:160px; width:163px; height:19px; "/>
- <caption id="caption3" class="cell_1" style="left:240px; top:158px; width:85px; height:23px; vertical-align:middle; ">시작EDI코드</caption>
- <button id="btn_edicdfrom" class="icon_search" navindex="14" style="left:433px; top:160px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/hidden/smpic00200/judgsrch/con1_dd", model.getValue("/root/hidden/currendate"));
- model.setValue("/root/hidden/smpic00200/judgsrch/con3_search1", "edicd");
- model.setValue("/root/hidden/smpic00200/judgsrch/con4_search2", model.getValue("/root/main/essc/edicdfrom"));
- model.setValue("/root/hidden/smpic00200/judgsrch/con5_insu", "insu");
- model.removeNodeset("/root/hidden/smpic00200/rslt/picmmech"); // SMPIC00200_수가조회 에서 선택된 결과가 copyNode되는 경로임
-
- modal("SMPIC00200", 1,150, 150, "SMPIC00200", "root/hidden/smpic00200", "/root/temp", "", "");
-
- var mechSelect = instance1.selectSingleNode("/root/temp/picmmech");
- if (mechSelect == null) { // 선택한 코드가 없는 경우
- messageBox("수가조회 화면에서 선택한 결과가", "I004"); ///수가조회 화면에서 선택한 결과가 없습니다.
- return;
- }
- // SMPIC00200_수가조회 화면에서 보낸 결과 값에 대한 처리
- model.makeNode("/root/hidden/smpic00200/rslt/picmmech");
- model.copyNode("/root/hidden/smpic00200/rslt/picmmech", "/root/temp/picmmech");
-
- model.removeNodeset("/root/temp"); // SMPIC00200_수가조회 에서 선택된 결과가 직접 전달되는 경로임
-
- model.setValue("/root/main/essc/edicdfrom", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_insuedicd"));
- model.setValue("/root/main/essc/edinmfrom", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_hngnm"));
- model.setValue("/root/main/essc/edicdto", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_insuedicd"));
- model.setValue("/root/main/essc/edinmto", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_hngnm"));
-
- model.refresh();
-
-
- ]]>
- </script>
- </button>
- <output id="opt_edinmto" ref="/root/main/essc/edinmto" class="output_fix" appearance="output" style="left:833px; top:160px; width:163px; height:19px; "/>
- <button id="btn_edicdto" class="icon_search" navindex="16" style="left:815px; top:160px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/hidden/smpic00200/judgsrch/con1_dd", model.getValue("/root/hidden/currendate"));
- model.setValue("/root/hidden/smpic00200/judgsrch/con3_search1", "edicd");
- model.setValue("/root/hidden/smpic00200/judgsrch/con4_search2", model.getValue("/root/main/essc/edinmto"));
- model.setValue("/root/hidden/smpic00200/judgsrch/con5_insu", "insu");
-
- model.removeNodeset("/root/hidden/smpic00200/rslt/picmmech"); // SMPIC00200_수가조회 에서 선택된 결과가 copyNode되는 경로임
-
- modal("SMPIC00200", 1,150, 150, "SMPIC00200", "root/hidden/smpic00200", "/root/temp", "", "");
-
- var mechSelect = instance1.selectSingleNode("/root/temp/picmmech");
- if (mechSelect == null) { // 선택한 코드가 없는 경우
- messageBox("수가조회 화면에서 선택한 결과가", "I004"); ///수가조회 화면에서 선택한 결과가 없습니다.
- return;
- }
- // SMPIC00200_수가조회 화면에서 보낸 결과 값에 대한 처리
- model.makeNode("/root/hidden/smpic00200/rslt/picmmech");
- model.copyNode("/root/hidden/smpic00200/rslt/picmmech", "/root/temp/picmmech");
-
- model.removeNodeset("/root/temp"); // SMPIC00200_수가조회 에서 선택된 결과가 직접 전달되는 경로임
-
- model.setValue("/root/main/essc/edicdto", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_insuedicd")); // 임시로 건강보험 유형으로 고정시킴
- model.setValue("/root/main/essc/edinmto", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_hngnm"));
-
- model.refresh();
-
- ]]>
- </script>
- </button>
- <caption id="caption4" class="cell_1" style="left:622px; top:158px; width:85px; height:23px; vertical-align:middle; ">종료EDI코드</caption>
- <input id="ipt_edicdto" ref="/root/main/essc/edicdto" class="input_default" navindex="13" imemode="disabled" maxlength="12" _chartype="upper" style="left:710px; top:160px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode=='13') {
- inputEnterKey("btn_edicdto", "DOMActivate");
- }
- ]]>
- </script>
- </input>
- <select1 id="cmb_essential" ref="/root/main/essc/fixrateyn" class="combo_default" navindex="17" visibility="hidden" appearance="minimal" style="left:790px; top:350px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_payown1" ref="/root/main/essc/payown1" class="input_default" navindex="18" visibility="hidden" maxlength="10" format="#,###" appearance="input" style="left:895px; top:350px; width:100px; height:19px; text-align:right; "/>
- <input id="ipt_payown2" ref="/root/main/essc/payown2" class="input_default" navindex="19" visibility="hidden" maxlength="10" format="#,###" appearance="input" style="left:1000px; top:350px; width:100px; height:19px; text-align:right; "/>
- <input id="ipt_spclnm" ref="/root/main/essc/spclnm" class="input_default" navindex="15" maxlength="100" appearance="input" style="left:328px; top:186px; width:292px; height:19px; "/>
- <caption id="caption9" class="cell_1" style="left:240px; top:184px; width:85px; height:23px; vertical-align:middle; ">특례명칭</caption>
- <caption id="caption10" class="cell_1" style="left:0px; top:184px; width:85px; height:23px; vertical-align:middle; ">보조유형구분</caption>
- <button id="button1" class="icon_search" navindex="9" style="left:285px; top:48px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var diagkind = model.getValue("/root/send/data1/diagkind");
-
- model.setvalue("/root/hidden/sppiz00400/rslt/diagcd", "");
- model.setvalue("/root/hidden/sppiz00400/rslt/diaghngnm", "");
- model.setValue("/root/hidden/sppiz00400/cond/basedd", model.getValue("/root/hidden/currendate"));
- model.setValue("/root/hidden/sppiz00400/cond/diagcd", model.getValue("/root/send/data1/diagcd"));
- model.setValue("/root/hidden/sppiz00400/cond/selectedrdodiagkind", diagkind);
- model.setValue("/root/hidden/sppiz00400/cond/flag", "P");
-
- modal("../../../pam/insucomweb/xrw/SPPIZ00400", "", "200", "200" ,"SPPIZ00400", "/root/hidden/sppiz00400/cond", "/root/init", "", "");
-
-
- var diagcd = model.getvalue("/root/hidden/sppiz00400/rslt/diagcd");
-
-
- if (diagcd !="") {
- if (diagkind == "1") {
- model.setvalue("/root/send/data1/diagcd", diagcd);
- } else {
- model.setvalue("/root/send/data1/diagcd", model.getvalue("/root/hidden/sppiz00400/rslt/termcd"));
- }
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <button id="btn_srchedicd" class="icon_search" navindex="16" style="left:540px; top:48px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/hidden/smpic00200/judgsrch/con1_dd", model.getValue("/root/hidden/currendate"));
- model.setValue("/root/hidden/smpic00200/judgsrch/con3_search1", "edicd");
- model.setValue("/root/hidden/smpic00200/judgsrch/con4_search2", model.getValue("/root/send/data1/edicd"));
- model.setValue("/root/hidden/smpic00200/judgsrch/con5_insu", "insu");
-
- model.removeNodeset("/root/hidden/smpic00200/rslt/picmmech"); // SMPIC00200_수가조회 에서 선택된 결과가 copyNode되는 경로임
-
- modal("SMPIC00200", 1,150, 150, "SMPIC00200", "root/hidden/smpic00200", "/root/temp", "", "");
-
- var mechSelect = instance1.selectSingleNode("/root/temp/picmmech");
- if (mechSelect == null) { // 선택한 코드가 없는 경우
- messageBox("수가조회 화면에서 선택한 결과가", "I004"); ///수가조회 화면에서 선택한 결과가 없습니다.
- return;
- }
- // SMPIC00200_수가조회 화면에서 보낸 결과 값에 대한 처리
- model.makeNode("/root/hidden/smpic00200/rslt/picmmech");
- model.copyNode("/root/hidden/smpic00200/rslt/picmmech", "/root/temp/picmmech");
-
- model.removeNodeset("/root/temp"); // SMPIC00200_수가조회 에서 선택된 결과가 직접 전달되는 경로임
-
- model.setValue("/root/send/data1/edicd", model.getValue("/root/hidden/smpic00200/rslt/picmmech/picmmech_insuedicd")); // 임시로 건강보험 유형으로 고정시킴
-
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_todd2" ref="/root/hidden/todd" class="input_search" navindex="5" visibility="visible" inputtype="date" style="left:919px; top:245px; width:99px; height:19px; "/>
- <button id="btn_end" class="btn2_letter4" navindex="3" style="left:1020px; top:245px; width:64px; height:19px; ">
- <caption>적용종료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 멀티라인 적용종료
- model.removeNode("/root/hidden/list1/essc");
- var todd = model.getValue("/root/hidden/todd"); // 적용종료일
- var rows = grd_spclcdlist.selectedRows;
-
- if (messageBox("선택된 산정특례 기준정보를 적용종료", "S001") == 6) {
- for (var i = 0; i < rows; i++) {
- var sel = grd_spclcdlist.selectedRow(i);
- if (grd_spclcdlist.rowstatus(sel) != 1 && grd_spclcdlist.rowstatus(sel) != 3) {
- grd_spclcdlist.rowstatus(sel) = 2;
- }
- model.setValue("/root/main/list/grdspclcdlist[" + sel + "]/todd", todd);
- }
- // var updtdata = getGridUpdateData(grd_spclcdlist);
- // if (updtdata == "") {
- // } else {
- // model.makeValue("/root/hidden/list1/essc",updtdata);
- // }
- //
- // // 적용종료일 변경하기
- // if ( submit("TXPIB01804") ) {
- // for (var i = 0; i < rows; i++) {
- // var sel = grd_spclcdlist.selectedRow(i);
- // grd_spclcdlist.rowstatus(sel) = 0;
- // }
- // }
- }
- ]]>
- </script>
- </button>
- <button id="btn_update" class="btn2_letter2" navindex="3" style="left:1051px; top:82px; width:42px; height:19px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 전제:수정모드가 아니면 메세지로 먼저 목록을 더블클릭하여 수정할 데이터를 보여주도록 해야한다.
- var appflag = model.getValue("/root/hidden/appflag");
- if (appflag != "U") {
- messageBox("먼저 수정할 산정특례기준정보를 목록에서 선택해 주십시요.","E999","");
- return false;
- }
-
- if (fCheckVariable()) {
-
- var row = model.getValue("/root/hidden/currow");
- // 1. 수정된 내용을 산정특례 기준정보 목록에 반영한다.
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/srchflag", model.getValue("/root/main/essc/srchflag")); // 검색구분
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/spclcd", model.getValue("/root/main/essc/spclcd")); // 특례기호
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/insukind", model.getValue("/root/main/essc/insukind")); // 보험유형
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/ioflag", model.getValue("/root/main/essc/ioflag")); // 내외유형
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/spclflag", model.getValue("/root/main/essc/spclflag")); // 특례구분
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/fromdd", model.getValue("/root/main/essc/fromdd")); // 시작일자
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/todd", model.getValue("/root/main/essc/todd")); // 종료일자
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagkind", model.getValue("/root/main/essc/diagkind")); // 유형
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagcdfrom", model.getValue("/root/main/essc/diagcdfrom")); // 시작상병코드
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagnmfrom", model.getValue("/root/main/essc/diagnmfrom")); // 시작상병명칭
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagcdto", model.getValue("/root/main/essc/diagcdto")); // 시작상병코드
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/diagnmto", model.getValue("/root/main/essc/diagnmto")); // 시작상병명칭
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edicdflag", model.getValue("/root/main/essc/edicdflag")); // EDI코드구분
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edicdfrom", model.getValue("/root/main/essc/edicdfrom")); // 시작EDI코드
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edinmfrom", model.getValue("/root/main/essc/edinmfrom")); // 시작EDI명칭
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edicdto", model.getValue("/root/main/essc/edicdto")); // 종료EDI코드
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/edinmto", model.getValue("/root/main/essc/edinmto")); // 종료EDI명칭
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/suppkindflag", model.getValue("/root/main/essc/suppkindflag")); // 보조유형구분
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/spclnm", model.getValue("/root/main/essc/spclnm")); // 특례명칭
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/minage", model.getValue("/root/main/essc/minage")); // 최소나이
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/maxage", model.getValue("/root/main/essc/maxage")); // 최대나이
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/chronicdiseaseyn", model.getValue("/root/main/essc/chronicdiseaseyn")); // 만성질환여부
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/suppkindj1", model.getValue("/root/main/essc/suppkindj1")); // 만성질환여부
- model.setValue("/root/main/list/grdspclcdlist["+row+"]/suppkindj2", model.getValue("/root/main/essc/suppkindj2")); // 만성질환여부
-
- // 2. row 상태를 update로 변경
- if (grd_spclcdlist.rowstatus(row) == 0) {
- grd_spclcdlist.rowstatus(row) = 2;
- }
-
- // 3. 입력부분 초기화
- btn_clear.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- <button id="btn_insert" class="btn2_letter2" navindex="3" style="left:1095px; top:82px; width:42px; height:19px; ">
- <caption>추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 전제:수정모드가 아니면 메세지로 먼저 목록을 더블클릭하여 수정할 데이터를 보여주도록 해야한다.
- var appflag = model.getValue("/root/hidden/appflag");
- if (appflag != "I") {
- messageBox("Clear를 클릭하여 수정모드를 해제한 뒤 추가하세요.","E999","");
- return false;
- }
-
- if (fCheckVariable()) {
- // 1. 추가할 내용을 산정특례 기준정보 목록 맨 밑에 추가한다.
- grd_spclcdlist.addRow();
-
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/srchflag", model.getValue("/root/main/essc/srchflag")); // 검색구분
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/spclcd", model.getValue("/root/main/essc/spclcd")); // 특례기호
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/insukind", model.getValue("/root/main/essc/insukind")); // 보험유형
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/ioflag", model.getValue("/root/main/essc/ioflag")); // 내외유형
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/seq", ""); // 순번
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/todd", model.getValue("/root/main/essc/todd")); // 종료일자
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/instcd", ""); // 기관코드
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/fromdd", model.getValue("/root/main/essc/fromdd")); // 시작일자
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/diagkind", model.getValue("/root/main/essc/diagkind")); // 유형
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/diagcdfrom", model.getValue("/root/main/essc/diagcdfrom")); // 시작상병코드
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/diagnmfrom", model.getValue("/root/main/essc/diagnmfrom")); // 시작상병명칭
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/diagcdto", model.getValue("/root/main/essc/diagcdto")); // 시작상병코드
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/diagnmto", model.getValue("/root/main/essc/diagnmto")); // 시작상병명칭
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/suppkindflag", model.getValue("/root/main/essc/suppkindflag")); // 보조유형구분
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/spclflag", model.getValue("/root/main/essc/spclflag")); // 특례구분
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/edicdflag", model.getValue("/root/main/essc/edicdflag")); // EDI코드구분
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/edicdfrom", model.getValue("/root/main/essc/edicdfrom")); // 시작EDI코드
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/edinmfrom", model.getValue("/root/main/essc/edinmfrom")); // 시작EDI명칭
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/edicdto", model.getValue("/root/main/essc/edicdto")); // 종료EDI코드
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/edinmto", model.getValue("/root/main/essc/edinmto")); // 종료EDI명칭
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/fixrateyn", ""); // 정율정액구분
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/payown1", ""); // 본인부담율1
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/payown2", ""); // 본인부담율2
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/fstrgstrid", ""); // 최초등록자ID
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/fstrgstdt", ""); // 최초등록일시
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/lastupdtrid", ""); // 최종수정자ID
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/lastupdtdt", ""); // 최종수정일시
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/spclnm", model.getValue("/root/main/essc/spclnm")); // 특례명칭
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/minage", model.getValue("/root/main/essc/minage")); // 최소나이
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/maxage", model.getValue("/root/main/essc/maxage")); // 최대나이
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/oldinsukind", ""); // 과거 보험유형
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/oldioflag", ""); // 과거 내외유형
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/oldtodd", ""); // 과거 종료일자
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/chronicdiseaseyn", model.getValue("/root/main/essc/chronicdiseaseyn")); // 만성질환여부
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/suppkindj1", model.getValue("/root/main/essc/suppkindj1")); // 만성질환여부
- model.makeValue("/root/main/list/grdspclcdlist["+grd_spclcdlist.row+"]/suppkindj2", model.getValue("/root/main/essc/suppkindj2")); // 만성질환여부
-
- // 2. row 상태를 insert로 변경
- grd_spclcdlist.rowstatus(grd_spclcdlist.row) = 3;
-
- // 3. 입력부분 초기화
- btn_clear.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- <button id="btn_clear" class="btn2_letter3" navindex="3" style="left:1139px; top:82px; width:53px; height:19px; ">
- <caption>Clear</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 상단 입력 부분만 초기화
- model.resetInstanceNode("/root/main/essc");
- model.setValue("/root/main/essc/diagkind", "1");
- model.setValue("/root/main/essc/minage", 0);
- model.setValue("/root/main/essc/maxage", 999);
- // 추가수정flag, row 초기화
- model.setValue("/root/hidden/appflag", "I");
- model.setValue("/root/hidden/currow", 0);
- cmb_srchflag2.disabled = false;
- ipt_spclcd.disabled = false;
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_delete" class="btn2_letter2" navindex="3" style="left:1085px; top:245px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 1. 입력부분 초기화
- btn_clear.dispatch("DOMActivate");
-
- // 2. 선택된 row 의 rowstatus를 delete 로 변경한다.
- for (var i = 0; i < grd_spclcdlist.selectedRows; i++) {
- var sel = grd_spclcdlist.selectedRow(i);
- if (grd_spclcdlist.rowstatus(sel) != 1 && grd_spclcdlist.rowstatus(sel) != 3) {
- grd_spclcdlist.rowstatus(sel) = 4;
- } else {
- grd_spclcdlist.deleteRow(sel);
- }
- }
- ]]>
- </script>
- </button>
- <caption id="caption5" class="cell_1" style="left:797px; top:107px; width:85px; height:23px; vertical-align:middle; ">내외유형</caption>
- <caption id="caption7" class="cell_1" style="left:622px; top:107px; width:85px; height:23px; vertical-align:middle; ">보험유형</caption>
- <line id="line1" class="line_2" style="x1:0px; y1:156px; x2:1194px; y2:156px; "/>
- <line id="line2" class="line_2" style="x1:0px; y1:182px; x2:1194px; y2:182px; "/>
- <select1 id="cmb_insukind" ref="/root/main/essc/insukind" class="combo_essential" navindex="5" appearance="minimal" style="left:710px; top:108px; width:85px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_ioflag" ref="/root/main/essc/ioflag" class="combo_essential" navindex="6" appearance="minimal" style="left:885px; top:108px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/C0029list/C0029">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_adddiag" class="btn3_letter8" navindex="23" style="left:5px; top:745px; width:128px; height:22px; ">
- <caption>중증질환상병등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 산정특례 중증상병 기준정보 등록
- modal("SPPIB02200", 1,150, 150, "SPPIB02200", "", "", "", "");
- ]]>
- </script>
- </button>
- <button id="btn_addprcp" class="btn3_letter8" navindex="23" style="left:135px; top:745px; width:128px; height:22px; ">
- <caption>중증질환처방등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 산정특례 중증처방 기준정보 등록
- modal("SPPIB02300", 1,150, 150, "SPPIB02300", "", "", "", "");
- ]]>
- </script>
- </button>
- <caption id="caption16" class="cell_1" style="left:998px; top:107px; width:85px; height:23px; vertical-align:middle; ">최소나이</caption>
- <caption id="caption17" class="cell_1" style="left:998px; top:132px; width:85px; height:23px; vertical-align:middle; ">최대나이</caption>
- <caption id="caption18" class="cell_1" style="left:998px; top:158px; width:85px; height:23px; vertical-align:middle; ">만성질환여부</caption>
- <caption id="caption19" class="cell_1" style="left:998px; top:184px; width:85px; height:23px; vertical-align:middle; "/>
- <input id="ipt_minage" ref="/root/main/essc/minage" class="input_essential" navindex="7" maxlength="3" format="999" _chartype="upper" style="left:1086px; top:108px; width:106px; height:19px; "/>
- <input id="ipt_maxage" ref="/root/main/essc/maxage" class="input_essential" navindex="10" maxlength="3" format="999" _chartype="upper" style="left:1086px; top:134px; width:106px; height:19px; "/>
- <select1 id="rdo_diagkind1" ref="/root/send/data1/diagkind" appearance="full" cellspacing="5" cols="2" overflow="visible" style="left:85px; top:45px; width:100px; height:18px; border-style:none; ">
- <choices>
- <item>
- <label>ICD10</label>
- <value>1</value>
- </item>
- <item>
- <label>확장</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio1" ref="/root/main/essc/chronicdiseaseyn" appearance="full" cols="2" overflow="visible" style="left:1087px; top:161px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>적용</label>
- <value>Y</value>
- </item>
- <item>
- <label>미적용</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <button id="button2" class="btn2_letter5" navindex="3" style="left:974px; top:82px; width:75px; height:19px; ">
- <caption>SYNC 체크</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(submit("TRPIB01802")) {
- if (grd_esscchklist.disabled) return;
- grp_synccheck.visible = true;
- }
- ]]>
- </script>
- </button>
- <select1 id="combo1" ref="/root/main/essc/suppkindj1" navindex="14" appearance="minimal" style="left:88px; top:210px; width:150px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0010">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption24" class="cell_1" style="left:0px; top:208px; width:85px; height:23px; vertical-align:middle; ">1종 보조유형</caption>
- <select1 id="combo2" ref="/root/main/essc/suppkindj2" navindex="14" appearance="minimal" style="left:328px; top:210px; width:150px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0010">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption25" class="cell_1" style="left:240px; top:208px; width:85px; height:23px; vertical-align:middle; ">2종 보조유형</caption>
- </group>
- </group>
- <button id="btn_excel" class="btn2_letter4" navindex="15" style="left:1128px; top:258px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (grd_spclcdlist.rows == 1) {
- return;
- }
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_spclcdlist.saveExcel(fileName, "산정특례기준정보목록", true, true, "", "", true);
- }
- ]]>
- </script>
- </button>
- <group id="grp_synccheck" visibility="hidden" style="left:255px; top:290px; width:685px; height:405px; border-color:#c7a3cf; border-style:solid; ">
- <caption id="cpt_text" class="tit_2" style="left:5px; top:0px; width:212px; height:14px; ">수가마스터 SYNC 불일치 리스트</caption>
- <line id="line7" class="line_1" style="x1:0px; y1:15px; x2:683px; y2:15px; "/>
- <button id="btn_cancel" class="btn4_letter2" style="left:614px; top:374px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grp_synccheck.visible = false;
- ]]>
- </script>
- </button>
- <datagrid id="grd_esscchklist" nodeset="/root/checklist/grdesscchklist" caption="수가코드^EDI코드^명칭" colsep="^" colwidth="100, 100, 456" mergecellsfixedrows="bycolrec" rowsep="|" style="left:4px; top:24px; width:675px; height:345px; ">
- <col ref="calcscorcd"/>
- <col ref="insuedicd"/>
- <col ref="hngnm"/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|