SMLRR00300_판독결과관리.xrw 98 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLLR00300.xrw
  4. * 설 명 : 담당자별결과관리
  5. * 설 계 자 : (주)에이씨케이 -
  6. * 작 성 자 : (주)에이씨케이 - 조철형
  7. * 작 성 일 : 2007.05.14
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" ztype="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title/>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root>
  18. <main>
  19. <patlist>
  20. <img/>
  21. <spclno/>
  22. <pid/>
  23. <patnm/>
  24. <tclsscrnnm/>
  25. <bcno/>
  26. <testcd/>
  27. </patlist>
  28. <testinfo>
  29. <spcltestinfo>
  30. <extrtestinstcd/>
  31. <pid/>
  32. <patnm/>
  33. <orddeptnm/>
  34. <orddrnm/>
  35. <bcno/>
  36. <bcolldt/>
  37. <spcacptdt/>
  38. <lastreptdt/>
  39. <medispcdt/>
  40. <testcd/>
  41. <tclsscrnm/>
  42. <descrslt/>
  43. <testlrgkind/>
  44. <tclscd/>
  45. </spcltestinfo>
  46. <detailtestinfo>
  47. <testcd/>
  48. <tclsscrnnm/>
  49. <inptrslt/>
  50. </detailtestinfo>
  51. </testinfo>
  52. <imglist>
  53. <rsltseqno/>
  54. <lastupdtrdt/>
  55. <imght/>
  56. <imgwidt/>
  57. </imglist>
  58. <view>
  59. <imgnm/>
  60. <imgrslt/>
  61. <imgwidt/>
  62. <imght/>
  63. <rsltseqno/>
  64. <savdelflag/>
  65. </view>
  66. <rsltcode>
  67. <cd/>
  68. <nm/>
  69. </rsltcode>
  70. <osmotic>
  71. <incu1cont>
  72. <nacl>0.30</nacl>
  73. <OD/>
  74. </incu1cont>
  75. <incu1cont>
  76. <nacl>0.35</nacl>
  77. <OD/>
  78. </incu1cont>
  79. <incu1cont>
  80. <nacl>0.40</nacl>
  81. <OD/>
  82. </incu1cont>
  83. <incu1cont>
  84. <nacl>0.45</nacl>
  85. <OD/>
  86. </incu1cont>
  87. <incu1cont>
  88. <nacl>0.50</nacl>
  89. <OD/>
  90. </incu1cont>
  91. <incu1cont>
  92. <nacl>0.55</nacl>
  93. <OD/>
  94. </incu1cont>
  95. <incu1cont>
  96. <nacl>0.60</nacl>
  97. <OD/>
  98. </incu1cont>
  99. <incu1cont>
  100. <nacl>0.65</nacl>
  101. <OD/>
  102. </incu1cont>
  103. <incu1cont>
  104. <nacl>0.70</nacl>
  105. <OD/>
  106. </incu1cont>
  107. <incu1cont>
  108. <nacl>0.75</nacl>
  109. <OD/>
  110. </incu1cont>
  111. <incu1cont>
  112. <nacl>0.80</nacl>
  113. <OD/>
  114. </incu1cont>
  115. <incu1cont>
  116. <nacl>0.85</nacl>
  117. <OD/>
  118. </incu1cont>
  119. <incu1cont>
  120. <nacl>Lysis (C)</nacl>
  121. <OD/>
  122. </incu1cont>
  123. <incu1cont>
  124. <nacl>Non-L(C)</nacl>
  125. <OD/>
  126. </incu1cont>
  127. <incu1pat>
  128. <nacl>0.30</nacl>
  129. <OD/>
  130. </incu1pat>
  131. <incu1pat>
  132. <nacl>0.35</nacl>
  133. <OD/>
  134. </incu1pat>
  135. <incu1pat>
  136. <nacl>0.40</nacl>
  137. <OD/>
  138. </incu1pat>
  139. <incu1pat>
  140. <nacl>0.45</nacl>
  141. <OD/>
  142. </incu1pat>
  143. <incu1pat>
  144. <nacl>0.50</nacl>
  145. <OD/>
  146. </incu1pat>
  147. <incu1pat>
  148. <nacl>0.55</nacl>
  149. <OD/>
  150. </incu1pat>
  151. <incu1pat>
  152. <nacl>0.60</nacl>
  153. <OD/>
  154. </incu1pat>
  155. <incu1pat>
  156. <nacl>0.65</nacl>
  157. <OD/>
  158. </incu1pat>
  159. <incu1pat>
  160. <nacl>0.70</nacl>
  161. <OD/>
  162. </incu1pat>
  163. <incu1pat>
  164. <nacl>0.75</nacl>
  165. <OD/>
  166. </incu1pat>
  167. <incu1pat>
  168. <nacl>0.80</nacl>
  169. <OD/>
  170. </incu1pat>
  171. <incu1pat>
  172. <nacl>0.85</nacl>
  173. <OD/>
  174. </incu1pat>
  175. <incu1pat>
  176. <nacl>Lysis (C)</nacl>
  177. <OD/>
  178. </incu1pat>
  179. <incu1pat>
  180. <nacl>Non-L(C)</nacl>
  181. <OD/>
  182. </incu1pat>
  183. <incu24cont>
  184. <nacl>0.30</nacl>
  185. <OD/>
  186. </incu24cont>
  187. <incu24cont>
  188. <nacl>0.35</nacl>
  189. <OD/>
  190. </incu24cont>
  191. <incu24cont>
  192. <nacl>0.40</nacl>
  193. <OD/>
  194. </incu24cont>
  195. <incu24cont>
  196. <nacl>0.45</nacl>
  197. <OD/>
  198. </incu24cont>
  199. <incu24cont>
  200. <nacl>0.50</nacl>
  201. <OD/>
  202. </incu24cont>
  203. <incu24cont>
  204. <nacl>0.55</nacl>
  205. <OD/>
  206. </incu24cont>
  207. <incu24cont>
  208. <nacl>0.60</nacl>
  209. <OD/>
  210. </incu24cont>
  211. <incu24cont>
  212. <nacl>0.65</nacl>
  213. <OD/>
  214. </incu24cont>
  215. <incu24cont>
  216. <nacl>0.70</nacl>
  217. <OD/>
  218. </incu24cont>
  219. <incu24cont>
  220. <nacl>0.75</nacl>
  221. <OD/>
  222. </incu24cont>
  223. <incu24cont>
  224. <nacl>0.80</nacl>
  225. <OD/>
  226. </incu24cont>
  227. <incu24cont>
  228. <nacl>0.85</nacl>
  229. <OD/>
  230. </incu24cont>
  231. <incu24cont>
  232. <nacl>Lysis (C)</nacl>
  233. <OD/>
  234. </incu24cont>
  235. <incu24cont>
  236. <nacl>Non-L(C)</nacl>
  237. <OD/>
  238. </incu24cont>
  239. <incu24pat>
  240. <nacl>0.30</nacl>
  241. <OD/>
  242. </incu24pat>
  243. <incu24pat>
  244. <nacl>0.35</nacl>
  245. <OD/>
  246. </incu24pat>
  247. <incu24pat>
  248. <nacl>0.40</nacl>
  249. <OD/>
  250. </incu24pat>
  251. <incu24pat>
  252. <nacl>0.45</nacl>
  253. <OD/>
  254. </incu24pat>
  255. <incu24pat>
  256. <nacl>0.50</nacl>
  257. <OD/>
  258. </incu24pat>
  259. <incu24pat>
  260. <nacl>0.55</nacl>
  261. <OD/>
  262. </incu24pat>
  263. <incu24pat>
  264. <nacl>0.60</nacl>
  265. <OD/>
  266. </incu24pat>
  267. <incu24pat>
  268. <nacl>0.65</nacl>
  269. <OD/>
  270. </incu24pat>
  271. <incu24pat>
  272. <nacl>0.70</nacl>
  273. <OD/>
  274. </incu24pat>
  275. <incu24pat>
  276. <nacl>0.75</nacl>
  277. <OD/>
  278. </incu24pat>
  279. <incu24pat>
  280. <nacl>0.80</nacl>
  281. <OD/>
  282. </incu24pat>
  283. <incu24pat>
  284. <nacl>0.85</nacl>
  285. <OD/>
  286. </incu24pat>
  287. <incu24pat>
  288. <nacl>Lysis (C)</nacl>
  289. <OD/>
  290. </incu24pat>
  291. <incu24pat>
  292. <nacl>Non-L(C)</nacl>
  293. <OD/>
  294. </incu24pat>
  295. </osmotic>
  296. <pra>
  297. <prascreening>
  298. <cd>Class Ⅰ</cd>
  299. <rslt>111</rslt>
  300. <grade>2</grade>
  301. </prascreening>
  302. <prascreening>
  303. <cd>Class Ⅱ</cd>
  304. <rslt>111</rslt>
  305. <grade>2</grade>
  306. </prascreening>
  307. </pra>
  308. </main>
  309. <send>
  310. <data1/>
  311. <data2/>
  312. <bcno/>
  313. <testcd/>
  314. </send>
  315. <init>
  316. <LB0103>
  317. <cd/>
  318. <nm/>
  319. </LB0103>
  320. <LB0901>
  321. <cd/>
  322. <nm/>
  323. </LB0901>
  324. </init>
  325. <hidden>
  326. <testgroup>
  327. <searchflag>1</searchflag>
  328. <searchtext/>
  329. <startdd/>
  330. <enddd/>
  331. <spcltestgrupcd/>
  332. <testgrupcd/>
  333. <rstflag>1</rstflag>
  334. <sworkseq>00001</sworkseq>
  335. <eworkseq>99999</eworkseq>
  336. <refgbn/>
  337. <text/>
  338. </testgroup>
  339. <workno>
  340. <searchflag>1</searchflag>
  341. <searchtext/>
  342. <startdd/>
  343. <enddd/>
  344. <sworkseq>0000</sworkseq>
  345. <eworkseq>9999</eworkseq>
  346. <workcd/>
  347. <rstflag>1</rstflag>
  348. <refgbn/>
  349. <text/>
  350. </workno>
  351. <refparam>
  352. <refgbn/>
  353. <refgbn2/>
  354. </refparam>
  355. <TestData>
  356. <bcno/>
  357. <testcd/>
  358. <spccd/>
  359. <inptrslt/>
  360. <rsltstat/>
  361. <testlrgkind/>
  362. <descrslt/>
  363. </TestData>
  364. <default/>
  365. <rsltseqno/>
  366. <RelationParm>
  367. <pid/>
  368. <tclsscrnnm/>
  369. <testcd/>
  370. <spccd/>
  371. </RelationParm>
  372. </hidden>
  373. </root>
  374. </instance>
  375. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  376. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  377. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  378. <script type="javascript" src="../../../lis/commonweb/js/LLZ001.js"/>
  379. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  380. <script type="javascript" ev:event="xforms-model-construct-done">
  381. <![CDATA[
  382. fBaseInfoRef("0103|0901|0109|");
  383. model.setvalue("/root/hidden/testgroup/spcltestgrupcd" , "00");
  384. // datagrid3.fixedcellcheckbox(0,1)=true;
  385. model.setvalue("/root/hidden/workno/startdd",getCurrentDate());
  386. model.setvalue("/root/hidden/workno/enddd",getCurrentDate());
  387. model.setvalue("/root/hidden/testgroup/startdd",getCurrentDate());
  388. model.setvalue("/root/hidden/testgroup/enddd",getCurrentDate());
  389. model.setvalue("/root/hidden/refparam/refgbn" , "1");
  390. model.setvalue("/root/hidden/refparam/refgbn2" , "1");
  391. button5.dispatch("DOMActivate");
  392. button6.dispatch("DOMActivate");
  393. // datagrid3.removeRow();
  394. // datagrid4.removeRow();
  395. // grd_patList.removeRow();
  396. model.refresh();
  397. ]]>
  398. </script>
  399. <submission id="TRLRR00101" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/main/patlist"/>
  400. <submission id="TRLRR00102" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/main/testinfo"/>
  401. <submission id="TXLRR00101" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance"/>
  402. <submission id="TRLRR01502" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/main/view"/>
  403. <submission id="TRLRR01501" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/main/imglist"/>
  404. <submission id="TRLZZ00101" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/init"/>
  405. <submission id="TRLZZ00103" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/init/LB0103"/>
  406. </model>
  407. <script type="javascript">
  408. <![CDATA[
  409. function fSetClear(){
  410. model.removeNodeset("/root/main/patlist");
  411. model.resetInstanceNode("/root/main/testinfo/spcltestinfo");
  412. model.removeNodeset("/root/main/testinfo/detailtestinfo");
  413. model.refresh();
  414. }
  415. function Onclick_btnRef(){
  416. fSetClear();
  417. var refGbn = model.getvalue("/root/hidden/refparam/refgbn");
  418. if (refGbn == "1"){
  419. model.copyNode("/root/send/data1","/root/hidden/testgroup");
  420. }
  421. else if(refGbn == "2"){
  422. model.copyNode("/root/send/data1","/root/hidden/workno");
  423. }
  424. model.copyNode("/root/send/data2","/root/hidden/refparam");
  425. submit("TRLRR00101");
  426. model.copyNode("/root/send/data1","/root/hidden/default");
  427. model.copyNode("/root/send/data2","/root/hidden/default");
  428. for(i=1 ;i<grd_patList.rows;i++){
  429. if(model.getvalue("/root/main/patlist["+i+"]/rsltstat") == "-"){
  430. grd_patList.cellstyle("background-image", i, 1) = "../../../lis/commonweb/images/icnRSTFLAG_N.gif";
  431. grd_patList.cellstyle("background-position", i, 1) = "center"
  432. }else if(model.getvalue("/root/main/patlist["+i+"]/rsltstat") == "1"){
  433. grd_patList.cellstyle("background-image", i, 1) = "../../../lis/commonweb/images/icnRSTFLAG_1.gif";
  434. grd_patList.cellstyle("background-position", i, 1) = "center"
  435. }
  436. else if(model.getvalue("/root/main/patlist["+i+"]/rsltstat") == "2"){
  437. grd_patList.cellstyle("background-image", i, 1) = "../../../lis/commonweb/images/icnRSTFLAG_2gif";
  438. grd_patList.cellstyle("background-position", i, 1) = "center"
  439. }
  440. else if(model.getvalue("/root/main/patlist["+i+"]/rsltstat") == "4"
  441. || model.getvalue("/root/main/patlist["+i+"]/rsltstat") == "5"
  442. || model.getvalue("/root/main/patlist["+i+"]/rsltstat") == "6"){
  443. grd_patList.cellstyle("background-image", i, 1) = "../../../lis/commonweb/images/icnRSTFLAG_3.gif";
  444. grd_patList.cellstyle("background-position", i, 1) = "center"
  445. }
  446. else if(model.getvalue("/root/main/patlist["+i+"]/rsltstat") == "3"){
  447. grd_patList.cellstyle("background-image", i, 1) = "../../../lis/commonweb/images/icnRSTFLAG_F.gif";
  448. grd_patList.cellstyle("background-position", i, 1) = "center"
  449. }
  450. if(model.getvalue("/root/main/patlist["+i+"]/imagrsltyn") == "Y"){
  451. grd_patList.cellstyle("background-image", i, 2) = "../../../com/commonweb/images/icon_picture.gif";
  452. grd_patList.cellstyle("background-position", i, 2) = "center"
  453. }
  454. }
  455. }
  456. function fOnclick_grd_patList(){
  457. if(grd_patList.isCell(event.target) && grd_patList.row >= grd_patList.fixedRows ){
  458. model.resetInstanceNode("/root/main/testinfo");
  459. model.resetInstanceNode("/root/main/imglist");
  460. model.resetInstanceNode("/root/main/view");
  461. var row = grd_patList.row;
  462. model.makeValue("/root/send/bcno" , model.getvalue("/root/main/patlist["+row+"]/bcno"));
  463. model.makeValue("/root/send/testcd" , model.getvalue("/root/main/patlist["+row+"]/testcd"));
  464. submit("TRLRR00102");
  465. model.removeNodeset("/root/send/bcno");
  466. model.removeNodeset("/root/send/testcd");
  467. if(getNodesetCount("/root/main/testinfo/detailtestinfo") > 0){
  468. fReMake();
  469. }
  470. if(model.getvalue("/root/hidden/refparam/refgbn2") == "2"){
  471. fImgRslt();
  472. }
  473. //fUpPatinfo();
  474. fRsltCode();
  475. }
  476. }
  477. function fRsltCode(){
  478. model.removeNodeset("/root/main/rsltcode");
  479. model.refresh();
  480. var vTestcd = model.getvalue("/root/main/testinfo/spcltestinfo/testcd");
  481. var cdNodes = instance1.selectNodes("/root/init/LB0109[etc01='" + vTestcd + "']/cd");
  482. var cdNodes2 = instance1.selectNodes("/root/init/LB0109[etc01='" + vTestcd + "']/nm");
  483. var vRstcontLower ="";
  484. var vRstcontUpper = "";
  485. for (i = 1; i <= cdNodes.length; i++) {
  486. var cd = cdNodes.item(i - 1).text;
  487. var nm = cdNodes2.item(i - 1).text;
  488. datagrid4.addRow();
  489. model.setvalue("/root/main/rsltcode["+i+"]/cd" , cd);
  490. model.setvalue("/root/main/rsltcode["+i+"]/nm" , nm);
  491. }
  492. if(cdNodes.length > 0)
  493. model.refresh();
  494. }
  495. function fUpPatinfo(){
  496. if(datagrid3.rows> 1){
  497. //alert(" S▦" + model.getvalue("/root/main/testinfo/detailtestinfo/prcpdd")+ "▦" + model.getvalue("/root/main/testinfo/detailtestinfo/execprcpseqno") + "▦" + "012")
  498. setParameter("condparam", "S" + "▦" + model.getvalue("/root/main/testinfo/detailtestinfo/prcpdd")+ "▦"
  499. + model.getvalue("/root/main/testinfo/detailtestinfo/execprcpuniqno") + "▦"
  500. + model.getvalue("/root/main/testinfo/detailtestinfo/instcd") );
  501. modal("SPMMO08900");
  502. }
  503. }
  504. function fReMake(){
  505. for(i=1;i<datagrid3.rows;i++){
  506. datagrid3.cellstyle("background-color" , i,4) = "#EEFFFF";
  507. datagrid3.cellstyle("background-color" , i,5) = "#FFFFFA";
  508. if(model.getvalue("/root/main/testinfo/detailtestinfo["+i+"]/rstcdexists") == "Y"){
  509. datagrid3.cellstyle("background-image", i, 4) = "../../../lis/commonweb/images/icnRstCDExists.gif";
  510. datagrid3.cellstyle("background-position", i, 4) = "right";
  511. }
  512. }
  513. }
  514. function fInsRsltSave(flag){
  515. if(model.getvalue("/root/main/testinfo/spcltestinfo/bcno") == "") return;
  516. model.setvalue("/root/hidden/TestData/bcno" , model.getvalue("/root/main/testinfo/spcltestinfo/bcno"));
  517. model.setvalue("/root/hidden/TestData/testcd", model.getvalue("/root/main/testinfo/spcltestinfo/testcd"));
  518. model.setvalue("/root/hidden/TestData/spccd", model.getvalue("/root/main/testinfo/spcltestinfo/spccd"));
  519. model.setvalue("/root/hidden/TestData/inptrslt", "");
  520. model.setvalue("/root/hidden/TestData/rsltstat" , flag);
  521. model.setvalue("/root/hidden/TestData/testlrgkind" , model.getvalue("/root/main/testinfo/spcltestinfo/testlrgkind"));
  522. model.setvalue("/root/hidden/TestData/descrslt" , model.getvalue("/root/main/testinfo/spcltestinfo/descrslt"));
  523. model.copyNode("/root/send/data1" ,"/root/hidden/TestData" );
  524. if(getNodesetCount("/root/main/testinfo/detailtestinfo") > 0){
  525. for(i=1;i<datagrid3.rows; i++){
  526. //if(model.getvalue("/root/main/testinfo/detailtestinfo["+i+"]/chk") == "true")
  527. datagrid3.addStatus(i,"update");
  528. }
  529. var sSendData = datagrid3.getUpdateData();
  530. }
  531. else{
  532. var sSendData = "m▦rownum▦chk▦testcd▦bufinptrslt▦reptrslt▦inptrslt▩";
  533. }
  534. sSendData = sSendData + "u▦100▦true▦"+model.getvalue("/root/main/testinfo/spcltestinfo/testcd") +"▦" + model.getvalue("/root/main/testinfo/spcltestinfo/tclsscrnnm") +"▦▦▦▩";
  535. model.setvalue("/root/send/data2" , sSendData);
  536. submit("TXLRR00101");
  537. model.copyNode("/root/send/data1","/root/hidden/default");
  538. model.copyNode("/root/send/data2","/root/hidden/default");
  539. }
  540. function fImgRef(){
  541. model.copyNode("/root/send/data1" , "/root/main/testinfo/spcltestinfo");
  542. model.setvalue("/root/send/data2" , model.getvalue("/root/hidden/rsltseqno"));
  543. submit("TRLRR01502",false);
  544. setImageRefInstance("/root/main/view/imgrslt");
  545. img1.attribute("width")= model.getValue("/root/main/view/imgwidt");
  546. img1.attribute("height")= model.getValue("/root/main/view/imght");
  547. model.copyNode("/root/send/data1" , "/root/hidden/default");
  548. model.copyNode("/root/send/data2" , "/root/hidden/default");
  549. model.refresh();
  550. }
  551. function fImgRslt(){
  552. model.copyNode("/root/send/data1" , "/root/main/testinfo/spcltestinfo");
  553. submit("TRLRR01501");
  554. if(getNodesetCount("/root/main/imglist") > 0){
  555. combo5.value = model.getvalue("/root/main/imglist/rsltseqno");
  556. fImgRef();
  557. }
  558. model.refresh();
  559. }
  560. //키이벤트
  561. function fGridKeyEvent(){
  562. var row = datagrid3.row;
  563. var col = datagrid3.col;
  564. if(col == 4 ){
  565. if(event.keyCode == "13"){
  566. var vBufInptRslt = model.getvalue("/root/main/testinfo/detailtestinfo["+row+"]/bufinptrslt");
  567. var InptRslt = model.getvalue("/root/main/testinfo/detailtestinfo["+row+"]/inptrslt");
  568. if(vBufInptRslt == "" && InptRslt==""){
  569. model.setvalue("/root/main/testinfo/detailtestinfo["+row+"]/inptrslt",vBufInptRslt);
  570. return;
  571. }
  572. else{
  573. if(vBufInptRslt == InptRslt){
  574. fCvtViewResult(true);
  575. return;
  576. }
  577. }
  578. fCvtResultCode(row);
  579. fCvtViewResult();
  580. }
  581. }
  582. else{
  583. }
  584. }
  585. function datagrid3Click(){
  586. if(datagrid3.isCell(event.target) && datagrid3.row >= datagrid3.fixedRows ){
  587. }
  588. else return;
  589. var row = datagrid3.row;
  590. var col = datagrid3.col;
  591. if(row < 1) return;
  592. for(i=1;i<datagrid3.rows;i++){
  593. if(i == row){
  594. if(col == 4){
  595. var vInptRslt = model.getvalue("/root/main/testinfo/detailtestinfo["+row+"]/inptrslt");
  596. if(vInptRslt != ""){
  597. model.setvalue("/root/main/testinfo/detailtestinfo["+i+"]/bufinptrslt" , vInptRslt);
  598. //alert(model.getvalue("/root/main/testinfo/detailtestinfo["+i+"]/bufinptrslt"))
  599. }
  600. }
  601. else{
  602. model.setvalue("/root/main/testinfo/detailtestinfo["+i+"]/bufinptrslt" , "");
  603. }
  604. }
  605. else{
  606. model.setvalue("/root/main/testinfo/detailtestinfo["+i+"]/bufinptrslt" , "");
  607. }
  608. }
  609. }
  610. // 결과판정
  611. function fCvtViewResult(pMatch, pMulty, pRow){
  612. var vRow = datagrid3.row;
  613. var vCol = datagrid3.col;
  614. var vMaxRow = datagrid3.rows-1;
  615. if (typeof(pMatch) == "undefined") pMatch = false;
  616. if (typeof(pMulty) == "undefined") pMulty = false;
  617. if (typeof(pRow) != "undefined") vRow = pRow;
  618. var vBufinptrslt = model.getvalue("/root/main/testinfo/detailtestinfo["+vRow+"]/bufinptrslt");
  619. model.setvalue("/root/main/testinfo/detailtestinfo["+vRow+"]/inptrslt",vBufinptrslt);
  620. model.setvalue ("/root/main/testinfo/detailtestinfo["+vRow+"]/reptrslt",vBufinptrslt);
  621. if(model.getvalue("/root/main/testinfo/detailtestinfo["+vRow+"]/reptrslt") != ""){
  622. model.setvalue("/root/main/testinfo/detailtestinfo["+vRow+"]/chk", "true");
  623. }
  624. if (pMulty) {
  625. model.setvalue("/root/main/testinfo/detailtestinfo["+vRow+"]/bufinptrslt", "");
  626. } else {
  627. var vMoveRow = "";
  628. if(vMaxRow == parseInt(vRow))
  629. vMoveRow = parseInt(vRow);
  630. else
  631. vMoveRow = parseInt(vRow) + 1;
  632. if( vMaxRow >= vMoveRow ) {
  633. } else {
  634. vMoveRow -= 1;
  635. }
  636. model.setvalue("/root/main/testinfo/detailtestinfo["+vRow+"]/bufinptrslt", "");
  637. datagrid3.row = vMoveRow;
  638. datagrid3.col = 4;
  639. model.setvalue("/root/main/testinfo/detailtestinfo["+vMoveRow+"]/bufinptrslt",
  640. model.getvalue("/root/main/testinfo/detailtestinfo["+vMoveRow+"]/inptrslt"));
  641. }
  642. }
  643. function fCvtResultCode(row){
  644. var pRef = "/root/main/testinfo/detailtestinfo";
  645. var vTestcd = model.getValue(pRef + "["+row+"]/testcd");
  646. var vInptRslt = model.getValue(pRef + "["+row+"]/bufinptrslt");
  647. var cdNodes = instance1.selectNodes("/root/init/LB0109[etc01='" + vTestcd + "']/cd");
  648. var cdNodes2 = instance1.selectNodes("/root/init/LB0109[etc01='" + vTestcd + "']/nm");
  649. var vRstcontLower ="";
  650. var vRstcontUpper = "";
  651. for (i = 1; i <= cdNodes.length; i++) {
  652. var cd = cdNodes.item(i - 1).text;
  653. var nm = cdNodes2.item(i - 1).text;
  654. if(vInptRslt.toLowerCase() == cd) vRstcontLower = nm;
  655. if(vInptRslt.toUpperCase() == cd) vRstcontUpper = nm;
  656. }
  657. if (vRstcontLower.getTrim() != "" || vRstcontUpper.getTrim() != "" ) {
  658. var vRstcont = (vRstcontLower.getTrim() != "") ? vRstcontLower.getTrim() : vRstcontUpper.getTrim();
  659. model.setValue(pRef + "["+row+"]/bufinptrslt", vRstcont);
  660. model.setValue(pRef + "["+row+"]/inptrslt", vRstcont);
  661. }
  662. }
  663. function fRsltCodeDBClick(){
  664. var vDescrslt = model.getvalue("/root/main/testinfo/spcltestinfo/descrslt");
  665. var vRow = datagrid4.row;
  666. vDescrslt = vDescrslt + "\n" + model.getvalue("/root/main/rsltcode["+vRow+"]/nm");
  667. model.setvalue("/root/main/testinfo/spcltestinfo/descrslt" , vDescrslt);
  668. model.refresh();
  669. }
  670. //의뢰서 조회
  671. function fRefREQSHT() {
  672. if(button4.selected) {
  673. modal("SPLRR90100");
  674. } else if(button5.selected) {
  675. modal("SPLRR90200");
  676. } else if(button9.selected) {
  677. modal("SPLRR90400");
  678. } else if(button34.selected) {
  679. modal("SPLRR90300");
  680. } else if(button40.selected) {
  681. modal("SPLRR90600");
  682. }
  683. }
  684. ]]>
  685. </script>
  686. </xhtml:head>
  687. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  688. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  689. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:126px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">판독결과관리</caption>
  690. </group>
  691. <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
  692. <switch id="switch1" class="sw_box" style="left:0px; top:31px; width:320px; height:169px; ">
  693. <case id="case1" selected="true">
  694. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:4px; top:4px; width:310px; height:159px; "/>
  695. <caption id="caption2" class="search_name" style="left:14px; top:62px; width:90px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">접수일자 :</caption>
  696. <caption id="caption4" class="search_name" style="left:14px; top:86px; width:112px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">특수검사그룹 :</caption>
  697. <input id="input1" ref="/root/hidden/testgroup/startdd" class="input_search" inputtype="date" style="left:105px; top:61px; width:89px; height:19px; "/>
  698. <input id="input2" ref="/root/hidden/testgroup/enddd" class="input_search" inputtype="date" style="left:210px; top:61px; width:89px; height:19px; "/>
  699. <caption id="caption7" class="search_no_b" style="left:196px; top:62px; width:15px; height:17px; ">~</caption>
  700. <select1 id="combo1" ref="/root/hidden/testgroup/spcltestgrupcd" class="combo_search" appearance="minimal" style="left:129px; top:85px; width:170px; height:19px; ">
  701. <choices>
  702. <itemset nodeset="/root/init/LB0901">
  703. <label ref="nm"/>
  704. <value ref="cd"/>
  705. </itemset>
  706. </choices>
  707. </select1>
  708. <line id="line13" class="line_4" style="x1:228px; y1:134px; x2:228px; y2:156px; "/>
  709. <button id="button13" class="btn1_letter2" style="left:243px; top:134px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  710. <caption>조회</caption>
  711. <script type="javascript" ev:event="DOMActivate">
  712. <![CDATA[
  713. Onclick_btnRef();
  714. ]]>
  715. </script>
  716. </button>
  717. <caption id="caption18" class="search_name" style="left:14px; top:134px; width:90px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">결과구분 :</caption>
  718. <select1 id="combo3" ref="/root/hidden/testgroup/rstflag" class="combo_search" appearance="minimal" style="left:130px; top:133px; width:73px; height:19px; ">
  719. <choices>
  720. <item>
  721. <label>전체</label>
  722. <value>0</value>
  723. </item>
  724. <item>
  725. <label>미검사</label>
  726. <value>1</value>
  727. </item>
  728. <item>
  729. <label>미완료</label>
  730. <value>2</value>
  731. </item>
  732. <item>
  733. <label>최종보고</label>
  734. <value>3</value>
  735. </item>
  736. </choices>
  737. </select1>
  738. <caption id="caption5" class="search_name" style="left:14px; top:110px; width:90px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">일련번호 :</caption>
  739. <caption id="caption17" class="search_no_b" style="left:208px; top:108px; width:15px; height:17px; ">~</caption>
  740. <input id="input3" ref="/root/hidden/testgroup/sworkseq" class="input_search" style="left:129px; top:109px; width:75px; height:19px; ">
  741. <script type="javascript" ev:event="DOMFocusOut">
  742. <![CDATA[
  743. var sNo = model.getvalue("/root/hidden/testgroup/sworkseq");
  744. sNo = sNo.getLeftPad(5,0);
  745. model.setvalue("/root/hidden/testgroup/sworkseq" , sNo) ;
  746. input3.refresh();
  747. ]]>
  748. </script>
  749. </input>
  750. <input id="input10" ref="/root/hidden/testgroup/eworkseq" class="input_search" style="left:224px; top:109px; width:75px; height:19px; ">
  751. <script type="javascript" ev:event="DOMFocusOut">
  752. <![CDATA[
  753. var sNo = model.getvalue("/root/hidden/testgroup/eworkseq");
  754. sNo = sNo.getLeftPad(5,0);
  755. model.setvalue("/root/hidden/testgroup/eworkseq" , sNo) ;
  756. input10.refresh();
  757. ]]>
  758. </script>
  759. </input>
  760. <select1 id="combo5" ref="/root/hidden/testgroup/refgbn" class="combo_search" appearance="minimal" style="left:105px; top:8px; width:155px; height:19px; ">
  761. <choices>
  762. <item>
  763. <label>검체번호</label>
  764. <value>1</value>
  765. </item>
  766. <item>
  767. <label>등록번호</label>
  768. <value>2</value>
  769. </item>
  770. <item>
  771. <label>환자성명</label>
  772. <value>3</value>
  773. </item>
  774. </choices>
  775. <script type="javascript" ev:event="xforms-value-changed">
  776. <![CDATA[
  777. var flag = model.getvalue("/root/hidden/refparam/searchflag");
  778. if(flag != "1"){
  779. checkbox1.disabled = true;
  780. }
  781. else{
  782. checkbox1.disabled = false;
  783. }
  784. if(model.getValue("/root/hidden/testgroup/refgbn")=="3"){
  785. iptSearch.attribute("imemode") = "hangul";
  786. }else{
  787. iptSearch.attribute("imemode") = "alpha";
  788. }
  789. ]]>
  790. </script>
  791. </select1>
  792. <input id="iptSearch" ref="/root/hidden/testgroup/text" navindex="1" class="input_button" inputtype="button" style="left:105px; top:32px; width:195px; height:19px; ">
  793. <script type="javascript" ev:event="onbuttonclick">
  794. <![CDATA[
  795. //fOnclickBtnRef("Q");
  796. ]]>
  797. </script>
  798. </input>
  799. <caption id="caption127" class="search_name" style="left:15px; top:9px; width:94px; height:17px; ">검색구분 :</caption>
  800. <line id="line89" class="line_7" style="x1:14px; y1:56px; x2:299px; y2:56px; "/>
  801. </case>
  802. <case id="case2">
  803. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:4px; top:4px; width:310px; height:159px; "/>
  804. <caption id="caption8" class="search_name" style="left:14px; top:62px; width:100px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">작업일자 :</caption>
  805. <caption id="caption9" class="search_name" style="left:14px; top:86px; width:100px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">작업그룹 :</caption>
  806. <caption id="caption10" class="search_name" style="left:14px; top:110px; width:100px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">작업번호 :</caption>
  807. <input id="input4" ref="/root/hidden/workno/sworkseq" class="input_search" style="left:105px; top:109px; width:89px; height:19px; "/>
  808. <input id="input5" ref="/root/hidden/workno/eworkseq" class="input_search" style="left:210px; top:109px; width:89px; height:19px; "/>
  809. <input id="input6" ref="/root/hidden/workno/startdd" class="input_search" inputtype="date" style="left:105px; top:61px; width:89px; height:19px; "/>
  810. <input id="input7" ref="/root/hidden/workno/enddd" class="input_search" inputtype="date" style="left:210px; top:61px; width:89px; height:19px; "/>
  811. <caption id="caption11" class="search_no_b" style="left:196px; top:62px; width:15px; height:17px; ">~</caption>
  812. <caption id="caption12" class="search_no_b" style="left:196px; top:111px; width:15px; height:17px; ">~</caption>
  813. <line id="line3" class="line_4" style="x1:228px; y1:134px; x2:228px; y2:156px; "/>
  814. <button id="button19" class="btn1_letter2" style="left:243px; top:134px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  815. <caption>조회</caption>
  816. <script type="javascript" ev:event="DOMActivate">
  817. <![CDATA[
  818. Onclick_btnRef();
  819. ]]>
  820. </script>
  821. </button>
  822. <select1 id="combo8" ref="/root/hidden/workno/rstflag" class="combo_search" appearance="minimal" style="left:105px; top:133px; width:88px; height:19px; ">
  823. <choices>
  824. <item>
  825. <label>전체</label>
  826. <value>0</value>
  827. </item>
  828. <item>
  829. <label>미검사</label>
  830. <value>1</value>
  831. </item>
  832. <item>
  833. <label>미완료</label>
  834. <value>2</value>
  835. </item>
  836. <item>
  837. <label>최종보고</label>
  838. <value>3</value>
  839. </item>
  840. </choices>
  841. </select1>
  842. <caption id="caption3" class="search_name" style="left:14px; top:134px; width:100px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">결과구분 :</caption>
  843. <select1 id="combo2" ref="/root/hidden/workno/workcd" class="combo_search" appearance="minimal" style="left:105px; top:85px; width:170px; height:19px; ">
  844. <choices>
  845. <itemset nodeset="/root/init/LB0103">
  846. <label ref="nm"/>
  847. <value ref="cd"/>
  848. </itemset>
  849. </choices>
  850. </select1>
  851. <button id="button61" class="icon_search" style="left:280px; top:85px; width:16px; height:16px; background-image:../../../com/commonweb/images/icon_search.gif; ">
  852. <caption/>
  853. <script type="javascript" ev:event="DOMActivate">
  854. <![CDATA[
  855. modal("SMLLF90400");
  856. fBaseInfoRef2("0103|");
  857. ]]>
  858. </script>
  859. </button>
  860. <caption id="caption128" class="search_name" style="left:15px; top:9px; width:94px; height:17px; ">검색구분 :</caption>
  861. <line id="line90" class="line_7" style="x1:14px; y1:56px; x2:299px; y2:56px; "/>
  862. <select1 id="combo7" ref="/root/hidden/workno/refgbn" class="combo_search" appearance="minimal" style="left:105px; top:8px; width:155px; height:19px; ">
  863. <choices>
  864. <item>
  865. <label>검체번호</label>
  866. <value>1</value>
  867. </item>
  868. <item>
  869. <label>등록번호</label>
  870. <value>2</value>
  871. </item>
  872. <item>
  873. <label>환자성명</label>
  874. <value>3</value>
  875. </item>
  876. </choices>
  877. <script type="javascript" ev:event="xforms-value-changed">
  878. <![CDATA[
  879. var flag = model.getvalue("/root/hidden/refparam/searchflag");
  880. if(flag != "1"){
  881. checkbox1.disabled = true;
  882. }
  883. else{
  884. checkbox1.disabled = false;
  885. }
  886. if(model.getValue("/root/hidden/workno/refgbn")=="3"){
  887. input37.attribute("imemode") = "hangul";
  888. }else{
  889. input37.attribute("imemode") = "alpha";
  890. }
  891. ]]>
  892. </script>
  893. </select1>
  894. <input id="input37" ref="/root/hidden/workno/text" navindex="1" class="input_button" inputtype="button" style="left:105px; top:32px; width:195px; height:19px; ">
  895. <script type="javascript" ev:event="onbuttonclick">
  896. <![CDATA[
  897. //fOnclickBtnRef("Q");
  898. ]]>
  899. </script>
  900. </input>
  901. </case>
  902. </switch>
  903. <caption id="caption16" class="tit_2" style="left:5px; top:209px; width:115px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">환자목록</caption>
  904. <line id="line4" class="line_1" style="x1:0px; y1:225px; x2:320px; y2:225px; "/>
  905. <button id="button16" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:89px; top:10px; width:75px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  906. <caption>검사항목별</caption>
  907. <script type="javascript" ev:event="DOMActivate">
  908. <![CDATA[
  909. model.setvalue("/root/hidden/refparam/refgbn","2");
  910. model.toggle("case2");
  911. ]]>
  912. </script>
  913. </button>
  914. <button id="button6" class="btn_sw" group="tab" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:0px; top:10px; width:89px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  915. <caption>특수검사그룹별</caption>
  916. <script type="javascript" ev:event="DOMActivate">
  917. <![CDATA[
  918. model.setvalue("/root/hidden/refparam/refgbn","1");
  919. model.toggle("case1");
  920. ]]>
  921. </script>
  922. </button>
  923. <datagrid id="grd_patList" nodeset="/root/main/patlist" caption="^특수검사번호^특수검사번호^등록번호^성명^검사명^검체번호^testcd" colwidth="22, 21, 111, 71, 62, 100, 100, 100" dataheight="23" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:230px; width:320px; height:504px; ">
  924. <col ref="img"/>
  925. <col/>
  926. <col ref="spclno"/>
  927. <col ref="pid"/>
  928. <col ref="patnm"/>
  929. <col ref="tclsscrnnm"/>
  930. <col ref="bcno"/>
  931. <col ref="testcd"/>
  932. <script type="javascript" ev:event="onclick">
  933. <![CDATA[
  934. fOnclick_grd_patList();
  935. ]]>
  936. </script>
  937. </datagrid>
  938. <caption id="caption21" class="tit_2" style="left:330px; top:15px; width:115px; height:14px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">특수검사 정보</caption>
  939. <line id="line7" class="line_1" style="x1:325px; y1:31px; x2:1192px; y2:31px; "/>
  940. <caption id="caption20" class="cell_1" style="left:325px; top:60px; width:70px; height:23px; vertical-align:middle; ">채취일시</caption>
  941. <caption id="caption22" class="cell_1" style="left:541px; top:60px; width:70px; height:23px; vertical-align:middle; ">접수일시</caption>
  942. <caption id="caption23" class="cell_1" style="left:757px; top:60px; width:70px; height:23px; vertical-align:middle; ">검사일시</caption>
  943. <caption id="caption24" class="cell_1" style="left:973px; top:60px; width:70px; height:23px; vertical-align:middle; ">판독일시</caption>
  944. <output id="output3" ref="/root/main/testinfo/spcltestinfo/extrtestinstcd" class="output_fix" style="left:398px; top:37px; width:100px; height:19px; "/>
  945. <output id="output1" ref="/root/main/testinfo/spcltestinfo/pid" class="output_fix" style="left:574px; top:37px; width:90px; height:19px; "/>
  946. <output id="output2" ref="/root/main/testinfo/spcltestinfo/patnm" class="output_fix" style="left:740px; top:37px; width:100px; height:19px; "/>
  947. <output id="output4" ref="/root/main/testinfo/spcltestinfo/orddeptnm" class="output_fix" style="left:916px; top:37px; width:100px; height:19px; "/>
  948. <output id="output5" ref="/root/main/testinfo/spcltestinfo/orddrnm" class="output_fix" style="left:1092px; top:37px; width:100px; height:19px; "/>
  949. <output id="output6" ref="/root/main/testinfo/spcltestinfo/bcolldt" class="output_fix" format="9999-99-99 99:99:99" style="left:398px; top:61px; width:140px; height:19px; "/>
  950. <output id="output7" ref="/root/main/testinfo/spcltestinfo/spcacptdt" class="output_fix" format="9999-99-99 99:99:99" style="left:614px; top:61px; width:140px; height:19px; "/>
  951. <output id="output8" ref="/root/main/testinfo/spcltestinfo/lastreptdt" class="output_fix" format="9999-99-99 99:99:99" style="left:830px; top:61px; width:140px; height:19px; "/>
  952. <output id="output9" ref="/root/main/testinfo/spcltestinfo/medispcdt" class="output_fix" format="9999-99-99 99:99:99" style="left:1046px; top:61px; width:146px; height:19px; "/>
  953. <line id="line9" class="line_3" style="x1:325px; y1:82px; x2:1192px; y2:82px; "/>
  954. <line id="line6" class="line_2" style="x1:325px; y1:58px; x2:1192px; y2:58px; "/>
  955. <caption id="caption1" class="cell_1" style="left:501px; top:36px; width:70px; height:23px; vertical-align:middle; ">등록번호</caption>
  956. <caption id="caption13" class="cell_1" style="left:667px; top:36px; width:70px; height:23px; vertical-align:middle; ">성명</caption>
  957. <caption id="caption14" class="cell_1" style="left:325px; top:36px; width:70px; height:23px; vertical-align:middle; ">병원명</caption>
  958. <caption id="caption15" class="cell_1" style="left:843px; top:36px; width:70px; height:23px; vertical-align:middle; ">진료과명</caption>
  959. <caption id="caption19" class="cell_1" style="left:1019px; top:36px; width:70px; height:23px; vertical-align:middle; ">진료의명</caption>
  960. <button id="button7" class="btn2_letter6" style="left:1105px; top:10px; width:86px; height:19px; background-image:../../../com/commonweb/images/btn2_letter6.gif; ">
  961. <caption>기본정보조회</caption>
  962. </button>
  963. <switch id="switch3" style="left:325px; top:110px; width:867px; height:624px; ">
  964. <case id="case5" style="left:0px; top:0px; width:866px; height:643px; ">
  965. <caption id="caption25" class="tit_2" style="left:10px; top:10px; width:115px; height:14px; ">CBC Result</caption>
  966. <line id="line1" class="line_1" style="x1:5px; y1:26px; x2:430px; y2:26px; "/>
  967. <line id="line2" class="line_1" style="x1:435px; y1:26px; x2:860px; y2:26px; "/>
  968. <caption id="caption26" class="tit_2" style="left:440px; top:10px; width:115px; height:13px; ">연관검사</caption>
  969. <line id="line10" class="line_1" style="x1:5px; y1:197px; x2:860px; y2:197px; "/>
  970. <caption id="caption27" class="tit_2" style="left:10px; top:181px; width:115px; height:13px; ">BM 이전결과</caption>
  971. <line id="line11" class="line_1" style="x1:5px; y1:353px; x2:860px; y2:353px; "/>
  972. <caption id="caption28" class="tit_2" style="left:10px; top:337px; width:115px; height:13px; ">판독결과</caption>
  973. <textarea id="textarea5" style="left:5px; top:358px; width:855px; height:115px; "/>
  974. <line id="line12" class="line_1" style="x1:5px; y1:499px; x2:860px; y2:499px; "/>
  975. <caption id="caption29" class="tit_2" style="left:10px; top:483px; width:115px; height:13px; ">Interpretation</caption>
  976. <textarea id="textarea6" style="left:5px; top:504px; width:855px; height:115px; "/>
  977. <button id="button11" class="btn2_letter4" style="left:796px; top:5px; width:64px; height:19px; ">
  978. <caption>연관검사</caption>
  979. </button>
  980. <datagrid id="datagrid23" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:5px; top:31px; width:425px; height:140px; ">
  981. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  982. <col ref="testcd"/>
  983. <col ref="tclsscrnnm"/>
  984. <col ref="bufinptrslt" type="input"/>
  985. <col ref="reptrslt"/>
  986. <col ref="inptrslt"/>
  987. <script type="javascript" ev:event="onkeypress">
  988. <![CDATA[
  989. fGridKeyEvent();
  990. ]]>
  991. </script>
  992. <script type="javascript" ev:event="onclick">
  993. <![CDATA[
  994. datagrid3Click();
  995. ]]>
  996. </script>
  997. </datagrid>
  998. <datagrid id="datagrid24" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:435px; top:31px; width:425px; height:140px; ">
  999. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1000. <col ref="testcd"/>
  1001. <col ref="tclsscrnnm"/>
  1002. <col ref="bufinptrslt" type="input"/>
  1003. <col ref="reptrslt"/>
  1004. <col ref="inptrslt"/>
  1005. <script type="javascript" ev:event="onkeypress">
  1006. <![CDATA[
  1007. fGridKeyEvent();
  1008. ]]>
  1009. </script>
  1010. <script type="javascript" ev:event="onclick">
  1011. <![CDATA[
  1012. datagrid3Click();
  1013. ]]>
  1014. </script>
  1015. </datagrid>
  1016. <datagrid id="datagrid25" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:5px; top:202px; width:855px; height:125px; ">
  1017. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1018. <col ref="testcd"/>
  1019. <col ref="tclsscrnnm"/>
  1020. <col ref="bufinptrslt" type="input"/>
  1021. <col ref="reptrslt"/>
  1022. <col ref="inptrslt"/>
  1023. <script type="javascript" ev:event="onkeypress">
  1024. <![CDATA[
  1025. fGridKeyEvent();
  1026. ]]>
  1027. </script>
  1028. <script type="javascript" ev:event="onclick">
  1029. <![CDATA[
  1030. datagrid3Click();
  1031. ]]>
  1032. </script>
  1033. </datagrid>
  1034. </case>
  1035. <case id="case6" style="left:0px; top:0px; width:866px; height:643px; ">
  1036. <caption id="caption34" class="tit_2" style="left:10px; top:10px; width:135px; height:14px; ">Bone Marrow 결과</caption>
  1037. <line id="line14" class="line_1" style="x1:5px; y1:26px; x2:860px; y2:26px; "/>
  1038. <input id="input8" class="input_essential" style="left:5px; top:31px; width:120px; height:19px; "/>
  1039. <textarea id="textarea7" style="left:130px; top:31px; width:730px; height:37px; "/>
  1040. <button id="button12" class="btn2_letter6" style="left:774px; top:5px; width:86px; height:19px; ">
  1041. <caption>연관검사결과</caption>
  1042. </button>
  1043. <line id="line15" class="line_1" style="x1:5px; y1:96px; x2:860px; y2:96px; "/>
  1044. <caption id="caption35" class="tit_2" style="left:10px; top:80px; width:238px; height:13px; ">이전 검사 결과 (선택 검사에 대한)</caption>
  1045. <line id="line16" class="line_3" style="x1:5px; y1:69px; x2:860px; y2:69px; "/>
  1046. <textarea id="textarea8" style="left:5px; top:101px; width:855px; height:60px; "/>
  1047. <textarea id="textarea9" style="left:5px; top:192px; width:855px; height:60px; "/>
  1048. <line id="line18" class="line_1" style="x1:5px; y1:187px; x2:860px; y2:187px; "/>
  1049. <caption id="caption36" class="tit_2" style="left:10px; top:171px; width:238px; height:13px; ">임상적 적응중</caption>
  1050. <datagrid id="datagrid1" nodeset="/root/main/testinfo/detailtestinfo" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:5px; top:282px; width:400px; height:123px; ">
  1051. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1052. <col ref="testcd"/>
  1053. <col ref="tclsscrnnm"/>
  1054. <col ref="bufinptrslt" type="input"/>
  1055. <col ref="reptrslt"/>
  1056. <col ref="inptrslt"/>
  1057. <script type="javascript" ev:event="onkeypress">
  1058. <![CDATA[
  1059. //fGridKeyEvent();
  1060. ]]>
  1061. </script>
  1062. <script type="javascript" ev:event="onclick">
  1063. <![CDATA[
  1064. //datagrid3Click();
  1065. ]]>
  1066. </script>
  1067. </datagrid>
  1068. <caption id="caption37" class="tit_2" style="left:5px; top:262px; width:115px; height:13px; ">세부검사 목록</caption>
  1069. <button id="button14" class="btn2_letter6" style="left:319px; top:257px; width:86px; height:19px; ">
  1070. <caption>연관검사조회</caption>
  1071. <script type="javascript" ev:event="DOMActivate">
  1072. <![CDATA[
  1073. if(model.getValue("/root/main/testinfo/spcltestinfo/testcd") != ""){
  1074. model.setValue("/root/hidden/RelationParm/pid", model.getValue("/root/main/testinfo/spcltestinfo/pid"));
  1075. model.setValue("/root/hidden/RelationParm/tclsscrnnm", model.getValue("/root/main/testinfo/spcltestinfo/tclsscrnnm"));
  1076. model.setValue("/root/hidden/RelationParm/testcd", model.getValue("/root/main/testinfo/spcltestinfo/testcd"));
  1077. model.setValue("/root/hidden/RelationParm/spccd", model.getValue("/root/main/testinfo/spcltestinfo/spccd"));
  1078. modal("SMLLR90400" , "","","","","/root/hidden/RelationParm" , "/root/hidden/RelationParm");
  1079. }
  1080. ]]>
  1081. </script>
  1082. </button>
  1083. <line id="line19" class="line_1" style="x1:5px; y1:277px; x2:405px; y2:277px; "/>
  1084. <line id="line20" class="line_1" style="x1:410px; y1:277px; x2:860px; y2:277px; "/>
  1085. <datagrid id="datagrid2" nodeset="/root/main/rsltcode" caption="결과코드^결과내용" colwidth="100, 320" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:410px; top:282px; width:450px; height:123px; ">
  1086. <col ref="cd"/>
  1087. <col ref="nm"/>
  1088. <script type="javascript" ev:event="ondblclick">
  1089. <![CDATA[
  1090. //fRsltCodeDBClick();
  1091. ]]>
  1092. </script>
  1093. </datagrid>
  1094. <caption id="caption38" class="tit_2" style="left:415px; top:262px; width:115px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">결과예문</caption>
  1095. <button id="button15" class="btn2_letter9" style="left:741px; top:257px; width:119px; height:19px; ">
  1096. <caption>결과예문코드 등록</caption>
  1097. <script type="javascript" ev:event="DOMActivate">
  1098. <![CDATA[
  1099. modal("SMLLF00700");
  1100. ]]>
  1101. </script>
  1102. </button>
  1103. <switch id="switch4" class="sw_box" style="left:5px; top:437px; width:855px; height:186px; ">
  1104. <case id="case31" selected="true">
  1105. <textarea id="textarea10" ref="/root/main/testinfo/spcltestinfo/descrslt" style="left:5px; top:5px; width:845px; height:177px; "/>
  1106. </case>
  1107. <case id="case32">
  1108. <select1 id="combo4" ref="/root/hidden/rsltseqno" class="combo_default" appearance="minimal" style="left:88px; top:4px; width:120px; height:19px; ">
  1109. <choices>
  1110. <itemset nodeset="/root/main/imglist">
  1111. <label ref="lastupdtrdt"/>
  1112. <value ref="rsltseqno"/>
  1113. </itemset>
  1114. </choices>
  1115. <script type="javascript" ev:event="xforms-value-changed">
  1116. <![CDATA[
  1117. fImgRef();
  1118. ]]>
  1119. </script>
  1120. </select1>
  1121. <button id="button18" class="btn2_letter7" style="left:210px; top:4px; width:97px; height:19px; ">
  1122. <caption>이미지결과등록</caption>
  1123. <script type="javascript" ev:event="DOMActivate">
  1124. <![CDATA[
  1125. if(model.getvalue("/root/main/testinfo/spcltestinfo/bcno") != ""){
  1126. modal("SMLRR01500","", "", "","", "/root/main/testinfo/spcltestinfo", "/root/hidden/spcltestinfo");
  1127. fImgRslt();
  1128. }
  1129. ]]>
  1130. </script>
  1131. </button>
  1132. <caption id="caption39" class="cell_1" style="left:5px; top:2px; width:80px; height:23px; vertical-align:middle; ">History</caption>
  1133. <caption id="caption40" class="no_image" visibility="hidden" style="left:310px; top:5px; width:210px; height:240px; vertical-align:middle; background-image:../../../com/commonweb/images/no_image.gif; "/>
  1134. <img id="img3" ref="/root/main/view/imgrslt" src="../images/결과이미지.gif" style="left:5px; top:30px; width:800px; height:148px; background-stretch:stretch; "/>
  1135. <img id="img4" visibility="hidden" style="left:420px; top:30px; width:365px; height:148px; background-color:#ff6600; background-stretch:stretch; "/>
  1136. </case>
  1137. </switch>
  1138. <button id="button20" class="btn_sw" group="tab" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:94px; top:415px; width:90px; height:22px; ">
  1139. <caption>이미지결과</caption>
  1140. <script type="javascript" ev:event="DOMActivate">
  1141. <![CDATA[
  1142. model.toggle("case32");
  1143. ]]>
  1144. </script>
  1145. </button>
  1146. <button id="button21" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:5px; top:415px; width:89px; height:22px; ">
  1147. <caption>서술결과</caption>
  1148. <script type="javascript" ev:event="DOMActivate">
  1149. <![CDATA[
  1150. model.toggle("case31");
  1151. ]]>
  1152. </script>
  1153. </button>
  1154. </case>
  1155. <case id="case7" style="left:0px; top:0px; width:866px; height:643px; ">
  1156. <textarea id="textarea11" style="left:130px; top:31px; width:730px; height:37px; "/>
  1157. <input id="input9" class="input_essential" style="left:5px; top:31px; width:120px; height:19px; "/>
  1158. <textarea id="textarea12" style="left:5px; top:101px; width:855px; height:145px; "/>
  1159. <line id="line21" class="line_1" style="x1:5px; y1:26px; x2:860px; y2:26px; "/>
  1160. <line id="line22" class="line_1" style="x1:5px; y1:96px; x2:860px; y2:96px; "/>
  1161. <caption id="caption41" class="tit_2" style="left:10px; top:10px; width:145px; height:13px; ">Bone Marrow 결과</caption>
  1162. <caption id="caption42" class="tit_2" style="left:10px; top:80px; width:135px; height:13px; ">이전 검사 결과</caption>
  1163. <line id="line23" class="line_3" style="x1:5px; y1:69px; x2:860px; y2:69px; "/>
  1164. <button id="button22" class="btn2_letter6" style="left:774px; top:5px; width:86px; height:19px; ">
  1165. <caption>연관검사결과</caption>
  1166. </button>
  1167. <button id="button23" class="btn_sw" group="tab" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:94px; top:254px; width:90px; height:22px; ">
  1168. <caption>이미지결과</caption>
  1169. <script type="javascript" ev:event="DOMActivate">
  1170. <![CDATA[
  1171. model.toggle("case34");
  1172. ]]>
  1173. </script>
  1174. </button>
  1175. <button id="button24" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:5px; top:254px; width:89px; height:22px; ">
  1176. <caption>서술결과</caption>
  1177. <script type="javascript" ev:event="DOMActivate">
  1178. <![CDATA[
  1179. model.toggle("case33");
  1180. ]]>
  1181. </script>
  1182. </button>
  1183. <switch id="switch5" class="sw_box" style="left:5px; top:275px; width:859px; height:345px; ">
  1184. <case id="case33" selected="true">
  1185. <line id="line24" class="line_1" style="x1:5px; y1:26px; x2:425px; y2:26px; "/>
  1186. <caption id="caption45" class="tit_2" style="left:10px; top:10px; width:135px; height:14px; ">결과예문</caption>
  1187. <datagrid id="datagrid5" caption="코드^예문 Title" colwidth="100, 255" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" colsep="^" style="left:5px; top:31px; width:420px; height:311px; ">
  1188. <col/>
  1189. <col/>
  1190. </datagrid>
  1191. <line id="line25" class="line_1" style="x1:430px; y1:26px; x2:850px; y2:26px; "/>
  1192. <caption id="caption46" class="tit_2" style="left:435px; top:10px; width:135px; height:14px; ">판독결과</caption>
  1193. <textarea id="textarea13" style="left:430px; top:31px; width:420px; height:169px; "/>
  1194. <line id="line26" class="line_1" style="x1:430px; y1:226px; x2:850px; y2:226px; "/>
  1195. <caption id="caption47" class="tit_2" style="left:435px; top:210px; width:135px; height:13px; ">Interpretation</caption>
  1196. <textarea id="textarea14" style="left:430px; top:231px; width:420px; height:109px; "/>
  1197. </case>
  1198. <case id="case34">
  1199. <select1 id="combo6" ref="/root/hidden/rsltseqno" class="combo_default" appearance="minimal" style="left:88px; top:4px; width:120px; height:19px; ">
  1200. <choices>
  1201. <itemset nodeset="/root/main/imglist">
  1202. <label ref="lastupdtrdt"/>
  1203. <value ref="rsltseqno"/>
  1204. </itemset>
  1205. </choices>
  1206. <script type="javascript" ev:event="xforms-value-changed">
  1207. <![CDATA[
  1208. //fImgRef();
  1209. ]]>
  1210. </script>
  1211. </select1>
  1212. <button id="button25" class="btn2_letter7" style="left:210px; top:4px; width:97px; height:19px; ">
  1213. <caption>이미지결과등록</caption>
  1214. <script type="javascript" ev:event="DOMActivate">
  1215. <![CDATA[
  1216. /* if(model.getvalue("/root/main/testinfo/spcltestinfo/bcno") != ""){
  1217. modal("SMLRR01500","", "", "","", "/root/main/testinfo/spcltestinfo", "/root/hidden/spcltestinfo");
  1218. fImgRslt();
  1219. }*/
  1220. ]]>
  1221. </script>
  1222. </button>
  1223. <caption id="caption43" class="cell_1" style="left:5px; top:2px; width:80px; height:23px; vertical-align:middle; ">History</caption>
  1224. <caption id="caption44" class="no_image" visibility="hidden" style="left:75px; top:65px; width:210px; height:240px; vertical-align:middle; background-image:../../../com/commonweb/images/no_image.gif; "/>
  1225. <img id="img5" ref="/root/main/view/imgrslt" src="../images/결과이미지.gif" style="left:25px; top:35px; width:800px; height:300px; background-stretch:stretch; "/>
  1226. <img id="img6" visibility="hidden" style="left:315px; top:10px; width:365px; height:325px; background-color:#ff6600; background-stretch:stretch; "/>
  1227. </case>
  1228. </switch>
  1229. <button id="button26" class="btn2_letter4" style="left:796px; top:75px; width:64px; height:19px; ">
  1230. <caption>Refresh</caption>
  1231. </button>
  1232. </case>
  1233. <case id="case8" style="left:0px; top:0px; width:866px; height:643px; ">
  1234. <input id="input11" class="input_essential" style="left:5px; top:31px; width:120px; height:19px; "/>
  1235. <line id="line27" class="line_1" style="x1:5px; y1:26px; x2:860px; y2:26px; "/>
  1236. <caption id="caption48" class="tit_2" style="left:10px; top:10px; width:145px; height:13px; ">Bone Marrow 결과</caption>
  1237. <line id="line28" class="line_3" style="x1:5px; y1:69px; x2:860px; y2:69px; "/>
  1238. <button id="button27" class="btn2_letter6" style="left:774px; top:5px; width:86px; height:19px; background-image:../../../com/commonweb/images/btn2_letter6.gif; ">
  1239. <caption>연관검사결과</caption>
  1240. </button>
  1241. <textarea id="textarea15" style="left:130px; top:31px; width:730px; height:37px; "/>
  1242. <datagrid id="datagrid6" caption="결과코드^결과예문" colwidth="100, 275" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:5px; top:353px; width:420px; height:267px; ">
  1243. <col ref="cd"/>
  1244. <col ref="nm"/>
  1245. <script type="javascript" ev:event="ondblclick">
  1246. <![CDATA[
  1247. //fRsltCodeDBClick();
  1248. ]]>
  1249. </script>
  1250. </datagrid>
  1251. <line id="line29" class="line_1" style="x1:5px; y1:348px; x2:425px; y2:348px; "/>
  1252. <caption id="caption49" class="tit_2" style="left:10px; top:333px; width:115px; height:13px; ">결과예문</caption>
  1253. <line id="line30" class="line_1" style="x1:5px; y1:95px; x2:425px; y2:95px; "/>
  1254. <caption id="caption50" class="tit_2" style="left:10px; top:80px; width:115px; height:14px; ">세부검사</caption>
  1255. <line id="line31" class="line_1" style="x1:430px; y1:95px; x2:860px; y2:95px; "/>
  1256. <line id="line32" class="line_1" style="x1:430px; y1:348px; x2:860px; y2:348px; "/>
  1257. <caption id="caption51" class="tit_2" style="left:435px; top:333px; width:115px; height:13px; ">판독결과</caption>
  1258. <textarea id="textarea16" style="left:430px; top:353px; width:430px; height:267px; "/>
  1259. <datagrid id="datagrid7" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:5px; top:100px; width:420px; height:223px; ">
  1260. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1261. <col ref="testcd"/>
  1262. <col ref="tclsscrnnm"/>
  1263. <col ref="bufinptrslt" type="input"/>
  1264. <col ref="reptrslt"/>
  1265. <col ref="inptrslt"/>
  1266. <script type="javascript" ev:event="onkeypress">
  1267. <![CDATA[
  1268. fGridKeyEvent();
  1269. ]]>
  1270. </script>
  1271. <script type="javascript" ev:event="onclick">
  1272. <![CDATA[
  1273. datagrid3Click();
  1274. ]]>
  1275. </script>
  1276. </datagrid>
  1277. <datagrid id="datagrid8" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:430px; top:100px; width:430px; height:223px; ">
  1278. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1279. <col ref="testcd"/>
  1280. <col ref="tclsscrnnm"/>
  1281. <col ref="bufinptrslt" type="input"/>
  1282. <col ref="reptrslt"/>
  1283. <col ref="inptrslt"/>
  1284. <script type="javascript" ev:event="onkeypress">
  1285. <![CDATA[
  1286. fGridKeyEvent();
  1287. ]]>
  1288. </script>
  1289. <script type="javascript" ev:event="onclick">
  1290. <![CDATA[
  1291. datagrid3Click();
  1292. ]]>
  1293. </script>
  1294. </datagrid>
  1295. </case>
  1296. <case id="case9" selected="true" style="left:0px; top:0px; width:866px; height:643px; ">
  1297. <datagrid id="datagrid9" nodeset="/root/main/osmotic/incu1cont" caption="NaCl(%)^OD^Hemolysis(%)" colwidth="80, 40, 88" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:5px; top:31px; width:210px; height:347px; ">
  1298. <col ref="nacl"/>
  1299. <col ref="OD" type="input"/>
  1300. <col/>
  1301. </datagrid>
  1302. <line id="line39" class="line_2" style="x1:5px; y1:430px; x2:430px; y2:430px; "/>
  1303. <line id="line42" class="line_2" style="x1:435px; y1:430px; x2:860px; y2:430px; "/>
  1304. <line id="line33" class="line_1" style="x1:5px; y1:26px; x2:215px; y2:26px; "/>
  1305. <caption id="caption52" class="tit_2" style="left:10px; top:10px; width:192px; height:13px; ">1시간 incubation (Control)</caption>
  1306. <caption id="caption53" class="tit_2" style="left:225px; top:10px; width:192px; height:14px; ">1시간 incubation (Patient)</caption>
  1307. <line id="line34" class="line_1" style="x1:220px; y1:26px; x2:430px; y2:26px; "/>
  1308. <line id="line35" class="line_1" style="x1:435px; y1:26px; x2:645px; y2:26px; "/>
  1309. <caption id="caption54" class="tit_2" style="left:440px; top:10px; width:194px; height:14px; ">24시간 incubation (Control)</caption>
  1310. <caption id="caption55" class="tit_2" style="left:655px; top:10px; width:192px; height:14px; ">24시간 incubation (Patient)</caption>
  1311. <line id="line36" class="line_1" style="x1:650px; y1:26px; x2:860px; y2:26px; "/>
  1312. <line id="line37" class="line_1" style="x1:5px; y1:403px; x2:430px; y2:403px; "/>
  1313. <caption id="caption56" class="tit_2" style="left:10px; top:387px; width:192px; height:13px; ">용혈시작농도</caption>
  1314. <line id="line38" class="line_1" style="x1:435px; y1:403px; x2:860px; y2:403px; "/>
  1315. <caption id="caption57" class="tit_2" style="left:440px; top:387px; width:192px; height:13px; ">완전용혈농도</caption>
  1316. <caption id="caption58" class="cell_1" style="left:5px; top:408px; width:60px; height:23px; vertical-align:middle; ">1 시간</caption>
  1317. <caption id="caption59" class="cell_1" style="left:5px; top:432px; width:60px; height:23px; vertical-align:middle; ">24시간</caption>
  1318. <caption id="caption60" class="cell_1" style="left:68px; top:408px; width:80px; height:23px; vertical-align:middle; ">control</caption>
  1319. <input id="input12" class="input_default" style="left:151px; top:409px; width:80px; height:19px; "/>
  1320. <caption id="caption61" style="left:231px; top:409px; width:15px; height:20px; ">%</caption>
  1321. <caption id="caption62" class="cell_1" style="left:253px; top:408px; width:80px; height:23px; vertical-align:middle; ">patient</caption>
  1322. <caption id="caption63" style="left:418px; top:409px; width:15px; height:20px; ">%</caption>
  1323. <input id="input13" class="input_default" style="left:336px; top:409px; width:80px; height:19px; "/>
  1324. <caption id="caption64" class="cell_1" style="left:68px; top:432px; width:80px; height:23px; vertical-align:middle; ">control</caption>
  1325. <caption id="caption65" style="left:231px; top:433px; width:15px; height:20px; ">%</caption>
  1326. <caption id="caption66" class="cell_1" style="left:253px; top:432px; width:80px; height:23px; vertical-align:middle; ">patient</caption>
  1327. <caption id="caption67" style="left:418px; top:433px; width:15px; height:20px; ">%</caption>
  1328. <input id="input14" class="input_default" style="left:151px; top:433px; width:80px; height:19px; "/>
  1329. <input id="input15" class="input_default" style="left:336px; top:433px; width:80px; height:19px; "/>
  1330. <line id="line40" class="line_3" style="x1:5px; y1:454px; x2:430px; y2:454px; "/>
  1331. <caption id="caption68" class="cell_1" style="left:498px; top:408px; width:80px; height:23px; vertical-align:middle; ">control</caption>
  1332. <caption id="caption69" style="left:661px; top:409px; width:15px; height:20px; ">%</caption>
  1333. <caption id="caption70" class="cell_1" style="left:683px; top:408px; width:80px; height:23px; vertical-align:middle; ">patient</caption>
  1334. <caption id="caption71" style="left:848px; top:364px; width:15px; height:20px; ">%</caption>
  1335. <caption id="caption72" class="cell_1" style="left:498px; top:432px; width:80px; height:23px; vertical-align:middle; ">control</caption>
  1336. <caption id="caption73" style="left:661px; top:433px; width:15px; height:20px; ">%</caption>
  1337. <caption id="caption74" class="cell_1" style="left:683px; top:432px; width:80px; height:23px; vertical-align:middle; ">patient</caption>
  1338. <input id="input16" class="input_default" style="left:581px; top:409px; width:80px; height:19px; "/>
  1339. <input id="input17" class="input_default" style="left:766px; top:409px; width:80px; height:19px; "/>
  1340. <input id="input18" class="input_default" style="left:581px; top:433px; width:80px; height:19px; "/>
  1341. <input id="input19" class="input_default" style="left:766px; top:433px; width:80px; height:19px; "/>
  1342. <caption id="caption76" class="cell_1" style="left:435px; top:408px; width:60px; height:23px; vertical-align:middle; ">1 시간</caption>
  1343. <caption id="caption77" class="cell_1" style="left:435px; top:432px; width:60px; height:23px; vertical-align:middle; ">24시간</caption>
  1344. <line id="line41" class="line_3" style="x1:435px; y1:454px; x2:860px; y2:454px; "/>
  1345. <datagrid id="datagrid10" nodeset="/root/main/osmotic/incu1pat" caption="NaCl(%)^OD^Hemolysis(%)" colwidth="80, 40, 88" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:220px; top:31px; width:210px; height:347px; ">
  1346. <col ref="nacl"/>
  1347. <col ref="OD" type="input"/>
  1348. <col/>
  1349. </datagrid>
  1350. <datagrid id="datagrid11" nodeset="/root/main/osmotic/incu24cont" caption="NaCl(%)^OD^Hemolysis(%)" colwidth="80, 40, 88" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:435px; top:31px; width:210px; height:347px; ">
  1351. <col ref="nacl"/>
  1352. <col ref="OD" type="input"/>
  1353. <col/>
  1354. </datagrid>
  1355. <datagrid id="datagrid12" nodeset="/root/main/osmotic/incu24pat" caption="NaCl(%)^OD^Hemolysis(%)" colwidth="80, 40, 88" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:650px; top:31px; width:210px; height:347px; ">
  1356. <col ref="nacl"/>
  1357. <col ref="OD" type="input"/>
  1358. <col/>
  1359. </datagrid>
  1360. <caption id="caption75" style="left:847px; top:409px; width:15px; height:20px; ">%</caption>
  1361. <caption id="caption78" style="left:847px; top:433px; width:15px; height:20px; ">%</caption>
  1362. <button id="button42" class="btn2_letter11" style="left:720px; top:382px; width:141px; height:19px; background-image:../../../com/commonweb/images/btn2_letter6.gif; ">
  1363. <caption>Hemolysis 계산 확인</caption>
  1364. </button>
  1365. <line id="line43" class="line_1" style="x1:5px; y1:481px; x2:430px; y2:481px; "/>
  1366. <textarea id="textarea17" style="left:435px; top:486px; width:425px; height:136px; "/>
  1367. <line id="line44" class="line_1" style="x1:435px; y1:481px; x2:860px; y2:481px; "/>
  1368. <caption id="caption79" class="tit_2" style="left:10px; top:465px; width:192px; height:13px; ">결과예문</caption>
  1369. <caption id="caption126" class="tit_2" style="left:440px; top:466px; width:115px; height:13px; ">판독결과</caption>
  1370. <datagrid id="datagrid13" caption="결과코드^결과예문" colwidth="100, 275" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:5px; top:486px; width:425px; height:136px; ">
  1371. <col ref="cd"/>
  1372. <col ref="nm"/>
  1373. <script type="javascript" ev:event="ondblclick">
  1374. <![CDATA[
  1375. //fRsltCodeDBClick();
  1376. ]]>
  1377. </script>
  1378. </datagrid>
  1379. </case>
  1380. <case id="case10" style="left:0px; top:0px; width:866px; height:643px; ">
  1381. <line id="line49" class="line_2" style="x1:5px; y1:101px; x2:430px; y2:101px; "/>
  1382. <line id="line48" class="line_2" style="x1:5px; y1:77px; x2:430px; y2:77px; "/>
  1383. <line id="line47" class="line_2" style="x1:5px; y1:53px; x2:430px; y2:53px; "/>
  1384. <line id="line45" class="line_1" style="x1:5px; y1:26px; x2:430px; y2:26px; "/>
  1385. <caption id="caption80" class="tit_2" style="left:10px; top:10px; width:192px; height:14px; ">ICG 결과관리</caption>
  1386. <caption id="caption81" class="cell_1" style="left:5px; top:31px; width:70px; height:23px; vertical-align:middle; ">5분농도</caption>
  1387. <input id="input20" class="input_default" style="left:78px; top:33px; width:65px; height:19px; "/>
  1388. <caption id="caption82" class="cell_1" style="left:5px; top:55px; width:70px; height:23px; vertical-align:middle; ">소실율</caption>
  1389. <caption id="caption83" class="cell_1" style="left:5px; top:79px; width:70px; height:23px; vertical-align:middle; ">반감기</caption>
  1390. <caption id="caption84" class="cell_1" style="left:5px; top:103px; width:70px; height:23px; vertical-align:middle; ">R15</caption>
  1391. <line id="line46" class="line_1" style="x1:435px; y1:26px; x2:860px; y2:26px; "/>
  1392. <caption id="caption85" class="tit_2" style="left:440px; top:10px; width:192px; height:13px; ">결과예문</caption>
  1393. <datagrid id="datagrid14" caption="결과코드^결과예문" colwidth="100, 275" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:435px; top:31px; width:425px; height:163px; ">
  1394. <col ref="cd"/>
  1395. <col ref="nm"/>
  1396. <script type="javascript" ev:event="ondblclick">
  1397. <![CDATA[
  1398. //fRsltCodeDBClick();
  1399. ]]>
  1400. </script>
  1401. </datagrid>
  1402. <caption id="caption86" class="cell_1" style="left:146px; top:30px; width:70px; height:23px; vertical-align:middle; ">10분농도</caption>
  1403. <input id="input21" class="input_default" style="left:219px; top:32px; width:65px; height:19px; "/>
  1404. <input id="input22" class="input_default" style="left:360px; top:32px; width:65px; height:19px; "/>
  1405. <caption id="caption87" class="cell_1" style="left:287px; top:30px; width:70px; height:23px; vertical-align:middle; ">15분농도</caption>
  1406. <input id="input23" class="input_default" style="left:78px; top:56px; width:100px; height:19px; "/>
  1407. <input id="input24" class="input_default" style="left:78px; top:80px; width:100px; height:19px; "/>
  1408. <input id="input25" class="input_default" style="left:78px; top:104px; width:100px; height:19px; "/>
  1409. <line id="line50" class="line_3" style="x1:5px; y1:125px; x2:430px; y2:125px; "/>
  1410. <textarea id="textarea18" style="left:5px; top:224px; width:855px; height:396px; "/>
  1411. <line id="line51" class="line_1" style="x1:5px; y1:219px; x2:860px; y2:219px; "/>
  1412. <caption id="caption88" class="tit_2" style="left:10px; top:204px; width:115px; height:13px; ">판독결과</caption>
  1413. </case>
  1414. <case id="case11" style="left:0px; top:0px; width:866px; height:643px; ">
  1415. <line id="line52" class="line_1" style="x1:5px; y1:26px; x2:430px; y2:26px; "/>
  1416. <caption id="caption89" class="tit_2" style="left:10px; top:10px; width:192px; height:14px; ">CBC Result</caption>
  1417. <line id="line53" class="line_1" style="x1:5px; y1:200px; x2:860px; y2:200px; "/>
  1418. <caption id="caption90" class="tit_2" style="left:10px; top:184px; width:192px; height:13px; ">말초도말검사</caption>
  1419. <line id="line54" class="line_1" style="x1:435px; y1:26px; x2:860px; y2:26px; "/>
  1420. <caption id="caption91" class="tit_2" style="left:440px; top:10px; width:192px; height:14px; ">CBC Diff</caption>
  1421. <datagrid id="datagrid17" caption="caption1" colwidth="259" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:5px; top:205px; width:280px; height:200px; ">
  1422. <col/>
  1423. </datagrid>
  1424. <datagrid id="datagrid18" caption="caption1" colwidth="263" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:290px; top:205px; width:280px; height:200px; ">
  1425. <col/>
  1426. </datagrid>
  1427. <datagrid id="datagrid19" caption="caption1" colwidth="268" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:575px; top:205px; width:285px; height:200px; ">
  1428. <col/>
  1429. </datagrid>
  1430. <line id="line55" class="line_1" style="x1:5px; y1:433px; x2:430px; y2:433px; "/>
  1431. <line id="line56" class="line_1" style="x1:435px; y1:433px; x2:860px; y2:433px; "/>
  1432. <textarea id="textarea19" style="left:435px; top:438px; width:425px; height:182px; "/>
  1433. <caption id="caption92" class="tit_2" style="left:10px; top:417px; width:192px; height:13px; ">결과예문</caption>
  1434. <caption id="caption93" class="tit_2" style="left:440px; top:418px; width:115px; height:13px; ">판독결과</caption>
  1435. <datagrid id="datagrid20" caption="결과코드^결과예문" colwidth="100, 275" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:5px; top:438px; width:425px; height:182px; ">
  1436. <col ref="cd"/>
  1437. <col ref="nm"/>
  1438. <script type="javascript" ev:event="ondblclick">
  1439. <![CDATA[
  1440. //fRsltCodeDBClick();
  1441. ]]>
  1442. </script>
  1443. </datagrid>
  1444. <button id="button28" class="btn2_letter4" style="left:795px; top:5px; width:64px; height:19px; background-image:../../../com/commonweb/images/btn2_letter6.gif; ">
  1445. <caption>Diff 수정</caption>
  1446. </button>
  1447. <button id="button29" class="btn2_letter6" style="left:344px; top:5px; width:86px; height:19px; background-image:../../../com/commonweb/images/btn2_letter6.gif; ">
  1448. <caption>연관검사결과</caption>
  1449. </button>
  1450. <datagrid id="datagrid15" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:5px; top:31px; width:425px; height:144px; ">
  1451. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1452. <col ref="testcd"/>
  1453. <col ref="tclsscrnnm"/>
  1454. <col ref="bufinptrslt" type="input"/>
  1455. <col ref="reptrslt"/>
  1456. <col ref="inptrslt"/>
  1457. <script type="javascript" ev:event="onkeypress">
  1458. <![CDATA[
  1459. fGridKeyEvent();
  1460. ]]>
  1461. </script>
  1462. <script type="javascript" ev:event="onclick">
  1463. <![CDATA[
  1464. datagrid3Click();
  1465. ]]>
  1466. </script>
  1467. </datagrid>
  1468. <datagrid id="datagrid16" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:435px; top:31px; width:425px; height:144px; ">
  1469. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1470. <col ref="testcd"/>
  1471. <col ref="tclsscrnnm"/>
  1472. <col ref="bufinptrslt" type="input"/>
  1473. <col ref="reptrslt"/>
  1474. <col ref="inptrslt"/>
  1475. <script type="javascript" ev:event="onkeypress">
  1476. <![CDATA[
  1477. fGridKeyEvent();
  1478. ]]>
  1479. </script>
  1480. <script type="javascript" ev:event="onclick">
  1481. <![CDATA[
  1482. datagrid3Click();
  1483. ]]>
  1484. </script>
  1485. </datagrid>
  1486. </case>
  1487. <case id="case12">
  1488. <line id="line57" class="line_1" style="x1:5px; y1:26px; x2:425px; y2:26px; "/>
  1489. <caption id="caption94" class="tit_2" style="left:10px; top:10px; width:192px; height:14px; ">세부검사</caption>
  1490. <datagrid id="datagrid22" nodeset="/root/main/testinfo/detailtestinfo" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:5px; top:31px; width:420px; height:289px; ">
  1491. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1492. <col ref="testcd"/>
  1493. <col ref="tclsscrnnm"/>
  1494. <col ref="bufinptrslt" type="input"/>
  1495. <col ref="reptrslt"/>
  1496. <col ref="inptrslt"/>
  1497. <script type="javascript" ev:event="onkeypress">
  1498. <![CDATA[
  1499. fGridKeyEvent();
  1500. ]]>
  1501. </script>
  1502. <script type="javascript" ev:event="onclick">
  1503. <![CDATA[
  1504. datagrid3Click();
  1505. ]]>
  1506. </script>
  1507. </datagrid>
  1508. <caption id="caption95" class="tit_2" style="left:435px; top:333px; width:115px; height:13px; ">판독결과</caption>
  1509. <line id="line58" class="line_1" style="x1:430px; y1:348px; x2:860px; y2:348px; "/>
  1510. <textarea id="textarea20" style="left:430px; top:353px; width:430px; height:267px; "/>
  1511. <datagrid id="datagrid21" caption="결과코드^결과예문" colwidth="100, 275" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:5px; top:353px; width:420px; height:267px; ">
  1512. <col ref="cd"/>
  1513. <col ref="nm"/>
  1514. <script type="javascript" ev:event="ondblclick">
  1515. <![CDATA[
  1516. //fRsltCodeDBClick();
  1517. ]]>
  1518. </script>
  1519. </datagrid>
  1520. <line id="line59" class="line_1" style="x1:5px; y1:348px; x2:425px; y2:348px; "/>
  1521. <caption id="caption96" class="tit_2" style="left:10px; top:333px; width:115px; height:13px; ">결과예문</caption>
  1522. <caption id="caption97" class="tit_2" style="left:435px; top:10px; width:192px; height:14px; ">이미지</caption>
  1523. <line id="line60" class="line_1" style="x1:430px; y1:26px; x2:860px; y2:26px; "/>
  1524. <textarea id="textarea21" style="left:430px; top:31px; width:430px; height:289px; "/>
  1525. <button id="button30" class="btn2_letter2" style="left:818px; top:5px; width:42px; height:19px; background-image:../../../com/commonweb/images/btn2_letter6.gif; ">
  1526. <caption>등록</caption>
  1527. </button>
  1528. </case>
  1529. <case id="case13">
  1530. <caption id="caption31" class="tit_2" style="left:10px; top:10px; width:192px; height:14px; ">의뢰내용</caption>
  1531. <line id="line5" class="line_1" style="x1:5px; y1:26px; x2:860px; y2:26px; "/>
  1532. <datagrid id="datagrid3" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:5px; top:142px; width:425px; height:125px; ">
  1533. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1534. <col ref="testcd"/>
  1535. <col ref="tclsscrnnm"/>
  1536. <col ref="bufinptrslt" type="input"/>
  1537. <col ref="reptrslt"/>
  1538. <col ref="inptrslt"/>
  1539. <script type="javascript" ev:event="onkeypress">
  1540. <![CDATA[
  1541. fGridKeyEvent();
  1542. ]]>
  1543. </script>
  1544. <script type="javascript" ev:event="onclick">
  1545. <![CDATA[
  1546. datagrid3Click();
  1547. ]]>
  1548. </script>
  1549. </datagrid>
  1550. <line id="line8" class="line_1" style="x1:5px; y1:137px; x2:430px; y2:137px; "/>
  1551. <caption id="caption32" class="tit_2" style="left:10px; top:121px; width:115px; height:13px; ">관련검사</caption>
  1552. <textarea id="textarea1" style="left:5px; top:31px; width:855px; height:80px; "/>
  1553. <datagrid id="datagrid4" nodeset="/root/main/rsltcode" caption="결과코드^결과내용" colwidth="100, 265" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:435px; top:142px; width:425px; height:125px; ">
  1554. <col ref="cd"/>
  1555. <col ref="nm"/>
  1556. <script type="javascript" ev:event="ondblclick">
  1557. <![CDATA[
  1558. //fRsltCodeDBClick();
  1559. ]]>
  1560. </script>
  1561. </datagrid>
  1562. <line id="line61" class="line_1" style="x1:435px; y1:137px; x2:860px; y2:137px; "/>
  1563. <caption id="caption33" class="tit_2" style="left:440px; top:122px; width:105px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">결과예문</caption>
  1564. <line id="line62" class="line_1" style="x1:5px; y1:292px; x2:860px; y2:292px; "/>
  1565. <textarea id="textarea2" style="left:5px; top:297px; width:855px; height:321px; "/>
  1566. <caption id="caption98" class="tit_2" style="left:10px; top:277px; width:115px; height:13px; ">판독결과</caption>
  1567. </case>
  1568. <case id="case14">
  1569. <line id="line63" class="line_1" style="x1:5px; y1:26px; x2:435px; y2:26px; "/>
  1570. <caption id="caption102" class="tit_2" style="left:10px; top:10px; width:115px; height:14px; ">PRA Screening</caption>
  1571. <datagrid id="datagrid26" nodeset="/root/main/pra/prascreening" caption="^결과^grade" colwidth="151, 159, 100" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:5px; top:31px; width:430px; height:71px; ">
  1572. <col ref="cd"/>
  1573. <col ref="rslt"/>
  1574. <col ref="grade"/>
  1575. </datagrid>
  1576. <caption id="caption100" class="tit_2" style="left:10px; top:114px; width:133px; height:14px; ">PRA Identification</caption>
  1577. <line id="line64" class="line_1" style="x1:5px; y1:130px; x2:435px; y2:130px; "/>
  1578. <datagrid id="datagrid27" caption="검사항목^결과^%" colwidth="178, 100, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" colsep="^" style="left:5px; top:135px; width:430px; height:285px; ">
  1579. <col ref="cd"/>
  1580. <col ref="rslt"/>
  1581. <col ref="grade"/>
  1582. </datagrid>
  1583. <caption id="caption30" class="tit_2" style="left:10px; top:430px; width:115px; height:13px; ">판독결과</caption>
  1584. <line id="line66" class="line_1" style="x1:5px; y1:445px; x2:435px; y2:445px; "/>
  1585. <textarea id="textarea3" style="left:5px; top:450px; width:430px; height:167px; "/>
  1586. </case>
  1587. <case id="case15">
  1588. <caption id="caption99" class="tit_2" style="left:10px; top:10px; width:115px; height:14px; ">공여자 정보</caption>
  1589. <line id="line67" class="line_1" style="x1:5px; y1:26px; x2:435px; y2:26px; "/>
  1590. <caption id="caption101" class="cell_1" style="left:5px; top:31px; width:80px; height:23px; vertical-align:middle; ">PID</caption>
  1591. <input id="input26" class="input_default" style="left:88px; top:32px; width:80px; height:19px; "/>
  1592. <input id="input27" class="input_default" style="left:254px; top:32px; width:80px; height:19px; "/>
  1593. <caption id="caption103" class="cell_1" style="left:171px; top:31px; width:80px; height:23px; vertical-align:middle; ">성명</caption>
  1594. <button id="button37" class="btn2_letter4" style="left:795px; top:5px; width:64px; height:19px; background-image:../../../com/commonweb/images/btn2_letter6.gif; ">
  1595. <caption>결과조회</caption>
  1596. </button>
  1597. <line id="line68" class="line_1" style="x1:5px; y1:80px; x2:860px; y2:80px; "/>
  1598. <datagrid id="datagrid28" caption="검사항목^결과^titer^참고치" colwidth="221, 151, 174, 261" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" colsep="^" style="left:5px; top:85px; width:855px; height:115px; ">
  1599. <col ref="cd"/>
  1600. <col ref="rslt"/>
  1601. <col/>
  1602. <col ref="grade"/>
  1603. </datagrid>
  1604. <caption id="caption104" class="tit_2" style="left:10px; top:64px; width:133px; height:14px; ">cytotoxicity</caption>
  1605. <line id="line65" class="line_3" style="x1:5px; y1:53px; x2:435px; y2:53px; "/>
  1606. <line id="line69" class="line_1" style="x1:5px; y1:226px; x2:430px; y2:226px; "/>
  1607. <datagrid id="datagrid29" caption="^T cell(MCF)^B cell(MCF)" colwidth="178, 112, 116" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:5px; top:231px; width:425px; height:134px; ">
  1608. <col ref="cd"/>
  1609. <col ref="rslt"/>
  1610. <col ref="grade"/>
  1611. </datagrid>
  1612. <caption id="caption105" class="tit_2" style="left:10px; top:210px; width:195px; height:14px; ">flow cytometric crossmatch</caption>
  1613. <line id="line70" class="line_1" style="x1:435px; y1:225px; x2:860px; y2:225px; "/>
  1614. <datagrid id="datagrid30" caption="^T cell(MCF)^B cell(MCF)" colwidth="178, 112, 116" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:435px; top:230px; width:425px; height:134px; ">
  1615. <col ref="cd"/>
  1616. <col ref="rslt"/>
  1617. <col ref="grade"/>
  1618. </datagrid>
  1619. <caption id="caption106" class="tit_2" style="left:10px; top:375px; width:195px; height:14px; ">공여자 특이 HLA 항체</caption>
  1620. <line id="line71" class="line_1" style="x1:5px; y1:391px; x2:430px; y2:391px; "/>
  1621. <datagrid id="datagrid31" caption="^결과^s/c ratio" colwidth="108, 112, 183" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:5px; top:396px; width:425px; height:77px; ">
  1622. <col ref="cd"/>
  1623. <col ref="rslt"/>
  1624. <col ref="grade"/>
  1625. </datagrid>
  1626. <line id="line72" class="line_1" style="x1:5px; y1:500px; x2:860px; y2:500px; "/>
  1627. <caption id="caption107" class="tit_2" style="left:10px; top:484px; width:115px; height:13px; ">판독결과</caption>
  1628. <textarea id="textarea4" style="left:5px; top:505px; width:855px; height:115px; "/>
  1629. </case>
  1630. <case id="case16">
  1631. <caption id="caption108" class="tit_2" style="left:10px; top:10px; width:115px; height:13px; ">세부검사</caption>
  1632. <line id="line73" class="line_1" style="x1:5px; y1:25px; x2:430px; y2:25px; "/>
  1633. <datagrid id="datagrid32" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:5px; top:30px; width:425px; height:310px; ">
  1634. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1635. <col ref="testcd"/>
  1636. <col ref="tclsscrnnm"/>
  1637. <col ref="bufinptrslt" type="input"/>
  1638. <col ref="reptrslt"/>
  1639. <col ref="inptrslt"/>
  1640. <script type="javascript" ev:event="onkeypress">
  1641. <![CDATA[
  1642. //fGridKeyEvent();
  1643. ]]>
  1644. </script>
  1645. <script type="javascript" ev:event="onclick">
  1646. <![CDATA[
  1647. //datagrid3Click();
  1648. ]]>
  1649. </script>
  1650. </datagrid>
  1651. <line id="line74" class="line_1" style="x1:5px; y1:365px; x2:430px; y2:365px; "/>
  1652. <caption id="caption109" class="tit_2" style="left:10px; top:350px; width:115px; height:13px; ">Image</caption>
  1653. <line id="line75" class="line_1" style="x1:435px; y1:25px; x2:860px; y2:25px; "/>
  1654. <datagrid id="datagrid33" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:435px; top:30px; width:425px; height:310px; ">
  1655. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1656. <col ref="testcd"/>
  1657. <col ref="tclsscrnnm"/>
  1658. <col ref="bufinptrslt" type="input"/>
  1659. <col ref="reptrslt"/>
  1660. <col ref="inptrslt"/>
  1661. <script type="javascript" ev:event="onkeypress">
  1662. <![CDATA[
  1663. //fGridKeyEvent();
  1664. ]]>
  1665. </script>
  1666. <script type="javascript" ev:event="onclick">
  1667. <![CDATA[
  1668. //datagrid3Click();
  1669. ]]>
  1670. </script>
  1671. </datagrid>
  1672. <button id="button39" class="btn2_letter2" style="left:388px; top:344px; width:42px; height:19px; background-image:../../../com/commonweb/images/btn2_letter6.gif; ">
  1673. <caption>등록</caption>
  1674. </button>
  1675. <datagrid id="datagrid34" caption="결과코드^예문" colwidth="100, 288" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:435px; top:370px; width:425px; height:105px; ">
  1676. <col ref="cd"/>
  1677. <col ref="nm"/>
  1678. <script type="javascript" ev:event="ondblclick">
  1679. <![CDATA[
  1680. //fRsltCodeDBClick();
  1681. ]]>
  1682. </script>
  1683. </datagrid>
  1684. <line id="line76" class="line_1" style="x1:435px; y1:365px; x2:860px; y2:365px; "/>
  1685. <caption id="caption110" class="tit_2" style="left:440px; top:350px; width:110px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">결과예문</caption>
  1686. <line id="line77" class="line_1" style="x1:435px; y1:505px; x2:860px; y2:505px; "/>
  1687. <caption id="caption111" class="tit_2" style="left:440px; top:490px; width:110px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">결과예문</caption>
  1688. <textarea id="textarea22" style="left:5px; top:370px; width:425px; height:250px; "/>
  1689. <textarea id="textarea23" style="left:435px; top:510px; width:425px; height:110px; "/>
  1690. </case>
  1691. <case id="case17">
  1692. <line id="line86" class="line_2" style="x1:5px; y1:149px; x2:430px; y2:149px; "/>
  1693. <line id="line85" class="line_2" style="x1:5px; y1:125px; x2:430px; y2:125px; "/>
  1694. <line id="line83" class="line_2" style="x1:5px; y1:101px; x2:430px; y2:101px; "/>
  1695. <line id="line82" class="line_2" style="x1:5px; y1:77px; x2:430px; y2:77px; "/>
  1696. <line id="line79" class="line_2" style="x1:5px; y1:53px; x2:430px; y2:53px; "/>
  1697. <line id="line78" class="line_1" style="x1:5px; y1:26px; x2:430px; y2:26px; "/>
  1698. <caption id="caption112" class="tit_2" style="left:10px; top:10px; width:115px; height:14px; ">TDM</caption>
  1699. <input id="input28" class="input_default" style="left:88px; top:32px; width:125px; height:19px; "/>
  1700. <caption id="caption113" class="cell_1" style="left:5px; top:31px; width:80px; height:23px; vertical-align:middle; ">의뢰약물이름</caption>
  1701. <caption id="caption114" class="cell_1" style="left:216px; top:31px; width:80px; height:23px; vertical-align:middle; ">의뢰사유</caption>
  1702. <input id="input29" class="input_default" style="left:299px; top:32px; width:131px; height:19px; "/>
  1703. <datagrid id="datagrid35" caption="^검사코드^검사명^결과^결과^inptrslt" colwidth="0, 80, 174, 50, 50, 0" dataheight="23" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" selectionmode="free" rowsep="|" colsep="^" style="left:435px; top:31px; width:425px; height:140px; ">
  1704. <col ref="chk" type="checkbox" checkvalue="true,false"/>
  1705. <col ref="testcd"/>
  1706. <col ref="tclsscrnnm"/>
  1707. <col ref="bufinptrslt" type="input"/>
  1708. <col ref="reptrslt"/>
  1709. <col ref="inptrslt"/>
  1710. <script type="javascript" ev:event="onkeypress">
  1711. <![CDATA[
  1712. fGridKeyEvent();
  1713. ]]>
  1714. </script>
  1715. <script type="javascript" ev:event="onclick">
  1716. <![CDATA[
  1717. datagrid3Click();
  1718. ]]>
  1719. </script>
  1720. </datagrid>
  1721. <caption id="caption115" class="tit_2" style="left:440px; top:10px; width:115px; height:13px; ">연관검사</caption>
  1722. <line id="line80" class="line_1" style="x1:435px; y1:26px; x2:860px; y2:26px; "/>
  1723. <button id="button41" class="btn2_letter4" style="left:796px; top:5px; width:64px; height:19px; ">
  1724. <caption>연관검사</caption>
  1725. </button>
  1726. <caption id="caption116" class="tit_2" style="left:10px; top:455px; width:115px; height:13px; ">판독결과</caption>
  1727. <line id="line81" class="line_1" style="x1:5px; y1:471px; x2:860px; y2:471px; "/>
  1728. <caption id="caption117" class="cell_1" style="left:5px; top:55px; width:80px; height:23px; vertical-align:middle; ">의뢰기타정보</caption>
  1729. <caption id="caption118" class="cell_1" style="left:5px; top:79px; width:80px; height:23px; vertical-align:middle; ">실제채혈시간</caption>
  1730. <input id="input30" class="input_default" style="left:88px; top:56px; width:342px; height:19px; "/>
  1731. <input id="input31" class="input_default" style="left:88px; top:80px; width:342px; height:19px; "/>
  1732. <input id="input32" class="input_default" style="left:68px; top:104px; width:54px; height:19px; "/>
  1733. <caption id="caption119" class="cell_1" style="left:5px; top:103px; width:60px; height:23px; vertical-align:middle; ">키 (㎡)</caption>
  1734. <input id="input33" class="input_default" style="left:188px; top:104px; width:50px; height:19px; "/>
  1735. <caption id="caption120" class="cell_1" style="left:125px; top:103px; width:60px; height:23px; vertical-align:middle; ">키 (㎡)</caption>
  1736. <caption id="caption121" class="cell_1" style="left:241px; top:103px; width:80px; height:23px; vertical-align:middle; ">BMI 계산값</caption>
  1737. <input id="input34" class="input_default" style="left:324px; top:104px; width:106px; height:19px; "/>
  1738. <caption id="caption122" class="cell_1" style="left:5px; top:127px; width:180px; height:23px; vertical-align:middle; ">단순 약물농도 측정값</caption>
  1739. <input id="input35" class="input_default" style="left:188px; top:128px; width:242px; height:19px; "/>
  1740. <caption id="caption123" class="cell_1" style="left:5px; top:151px; width:180px; height:23px; vertical-align:middle; ">약물농도 with 참고범위 측정값</caption>
  1741. <line id="line84" class="line_3" style="x1:5px; y1:173px; x2:430px; y2:173px; "/>
  1742. <input id="input36" class="input_default" style="left:188px; top:152px; width:242px; height:19px; "/>
  1743. <line id="line87" class="line_1" style="x1:5px; y1:201px; x2:860px; y2:201px; "/>
  1744. <caption id="caption124" class="tit_2" style="left:10px; top:185px; width:315px; height:14px; ">약물농도 with 참고범위에 지정되어 있는 정보...</caption>
  1745. <textarea id="textarea24" style="left:5px; top:206px; width:855px; height:89px; "/>
  1746. <datagrid id="datagrid36" caption="판독결과" colwidth="834" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:5px; top:327px; width:855px; height:117px; ">
  1747. <col/>
  1748. </datagrid>
  1749. <caption id="caption125" class="tit_2" style="left:10px; top:306px; width:315px; height:14px; ">최근 1주일간 투약력</caption>
  1750. <line id="line88" class="line_1" style="x1:5px; y1:322px; x2:860px; y2:322px; "/>
  1751. <textarea id="textarea25" style="left:5px; top:476px; width:855px; height:144px; "/>
  1752. </case>
  1753. </switch>
  1754. <button id="button4" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:325px; top:90px; width:84px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1755. <caption>Bone Marrow</caption>
  1756. <script type="javascript" ev:event="DOMActivate">
  1757. <![CDATA[
  1758. model.toggle("case5");
  1759. ]]>
  1760. </script>
  1761. </button>
  1762. <button id="button5" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:409px; top:90px; width:54px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1763. <caption>분자유전</caption>
  1764. <script type="javascript" ev:event="DOMActivate">
  1765. <![CDATA[
  1766. model.toggle("case6");
  1767. ]]>
  1768. </script>
  1769. </button>
  1770. <button id="button9" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:463px; top:90px; width:54px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1771. <caption>세포유전</caption>
  1772. <script type="javascript" ev:event="DOMActivate">
  1773. <![CDATA[
  1774. model.toggle("case7");
  1775. ]]>
  1776. </script>
  1777. </button>
  1778. <button id="button10" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:517px; top:90px; width:134px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1779. <caption>Immunophenotyping</caption>
  1780. <script type="javascript" ev:event="DOMActivate">
  1781. <![CDATA[
  1782. model.toggle("case8");
  1783. ]]>
  1784. </script>
  1785. </button>
  1786. <button id="button17" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:651px; top:90px; width:119px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1787. <caption>Osmotic Fragility</caption>
  1788. <script type="javascript" ev:event="DOMActivate">
  1789. <![CDATA[
  1790. model.toggle("case9");
  1791. ]]>
  1792. </script>
  1793. </button>
  1794. <button id="button31" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:770px; top:90px; width:40px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1795. <caption>ICG</caption>
  1796. <script type="javascript" ev:event="DOMActivate">
  1797. <![CDATA[
  1798. model.toggle("case10");
  1799. ]]>
  1800. </script>
  1801. </button>
  1802. <button id="button32" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:810px; top:90px; width:40px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1803. <caption>PB</caption>
  1804. <script type="javascript" ev:event="DOMActivate">
  1805. <![CDATA[
  1806. model.toggle("case11");
  1807. ]]>
  1808. </script>
  1809. </button>
  1810. <button id="button33" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:850px; top:90px; width:40px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1811. <caption>EP</caption>
  1812. <script type="javascript" ev:event="DOMActivate">
  1813. <![CDATA[
  1814. model.toggle("case12");
  1815. ]]>
  1816. </script>
  1817. </button>
  1818. <button id="button34" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:890px; top:90px; width:74px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1819. <caption>산전기형</caption>
  1820. <script type="javascript" ev:event="DOMActivate">
  1821. <![CDATA[
  1822. model.toggle("case13");
  1823. ]]>
  1824. </script>
  1825. </button>
  1826. <button id="button35" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:964px; top:90px; width:40px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1827. <caption>PRA</caption>
  1828. <script type="javascript" ev:event="DOMActivate">
  1829. <![CDATA[
  1830. model.toggle("case14");
  1831. ]]>
  1832. </script>
  1833. </button>
  1834. <button id="button36" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:1004px; top:90px; width:64px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1835. <caption>교차시험</caption>
  1836. <script type="javascript" ev:event="DOMActivate">
  1837. <![CDATA[
  1838. model.toggle("case15");
  1839. ]]>
  1840. </script>
  1841. </button>
  1842. <button id="button38" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:1068px; top:90px; width:67px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1843. <caption>범용보고서</caption>
  1844. <script type="javascript" ev:event="DOMActivate">
  1845. <![CDATA[
  1846. model.toggle("case16");
  1847. ]]>
  1848. </script>
  1849. </button>
  1850. <button id="button40" class="btn_sw" group="tab" selected="true" select.background-image="../../../com/commonweb/images/tab_show.gif" style="left:1135px; top:90px; width:40px; height:22px; background-image:../../../com/commonweb/images/tab_hide.gif; ">
  1851. <caption>TDM</caption>
  1852. <script type="javascript" ev:event="DOMActivate">
  1853. <![CDATA[
  1854. model.toggle("case17");
  1855. ]]>
  1856. </script>
  1857. </button>
  1858. </group>
  1859. <group id="group5" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
  1860. <button id="button1" class="btn3_letter6" style="left:107px; top:3px; width:104px; height:22px; background-image:../../../com/commonweb/images/btn3_letter6.gif; ">
  1861. <caption>통합결과조회</caption>
  1862. <script type="javascript" ev:event="DOMActivate">
  1863. <![CDATA[
  1864. modal("SMAER00800 ","","","","","/root/main/testinfo/spcltestinfo/pid","/root/send/data/singdata/srchpid");
  1865. ]]>
  1866. </script>
  1867. </button>
  1868. <button id="button2" class="btn3_letter5" style="left:214px; top:3px; width:116px; height:22px; background-image:../../../com/commonweb/images/btn3_letter5.gif; ">
  1869. <caption>의뢰서조회</caption>
  1870. <script type="javascript" ev:event="onclick">
  1871. <![CDATA[
  1872. fRefREQSHT();
  1873. ]]>
  1874. </script>
  1875. </button>
  1876. <button id="button8" class="btn3_letter6" style="left:0px; top:3px; width:96px; height:22px; background-image:../../../com/commonweb/images/btn3_letter6.gif; ">
  1877. <caption>수진이력조회</caption>
  1878. </button>
  1879. <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  1880. <button id="btn_rsltsave" class="btn4_letter4" disable.background-image="../../../com/commonweb/images/dis_btn4_letter4.gif" style="left:866px; top:3px; width:80px; height:22px; background-image:../../../com/commonweb/images/btn4_letter4.gif; ">
  1881. <caption>결과저장</caption>
  1882. <script type="javascript" ev:event="onclick">
  1883. <![CDATA[
  1884. fInsRsltSave("1");
  1885. ]]>
  1886. </script>
  1887. </button>
  1888. <button id="btn_LstRept" class="btn4_letter4" disable.background-image="../../../com/commonweb/images/dis_btn4_letter4.gif" style="left:949px; top:3px; width:82px; height:22px; background-image:../../../com/commonweb/images/btn4_letter4.gif; ">
  1889. <caption>결과보고</caption>
  1890. <script type="javascript" ev:event="onclick">
  1891. <![CDATA[
  1892. fInsRsltSave("4");
  1893. ]]>
  1894. </script>
  1895. </button>
  1896. <button id="btn_cle" class="btn4_letter3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter3.gif" style="left:1127px; top:3px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
  1897. <caption>초기화</caption>
  1898. <script type="javascript" ev:event="onclick">
  1899. <![CDATA[
  1900. fSetClear();
  1901. ]]>
  1902. </script>
  1903. </button>
  1904. <button id="button3" class="btn4_letter5" disable.background-image="../../../com/commonweb/images/dis_btn4_letter5.gif" style="left:1032px; top:3px; width:92px; height:22px; background-image:../../../com/commonweb/images/btn4_letter5.gif; ">
  1905. <caption>전문의확인</caption>
  1906. <script type="javascript" ev:event="onclick">
  1907. <![CDATA[
  1908. fInsRsltSave("6");
  1909. ]]>
  1910. </script>
  1911. </button>
  1912. </group>
  1913. </xhtml:body>
  1914. </xhtml:html>