123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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="">
- <example>Sample</example>
- <send>
- <srchstartdate/>
- <srchenddate/>
- <memosrchinfo>
- <srchpid/>
- <srchseqno/>
- <srchindd/>
- <srchinstcd/>
- <srchioflag/>
- <srchhosinhosoutflag/>
- <srchorddeptcd/>
- </memosrchinfo>
- </send>
- <view>
- <item>
- <pid/>
- <pname/>
- <juminno/>
- <tel/>
- <orddeptnm/>
- <gubun/>
- <memo/>
- <writnm/>
- <writdt/>
- <hosinhosoutflag/>
- <instcd/>
- <orddeptcd/>
- <drugno/>
- <drugdd/>
- <writid/>
- <useyn/>
- </item>
- </view>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/srchstartdate",getCurrentDate());
- model.setValue("/root/send/srchenddate",getCurrentDate());
- model.refresh();
- ]]>
- </script>
- <submission id="TRADB60606" mediatype="application/x-www-form-urlencoded" method="get" ref="/root/send" resultref="/root/view/item"/>
- </model>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption1" class="tit_2" style="left:5px; top:6px; width:235px; height:15px; ">약사메모현황관리</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:60px; x2:1200px; y2:60px; "/>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:150px; top:23px; width:340px; height:30px; background-color:#fffbf2; border-color:#ffd799; "/>
- <input id="ipt_sumdt1" ref="/root/send/srchstartdate" class="input_default" inputtype="date" style="left:254px; top:30px; width:95px; height:19px; "/>
- <input id="ipt_sumdt2" ref="/root/send/srchenddate" class="input_default" inputtype="date" style="left:387px; top:30px; width:95px; height:19px; "/>
- <caption id="caption32" style="left:362px; top:32px; width:25px; height:20px; vertical-align:middle; ">~</caption>
- <caption id="caption3" class="search_name" style="left:156px; top:29px; width:88px; height:17px; ">등록일자:</caption>
- <button id="button1" class="btn1_letter2" style="left:1010px; top:30px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRADB60606");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn1_letter2" style="left:1070px; top:30px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPADB60606", "XMLSTR", "");
- ]]>
- </script>
- </button>
- <button id="button3" class="btn1_letter2" style="left:1135px; top:30px; width:56px; height:22px; ">
- <caption>종료</caption>
- </button>
- <datagrid id="grid_memolist" nodeset="/root/view/item" autoresize="true" caption="등록번호^성명^주민번호^연락처^진료과명^구분^메모^작성자^등록일자" colsep="^" colwidth="66, 68, 83, 117, 127, 66, 512, 54, 76" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:67px; width:1190px; height:703px; ">
- <col ref="pid"/>
- <col ref="pname"/>
- <col ref="juminno" style="text-align:center; "/>
- <col ref="tel"/>
- <col ref="orddeptnm"/>
- <col ref="gubun" style="text-align:center; "/>
- <col ref="memo"/>
- <col ref="writnm"/>
- <col ref="writdt" format="yyyy-mm-dd"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- // 약사메모이력
- model.setValue("/root/send/memosrchinfo/srchpid" , model.getValue("/root/view/item["+grid_memolist.row+"]/pid"));
- model.setValue("/root/send/memosrchinfo/srchhosinhosoutflag" , "");
- model.setValue("/root/send/memosrchinfo/srchioflag" , "");
- model.setValue("/root/send/memosrchinfo/srchorddeptcd" , "");
- model.setValue("/root/send/memosrchinfo/srchindd" , "");
- // 20100218_laboru_약사메모 전체 조회
- modal("SPADB60605",0,100,150,"SPADB60605","/root/send/memosrchinfo","/root/send/srchinfo");
- ]]>
- </script>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|