1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?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>
- <whoumclist>
- <whoumcinfo>
- <chk>N</chk>
- <gubun>Serious</gubun>
- <cnts>• 사망 또는 생명을 위협하는 경우
- • 지속적 또는 중대한 불구나 기능저하를 초래하는 경우
- • 입원을 필요로 하거나 입원기간 연장이 필요한 경우
- • 선천성 기형 또는 이상을 초래하는 경우
- • 기타 중요한 의학적 사건
- </cnts>
- <value>S</value>
- </whoumcinfo>
- <whoumcinfo>
- <chk>N</chk>
- <gubun>Non-serious</gubun>
- <cnts>• Serious가 아닌 경우</cnts>
- <value>N</value>
- </whoumcinfo>
- </whoumclist>
- </main>
- <send>
- </send>
- <init/>
- <hidden/>
- <popdata>
- <casrslt/>
- <totscr/>
- <naranjocmt/>
- </popdata>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- grd_whoumc.autoResize = true;
-
- var iscr = model.getValue("/root/popdata/naranjocmt");
- var comArray = iscr.split("^");
-
- if (comArray[0] != ""){
- for(i=0; i<comArray.length; i++) {
-
- if(comArray[i] == "Y") {
- model.setValue("/root/main/whoumclist/whoumcinfo["+ i +"]/chk", "Y");
- }
-
- }
- }
- model.refresh();
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="710" pageheight="185" guideline="1,1194;2,784;2,757;1,692;2,171;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:692px; height:145px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:310px; height:13px; ">심각도 (FDA, KFDA seriousness)</caption>
- <datagrid id="grd_whoumc" nodeset="/root/main/whoumclist/whoumcinfo" caption="선택^^^value" colsep="^" colwidth="31, 178, 480, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:25px; width:691px; height:120px; ">
- <col checkvalue="Y,N" ref="chk" type="checkbox"/>
- <col ref="gubun"/>
- <col ref="cnts"/>
- <col ref="value" visibility="hidden"/>
- </datagrid>
- <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:691px; y2:20px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:145px; width:692px; height:27px; ">
- <button id="btn_cls" class="btn4_letter2" style="left:636px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <button id="btn_cfm" class="btn4_letter2" navindex="1" style="left:577px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|