123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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>
- <cond>
- <fromdd/>
- <pid/>
- <ioflag>D</ioflag>
- <instcd/>
- <todd/>
- <recflag/>
- </cond>
- </main>
- <send>
- </send>
- <init>
- <recflaglist>
- <cdnm>심혈관</cdnm>
- <cdid>A</cdid>
- <cdnm>뇌혈관(허혈)</cdnm>
- <cdid>B</cdid>
- <cdnm>뇌혈관(출혈)</cdnm>
- <cdid>C</cdid>
- <cdnm>심재활</cdnm>
- <cdid>D</cdid>
- <cdnm>뇌재활</cdnm>
- <cdid>E</cdid>
- <cdnm>예방</cdnm>
- <cdid>F</cdid>
- </recflaglist>
- </init>
- <temp>
- </temp>
- <batchrsltlist>
- <batchrslt/>
- </batchrsltlist>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TXMRH00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/main/batchrsltlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/hartbranbldweb/js/SPMRH00100.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="325" pageheight="138" guideline="1,1212;1,309;1,325;2,160;2,138;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:309px; height:100px; "/>
- <button id="button1" class="btn4_letter2" style="left:191px; top:104px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCnfmBtn();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter2" style="left:251px; top:104px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClose();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:15px; top:15px; width:86px; height:17px; ">입원일자:</caption>
- <caption id="caption3" class="search_name" style="left:15px; top:41px; width:86px; height:17px; ">환자구분 :</caption>
- <input id="input2" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:112px; top:15px; width:90px; height:19px; "/>
- <input id="input1" ref="/root/main/cond/todd" class="input_s_essential" inputtype="date" style="left:205px; top:15px; width:90px; height:19px; "/>
- <select1 id="combo1" ref="/root/main/cond/recflag" appearance="minimal" style="left:111px; top:45px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/recflaglist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- </xhtml:body>
- </xhtml:html>
|