123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>DSC 환자 처방의 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <patlist/>
- </main>
- <cond>
- <pid/>
- <indd/>
- <cretno/>
- </cond>
- <send>
- <patlist/>
- </send>
- <temp/>
- <init/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TRMNP06911" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchdata" resultref="/root/main/prcplist"/>
- </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/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/ENRSignEngine.js"/>
- <script type="javascript">
- <![CDATA[
- function fInit() {
- var pid = opener.javascript.getParameter("SPMNP06900_pid");
- var indd = opener.javascript.getParameter("SPMNP06900_indd");
- var cretno = opener.javascript.getParameter("SPMNP06900_cretno");
-
- model.setValue("/root/cond/pid", pid);
- model.setValue("/root/cond/indd", indd);
- model.setValue("/root/cond/cretno", cretno);
-
- fSearch()
- }
-
- function fSearch() {
-
- model.removeNodeset("/root/send/srchdata");
-
- if (model.getValue("/root/cond/pid") != "") {
- model.makeValue("/root/send/srchdata/pid", model.getValue("/root/cond/pid"));
- model.makeValue("/root/send/srchdata/indd", model.getValue("/root/cond/indd"));
- model.makeValue("/root/send/srchdata/cretno", model.getValue("/root/cond/cretno"));
-
- submit("TRMNP06911");
- model.refresh();
- } else {
- messageBox("조회할 환자 정보가 없습니다.", "E999");
- return
- }
-
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="700" pageheight="400" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:200px; height:15px; ">처방의 조회</caption>
- <group id="group1" style="left:0px; top:62px; width:680px; height:300px; ">
- <datagrid id="grd_patlist" nodeset="/root/main/prcplist" caption="환자번호^이름^성별/나이^입원일^진료과^처방등록의^w-Zone^휴대전화" colsep="^" colwidth="70, 70, 60, 75, 130, 70, 80, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:680px; height:300px; ">
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="sa" style="text-align:center; "/>
- <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="orddeptnm"/>
- <col ref="orddrnm"/>
- <col ref="pdano"/>
- <col ref="mpphonno"/>
- </datagrid>
- </group>
- <group id="group3" style="left:0px; top:20px; width:680px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:680px; height:35px; "/>
- <button id="btn_srchindxcd" class="btn1_letter2" navindex="5" style="left:599px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line27" class="line_4" style="x1:586px; y1:7px; x2:586px; y2:29px; "/>
- </group>
- <line id="line13" class="line_1" style="x1:0px; y1:57px; x2:680px; y2:57px; "/>
- </xhtml:body>
- </xhtml:html>
|