123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- <?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="">
- <main>
- <list>
- <erpatlist>
- <reqrgstyn/>
- <pid/>
- <hngnm/>
- <rrgstno/>
- <sex/>
- <age/>
- <calcdd/>
- <eroutdt/>
- <orddeptnm/>
- <orddrnm/>
- <snw/>
- <careinrmdd/>
- <roomcd/>
- <rqsthospcd/>
- <drnm/>
- <rrgstno1/>
- <rrgstno2/>
- <ordtype/>
- <dschdd/>
- <indschacptstat/>
- </erpatlist>
- </list>
- <search>
- <condflag/>
- <fromdd/>
- <todd/>
- <pid/>
- <hngnm/>
- <opyn/>
- <reqyn/>
- <reqrgstyn>A</reqrgstyn>
- </search>
- <patinfo>
- <patinfolist/>
- </patinfo>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <temp/>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TRARC00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/search" resultref="/root/main/list"/>
- <submission id="TRARC00702" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/temp"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/healcarecoopweb/js/SMARC00800.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,2;1,1195;1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:1195px; height:784px; ">
- <group id="group2" style="left:0px; top:13px; width:1195px; height:744px; vertical-align:top; ">
- <group id="group1" style="left:0px; top:10px; width:1194px; height:45px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:40px; "/>
- <button id="button5" class="btn1_letter2" style="left:1126px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- //model.refresh();
- ]]>
- </script>
- </button>
- <line id="line8" class="line_4" style="x1:1115px; y1:10px; x2:1115px; y2:35px; "/>
- <caption id="caption9" class="search_name" style="left:20px; top:10px; width:99px; height:17px; ">조회일자 :</caption>
- <caption id="caption5" class="search_no_b" style="left:292px; top:10px; width:12px; height:17px; ">~</caption>
- <select1 id="cmd_condflag" ref="/root/main/search/condflag" class="combo_search" appearance="minimal" style="left:110px; top:10px; width:80px; height:19px; ">
- <choices>
- <item>
- <label>내원자</label>
- <value>1</value>
- </item>
- <item>
- <label>퇴원일자</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSetCondition(model.getValue('/root/main/search/condflag'));
- ]]>
- </script>
- </select1>
- <input id="ipt_fromdd" ref="/root/main/search/fromdd" class="input_search" inputtype="date" style="left:190px; top:10px; width:95px; height:19px; "/>
- <input id="ipt_todd" ref="/root/main/search/todd" class="input_search" inputtype="date" style="left:310px; top:10px; width:95px; height:19px; "/>
- <input id="ipt_pid" ref="/root/main/search/pid" class="input_search" style="left:500px; top:10px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if(event.keyCode == 13){
- model.setFocus('btn_search');
- fGetPatientInfo('1', ipt_pid.currentText);
- }
- ]]>
- </script>
- </input>
- <input id="ipt_hngnm" ref="/root/main/search/hngnm" class="input_search" style="left:705px; top:10px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if(event.keyCode == 13){
- fSearch();
- //model.refresh();
- //model.setFocus('btn_search');
- //fGetPatientInfo('2', ipt_hngnm.currentText);
- }
- ]]>
- </script>
- </input>
- <select id="checkbox1" ref="/root/main/search/reqyn" overflow="visible" appearance="full" style="left:810px; top:10px; width:80px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>의뢰환자</label>
- <value>CP</value>
- </item>
- </choices>
- </select>
- <button id="button19" class="icon_search" style="left:604px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPopupWindowPatient();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:629px; top:10px; width:80px; height:17px; ">환자명 :</caption>
- <caption id="caption15" class="search_name" style="left:414px; top:10px; width:95px; height:17px; ">등록번호:</caption>
- <select1 id="cmb_reqrgstyn" ref="/root/main/search/reqrgstyn" class="combo_search" appearance="minimal" style="left:1010px; top:10px; width:90; height:19px; ">
- <choices>
- <item>
- <label>- 전 체 -</label>
- <value>A</value>
- </item>
- <item>
- <label>등록</label>
- <value>Y</value>
- </item>
- <item>
- <label>미등록</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption6" class="search_name" style="left:895px; top:10px; width:112px; height:17px; ">의뢰등록여부 :</caption>
- </group>
- <caption id="caption22" class="tit_2" style="left:1px; top:58px; width:147px; height:13px; ">응급실환자리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:74px; x2:1194px; y2:74px; "/>
- <datagrid id="grd_list" nodeset="/root/main/list/erpatlist" autoresize="true" caption="의뢰등록여부^등록번호^환자명^주민번호^성별^나이^내원일자^퇴실일자^주진료과^주치의^상병명^입원일자^병실^의뢰병원명^의뢰의" colsep="^" colwidth="100, 89, 103, 99, 51, 53, 77, 77, 130, 82, 148, 77, 75, 124, 73" dataheight="25" extendlastcol="scroll" frozencols="9" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:78px; width:1195px; height:651px; text-align:center; vertical-align:middle; ">
- <col ref="reqrgstyn"/>
- <col ref="pid" style="text-align:left; "/>
- <col ref="hngnm" style="text-align:left; "/>
- <col ref="rrgstno" style="text-align:center; "/>
- <col ref="sex" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="calcdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="eroutdt" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="orddeptnm" style="text-align:left; "/>
- <col ref="orddrnm" style="text-align:left; "/>
- <col ref="snw" style="text-align:left; "/>
- <col ref="careinrmdd" format="yyyy-mm-dd"/>
- <col ref="roomcd" style="text-align:center; "/>
- <col ref="rqsthospcd" style="text-align:left; "/>
- <col ref="drnm" style="text-align:left; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- fOpen();
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <button id="btn_excel" class="btn2_letter2" style="left:1153px; top:55px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExcel();
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption2" class="tit_1" style="left:0px; top:0px; width:163px; height:14px; ">응급실환자조회</caption>
- </group>
- <group id="group6" style="left:0px; top:755px; width:1195px; height:27px; ">
- <button id="button10" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInit();
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button4" class="btn3_letter6" navindex="20" style="left:0px; top:3px; width:104px; height:22px; ">
- <caption>통합기록조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fRecPopup();
- ]]>
- </script>
- </button>
- </group>
- </group>
- </xhtml:body>
- </xhtml:html>
|