123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <?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">
- <![CDATA[/>]]>
- <instance id="instance1">
- <root xmlns="">
- <main>
- <patlist>
- <pid/>
- <hngnm/>
- <sex/>
- <age/>
- <ordtype/>
- <prcpdd/>
- <prcpnm/>
- <rsltval/>
- <depthngnm/>
- <diagnm/>
- <drnm/>
- </patlist>
- </main>
- <send>
- <reqdata>
- <ioflag/>
- <fromdd/>
- <todd/>
- </reqdata>
- </send>
- <init/>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/reqdata/ioflag", "A");
- model.setValue("/root/send/reqdata/fromdd", getCurrentDate());
- model.setValue("/root/send/reqdata/todd", getCurrentDate());
- model.refresh();
- ]]>
- </script>
- <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMMO09500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/patlist"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="900" pageheight="800" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption2" class="tit_1" style="left:0px; top:0px; width:204px; height:15px; ">약물부작용 단서조회</caption>
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:12px; top:25px; width:658px; height:30px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="lbl_PID" class="search_name" style="left:21px; top:31px; width:69px; height:17px; vertical-align:middle; ">구 분 :</caption>
- <select1 id="combo1" ref="/root/send/reqdata/ioflag" appearance="minimal" style="left:95px; top:31px; width:60px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>응급</label>
- <value>E</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:170px; top:31px; width:118px; height:17px; vertical-align:middle; ">검 색 기 간 :</caption>
- <caption id="caption10" style="left:387px; top:31px; width:15px; height:20px; ">~</caption>
- <input id="ipt_todd" ref="/root/send/reqdata/todd" class="input_s_essential" inputtype="date" style="left:409px; top:31px; width:100px; height:19px; "/>
- <input id="ipt_fromdd" ref="/root/send/reqdata/fromdd" class="input_s_essential" inputtype="date" style="left:280px; top:31px; width:100px; height:19px; "/>
- <button id="btn_profhist" class="btn1_letter2" style="left:520px; top:30px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRMMO09500");
- ]]>
- </script>
- </button>
- <button id="button1" class="btn1_letter4" style="left:580px; top:30px; width:80px; height:22px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", "|", true, "", "", "Excel Files(*.xlsx)|*.xls");
-
- if (fileName != ""){
- local_drg.saveExcel(fileName, "SheetName", false, false, "", "", false);
- }
- ]]>
- </script>
- </button>
- <datagrid id="local_drg" nodeset="/root/main/patlist" caption="환자번호^환자명^성별^나이^구분^처방일^검사명^결과치^진료과^진단명^주치의" colsep="^" colwidth="76, 72, 30, 30, 48, 70, 124, 50, 110, 150, 61" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:11px; top:62px; width:859px; height:708px; text-align:center; ">
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="sex"/>
- <col ref="age"/>
- <col ref="ordtype"/>
- <col ref="prcpdd"/>
- <col ref="prcpnm"/>
- <col ref="rsltval"/>
- <col ref="depthngnm"/>
- <col ref="diagnm"/>
- <col ref="drnm"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|