12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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="">
- <example>Sample</example>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="350" pageheight="200" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:8px; top:0px; width:315px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:191px; height:14px; ">마약 및 향정약 처방내역 집계</caption>
- </group>
- <group id="group3" scroll="auto" style="left:8px; top:12px; width:315px; height:159px; ">
- <line id="line7" class="line_3" style="x1:0px; y1:143px; x2:300; y2:143px; "/>
- <line id="line5" class="line_2" style="x1:0px; y1:119px; x2:300; y2:119px; "/>
- <line id="line11" class="line_2" style="x1:0px; y1:95px; x2:300; y2:95px; "/>
- <caption id="caption9" class="cell_1" style="left:0px; top:73px; width:85px; height:23px; vertical-align:middle; ">기관구분</caption>
- <caption id="caption4" class="cell_1" style="left:0px; top:121px; width:85px; height:23px; vertical-align:middle; ">집계일자</caption>
- <caption id="caption3" class="cell_1" style="left:0px; top:97px; width:85px; height:23px; vertical-align:middle; ">집계부서</caption>
- <button id="button4" class="btn2_letter2" style="left:239px; top:47px; width:42px; height:19px; ">
- <caption>삭제</caption>
- </button>
- <button id="button5" class="icon_search" style="left:153px; top:101px; width:16px; height:16px; ">
- <caption/>
- </button>
- <button id="button6" class="btn2_letter2" style="left:194px; top:47px; width:42px; height:19px; ">
- <caption>생성</caption>
- </button>
- <line id="line4" class="line_1" style="x1:0px; y1:68px; x2:300; y2:68px; "/>
- <input id="input4" class="input_s_essential" inputtype="date" style="left:87px; top:123px; width:213px; height:19px; "/>
- <input id="input5" class="input_search" style="left:87px; top:99px; width:62px; height:19px; "/>
- <input id="input6" class="input_search" style="left:171px; top:99px; width:129px; height:19px; "/>
- <caption id="caption1" style="left:5px; top:5px; width:275px; height:45px; vertical-align:middle; ">※ 약품 처방 사용량 집계와 별도로 마약, 항정약에 대한 개별 사용량을 집계하여 관리하도록 합니다.</caption>
- <shape id="rectangle9" fillStyle="solid" shape="rectangle" fillColor="#bbbbbb" style="left:0px; top:44px; width:304px; height:105px; border-color:#788daf; "/>
- <select1 id="combo3" class="combo_s_essential" appearance="minimal" style="left:87px; top:75px; width:213px; height:19px; ">
- <choices>
- <item>
- <label>combo1</label>
- <value>combo1</value>
- </item>
- </choices>
- </select1>
- </group>
- </xhtml:body>
- </xhtml:html>
|