123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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="">
- <send>
- <pid/>
- <data1>
- <sess_posinstcd/>
- <ioflag/>
- </data1>
- </send>
- <main>
- <inptlist>
- <grdinrgstinfo/>
- </inptlist>
- </main>
- <init>
- <P0006list>
- <P0006>
- <cdnm/>
- <cdid/>
- </P0006>
- </P0006list>
- </init>
- <hidden>
- <list>
- <grdinrgstinfo/>
- </list>
- <init>
- <orddeptcd>
- <cd/>
- <nm/>
- </orddeptcd>
- <insukind>
- <cd/>
- <nm/>
- <up/>
- <io/>
- </insukind>
- </init>
- </hidden>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPMI00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/hidden/init"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList(new Array("P0006"),new Array("/root/init/P0006list"));
-
- model.setValue("/root/send/data1/sess_posinstcd", getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/data1/ioflag","I");
-
- submit("TRPMI00106");
-
- model.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="534" pageheight="300" guideline="2,343;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:518px; height:265px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:95px; height:14px; ">입원정보</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:517px; y2:25px; "/>
- <datagrid id="grd_inrgstinfo" nodeset="/root/hidden/list/grdinrgstinfo" caption="유형구분^입원일자/시간^입원일자/시간^등록번호^진료과^보험유형^생성번호" colsep="^" colwidth="66, 88, 38, 66, 179, 77, 100" dataheight="23" defaultrows="1" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" navindex="7" style="left:0px; top:30px; width:517px; height:235px; ">
- <col disabled="true" ref="mskind" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0006list/P0006">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="intm" format="hh:nn" style="text-align:center; "/>
- <col disabled="true" ref="pid"/>
- <col disabled="true" ref="orddeptcd" type="combo">
- <choices>
- <itemset nodeset="/root/hidden/init/orddeptcd">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="insukind" type="combo">
- <choices>
- <itemset nodeset="/root/hidden/init/insukind">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col ref="cretno" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if ( checkOpener() ) {
- row = grd_inrgstinfo.row;
-
- if( row > 0 ){
- if( getNodesetCount("/root/hidden/list/grdinrgstinfo") > 0 ){
- opener.model.copyNode("/root/hidden/popuplist", grd_inrgstinfo.getNode( row ));
- opener.model.setValue("/root/main/popupendflag", "ok");
-
- opener.model.refresh();
- window.close();
- }
- }
- } else {
- messageBox("상위화면이 변경되어 데이터를 가져올 수", "I004");
- }
-
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:265px; width:518px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" navindex="8" style="left:402px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- <button id="btn_cancel" class="btn4_letter2" navindex="9" style="left:461px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.model.setValue("/root/main/popupendflag", "cancel");
- window.close();
- ]]>
- </script>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:518px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|