123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>통계확인조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <gridlist>
- <info>
- <gridlistinfo>
- <pid/>
- <orddeptcd/>
- <orddrid/>
- <specord/>
- <fsexam/>
- <dracptyn/>
- <dracptdt/>
- <insukind/>
- <suppkind/>
- <rsrvflag/>
- <etcordflag/>
- <medamtestmyn/>
- <medamtfreeresn/>
- <userflag/>
- <iofstrgstrid/>
- </gridlistinfo>
- </info>
- </gridlist>
- <indcaseinfo>
- <hngnm/>
- <vacntno/>
- <bankdeposeqno/>
- <depobank/>
- <deponm/>
- <depoamt/>
- <depodd/>
- <depotm/>
- <depoflag/>
- <remfact/>
- <uncouseyn/>
- <lastupdtrid/>
- <lastupdtdt/>
- </indcaseinfo>
- <save_msg>
- <msg/>
- </save_msg>
- </main>
- <send>
- <send_ref>
- <flag>O</flag>
- <oflag/>
- <fromdd/>
- <todd/>
- <totalstandard>Y</totalstandard>
- <orddeptcd/>
- <orddrid/>
- </send_ref>
- <send_usechange/>
- </send>
- <hidden>
- </hidden>
- <init>
- <ordeptcd/>
- <orddrid/>
- </init>
- <temp>
- </temp>
- <init_com>
- <init>
- <P0022list>
- <P0022>
- <cdnm>-</cdnm>
- <cdid>-</cdid>
- </P0022>
- </P0022list>
- <P0342list>
- <P0342>
- <cdnm>-</cdnm>
- <cdid>-</cdid>
- </P0342>
- </P0342list>
- <P0021list>
- <P0021>
- <cdnm>-</cdnm>
- <cdid>-</cdid>
- </P0021>
- </P0021list>
- <P0341list>
- <P0341>
- <cdnm>전체</cdnm>
- <cdid>AA</cdid>
- </P0341>
- </P0341list>
- <P0439list>
- <P0439>
- <cdnm/>
- <cdid/>
- </P0439>
- </P0439list>
- <P0468list>
- <P0468>
- <cdnm/>
- <cdid/>
- </P0468>
- </P0468list>
- </init>
- </init_com>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TXPMC06100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_usechange" replace="instance" resultref="/root/main/save_msg"/>
- <submission id="TRSTP01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_ref" replace="instance" resultref="/root/main/gridlist"/>
- <submission id="TRPMOCOM01" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/session" replace="instance" resultref="/root/init"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
- <script type="javascript">
- <![CDATA[
- // 초기화
- function fInitialize() {
-
- //조회부초기화
- cmb_flag.value = "I";
- cmb_oflag.value = "AA";
- ipt_fromdd.value = getCurrentDate();
- ipt_todd.value= getCurrentDate();
- cmb_totalstandard.value = "-";
- cmb_orddeptcd.value = "-";
- cmb_orddrid.value= "-";
-
- //본문초기화
- model.resetInstanceNode("/root/main/gridlist/info/gridlistinfo");
-
- model.refresh();
- }
-
- // 조회전 체크 후 서브밋
- function fSendChk(){
- var flag = cmb_flag.value;
- var oflag = cmb_oflag.value;
- var fromdd = ipt_fromdd.currentText;
- var todd = ipt_todd.currentText;
- var totalstandard = cmb_totalstandard.value;
- var orddeptcd = cmb_orddeptcd.value;
- var orddrid = cmb_orddrid.value;
-
- if(flag == "" && fromdd == "" && totalstandard == "" && orddeptcd == "" && orddrid == ""){
- messageBox("조회조건을","C001");
- return false;
- }else{
- submit("TRSTP01101");
- }
-
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- /**
- * Submit
- TRPMOCOM01 : fComCDRef() => 자체공통코드 조회(진료과,진료의사...)_opatmngtweb/js/PMOCOM.js_TRPMOCOM01, TRZBC00101
- **/
- fComCDRef(); // 이 안에 zbcfGetCodeList( 몇개가 포함되어있다.
- fInitialize();
-
- model.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1192;1,1193;" 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>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:737px; width:1195px; height:35px; ">
- <line id="line32" class="line_6" style="x1:1px; y1:35px; x2:1195px; y2:35px; "/>
- <button id="btn_save" class="btn4_letter3" style="left:1116px; top:2px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <caption id="caption3" style="left:5px; top:2px; width:435px; height:20px; font-size:8pt; font-weight:bold; ">* 순수외래:외래, 당일외래:응급orDSC, 입원외래:응급orDSC통한입원</caption>
- </group>
- <group id="group5" style="left:0px; top:55px; width:1195px; height:679px; ">
- <datagrid id="grd_gridlist" nodeset="/root/main/gridlist/info/gridlistinfo" class="datagrid2" autoresize="false" caption="환자번호^환자명^구분^진료과^진료의^선택
진료^초
재진^의사
접수여부^의사
접수시간^보험
유형^보조
유형^예약
구분^기타
진료구분^진찰료
산정구분^진찰료
미산정사유^사용자
구분^생성자ID" colsep="^" colwidth="100, 80, 74, 160, 112, 36, 75, 62, 153, 79, 65, 70, 67, 86, 166, 77, 80" dataheight="25" defaultrows="2" ellipsis="true" explorerbar="sort" extendlastcol="false" mergecellsfixedrows="byrowrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:32px; width:1191px; height:643px; ">
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col disabled="true" ref="ordtypeflag" type="combo">
- <choices>
- <item>
- <label>순수외래</label>
- <value>OO</value>
- </item>
- <item>
- <label>입원외래</label>
- <value>OI</value>
- </item>
- <item>
- <label>당일외래</label>
- <value>OT</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="orddeptcd" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/orddeptcd">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="orddrid" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/orddrid">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="specordyn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="fsexamflag" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init_com/init/P0021list/P0021">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="dracptyn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col ref="dracptdt" format="yyyy-mm-dd hh:nn:ss" validateformat="true" style="text-align:center; "/>
- <col disabled="true" ref="insukind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/insukind">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="suppkind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/suppkind">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="rsrvflag" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init_com/init/P0341list/P0341">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="etcordflag" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init_com/init/P0022list/P0022">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="medamtestmyn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="medamtfreeresn" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init_com/init/P0342list/P0342">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="userflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>기타</label>
- <value>M</value>
- </item>
- <item>
- <label>사용자</label>
- <value>U</value>
- </item>
- </choices>
- </col>
- <col ref="iofstrgstrid" style="text-align:center; "/>
- </datagrid>
- <caption id="caption46" class="tit_2" style="left:0px; top:12px; width:139px; height:13px; ">가상계좌 리스트</caption>
- <line id="line3" class="line_1" style="x1:1px; y1:27px; x2:1191px; y2:27px; "/>
- <line id="line10" class="line_2" visibility="hidden" style="x1:1189px; y1:360px; x2:1189px; y2:422px; background-color:#99ccff; "/>
- <button id="button12" class="btn2_letter4" style="left:1127px; top:7px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "가상계좌리스트" + model.getValue("/root/send/send_ref/fromdd") + "_" + model.getValue("/root/send/send_ref/todd"), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "") {
- grd_gridlist.saveExcel(fileName, "sheet");
- }
-
-
- ]]>
- </script>
- </button>
- </group>
- <group id="group2" style="left:0px; top:13px; width:1195px; height:40px; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:2px; width:1194px; height:36px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_ref" class="btn1_letter2" style="left:1125px; top:9px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSendChk();
- ]]>
- </script>
- </button>
- <line id="line4" class="line_4" style="x1:1110px; y1:7px; x2:1110px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_fromdd" ref="/root/send/send_ref/fromdd" inputtype="date" maxlength="14" style="left:333px; top:12px; width:85px; height:19px; "/>
- <caption id="caption15" class="search_name" style="left:515px; top:12px; width:83px; height:17px; ">기 준</caption>
- <caption id="caption5" class="search_name" style="left:251px; top:12px; width:77px; height:17px; ">기준일자</caption>
- <input id="ipt_todd" ref="/root/send/send_ref/todd" disabled="true" inputtype="date" maxlength="14" style="left:420px; top:12px; width:85px; height:19px; "/>
- <caption id="caption14" class="search_name" style="left:9px; top:12px; width:80px; height:17px; ">구 분</caption>
- <select1 id="cmb_orddeptcd" ref="/root/send/send_ref/orddeptcd" appearance="minimal" style="left:746px; top:12px; width:77px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddeptcd">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var sorddeptcd = cmb_orddeptcd.value;
- cmb_orddrid.choices.itemset.attribute("nodeset") = "/root/init/orddrid[dp = '" + sorddeptcd + "']";
- cmb_orddrid.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_flag" ref="/root/send/send_ref/flag" appearance="minimal" style="left:85px; top:12px; width:77px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(cmb_flag.value == "O"){
- cmb_oflag.disabled = false;
- }else{
- cmb_oflag.disabled = true;
- }
- ]]>
- </script>
- </select1>
- <caption id="caption1" class="search_name" style="left:680px; top:12px; width:70px; height:17px; ">
- <![CDATA[진료과]]>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.setValue("/root/send/send_ref/orddeptcd","-");
- model.refresh();
- ]]>
- </script>
- </caption>
- <select1 id="cmb_totalstandard" ref="/root/send/send_ref/totalstandard" appearance="minimal" style="left:595px; top:12px; width:77px; height:19px; ">
- <choices>
- <item>
- <label>집계기준</label>
- <value>Y</value>
- </item>
- <item>
- <label>전수기준</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption2" class="search_name" style="left:830px; top:12px; width:68px; height:17px; ">
- <![CDATA[진료의]]>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.setValue("/root/send/send_ref/orddrid","-");
- model.refresh();
- ]]>
- </script>
- </caption>
- <select1 id="cmb_orddrid" ref="/root/send/send_ref/orddrid" appearance="minimal" style="left:894px; top:12px; width:77px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddrid">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_oflag" ref="/root/send/send_ref/oflag" disabled="true" appearance="minimal" style="left:163px; top:12px; width:77px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>AA</value>
- </item>
- <item>
- <label>순수외래</label>
- <value>OO</value>
- </item>
- <item>
- <label>입원외래</label>
- <value>OI</value>
- </item>
- <item>
- <label>당일외래</label>
- <value>OT</value>
- </item>
- <item>
- <label>부도자(전체)</label>
- <value>XA</value>
- </item>
- <item>
- <label>부도자(외래)</label>
- <value>XO</value>
- </item>
- <item>
- <label>부도자(예약)</label>
- <value>XT</value>
- </item>
- </choices>
- </select1>
- </group>
- </xhtml:body>
- </xhtml:html>
|