123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?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="">
- <init>
- </init>
- <send>
- </send>
- <main>
- <partsel/>
- <partrmk/>
- <time/>
- </main>
- </root>
- </instance>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="420" pageheight="170">
- <caption id="cap_title" class="tit_1" style="left:0px; top:2px; width:179px; height:13px; ">전달사항</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:400px; y2:20px; "/>
- <switch id="swh_prcpdetail" style="left:0px; top:25px; width:400px; height:105px; ">
- <case id="00" overflow="hidden" selected="true">
- <caption id="cap_00_part" class="tit_2" style="left:0px; top:2px; width:179px; height:13px; ">적용부위 (다중선택)</caption>
- <select id="chb_00_part" ref="/root/main/partsel" overflow="visible" appearance="full" cellspacing="5" cols="6" style="left:15px; top:19px; width:320px; height:35px; border-style:none; ">
- <choices>
- <item>
- <label>4 Extremities</label>
- <value>1</value>
- </item>
- <item>
- <label>Chest</label>
- <value>2</value>
- </item>
- <item>
- <label>RA</label>
- <value>3</value>
- </item>
- <item>
- <label>RL</label>
- <value>4</value>
- </item>
- <item>
- <label>LA</label>
- <value>5</value>
- </item>
- <item>
- <label>LL</label>
- <value>6</value>
- </item>
- <item>
- <label>기타</label>
- <value>99</value>
- </item>
- </choices>
- </select>
- <input id="ipt_00_part" ref="/root/main/partrmk" style="left:60px; top:35px; width:275px; height:19px; "/>
- <caption id="cap_00_time1" class="tit_2" style="left:0px; top:65px; width:179px; height:13px; ">적용시간</caption>
- <caption id="cap_00_time2" style="left:15px; top:82px; width:140px; height:15px; ">지금부터 시간</caption>
- <input id="ipt_00_time" ref="/root/main/time" style="left:70px; top:79px; width:35px; height:19px; "/>
- </case>
- </switch>
- <button id="button1" class="btn4_letter2" style="left:285px; top:135px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if( grd_clinccmtlist.row >= grd_clinccmtlist.fixedRows ) {
- if ( model.getValue ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.row + "]/status" ) != "I" ) {
- var etccnts = model.getValue ( "/root/clinccmt/clinccmtlist[" + grd_clinccmtlist.row + "]/etccnts" );
- opener.javascript.setParameter ( "SPMMB02200_clinccmt", etccnts );
- model.close();
- } else {
- messageBox ( "신규입력은 선택", "E001" );
- }
- } else {
-
- var message = "";
- if ( opener.javascript.getParameter ( "SPMMB02200_cond2" ) == "3" ) {
- message = "선택된 전달사항이";
- } else if ( opener.javascript.getParameter ( "SPMMB02200_cond2" ) == "2" ) {
- message = "선택된 임상소견이";
- }
- messageBox ( message, "I004" );
- }
- ]]>
- </script>
- </button>
- <button id="button3" class="btn4_letter2" style="left:345px; top:135px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|