123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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="">
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="430" pageheight="150" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:240px; height:15px; ">부작용 신고 선택</caption>
- <line id="line2" class="line_1" style="x1:1px; y1:17px; x2:405px; y2:17px; "/>
- <caption id="caption1" style="left:0px; top:30px; width:400px; height:45px; font-size:10pt; font-weight:bold; ">▢ 과거력 : 문진으로 확인한 과거의 약물유해반응 정보입력</caption>
- <caption id="caption3" style="left:0px; top:65px; width:405px; height:35px; font-size:10pt; font-weight:bold; ">▢ ADR 의뢰 : 현 증상과 약물유해반응의 인과관계 평과 의뢰</caption>
- <line id="line1" class="line_1" style="x1:1px; y1:107px; x2:405px; y2:107px; "/>
- <button id="btn_conf" class="btn4_letter8" style="left:273px; top:115px; width:128px; height:22px; ">
- <caption>약물 부작용신고</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- opener.javascript.setParameter("SPMMD99100_rntValue", "7");
- window.close();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter3" style="left:188px; top:115px; width:68px; height:22px; ">
- <caption>과거력</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- opener.javascript.setParameter("SPMMD99100_rntValue", "6");
- window.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|