12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?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/>
- <todd/>
- <searchkind/>
- <orddeptcd/>
- <ddflag/>
- </cond>
- </main>
- <send>
- </send>
- <init>
- <orddeptlist/>
- <recflaglist/>
- </init>
- <temp>
- </temp>
- <create/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TXMQI00200" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/create"/>
- </model>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <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="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/qiweb/js/SPMQI03000.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="325" pageheight="150" guideline="1,1212;1,308;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:10px; width:309px; height:99px; "/>
- <button id="button1" class="btn4_letter2" style="left:250px; top:110px; width:56px; height:22px; ">
- <caption>실행</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCnfmBtn();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:5px; top:82px; width:71px; height:17px; ">일 자:</caption>
- <input id="input2" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:90px; top:82px; width:90px; height:19px; "/>
- <input id="input1" ref="/root/main/cond/todd" class="input_s_essential" inputtype="date" style="left:205px; top:82px; width:90px; height:19px; "/>
- <caption id="caption2" style="left:185px; top:82px; width:15px; height:20px; ">~</caption>
- <caption id="caption3" style="left:4px; top:113px; width:178px; height:20px; color:#ff0000; ">작업 상 시간이 걸릴수 있습니다.</caption>
- <caption id="caption4" class="search_name" style="left:5px; top:21px; width:89px; height:17px; ">진 료 과:</caption>
- <caption id="caption5" class="search_name" style="left:5px; top:41px; width:89px; height:22px; ">종 류:</caption>
- <select1 id="combo1" ref="/root/main/cond/searchkind" appearance="minimal" style="left:90px; top:40px; width:150px; height:24px; ">
- <choices>
- <itemset nodeset="/root/init/recflaglist/recflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_deptcd" ref="/root/main/cond/orddeptcd" disabled="true" appearance="minimal" style="left:90px; top:20px; width:150px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddeptlist/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="combo2" ref="/root/main/cond/ddflag" visibility="hidden" appearance="minimal" style="left:90px; top:61px; width:150px; height:19px; ">
- <choices>
- <item>
- <label>진료일(외래)</label>
- <value>O</value>
- </item>
- <item>
- <label>퇴원일</label>
- <value>D</value>
- </item>
- </choices>
- </select1>
- <caption id="caption6" class="search_name" visibility="hidden" style="left:5px; top:62px; width:74px; height:17px; ">구 분:</caption>
- </xhtml:body>
- </xhtml:html>
|