123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- <?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>
- <intervaltime/>
- <reqdata>
- <patinfo>
- <patinfolist>
- <grtype/>
- <hngnm/>
- <pid/>
- <grtypecd/>
- </patinfolist>
- </patinfo>
- </reqdata>
- </main>
- <send>
- <savedata/>
- </send>
- <hidden>
- </hidden>
- <init/>
- </root>
- </instance>
- <submission id="TRMNV09201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/reqdata/patinfo"/>
- <submission id="TXMNV09202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript">
- <![CDATA[
- function fInit(){
- window.setInterval( "fCheckEDC()", 1000*5 );
- }
-
- function fCheckEDC(){
- var wndObj = null;
- wndObj = getOpenWindow("SPMNV09200");
-
- submit("TRMNV09201");
- var pid = model.getValue("/root/main/reqdata/patinfo/patinfolist/pid");
- if(pid != ""){
- var grtype = model.getValue("/root/main/reqdata/patinfo/patinfolist/grtype");
- var hngnm = model.getValue("/root/main/reqdata/patinfo/patinfolist/hngnm");
-
- var SPMNV09200_param = grtype+ "▦" + hngnm+ "▦" + pid;
- setParameter("SPMNV09200_param", SPMNV09200_param);
- fOpenEDCDetlPat();
-
- fInsertPatInfo();
- fCleanPatInfo();
- }
-
- // if(wndObj == null){
- // submit("TRMNV09201");
- // var pid = model.getValue("/root/main/reqdata/patinfo/patinfolist/pid");
- // if(pid != ""){
- // var grtype = model.getValue("/root/main/reqdata/patinfo/patinfolist/grtype");
- // var hngnm = model.getValue("/root/main/reqdata/patinfo/patinfolist/hngnm");
- //
- // var SPMNV09200_param = grtype+ "▦" + hngnm+ "▦" + pid;
- // setParameter("SPMNV09200_param", SPMNV09200_param);
- // fOpenEDCDetlPat();
- //
- // fInsertPatInfo();
- // fCleanPatInfo();
- // }
- // }else{
- // submit("TRMNV09201");
- // var pid = model.getValue("/root/main/reqdata/patinfo/patinfolist/pid");
- // if(pid == ""){
- // return;
- // }else{
- // var grtype = model.getValue("/root/main/reqdata/patinfo/patinfolist/grtype");
- // var hngnm = model.getValue("/root/main/reqdata/patinfo/patinfolist/hngnm");
- //
- // var SPMNV09200_param = grtype+ "▦" + hngnm+ "▦" + pid;
- // setParameter("SPMNV09200_param", SPMNV09200_param);
- // fOpenEDCDetlPat();
- // wndObj.javascript.fInitData();
- //
- // fInsertPatInfo();
- // fCleanPatInfo();
- // }
- // }
- }
-
- function fInsertPatInfo(){
- model.copyNode('/root/send', "/root/main/reqdata/patinfo/patinfolist");
- submit("TXMNV09202");
- }
-
- function fOpenEDCDetlPat(){
- modal('SPMNV09200',1,800,300,'SPMNV09200',"", "", "", "", "", "");
- }
-
- function fCleanPatInfo(){
- model.makeValue("/root/main/reqdata/patinfo/patinfolist/grtype", "");
- model.makeValue("/root/main/reqdata/patinfo/patinfolist/hngnm", "");
- model.makeValue("/root/main/reqdata/patinfo/patinfolist/pid", "");
- model.makeValue("/root/main/reqdata/patinfo/patinfolist/grtypecd", "");
-
- model.removenode("/root/send/grtype");
- model.removenode("/root/send/hngnm");
- model.removenode("/root/send/pid");
- model.removenode("/root/send/grtypecd");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,128;2,126;" style="font-size:11pt; background-image:../../../com/commonweb/images/wave.gif; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <shape id="roundrect1" class="roundrect_error" appearance="roundrect" style="left:190px; top:165px; width:378px; height:134px; "/>
- <caption id="caption1" style="left:305px; top:185px; width:247px; height:92px; font-size:12pt; font-weight:bold; text-align:center; ">
- <![CDATA[방송실 응급 환자 조회 화면
- 5초 간격으로 자동 조회]]>
- </caption>
- <img id="img1" src="../../../com/commonweb/images/error.gif" style="left:230px; top:200px; width:75px; height:70px; "/>
- <img id="img3" src="../../../emr/waitguideweb/images/his017logo.jpg" style="left:0px; top:0px; width:175px; height:77px; background-stretch:stretch; "/>
- </xhtml:body>
- </xhtml:html>
|