123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMAOE01061_신경과근전도검사.xrw
- * 설 명 : 과거검사결과
- * 설 계 자 : 이정택
- * 작 성 자 : 이정택
- * 작 성 일 : 2011.01.13
- * 수정이력 :
- * 기 타 :
- -->
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <traoe_01181>
- <item>
- <pid/>
- <pname/>
- <echo_no/>
- <psex/>
- <age/>
- <obdeptname/>
- <wardname/>
- <videoflag/>
- <video/>
- <teeflag/>
- <tee/>
- <clinical/>
- <reason/>
- <obtime/>
- <pantime/>
- <aortic/>
- <mitral/>
- <mv/>
- <av/>
- <tv/>
- <pv/>
- <basal_as/>
- <mid_as/>
- <basal_p/>
- <mid_p/>
- <basal_s/>
- <apical_s/>
- <mid_s/>
- <basal_l/>
- <mid_l/>
- <apical_l/>
- <basal_as/>
- <mid_as/>
- <apical_a/>
- <basal_i/>
- <mid_i/>
- <apical_i/>
- <global_/>
- <normal/>
- <mildly/>
- <moderatery/>
- <severely/>
- <mr/>
- <tr/>
- <ar/>
- <pr/>
- <rvsp/>
- <ms/>
- <mva/>
- <pht/>
- <msmpg/>
- <as_/>
- <ava/>
- <aspm/>
- <asmpg/>
- <pv/>
- <e/>
- <a/>
- <ea/>
- <dt/>
- <ivrt/>
- <sepe/>
- <sepa/>
- <seps/>
- <sepee/>
- <s/>
- <d/>
- <arcm/>
- <aa/>
- <bb/>
- <lvn/>
- <lva/>
- <lvp/>
- <lvr/>
- <lvi/>
- <comm_summ/>
- <gumdrname/>
- <professor/>
- </item>
- </traoe_01181>
- <datagrid>
- <item>
- <col1/>
- <col2/>
- <col3/>
- <col4/>
- <col5/>
- <col6/>
- </item>
- </datagrid>
- </main>
- <send>
- <srchpid/>
- <srchhngnm/>
- <srchccrno/>
- <srchobtime/>
- <srchuopno/>
- <srchtable_cd/>
- </send>
- <init/>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/healexamweb/js/AHA001.js"/>
- <script type="javascript" src="../../../com/signweb/js/ZES001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- fGetScreenInit();
-
- ]]>
- </script>
- <submission id="TRAOE01181" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/traoe_01181"/>
- <submission id="TRAOE01182" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/datagrid"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- // 화면 초기화
- function fGetScreenInit(){
-
- var send_target="/root/send/";
-
- model.resetInstanceNode("/root/send");
- model.setValue(send_target+"srchpid", window.parent.model.getValue("/root/send/srchpid"));
- model.setValue(send_target+"srchhngnm", "");
- model.setValue(send_target+"srchccrno", window.parent.model.getValue("/root/send/srchccrno"));
- model.setValue(send_target+"srchobtime", window.parent.model.getValue("/root/send/srchobtime"));
- model.setValue(send_target+"srchuopno", window.parent.model.getValue("/root/send/srchuopno"));
- model.setValue(send_target+"srchtable_cd", window.parent.model.getValue("/root/send/srchtable_cd"));
-
- submit("TRAOE01181");
- submit("TRAOE01182");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="2,272;">
- <switch id="swt_judg" style="left:5px; top:5px; width:700px; height:900px; border-color:#c7a3cf; border-style:solid; ">
- <case id="case_1" selected="true">
- <caption id="caption1" style="left:5px; top:5px; width:55px; height:20px; ">Echo No</caption>
- <output id="output2" style="left:340px; top:5px; width:105px; height:20px; "/>
- <caption id="caption3" style="left:5px; top:28px; width:30px; height:20px; ">TTE</caption>
- <select1 id="radio2" ref="/root/main/traoe_01181/item/videoflag" disabled="true" appearance="full" cols="4" rows="1" overflow="visible" style="left:35px; top:30px; width:175px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>ATL</label>
- <value>1</value>
- </item>
- <item>
- <label>HP</label>
- <value>2</value>
- </item>
- <item>
- <label>GE</label>
- <value>3</value>
- </item>
- <item>
- <label>HP-ER</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <output id="output3" style="left:340px; top:5px; width:105px; height:20px; "/>
- <caption id="caption4" style="left:350px; top:28px; width:30px; height:20px; ">TTE</caption>
- <select1 id="radio3" ref="/root/main/traoe_01181/item/teeflag" disabled="true" appearance="full" cols="4" rows="1" overflow="visible" style="left:380px; top:30px; width:175px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>ATL</label>
- <value>1</value>
- </item>
- <item>
- <label>HP</label>
- <value>2</value>
- </item>
- <item>
- <label>GE</label>
- <value>3</value>
- </item>
- <item>
- <label>HP-ER</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <input id="input1" ref="/root/main/traoe_01181/item/echo_no" disabled="true" style="left:56px; top:6px; width:94px; height:19px; "/>
- <input id="input2" ref="/root/main/traoe_01181/item/video" disabled="true" style="left:215px; top:30px; width:130px; height:19px; "/>
- <input id="input3" ref="/root/main/traoe_01181/item/tee" disabled="true" style="left:560px; top:30px; width:130px; height:19px; "/>
- <caption id="caption2" style="left:5px; top:55px; width:103px; height:20px; ">Clinical diagnosis</caption>
- <input id="input4" ref="/root/main/traoe_01181/item/clinical" disabled="true" style="left:110px; top:55px; width:145px; height:19px; "/>
- <caption id="caption5" style="left:270px; top:55px; width:125px; height:20px; ">Reason for the studys</caption>
- <input id="input5" ref="/root/main/traoe_01181/item/reason" disabled="true" style="left:400px; top:55px; width:145px; height:19px; "/>
- <caption id="caption6" style="left:5px; top:80px; width:240px; height:20px; font-weight:bold; ">1. M_Mode and 2_D Measurement</caption>
- <datagrid id="datagrid2" nodeset="/root/main/datagrid/item" caption="^M_mode (cm)^2_D (cm)^Normal Range^^" colsep="^" colwidth="100, 83, 72, 100, 194, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:23px; top:100px; width:667px; height:187px; ">
- <col ref="col1"/>
- <col ref="col2"/>
- <col ref="col3"/>
- <col ref="col4"/>
- <col ref="col5"/>
- <col ref="col6"/>
- </datagrid>
- <caption id="caption7" style="left:5px; top:295px; width:105px; height:20px; font-weight:bold; ">2. 2_D Findings</caption>
- <caption id="caption8" style="left:21px; top:315px; width:290px; height:20px; ">Calcification( Aortic root Mitral annulus )</caption>
- <select id="checkbox1" ref="/root/main/traoe_01181/item/aortic" disabled="true" overflow="visible" appearance="full" style="left:165px; top:317px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox2" ref="/root/main/traoe_01181/item/mitral" disabled="true" overflow="visible" appearance="full" style="left:280px; top:317px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption9" style="left:20px; top:339px; width:118px; height:20px; font-weight:bold; ">Value morphology</caption>
- <caption id="caption10" style="left:181px; top:341px; width:25px; height:20px; ">MV</caption>
- <input id="input6" ref="/root/main/traoe_01181/item/mv" disabled="true" style="left:205px; top:340px; width:70px; height:19px; "/>
- <caption id="caption11" style="left:306px; top:341px; width:25px; height:20px; ">AV</caption>
- <input id="input7" ref="/root/main/traoe_01181/item/av" disabled="true" style="left:330px; top:340px; width:70px; height:19px; "/>
- <input id="input8" ref="/root/main/traoe_01181/item/tv" disabled="true" style="left:455px; top:340px; width:70px; height:19px; "/>
- <caption id="caption12" style="left:431px; top:341px; width:25px; height:20px; ">TV</caption>
- <input id="input9" ref="/root/main/traoe_01181/item/pv" disabled="true" style="left:585px; top:340px; width:70px; height:19px; "/>
- <caption id="caption13" style="left:561px; top:341px; width:25px; height:20px; ">PV</caption>
- <caption id="caption14" style="left:20px; top:365px; width:140px; height:20px; font-weight:bold; ">Regional wall Motion</caption>
- <input id="input10" style="left:80px; top:386px; width:70px; height:19px; "/>
- <input id="input11" style="left:80px; top:386px; width:70px; height:19px; "/>
- <input id="input12" ref="/root/main/traoe_01181/item/basal_as" disabled="true" style="left:80px; top:386px; width:100px; height:19px; "/>
- <input id="input13" ref="/root/main/traoe_01181/item/mid_as" disabled="true" style="left:80px; top:406px; width:100px; height:19px; "/>
- <input id="input14" ref="/root/main/traoe_01181/item/basal_p" disabled="true" style="left:80px; top:426px; width:100px; height:19px; "/>
- <input id="input15" ref="/root/main/traoe_01181/item/mid_p" disabled="true" style="left:80px; top:446px; width:100px; height:19px; "/>
- <caption id="caption18" style="left:20px; top:406px; width:56px; height:20px; ">Mid-AS</caption>
- <caption id="caption19" style="left:20px; top:426px; width:56px; height:20px; ">Basal-P</caption>
- <caption id="caption20" style="left:20px; top:447px; width:56px; height:20px; ">Mid-P</caption>
- <caption id="caption15" style="left:20px; top:385px; width:56px; height:20px; ">Basal-AS</caption>
- <caption id="caption16" style="left:210px; top:447px; width:56px; height:20px; ">Basal-L</caption>
- <input id="input16" style="left:270px; top:386px; width:70px; height:19px; "/>
- <input id="input17" style="left:270px; top:386px; width:70px; height:19px; "/>
- <input id="input18" ref="/root/main/traoe_01181/item/basal_s" disabled="true" style="left:270px; top:386px; width:100px; height:19px; "/>
- <input id="input19" ref="/root/main/traoe_01181/item/apical_s" disabled="true" style="left:270px; top:406px; width:100px; height:19px; "/>
- <input id="input20" ref="/root/main/traoe_01181/item/mid_s" disabled="true" style="left:270px; top:426px; width:100px; height:19px; "/>
- <input id="input21" ref="/root/main/traoe_01181/item/basal_l" disabled="true" style="left:270px; top:446px; width:100px; height:19px; "/>
- <caption id="caption17" style="left:210px; top:385px; width:56px; height:20px; ">Basal-S</caption>
- <caption id="caption21" style="left:210px; top:406px; width:56px; height:20px; ">Mid-S</caption>
- <caption id="caption22" style="left:210px; top:426px; width:56px; height:20px; ">Apical-S</caption>
- <input id="input28" ref="/root/main/traoe_01181/item/mid_l" disabled="true" style="left:270px; top:466px; width:100px; height:19px; "/>
- <caption id="caption27" style="left:210px; top:467px; width:56px; height:20px; ">Mid-L</caption>
- <caption id="caption28" style="left:210px; top:487px; width:56px; height:20px; ">Apical_L</caption>
- <input id="input29" ref="/root/main/traoe_01181/item/apical_l" disabled="true" style="left:270px; top:486px; width:100px; height:19px; "/>
- <input id="input22" ref="/root/main/traoe_01181/item/apical_a" disabled="true" style="left:465px; top:425px; width:100px; height:19px; "/>
- <input id="input23" ref="/root/main/traoe_01181/item/basal_i" disabled="true" style="left:465px; top:445px; width:100px; height:19px; "/>
- <caption id="caption23" style="left:405px; top:405px; width:56px; height:20px; ">Mid-A</caption>
- <caption id="caption24" style="left:405px; top:425px; width:56px; height:20px; ">Apical-A</caption>
- <input id="input24" style="left:465px; top:385px; width:70px; height:19px; "/>
- <caption id="caption25" style="left:405px; top:466px; width:56px; height:20px; ">Mid-I</caption>
- <input id="input25" ref="/root/main/traoe_01181/item/mid_i" disabled="true" style="left:465px; top:465px; width:100px; height:19px; "/>
- <input id="input26" style="left:465px; top:385px; width:70px; height:19px; "/>
- <caption id="caption26" style="left:405px; top:446px; width:56px; height:20px; ">Basal-I</caption>
- <input id="input27" ref="/root/main/traoe_01181/item/apical_i" disabled="true" style="left:465px; top:485px; width:100px; height:19px; "/>
- <caption id="caption29" style="left:405px; top:486px; width:56px; height:20px; ">Apical_I</caption>
- <caption id="caption30" style="left:405px; top:384px; width:56px; height:20px; ">Basal-A</caption>
- <input id="input30" ref="/root/main/traoe_01181/item/basal_as" disabled="true" style="left:465px; top:385px; width:100px; height:19px; "/>
- <input id="input31" ref="/root/main/traoe_01181/item/mid_as" disabled="true" style="left:465px; top:405px; width:100px; height:19px; "/>
- <caption id="caption31" style="left:20px; top:470px; width:109px; height:20px; ">Global hypokinesia</caption>
- <select id="checkbox3" ref="/root/main/traoe_01181/item/global_" disabled="true" overflow="visible" appearance="full" style="left:135px; top:472px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption32" style="left:20px; top:489px; width:112px; height:20px; ">LV systolic function</caption>
- <caption id="caption33" style="left:20px; top:510px; width:557px; height:20px; ">( Normal Mildly decreased Moderatery decreased Severely decreased )</caption>
- <select id="checkbox4" ref="/root/main/traoe_01181/item/normal" disabled="true" overflow="visible" appearance="full" style="left:80px; top:512px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox5" ref="/root/main/traoe_01181/item/mildly" disabled="true" overflow="visible" appearance="full" style="left:215px; top:512px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox6" ref="/root/main/traoe_01181/item/moderatery" disabled="true" overflow="visible" appearance="full" style="left:380px; top:512px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox7" ref="/root/main/traoe_01181/item/severely" disabled="true" overflow="visible" appearance="full" style="left:535px; top:512px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption34" style="left:5px; top:540px; width:130px; height:20px; font-weight:bold; ">3. Doppler Findings</caption>
- <input id="input32" style="left:45px; top:561px; width:70px; height:19px; "/>
- <input id="input33" style="left:45px; top:561px; width:70px; height:19px; "/>
- <input id="input34" ref="/root/main/traoe_01181/item/mr" disabled="true" style="left:45px; top:561px; width:100px; height:19px; "/>
- <input id="input35" ref="/root/main/traoe_01181/item/tr" disabled="true" style="left:45px; top:581px; width:100px; height:19px; "/>
- <input id="input36" ref="/root/main/traoe_01181/item/ar" disabled="true" style="left:45px; top:601px; width:100px; height:19px; "/>
- <input id="input37" ref="/root/main/traoe_01181/item/pr" disabled="true" style="left:45px; top:621px; width:100px; height:19px; "/>
- <caption id="caption35" style="left:20px; top:560px; width:25px; height:20px; ">MR</caption>
- <caption id="caption36" style="left:20px; top:584px; width:25px; height:16px; ">TR</caption>
- <caption id="caption37" style="left:20px; top:600px; width:25px; height:21px; ">AR</caption>
- <caption id="caption38" style="left:20px; top:620px; width:25px; height:20px; ">PR</caption>
- <input id="input38" ref="/root/main/traoe_01181/item/rvsp" disabled="true" style="left:190px; top:580px; width:30px; height:19px; "/>
- <caption id="caption39" style="left:155px; top:583px; width:34px; height:16px; ">RVSP</caption>
- <caption id="caption40" style="left:155px; top:583px; width:34px; height:16px; ">RVSP</caption>
- <caption id="caption41" style="left:225px; top:585px; width:35px; height:16px; ">mmHg</caption>
- <input id="input39" ref="/root/main/traoe_01181/item/ms" disabled="true" style="left:285px; top:560px; width:100px; height:19px; "/>
- <caption id="caption42" style="left:260px; top:559px; width:25px; height:20px; ">MS</caption>
- <input id="input40" ref="/root/main/traoe_01181/item/as_" disabled="true" style="left:285px; top:600px; width:100px; height:19px; "/>
- <caption id="caption43" style="left:260px; top:599px; width:25px; height:21px; ">AS</caption>
- <caption id="caption44" style="left:390px; top:560px; width:265px; height:20px; ">MVA( ㎠ by PHT. ㎠ by Planimetry)</caption>
- <input id="input41" ref="/root/main/traoe_01181/item/mva" disabled="true" style="left:430px; top:560px; width:30px; height:19px; "/>
- <input id="input42" ref="/root/main/traoe_01181/item/pht" disabled="true" style="left:525px; top:560px; width:30px; height:19px; "/>
- <input id="input43" ref="/root/main/traoe_01181/item/msmpg" disabled="true" style="left:430px; top:580px; width:45px; height:19px; "/>
- <caption id="caption45" style="left:480px; top:585px; width:207px; height:16px; ">mmHg mean pressure gradiert(MPG)</caption>
- <input id="input44" ref="/root/main/traoe_01181/item/ava" disabled="true" style="left:430px; top:600px; width:30px; height:19px; "/>
- <input id="input45" ref="/root/main/traoe_01181/item/aspm" disabled="true" style="left:525px; top:600px; width:30px; height:19px; "/>
- <caption id="caption46" style="left:390px; top:600px; width:267px; height:20px; ">AVA( ㎠ by CE. ㎠ by Planimetry)</caption>
- <input id="input46" ref="/root/main/traoe_01181/item/asmpg" disabled="true" style="left:265px; top:620px; width:50px; height:19px; "/>
- <caption id="caption47" style="left:317px; top:625px; width:207px; height:16px; ">mmHg mean pressure gradiert(MPG)</caption>
- <input id="input47" ref="/root/main/traoe_01181/item/pv" disabled="true" style="left:525px; top:620px; width:55px; height:19px; "/>
- <caption id="caption48" style="left:584px; top:625px; width:101px; height:16px; ">m/s peak velocity</caption>
- <input id="input48" ref="/root/main/traoe_01181/item/e" disabled="true" style="left:115px; top:645px; width:40px; height:19px; "/>
- <caption id="caption49" style="left:20px; top:644px; width:90px; height:20px; ">Mitral inflow : E</caption>
- <caption id="caption50" style="left:160px; top:645px; width:65px; height:20px; ">cm/sec A</caption>
- <input id="input49" ref="/root/main/traoe_01181/item/a" disabled="true" style="left:225px; top:645px; width:40px; height:19px; "/>
- <caption id="caption51" style="left:270px; top:645px; width:103px; height:20px; ">cm/sec E/A ratio</caption>
- <input id="input50" ref="/root/main/traoe_01181/item/ea" disabled="true" style="left:375px; top:645px; width:40px; height:19px; "/>
- <caption id="caption52" style="left:420px; top:648px; width:20px; height:15px; ">DT</caption>
- <input id="input51" ref="/root/main/traoe_01181/item/dt" disabled="true" style="left:440px; top:645px; width:40px; height:19px; "/>
- <caption id="caption53" style="left:485px; top:645px; width:70px; height:20px; ">msec IVRT</caption>
- <input id="input52" ref="/root/main/traoe_01181/item/ivrt" disabled="true" style="left:555px; top:645px; width:40px; height:19px; "/>
- <caption id="caption54" style="left:600px; top:647px; width:32px; height:15px; ">msec</caption>
- <input id="input53" ref="/root/main/traoe_01181/item/seps" disabled="true" style="left:335px; top:667px; width:40px; height:19px; "/>
- <caption id="caption55" style="left:160px; top:667px; width:65px; height:20px; ">cm/sec A'</caption>
- <caption id="caption56" style="left:270px; top:667px; width:65px; height:20px; ">cm/sec S'</caption>
- <input id="input54" ref="/root/main/traoe_01181/item/sepe" disabled="true" style="left:115px; top:667px; width:40px; height:19px; "/>
- <input id="input55" ref="/root/main/traoe_01181/item/sepa" disabled="true" style="left:225px; top:667px; width:40px; height:19px; "/>
- <caption id="caption57" style="left:20px; top:666px; width:90px; height:20px; ">Septal TDI : E'</caption>
- <caption id="caption58" style="left:378px; top:667px; width:115px; height:20px; ">cm/sec E/E' ratio</caption>
- <input id="input56" ref="/root/main/traoe_01181/item/sepee" disabled="true" style="left:495px; top:667px; width:40px; height:19px; "/>
- <caption id="caption59" style="left:20px; top:687px; width:152px; height:20px; ">Pulmonary venous flow : S</caption>
- <input id="input57" ref="/root/main/traoe_01181/item/s" disabled="true" style="left:175px; top:687px; width:40px; height:19px; "/>
- <caption id="caption60" style="left:220px; top:687px; width:65px; height:20px; ">cm/sec D</caption>
- <input id="input58" ref="/root/main/traoe_01181/item/d" disabled="true" style="left:285px; top:687px; width:40px; height:19px; "/>
- <caption id="caption61" style="left:330px; top:687px; width:65px; height:20px; ">cm/sec Ar</caption>
- <input id="input59" ref="/root/main/traoe_01181/item/arcm" disabled="true" style="left:400px; top:687px; width:40px; height:19px; "/>
- <caption id="caption62" style="left:445px; top:687px; width:65px; height:20px; ">cm/sec</caption>
- <caption id="caption63" style="left:145px; top:708px; width:65px; height:20px; ">msec B</caption>
- <caption id="caption64" style="left:240px; top:708px; width:65px; height:20px; ">msec</caption>
- <input id="input60" ref="/root/main/traoe_01181/item/aa" disabled="true" style="left:100px; top:708px; width:40px; height:19px; "/>
- <input id="input61" ref="/root/main/traoe_01181/item/bb" disabled="true" style="left:200px; top:708px; width:40px; height:19px; "/>
- <caption id="caption65" style="left:20px; top:708px; width:75px; height:20px; ">TEI index : A</caption>
- <caption id="caption66" style="left:20px; top:728px; width:143px; height:20px; ">LV diastolic filling pattern</caption>
- <caption id="caption67" style="left:20px; top:744px; width:621px; height:20px; ">( Normal Abnomal relaxation Pseudo normal Reversible restrictive Irreversible restrictive )</caption>
- <select id="checkbox8" ref="/root/main/traoe_01181/item/lvn" disabled="true" overflow="visible" appearance="full" style="left:70px; top:747px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox9" ref="/root/main/traoe_01181/item/lva" disabled="true" overflow="visible" appearance="full" style="left:205px; top:747px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox10" ref="/root/main/traoe_01181/item/lvp" disabled="true" overflow="visible" appearance="full" style="left:317px; top:747px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox11" ref="/root/main/traoe_01181/item/lvr" disabled="true" overflow="visible" appearance="full" style="left:463px; top:747px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox12" ref="/root/main/traoe_01181/item/lvi" disabled="true" overflow="visible" appearance="full" style="left:610px; top:747px; width:20px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label/>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption68" style="left:5px; top:770px; width:130px; height:20px; font-weight:bold; ">4. Comments</caption>
- <textarea id="textarea1" ref="/root/main/traoe_01181/item/comm_summ" scroll="autovscroll" editable="false" style="left:25px; top:790px; width:625px; height:80px; "/>
- <input id="input62" ref="/root/main/traoe_01181/item/gumdrname" disabled="true" style="left:70px; top:875px; width:75px; height:19px; "/>
- <caption id="caption69" style="left:25px; top:875px; width:40px; height:20px; ">Fellow</caption>
- <input id="input63" ref="/root/main/traoe_01181/item/professor" disabled="true" style="left:215px; top:875px; width:75px; height:19px; "/>
- <caption id="caption70" style="left:155px; top:875px; width:56px; height:20px; ">Professor</caption>
- </case>
- </switch>
- <iviewer id="iviewer1" style="left:0px; top:0px; width:0px; height:0px; "/>
- </xhtml:body>
- </xhtml:html>
|