123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMPMO03000_일반유형예약환자조회.xrw
- * 설 명 : 일반유형 예약환자조회
- * 설 계 자 : 강태훈
- * 작 성 자 : 강태훈
- * 작 성 일 : 2010.03.29
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <baseinfo>
- <orddd/>
- </baseinfo>
- <patinfo>
- <patinfolist>
- <orddd/>
- <pid/>
- <hngnm/>
- <orddeptnm/>
- <orddrid/>
- <rsrvflag/>
- <histstat/>
- </patinfolist>
- </patinfo>
- </main>
- <send>
- <orddd/>
- </send>
- <hidden>
- <session>
- <userid/>
- <usernm/>
- <posinstcd/>
- <posinstnm/>
- <dutplcecd/>
- <dutplcenm/>
- <dutinstnm/>
- </session>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- fGetUserInfo2();
- ]]>
- </script>
- <submission id="TRPMO03000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/patinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.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/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
- <script type="javascript">
- <![CDATA[
- function fInit()
- {
- // 그리드 초기화
- model.removeNodeset("/root/main/patinfo/patinfolist");
- grd_patinfo.rebuild();
-
- // 현재날짜 세팅
- var curDate = getCurrentDate();
- model.setValue("/root/main/baseinfo/orddd", curDate);
-
- model.refresh();
- }
-
- //로그인한 사용자 정보조회
- function fGetUserInfo2(){
- var sUserInfosS = getUserInfos();
-
- sUserInfosS = sUserInfosS + "|";
- var UserInfosS_Array = sUserInfosS.split("|");
-
- var userid = UserInfosS_Array[0]; //사용자번호
- var usernm = UserInfosS_Array[1]; //사용자이름
- var posinstcd = UserInfosS_Array[2]; //소속기관코드
- var posinstnm = UserInfosS_Array[3]; //소속기관명
- var dutplcecd = UserInfosS_Array[4]; //근무지부서코드
- var dutplcenm = UserInfosS_Array[5]; //근무지부서명
- var dutinstnm = UserInfosS_Array[7]; //근무지기관명
-
- model.setValue("/root/hidden/session/userid",userid);
- model.setValue("/root/hidden/session/usernm",usernm);
- model.setValue("/root/hidden/session/posinstcd",posinstcd);
- model.setValue("/root/hidden/session/posinstnm",posinstnm);
- model.setValue("/root/hidden/session/dutplcecd",dutplcecd);
- model.setValue("/root/hidden/session/dutplcenm",dutplcenm);
- model.setValue("/root/hidden/session/dutinstnm",dutinstnm);
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1193;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">일반유형 예약환자 조회</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="group2" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:845px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:16px; top:8px; width:86px; height:17px; ">진료일자 :</caption>
- <button id="button1" class="btn1_letter2" style="left:778px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/orddd", model.getValue("/root/main/baseinfo/orddd"));
- submit("TRPMO03000");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:768px; y1:7px; x2:768px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_crtdate" ref="/root/main/baseinfo/orddd" inputtype="date" style="left:108px; top:7px; width:100px; height:19px; "/>
- <button id="button2" class="btn6_letter2" style="left:704px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPPMO03000", "XMLSTR", "", "", "true", "", "", "", "", "","", "", "", "", "", "1", "");
- ]]>
- </script>
- </button>
- </group>
- <caption id="caption20" class="tit_2" style="left:5px; top:55px; width:157px; height:14px; ">일반유형 예약환자 조회</caption>
- <line id="line8" class="line_1" style="x1:0px; y1:70px; x2:844px; y2:70px; "/>
- <datagrid id="grd_patinfo" nodeset="/root/main/patinfo/patinfolist" caption="진료일자^환자번호^환자명^진료과^진료의사^예약구분^진찰료수납" colsep="^" colwidth="120, 120, 120, 120, 120, 120, 125" dataheight="25" defaultrows="2" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:0px; top:75px; width:845px; height:665px; ">
- <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="orddeptnm" style="text-align:center; "/>
- <col ref="orddrid" style="text-align:center; "/>
- <col ref="rsrvflag" style="text-align:center; "/>
- <col ref="histstat" style="text-align:center; "/>
- </datagrid>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
- <button id="button10" class="btn4_letter3" style="left:777px; top:5px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInit();
- ]]>
- </script>
- </button>
- <line id="line88" class="line_6" style="x1:0px; y1:0px; x2:844px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|