123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?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>심사종료시간이후 MRI,PET/CT 일반처방된 자료 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <temp/>
- <main>
- <list01>
- <rslt>
- <pid/>
- <hngnm/>
- <orddeptnm/>
- <updtdd/>
- <updttm/>
- <diagcdm/>
- <diagcds/>
- <clinclrg/>
- </rslt>
- </list01>
- </main>
- <hidden/>
- <send>
- <fromdd/>
- <todd/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/fromdd",getCurrentDate().toDate().getAddDate(-1, 'D').getDateFormat("YYYYMMDD"));
- model.setValue("/root/send/todd",getCurrentDate());
-
- fGetIsclList()
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fGetIsclList() {
- var fromdd = model.getValue("/root/send/fromdd");
- var todd = model.getValue("/root/send/todd");
-
- if (fromdd.length == 0 || todd == 0 ) {
-
- messageBox("조회기간을", "C001");
- return false;
- }
-
- submit("TRPIJ03101");
- }
- ]]>
- </script>
- <submission id="TRPIJ03101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main"/>
- </model>
- <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="../../../com/commonweb/js/stringHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="652" pageheight="750" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:635px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:386px; height:15px; ">심사종료시간이후 MRI,PET/CT 일반처방된 자료 조회</caption>
- </group>
- <group id="group3" style="left:0px; top:13px; width:635px; height:727px; ">
- <group id="group2" style="left:0px; top:10px; width:630px; height:42px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:1px; width:630px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <input id="ipt_hopedd" ref="/root/send/fromdd" class="input_search" visibility="visible" inputtype="date" style="left:100px; top:10px; width:90px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetIsclList()
- ]]>
- </script>
- </input>
- <caption id="caption1" visibility="visible" style="left:193px; top:10px; width:25px; height:19px; text-align:center; ">~</caption>
- <caption id="caption45" class="search_name" visibility="visible" style="left:6px; top:10px; width:100px; height:17px; ">조회기간 :</caption>
- <input id="input5" ref="/root/send/todd" class="input_search" visibility="visible" inputtype="date" style="left:220px; top:10px; width:90px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetIsclList()
- ]]>
- </script>
- </input>
- <button id="btn_srch" class="btn1_letter2" style="left:561px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fGetIsclList();
- ]]>
- </script>
- </button>
- <line id="line2" class="line_4" style="x1:550px; y1:5px; x2:550px; y2:39px; border-color:#ffe4bb; border-left-style:solid; "/>
- </group>
- <caption id="caption2" class="tit_2" style="left:5px; top:65px; width:370px; height:14px; font-family:돋움; vertical-align:middle; ">심사종료시간이후 MRI,PET/CT 일반처방된 자료 내역</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:80px; x2:630px; y2:80px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/list01/rslt" caption="환자번호^환자명^처방부서명^처방일자^처방시간^주상병^부상병^처방종류" colsep="^" colwidth="76, 63, 106, 70, 82, 80, 80, 69" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:85px; width:630px; height:635px; ">
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm"/>
- <col ref="orddeptnm"/>
- <col ref="updtdd" format="yyyy-mm-dd"/>
- <col ref="updttm" format="hh:nn:ss" style="text-align:center; "/>
- <col ref="diagcdm"/>
- <col ref="diagcds"/>
- <col ref="clinclrg"/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|