SMLRR00200_판독결과관리.xrw 93 KB

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