1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : 채취일시등록.xrw
- * 설 명 : 채취일시등록
- * 설 계 자 : (주)에이씨케이 -
- * 작 성 자 : (주)에이씨케이 -
- * 작 성 일 : 2006.11.11
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <main>
- <getpatinfo>
- <extrdt/>
- <bcno/>
- <patnm/>
- <pid/>
- <orddept/>
- <wardroom/>
- </getpatinfo>
- </main>
- <send>
- </send>
- <init>
- </init>
- <hidden>
- <extrdt/>
- <bcno/>
- <autoreg/>
- </hidden>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- function fGetpatinfo(){
- if(model.getValue("/root/hidden/bcno")!=""){
- model.setValue("/root/main/getpatinfo/extrdt","20061231");
- model.setValue("/root/main/getpatinfo/patnm", "나상실");
- model.setValue("/root/main/getpatinfo/pid", "01234567");
- model.setValue("/root/main/getpatinfo/orddept", "내분비내과");
- model.setValue("/root/main/getpatinfo/wardroom", "A병동/B병실");
- }
- }
- ]]>
- </script>
- <script src="../../../com/commonweb/js/common.js" type="javascript"/>
- </xhtml:head>
- <xhtml:body pagewidth="330" pageheight="170" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:311px; height:154px; ">
- <button id="button4" class="btn4_letter2" style="left:194px; top:129px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- <select id="checkbox1" ref="/root/hidden/autoreg" overflow="visible" appearance="full" style="left:235px; top:33px; width:65px; height:13px; border-style:none; ">
- <choices>
- <item>
- <label>자동등록</label>
- <value>1</value>
- </item>
- </choices>
- </select>
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:95px; height:13px; ">환자정보</caption>
- <button id="button9" class="btn4_letter2" style="left:254px; top:129px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script ev:event="onclick" type="javascript">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:310px; y2:26px; "/>
- <caption id="caption5" class="cell_1" style="left:0px; top:103px; width:100px; height:23px; ">진료과</caption>
- <line id="line2" class="line_2" style="x1:0px; y1:77px; x2:310px; y2:77px; "/>
- <input id="input2" ref="/root/main/getpatinfo/extrdt" class="input_essential" inputtype="date" style="left:103px; top:32px; width:129px; height:19px; "/>
- <line id="line4" class="line_2" style="x1:0px; y1:101px; x2:310px; y2:101px; "/>
- <input id="input3" ref="/root/hidden/bcno" class="input_essential" style="left:103px; top:56px; width:207px; height:19px; ">
- <script ev:event="DOMFocusOut" type="javascript">
- <![CDATA[
- fGetpatinfo();
- ]]>
- </script>
- </input>
- <output id="output1" ref="/root/main/getpatinfo/patnm" class="output_fix" style="left:103px; top:80px; width:207px; height:19px; "/>
- <line id="line6" class="line_2" style="x1:0px; y1:53px; x2:310px; y2:53px; "/>
- <output id="output3" ref="/root/main/getpatinfo/orddept" class="output_fix" style="left:103px; top:104px; width:207px; height:19px; "/>
- <line id="line8" class="line_3" style="x1:0px; y1:125px; x2:310px; y2:125px; "/>
- <caption id="caption2" class="cell_1" style="left:0px; top:55px; width:100px; height:23px; ">등록번호</caption>
- <caption id="caption3" class="cell_1" style="left:0px; top:79px; width:100px; height:23px; ">환자명</caption>
- <caption id="caption7" class="cell_1" style="left:0px; top:31px; width:100px; height:23px; ">도착일시</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|