12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <list>
- </list>
- </main>
- <send>
- <execfromdd/>
- <exectodd/>
- <globalinstance>
- <instance1/>
- </globalinstance>
- <suppdeptcd/>
- <mdlcd/>
- <mdlcdnm/>
- </send>
- <init>
- <cmb_mdlcd/>
- </init>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- aezfSetSuppDeptcd();
- model.setValue("/root/send/suppdeptcd", model.getValue("/root/send/globalinstance/instance1"));
- model.setValue("/root/send/execfromdd", getCurrentDate() - 1);
- model.setValue("/root/send/exectodd", getCurrentDate() - 1 );
-
- model.setValue("/root/send/mdlcd", "");
- model.resetInstanceNode("/root/init/cmb_mdlcd/mdlcdlist");
-
- submit("TRAES06902"); //검사실정보가져오기
-
- cmb_mdlcd.select(0);
- model.refresh();
-
- makeReportPreview(0,70,1195,670);
- ]]>
- </script>
- <submission id="TRAES06901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- <submission id="TRAES06902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/cmb_mdlcd"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:200px; height:14px; ">개인영상정보 관리대장</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:50px; width:200px; height:14px; ">개인영상정보 관리대장</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:1195px; y2:65px; "/>
- <group id="group1" style="left:0px; top:10px; width:1195px; height:30px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1193px; height:30px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line2" class="line_4" style="x1:1110px; y1:5px; x2:1110px; y2:25px; "/>
- <button id="button1" class="btn1_letter2" navindex="4" style="left:1120px; top:4px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/mdlcdnm", cmb_mdlcd.label );
- if(submit("TRAES06901")){
- exeReportPreview("RPAES06900", "XMLSTR", "/root/main/list");
- }
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:15px; top:7px; width:86px; height:17px; ">조회일자 :</caption>
- <input id="input4" ref="/root/send/execfromdd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:105px; top:5px; width:95px; height:19px; "/>
- <input id="input1" ref="/root/send/exectodd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:225px; top:5px; width:95px; height:19px; "/>
- <caption id="caption3" style="left:205px; top:5px; width:20px; height:20px; ">~</caption>
- <caption id="caption4" class="search_name" style="left:420px; top:5px; width:80px; height:17px; ">검사실 :</caption>
- <select1 id="cmb_mdlcd" ref="/root/send/mdlcd" appearance="minimal" editmode="input" style="left:500px; top:6px; width:120px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/cmb_mdlcd/mdlcdlist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- </group>
- </group>
- </xhtml:body>
- </xhtml:html>
|