SMLBR00300_더블테스트결과관리.xrw 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : 혈액재고조회.xrw.xrw
  4. * 설 명 : 혈액재고조회
  5. * 설 계 자 : (주)에이씨케이 -
  6. * 작 성 자 : (주)에이씨케이 -
  7. * 작 성 일 : 2006.11.28
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="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>Untitle</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root>
  18. <main>
  19. <dtrsltlist>
  20. <chk/>
  21. <workno/>
  22. <bcno/>
  23. <pid/>
  24. <nm/>
  25. <sexage/>
  26. <orddept/>
  27. <orddoct/>
  28. <wardroom/>
  29. <bmt/>
  30. <antia>4+</antia>
  31. <antib>-</antib>
  32. <abocell>A</abocell>
  33. <acell>-</acell>
  34. <bcell>4+</bcell>
  35. <aboserum>B</aboserum>
  36. <antid>4+</antid>
  37. <du/>
  38. <rh>+</rh>
  39. </dtrsltlist>
  40. <dtrsltlist>
  41. <chk/>
  42. <workno/>
  43. <bcno/>
  44. <pid/>
  45. <nm/>
  46. <sexage/>
  47. <orddept/>
  48. <orddoct/>
  49. <wardroom/>
  50. <bmt/>
  51. <antia>4+</antia>
  52. <antib>-</antib>
  53. <abocell>A</abocell>
  54. <acell>-</acell>
  55. <bcell>4+</bcell>
  56. <aboserum>B</aboserum>
  57. <antid>4+</antid>
  58. <du/>
  59. <rh>+</rh>
  60. </dtrsltlist>
  61. <dtrsltlist>
  62. <chk/>
  63. <workno/>
  64. <bcno/>
  65. <pid/>
  66. <nm/>
  67. <sexage/>
  68. <orddept/>
  69. <orddoct/>
  70. <wardroom/>
  71. <bmt/>
  72. <antia>4+</antia>
  73. <antib>-</antib>
  74. <abocell>A</abocell>
  75. <acell>-</acell>
  76. <bcell>4+</bcell>
  77. <aboserum>B</aboserum>
  78. <antid>4+</antid>
  79. <du/>
  80. <rh>+</rh>
  81. </dtrsltlist>
  82. </main>
  83. <send>
  84. </send>
  85. <init>
  86. </init>
  87. <hidden>
  88. <ref>
  89. <refsdd>20061225</refsdd>
  90. <refedd>20061228</refedd>
  91. </ref>
  92. <abo>AB</abo>
  93. <abo2>A</abo2>
  94. </hidden>
  95. </root>
  96. </instance>
  97. <script src="../../../com/commonweb/js/common.js" type="javascript"/>
  98. <script ev:event="xforms-model-construct-done" type="javascript">
  99. <![CDATA[
  100. grd_dbtestlist.colHidden(11)=true; // anti-A
  101. grd_dbtestlist.colHidden(12)=true; // anti-B
  102. grd_dbtestlist.colHidden(14)=true; // A Cell
  103. grd_dbtestlist.colHidden(15)=true; // B Cell
  104. grd_dbtestlist.colHidden(17)=true; // anti-D
  105. grd_dbtestlist.colHidden(18)=true; // Du
  106. model.toggle("case1");
  107. grd_dbtestlist.colAttribute(16, "class") = "font_b";
  108. ]]>
  109. </script>
  110. </model>
  111. <script type="javascript">
  112. <![CDATA[
  113. function fSetInit() {
  114. model.reset();
  115. }
  116. // 역가 조회
  117. function fSetYG(){
  118. grd_dbtestlist.colHidden(11)=false; // anti-A
  119. grd_dbtestlist.colHidden(12)=false; // anti-B
  120. grd_dbtestlist.colHidden(14)=false; // A Cell
  121. grd_dbtestlist.colHidden(15)=false; // B Cell
  122. grd_dbtestlist.colHidden(17)=false; // anti-D
  123. grd_dbtestlist.colHidden(18)=false; // Du
  124. model.toggle("case2");
  125. }
  126. function fSetYGhidden(){
  127. grd_dbtestlist.colHidden(11)=true; // anti-A
  128. grd_dbtestlist.colHidden(12)=true; // anti-B
  129. grd_dbtestlist.colHidden(14)=true; // A Cell
  130. grd_dbtestlist.colHidden(15)=true; // B Cell
  131. grd_dbtestlist.colHidden(17)=true; // anti-D
  132. grd_dbtestlist.colHidden(18)=true; // Du
  133. model.toggle("case1");
  134. }
  135. ]]>
  136. </script>
  137. </xhtml:head>
  138. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  139. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; "/>
  140. <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
  141. <group id="group2" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
  142. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
  143. <caption id="caption2" class="search_name" style="left:16px; top:9px; width:99px; height:17px; ">작업일자 :</caption>
  144. <button id="button1" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
  145. <caption>조회</caption>
  146. </button>
  147. <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; "/>
  148. <input id="input26" ref="/root/hidden/ref/refsdd" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:90px; height:19px; "/>
  149. <caption id="caption3" class="search_no_b" style="left:199px; top:9px; width:15px; height:17px; ">~</caption>
  150. <input id="input1" ref="/root/hidden/ref/refedd" class="input_s_essential" inputtype="date" style="left:216px; top:8px; width:90px; height:19px; "/>
  151. <caption id="caption4" class="search_name" style="left:320px; top:9px; width:89px; height:17px; ">작업번호 :</caption>
  152. <input id="input2" class="input_s_essential" style="left:410px; top:8px; width:70px; height:19px; "/>
  153. <input id="input3" class="input_s_essential" style="left:497px; top:8px; width:70px; height:19px; "/>
  154. <caption id="caption5" class="search_no_b" style="left:482px; top:8px; width:15px; height:17px; ">~</caption>
  155. <caption id="caption7" class="search_name" style="left:580px; top:9px; width:89px; height:17px; ">검사그룹 :</caption>
  156. <select1 id="combo2" class="combo_s_essential" appearance="minimal" style="left:670px; top:8px; width:100px; height:19px; ">
  157. <choices>
  158. <item>
  159. <label>Tube법</label>
  160. <value>1</value>
  161. </item>
  162. <item>
  163. <label>2법</label>
  164. <value>2</value>
  165. </item>
  166. </choices>
  167. </select1>
  168. <caption id="caption8" class="search_name" style="left:785px; top:9px; width:99px; height:17px; ">입력구분 :</caption>
  169. <select1 id="radio2" class="radio_search" overflow="visible" appearance="full" cellspacing="10" cols="2" style="left:878px; top:10px; width:210px; height:20px; border-style:none; ">
  170. <choices>
  171. <item>
  172. <label>1차 검사입력</label>
  173. <value>1</value>
  174. </item>
  175. <item>
  176. <label>2차 검사입력</label>
  177. <value>2</value>
  178. </item>
  179. </choices>
  180. </select1>
  181. </group>
  182. <caption id="caption1" class="tit_2" style="left:5px; top:180px; width:157px; height:14px; ">더블테스트 결과 목록</caption>
  183. <line id="line1" class="line_1" style="x1:0px; y1:195px; x2:1194px; y2:195px; "/>
  184. <caption id="caption22" class="tit_2" style="left:5px; top:55px; width:82px; height:14px; ">검체정보</caption>
  185. <line id="line2" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
  186. <caption id="caption13" class="cell_1" style="left:204px; top:75px; width:150px; height:23px; vertical-align:middle; ">이전혈액형</caption>
  187. <caption id="caption9" class="cell_1" style="left:358px; top:75px; width:150px; height:23px; vertical-align:middle; ">현재혈액형</caption>
  188. <caption id="caption10" class="cell_1" style="left:854px; top:75px; width:340px; height:23px; vertical-align:middle; ">Comment</caption>
  189. <caption id="caption11" class="cell_1" style="left:513px; top:75px; width:340px; height:23px; vertical-align:middle; ">의뢰의사 Remark</caption>
  190. <textarea id="textarea1" style="left:512px; top:100px; width:340px; height:70px; "/>
  191. <textarea id="textarea2" style="left:854px; top:100px; width:340px; height:70px; "/>
  192. <output id="output17" ref="/root/hidden/abo" class="font_ab" style="left:358px; top:100px; width:150px; height:70px; "/>
  193. <output id="output1" ref="/root/hidden/abo2" class="font_a" style="left:204px; top:100px; width:150px; height:70px; "/>
  194. <caption id="caption14" class="cell_1" style="left:0px; top:75px; width:200px; height:23px; vertical-align:middle; ">1차 검사자</caption>
  195. <caption id="caption15" class="cell_1" style="left:0px; top:124px; width:200; height:23px; vertical-align:middle; ">2차 보고자</caption>
  196. <output id="output4" class="output_fix" style="left:0px; top:101px; width:200; height:19px; "/>
  197. <output id="output2" class="output_fix" style="left:0px; top:150px; width:200px; height:19px; "/>
  198. <line id="line6" class="line_3" style="x1:5px; y1:172px; x2:1199px; y2:172px; "/>
  199. <datagrid id="grd_dbtestlist" nodeset="/root/main/dtrsltlist" class="datagrid_btype" caption="^작업번호^검체번호^등록번호^성명^Sex/&#xA;Age^진료과^의뢰의사^병동/병실^BMT^Anti-A^Anti-B^ABO-Cell^A Cell^B Cell^ABO-Serum^Anti-D^Du^Rh" colsep="^" colwidth="30, 90, 90, 70, 70, 45, 60, 70, 60, 40, 80, 80, 100, 80, 80, 100, 80, 80, 80" dataheight="40" defaultrows="1" fixedcols="0" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:200px; width:1194px; height:525px; ">
  200. <col ref="chk" type="checkbox"/>
  201. <col ref="workno"/>
  202. <col ref="bcno" format="yyyy-mm-dd"/>
  203. <col ref="pid" format="yyyy-mm-dd hh:nn"/>
  204. <col ref="nm"/>
  205. <col ref="sexage"/>
  206. <col ref="orddept"/>
  207. <col ref="orddoct"/>
  208. <col ref="wardroom"/>
  209. <col ref="bmt"/>
  210. <col class="font_ab" ref="antia" style="text-align:center; "/>
  211. <col class="font_ab" ref="antib" style="text-align:center; "/>
  212. <col class="font_a" ref="abocell" style="text-align:center; "/>
  213. <col class="font_ab" ref="acell" style="text-align:center; "/>
  214. <col class="font_ab" ref="bcell" style="text-align:center; "/>
  215. <col class="font_b" ref="aboserum" style="text-align:center; "/>
  216. <col class="font_ab" ref="antid" style="text-align:center; "/>
  217. <col class="font_ab" ref="du" style="text-align:center; "/>
  218. <col class="font_ab" ref="rh" style="text-align:center; "/>
  219. </datagrid>
  220. <switch id="switch1" class="sw_box" style="left:1030px; top:173px; width:165px; height:22px; border-color:#ffffff; ">
  221. <case id="case1" style="left:0px; top:0px; width:163px; height:21px; ">
  222. <button id="button13" class="btn2_letter4" style="left:95px; top:1px; width:64px; height:19px; ">
  223. <caption>역가조회</caption>
  224. <script ev:event="DOMActivate" type="javascript">
  225. <![CDATA[
  226. fSetYG();
  227. ]]>
  228. </script>
  229. </button>
  230. </case>
  231. <case id="case2" selected="true">
  232. <button id="button4" class="btn2_letter4" style="left:95px; top:1px; width:64px; height:19px; ">
  233. <caption>역가숨김</caption>
  234. <script ev:event="DOMActivate" type="javascript">
  235. <![CDATA[
  236. fSetYGhidden();
  237. ]]>
  238. </script>
  239. </button>
  240. </case>
  241. </switch>
  242. </group>
  243. <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
  244. <button id="button5" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  245. <caption>초기화</caption>
  246. <script ev:event="onclick" type="javascript">
  247. <![CDATA[
  248. fSetInit();
  249. ]]>
  250. </script>
  251. </button>
  252. <line id="line15" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  253. <button id="button2" class="btn4_letter6" style="left:915px; top:3px; width:104px; height:22px; ">
  254. <caption>1차 결과입력</caption>
  255. <script ev:event="onclick" type="javascript">
  256. <![CDATA[
  257. fSetInit();
  258. ]]>
  259. </script>
  260. </button>
  261. <button id="button3" class="btn4_letter6" style="left:1021px; top:3px; width:104px; height:22px; ">
  262. <caption>2차 결과입력</caption>
  263. <script ev:event="onclick" type="javascript">
  264. <![CDATA[
  265. fSetInit();
  266. ]]>
  267. </script>
  268. </button>
  269. </group>
  270. <group id="group5" style="left:0px; top:0px; width:1195px; height:13px; ">
  271. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">더블테스트 결과관리</caption>
  272. </group>
  273. </xhtml:body>
  274. </xhtml:html>