123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- <?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>
- <judglist>
- <judginfolist>
- <hopedd/>
- <pid/>
- <hngnm/>
- <cmpycd/>
- <cmpynm/>
- <pkgcd/>
- <pkgnm/>
- <judgcd/>
- <judg1st/>
- <sogyun/>
- <jchnm/>
- <shnm/>
- <upmjhsnm/>
- </judginfolist>
- </judglist>
- </main>
- <send>
- <srchhealexamdetlflag/>
- <srchfromdd/>
- <srchtodd/>
- <srchcmpycd/>
- <srchcmpynm/>
- <srchjudgcd/>
- <srchetccd/>
- <cdgrupid>S170</cdgrupid>
- </send>
- <init>
- <baseinfo>
- <hedetlflaglst/>
- <rsrvflaglst/>
- <testflag/>
- <contypelst>
- </contypelst>
- <statlst/>
- </baseinfo>
- <cmb_info>
- <testcddgflag>
- <cdid/>
- <cdnm/>
- </testcddgflag>
- </cmb_info>
- <cmb_info2>
- <comcdlist>
- <cdid/>
- <cdnm/>
- </comcdlist>
- </cmb_info2>
- </init>
- <hidden/>
- <temp>
- <send>
- <pid/>
- <hngnm/>
- </send>
- <preview/>
- <postmail/>
- </temp>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/healexamweb/js/AHA001.js"/>
- <script type="javascript" src="../../../ast/healthexambaseweb/js/healcombolist.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fGetBasicCdList();
- fInitInfo();
- ]]>
- </script>
- <submission id="TRZBC00101"/>
- <submission id="TRAHR00952" method="post" ref="/root/send" replace="instance" resultref="/root/main/judglist"/>
- <submission id="TRAHR00953" method="post" ref="/root/send" replace="instance" resultref="/root/init/cmb_info2"/>
- </model>
- <script type="javascript">
- <![CDATA[
- var vHealExamFlag = "";
- var vHealExamDetlFlag = "";
- /**========================================================================================================================================
- * 공통코드 및 검사실 코드 조회
- =========================================================================================================================================*/
- function fGetBasicCdList(){
- vHealExamFlag = 'G'
- vHealExamDetlFlag = 'G01'
- //선택검사내역조회
-
- zbcfGetCodeList( new Array("A0070", "A0115", "A0107", "A0117","A0113"),
- new Array( "/root/init/baseinfo/hedetlflaglst"
- , "/root/init/baseinfo/rsrvflaglst"
- , "/root/init/baseinfo/statlst"
- ,"/root/init/baseinfo/testflag"
- ,"/root/init/baseinfo/contypelst") );
- //건진 상세분류 제거
- /* model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+14+"]"); //공단(기타)
- model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+10+"]"); //기타
- model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+9+"]"); //분석
- model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+8+"]"); //대행
- model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+7+"]"); //측정
- model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+6+"]"); //간이종합건진
- model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+5+"]"); //학생건진
- model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+4+"]"); //채용건진
- model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+3+"]"); //혈액정밀
- model.removeNodeset("/root/init/baseinfo/hedetlflaglst/A0070["+1+"]"); //비자건진
- */
- submit("TRZBC00101");
- submit("TRAHR00953");
- }
- function fInitInfo(){
- var curDt = getCurrentDate();
- model.setValue(ipt_srchfromdd.attribute("ref") , curDt);
- model.setValue(ipt_srchtodd.attribute("ref") , curDt);
-
- //chk_preview.value = 'Y'
- //cmb_plceflag.value = '1'
- //그리드 선택컬럼에서 모두 선택이 가능하게 설정
- //grd_prntlst.fixedcellcheckbox(0,1) = true;
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="border-left-style:none; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:194px; height:14px; ">질병유소견자 사후관리 소견서</caption>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:1194px; height:762px; ">
- <group id="group5" style="left:0px; top:9px; width:1193px; height:76px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1190px; height:75px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption11" class="search_name" style="left:296px; top:9px; width:86px; height:17px; ">건진기간 :</caption>
- <caption id="caption12" class="search_name" style="left:632px; top:9px; width:78px; height:17px; ">사업체 :</caption>
- <line id="line7" style="x1:1108px; y1:12px; x2:1108px; y2:62px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_srchfromdd" ref="/root/send/srchfromdd" class="input_s_essential" inputtype="date" style="left:387px; top:8px; width:100px; height:19px; "/>
- <input id="ipt_srchtodd" ref="/root/send/srchtodd" class="input_s_essential" inputtype="date" style="left:504px; top:8px; width:100px; height:19px; "/>
- <input id="ipt_srchcmpycd" ref="/root/send/srchcmpycd" class="input_search" style="left:709px; top:8px; width:80px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_selcmpy", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_selcmpy" class="icon_search" style="left:794px; top:9px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetComnCd("SMAHA01500", "09" , "cd", ipt_srchcmpycd.currentText ,ipt_srchcmpycd.attribute("ref"), opt_srchcmpynm.attribute("ref"));
- ]]>
- </script>
- </button>
- <output id="opt_srchcmpynm" ref="/root/send/srchcmpynm" class="output_fix" style="left:814px; top:8px; width:241px; height:19px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1122px; top:26px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if (isValidDateTime(ipt_srchfromdd.value, "YYYYMMDD") == false ||isValidDateTime(ipt_srchtodd.value, "YYYYMMDD") == false ){
- messageBox("건진기간 형식이 잘못 입력되었습니다. 확인바랍니다.", "E999", "");
- return;
- }
- else{
- submit("TRAHR00952");
- }
- ]]>
- </script>
- </button>
- <caption id="caption19" class="search_n_b" style="left:490px; top:10px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <caption id="caption3" class="search_name" style="left:10px; top:9px; width:117px; height:17px; ">건진상세분류 :</caption>
- <select1 id="cmb_srchhealexamdetlflag" ref="/root/send/srchhealexamdetlflag" appearance="minimal" style="left:129px; top:8px; width:141px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/baseinfo/hedetlflaglst/A0070">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption2" class="search_name" style="left:10px; top:33px; width:115px; height:17px; ">판정분류 :</caption>
- <select id="checkbox1" ref="/root/send/srchjudgcd" overflow="visible" appearance="full" cols="7" style="left:105px; top:35px; width:1000px; height:20px; background-color:#e9e9e9; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/cmb_info2/comcdlist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select>
- </group>
- <line id="line1" class="line_1" style="x1:1px; y1:108px; x2:1191px; y2:108px; "/>
- <button id="button51" class="btn2_letter2" style="left:1146px; top:87px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var file_name = window.fileDialog("save","","true","","xls","All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- grd_judglist.saveExcel(file_name);
- ]]>
- </script>
- </button>
- <datagrid id="grd_judglist" nodeset="/root/main/judglist/judginfolist" scroll="auto" autoresize="true" caption="건진일자^환자번호^환자성명^사업장코드^사업장명^패키지코드^패키지명^소견코드^소견명^조치명^사후관리^업무적합성" colsep="^" colwidth="81, 80, 64, 91, 100, 88, 100, 132, 100, 100, 147, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1px; top:113px; width:1190px; height:642px; ">
- <col ref="hopedd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="cmpycd" style="text-align:center; "/>
- <col ref="cmpynm" style="text-align:center; "/>
- <col ref="pkgcd" style="text-align:center; "/>
- <col ref="pkgnm" style="text-align:center; "/>
- <col ref="judgcd" style="text-align:center; "/>
- <col ref="judg1st" style="text-align:center; "/>
- <col ref="sogyun" style="text-align:center; "/>
- <col ref="jchnm" style="text-align:center; "/>
- <col ref="shnm" style="text-align:center; "/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|