123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- <?xml version="1.0" encoding="UTF-16"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>기간별 평생건강관리 현황</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <twotargetlst>
- <item>
- <hngnm/>
- <pid/>
- <age/>
- <sex/>
- <lifeyn/>
- <telno/>
- <mpphon/>
- <zipcode/>
- <addr/>
- </item>
- </twotargetlst>
- </main>
- <send>
- <srchhealexamflag/>
- <srchhealexamdetlflag/>
- <srchlifeyn>N</srchlifeyn>
- <srchfromdd/>
- <srchtodd/>
- <srchpid/>
- <srchpnm/>
- </send>
- <hidden>
- </hidden>
- <init>
- <baseinfo>
- </baseinfo>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var sFlag = getScreenMenuParameter(); // 메뉴파라미터(건진구분을 셋팅)
-
- vHealexamFlag = sFlag.substr(0,1);
- vHealexamdetlFlag = sFlag;
-
- fSrchInit();
-
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- var vHealexamFlag = "";
- var vHealexamdetlFlag = "";
-
- /*************************************************************************************************************************************************
- * 2차 대상자를 조회하기 위한 조회기준들을 초기화 한다.
- *************************************************************************************************************************************************/
- function fSrchInit() {
- var cur_date = getCurrentDate();
-
- model.setValue("/root/send/srchhealexamflag" , vHealexamFlag);
- model.setValue("/root/send/srchhealexamdetlflag" , vHealexamdetlFlag);
-
- model.setValue("/root/send/srchfromdd" , cur_date );
- model.setValue("/root/send/srchtodd" , cur_date )
- }
- /*************************************************************************************************************************************************
- * 2차 대상자를 조회한다.
- *************************************************************************************************************************************************/
- function fGetTwoGnrlTargetList() {
- submit("TRAHS02300");
- }
- ]]>
- </script>
- <submission id="TRAHA00001"/>
- <submission id="TRAHS02300" method="post" ref="/root/send" resultref="/root/main/twotargetlst"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.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"/>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1206;">
- <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
- <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">2차 대상자관리대장</caption>
- </group>
- <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:220px; top:9px; width:205px; height:17px; ">기간 : ~</caption>
- <line id="line2" class="line_4" style="x1:1132px; y1:7px; x2:1132px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1139px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetTwoGnrlTargetList();
- ]]>
- </script>
- </button>
- <input id="ipt_fromdd" ref="/root/send/srchfromdd" class="input_default" navindex="7" inputtype="date" style="left:285px; top:8px; width:120px; height:19px; "/>
- <input id="ipt_todd" ref="/root/send/srchtodd" class="input_default" navindex="7" inputtype="date" style="left:430px; top:8px; width:120px; height:19px; "/>
- <button id="btn_excelsave" class="btn6_letter4" style="left:1045px; top:8px; width:80px; height:22px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_twotargetlst.saveExcel(fileName, "SheetName", true, true, "", "", false);
- ]]>
- </script>
- </button>
- <button id="btn_prt" class="btn6_letter2" visibility="hidden" style="left:975px; top:8px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" visibility="hidden" style="x1:1038px; y1:7px; x2:1038px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption3" class="search_name" style="left:565px; top:10px; width:86px; height:17px; ">등록번호 :</caption>
- <caption id="caption4" class="search_name" style="left:10px; top:10px; width:86px; height:17px; ">생애여부 :</caption>
- <select1 id="combo1" ref="/root/send/srchlifeyn" appearance="minimal" style="left:100px; top:8px; width:105px; height:19px; ">
- <choices>
- <item>
- <label>생애전환기</label>
- <value>Y</value>
- </item>
- <item>
- <label>일반건진</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <button id="btn_srchpat" class="icon_search" style="left:770px; top:8px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearchPatInfo("SMAHA00100", "pid", ipt_srchpid.currentText , "N", "/root/send" ,ipt_srchpid.attribute("ref"), opt_srchpnm.attribute("ref") );
- ]]>
- </script>
- </button>
- <input id="ipt_srchpid" ref="/root/send/srchpid" class="input_search" maxlength="10" style="left:655px; top:8px; width:110px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if(event.keyCode == 13) {
- inputEnterKey("btn_srchpat", "DOMActivate");
- }
- ]]>
- </script>
- </input>
- <output id="opt_srchpnm" ref="/root/send/srchpnm" class="output_fix" style="left:790px; top:8px; width:175px; height:19px; "/>
- </group>
- <caption id="caption1" class="tit_2" style="left:10px; top:65px; width:87px; height:14px; ">2차 대상자</caption>
- <line id="line1" class="line_1" style="x1:5px; y1:80px; x2:1205px; y2:80px; "/>
- <datagrid id="grd_twotargetlst" nodeset="/root/main/twotargetlst/item" caption="성명^등록번호^접수일자^나이^성별^생애여부^연락처^휴대전화^우편번호^주소" colsep="^" colwidth="100, 100, 100, 50, 50, 100, 130, 130, 130, 300" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:85px; width:1200px; height:695px; ">
- <col ref="hngnm"/>
- <col ref="pid"/>
- <col ref="age" format="yyyy-mm-dd"/>
- <col ref="sex"/>
- <col ref="lifeyn"/>
- <col ref="telno" type="combo">
- <choices>
- <item>
- <label>생애전환기</label>
- <value>Y</value>
- </item>
- <item>
- <label>생애전환기</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col ref="mpphon"/>
- <col ref="zipcode"/>
- <col ref="addr"/>
- <col ref="addr"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|