123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- <?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>
- <attach>
- <imgedata/>
- <beforeseq/>
- <nextseq/>
- <fileseq/>
- <authno/>
- </attach>
- </main>
- <send>
- <reqdata>
- <authno/>
- <fileseq/>
- </reqdata>
- </send>
- <hidden/>
- <init/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/reqdata/authno", opener.model.getValue("/root/send/reqdata/authno"));
- model.setValue("/root/send/reqdata/fileseq", opener.model.getValue("/root/send/reqdata/fileseq"));
-
- fAttachView();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fAttachView() {
-
- var authno = model.getValue("/root/send/reqdata/authno");
- var fileseq = model.getValue("/root/send/reqdata/fileseq");
-
- img1.src = "";
- img1.refresh();
- button3.visible = false;
- button4.visible = false;
- if ( fileseq == "" ) return;
-
- img1.src = "/himed/webapps/cmc/web/xrw/.live?submit_id=TRMRJ00803&business_id=emr&screen_id=SMMRJ00300&macaddr=123456798&authno=" + authno + "&fileseq=" + fileseq;
- img1.refresh();
-
- submit("TRMRJ00804");
-
- var beforeseq = model.getValue("/root/main/attach/beforeseq");
- var nextseq = model.getValue("/root/main/attach/nextseq");
-
- if ( beforeseq != null && beforeseq != "" ) {
- button3.visible = true;
- } else {
- button3.visible = false;
- }
-
- if ( nextseq != null && nextseq != "" ) {
- button4.visible = true;
- } else {
- button4.visible = false;
- }
-
- model.refresh();
-
- }
- ]]>
- </script>
- <submission id="TRMRJ00803" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/attach"/>
- <submission id="TRMRJ00804" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/attach"/>
- </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"/>
- </xhtml:head>
- <xhtml:body pagewidth="800" pageheight="1180" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <line id="line8" class="line_1" style="x1:0px; y1:16px; x2:773px; y2:14px; "/>
- <caption id="caption25" class="tit_2" style="left:0px; top:1px; width:147px; height:14px; ">임상권한첨부상세조회</caption>
- <button id="button2" class="btn4_letter2" style="left:717px; top:1155px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <img id="img1" style="left:5px; top:25px; width:768px; height:1120px; background-stretch:stretch; border-width:1px; "/>
- <button id="button3" class="btn3_letter2" visibility="hidden" style="left:355px; top:1155px; width:56px; height:22px; ">
- <caption>이전</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileseq = model.getValue("/root/main/attach/beforeseq");
-
- if ( fileseq != null && fileseq != "" ) {
- model.makeValue("/root/send/reqdata/fileseq", fileseq);
- fAttachView();
- }
-
- ]]>
- </script>
- </button>
- <button id="button4" class="btn4_letter2" visibility="hidden" style="left:415px; top:1155px; width:56px; height:22px; ">
- <caption>다음</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileseq = model.getValue("/root/main/attach/nextseq");
-
- if ( fileseq != null && fileseq != "" ) {
- model.makeValue("/root/send/reqdata/fileseq", fileseq);
- fAttachView();
- }
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|