SMATB00200_관리약사마스터관리.xrw 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>관리약사마스터관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <crbaseinfo>
  11. <subjinfo>
  12. <itemnm/>
  13. <stdysubjnm/>
  14. <stdytermfrom/>
  15. <stdytermto/>
  16. <direccost/>
  17. <indireccost/>
  18. <crccindireccost/>
  19. <totstdycost/>
  20. <clincflag/>
  21. <judgdg/>
  22. <conpaperconacptdd/>
  23. <irbjudglistdd/>
  24. <subjendyn/>
  25. <subjenddd/>
  26. <allidxcase/>
  27. <roothospidxcasecnt/>
  28. <chrgfoodyn/>
  29. <roomfeeyn/>
  30. <carecureyn/>
  31. <medfeeyn/>
  32. <reqphos/>
  33. <reqnm/>
  34. <ioflag/>
  35. <outerpharmnm/>
  36. <outerpharmtel/>
  37. <mngtpharmstnm/>
  38. <crcnm/>
  39. <crctel/>
  40. <cranm/>
  41. <cratel/>
  42. <costyn/>
  43. <subjno/>
  44. <subjid/>
  45. <stdykind1/>
  46. <stdykind2/>
  47. <stdykind3/>
  48. <stdykind4/>
  49. <crcmpphonno/>
  50. <crcfaxno/>
  51. <crcemail/>
  52. <crampphonno/>
  53. <crafaxno/>
  54. <craemail/>
  55. </subjinfo>
  56. <druginfo>
  57. <clincresdrugflag/>
  58. <drugcd/>
  59. <ordnm/>
  60. </druginfo>
  61. <empinfo>
  62. <empflag/>
  63. <empid/>
  64. <deptnm/>
  65. <empnm/>
  66. <telno/>
  67. <deptcd/>
  68. <seqno/>
  69. </empinfo>
  70. <testeeinfo>
  71. <pid/>
  72. <patnm/>
  73. <screenno/>
  74. <subtesteephosid/>
  75. <subtesteephosnm/>
  76. <orddd/>
  77. <enddd/>
  78. </testeeinfo>
  79. </crbaseinfo>
  80. <druginfo>
  81. <druglist>
  82. <clincresdrugflag/>
  83. <drugcd/>
  84. <ordnm/>
  85. </druglist>
  86. </druginfo>
  87. </main>
  88. <send>
  89. <srchdata>
  90. <subjno/>
  91. <stdyno/>
  92. </srchdata>
  93. <data>
  94. <subjdata/>
  95. <drugdata/>
  96. </data>
  97. <data2>
  98. <drugcd/>
  99. <workflag/>
  100. <subjectno/>
  101. </data2>
  102. </send>
  103. <init/>
  104. <hidden/>
  105. <temp>
  106. <receivesubjno>
  107. <receiveref>/root/send/srchdata/subjno</receiveref>
  108. </receivesubjno>
  109. <receivedata>
  110. <receiveref>/root/temp/drugcd</receiveref>
  111. <srchflag/>
  112. <srchcnts/>
  113. <drugkind/>
  114. </receivedata>
  115. <drugcd/>
  116. </temp>
  117. </root>
  118. </instance>
  119. <script type="javascript">
  120. <![CDATA[
  121. function fGetSubject(){
  122. //------------------(20091015)
  123. // 20091130_노동우_stdyno 로도 검색할 수 있게 if 조건 추가
  124. if (model.getValue("/root/send/srchdata/subjno") == "" && model.getValue("/root/send/srchdata/stdyno") == "" ) {
  125. messageBox("과제번호 혹은 연구코드가 존재하지 않습니다.","I9999");
  126. model.setFocus("input1");
  127. return;
  128. }
  129. //------------------
  130. submit("TRATB00107");
  131. var costyn="";
  132. if (model.getValue("/root/main/crbaseinfo/subjinfo/chrgfoodyn")=="Y"){
  133. costyn = costyn + "1 ";
  134. }
  135. if (model.getValue("/root/main/crbaseinfo/subjinfo/roomfeeyn")=="Y"){
  136. costyn = costyn + "2 ";
  137. }
  138. if (model.getValue("/root/main/crbaseinfo/subjinfo/carecureyn")=="Y"){
  139. costyn = costyn + "3 ";
  140. }
  141. if (model.getValue("/root/main/crbaseinfo/subjinfo/medfeeyn")=="Y"){
  142. costyn = costyn + "4 ";
  143. }
  144. model.makeValue("/root/main/crbaseinfo/subjinfo/costyn", costyn);
  145. model.setValue("/root/send/srchdata/stdyno", model.getValue("/root/main/crbaseinfo/subjinfo/stdyno"));
  146. model.setValue("/root/send/srchdata/subjno", model.getValue("/root/main/crbaseinfo/subjinfo/subjno"));
  147. model.refresh();
  148. }
  149. ]]>
  150. </script>
  151. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  152. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  153. <submission id="TRATB00111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" replace="instance" resultref="/root/main/druginfo"/>
  154. <submission id="TXATB00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" replace="instance" resultref="/root/temp/ret"/>
  155. <submission id="TRATB00107" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchdata" replace="instance" resultref="/root/main/crbaseinfo"/>
  156. </model>
  157. </xhtml:head>
  158. <xhtml:body disabled="1" overflow="scroll" scroll="auto" guideline="1,1195;2,782;2,784;">
  159. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  160. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:111px; height:14px; ">관리약사 마스터</caption>
  161. </group>
  162. <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
  163. <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
  164. <group id="group2" style="left:0px; top:1px; width:1194px; height:30px; ">
  165. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:30px; background-color:#fffbf2; border-color:#ffd799; "/>
  166. <button id="button1" class="btn1_letter2" style="left:1123px; top:5px; width:56px; height:22px; ">
  167. <caption>조회</caption>
  168. <script type="javascript" ev:event="DOMActivate">
  169. <![CDATA[
  170. fGetSubject();
  171. ]]>
  172. </script>
  173. </button>
  174. <line id="line13" class="line_4" style="x1:1107px; y1:5px; x2:1107px; y2:27px; "/>
  175. <caption id="caption2" class="search_name" style="left:16px; top:7px; width:86px; height:17px; ">과제번호 :</caption>
  176. <caption id="caption3" class="search_name" style="left:316px; top:7px; width:108px; height:17px; ">연구코드 :</caption>
  177. <input id="input1" ref="/root/send/srchdata/subjno" class="input_search" style="left:105px; top:6px; width:130px; height:19px; ">
  178. <script type="javascript" ev:event="onkeyup">
  179. <![CDATA[
  180. if ( event.keyCode == 13 ) {
  181. setInputNodeCurText();
  182. model.setValue("/root/send/srchdata/stdyno", "");
  183. fGetSubject();
  184. }
  185. ]]>
  186. </script>
  187. </input>
  188. <input id="input2" ref="/root/send/srchdata/stdyno" class="input_search" style="left:404px; top:6px; width:130px; height:19px; ">
  189. <script type="javascript" ev:event="onkeyup">
  190. <![CDATA[
  191. if ( event.keyCode == 13 ) {
  192. setInputNodeCurText();
  193. model.setValue("/root/send/srchdata/subjno", "");
  194. fGetSubject();
  195. }
  196. ]]>
  197. </script>
  198. </input>
  199. <button id="button5" class="icon_search" style="left:240px; top:5px; width:16px; height:16px; ">
  200. <caption/>
  201. <script type="javascript" ev:event="DOMActivate">
  202. <![CDATA[
  203. //window.load("SPADB60100_약품검색.xrw","modal","code", "left:100px; top:150px; width:850px; height:730px;min:hidden;max:hidden;resize:false;");
  204. modal("SMATB00300",0,10,150,"SMATB00300","/root/temp/receivesubjno","/root/temp/receivedata");
  205. model.setValue("/root/send/srchdata/stdyno", getParameter("stdyno"));
  206. model.setValue("/root/send/srchdata/subjno", getParameter("subjno"));
  207. /*
  208. 20091130_노동우
  209. 내용 : 과제검색화면에서 과제를 선택하지 않고 종료하면 과제검색 함수 타지 않음.
  210. */
  211. if( model.getValue("/root/send/srchdata/stdyno") != "" && model.getValue("/root/send/srchdata/subjno") != "" ) {
  212. fGetSubject();
  213. }
  214. ]]>
  215. </script>
  216. </button>
  217. </group>
  218. </group>
  219. <caption id="caption1" class="tit_2" style="left:5px; top:55px; width:78px; height:14px; ">기본정보</caption>
  220. <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:522px; y2:70px; "/>
  221. <caption id="caption11" class="cell_1" style="left:0px; top:100px; width:95px; height:60px; vertical-align:middle; ">연구제목</caption>
  222. <caption id="caption14" class="cell_1" style="left:0px; top:162px; width:95px; height:115px; vertical-align:middle; ">연구자</caption>
  223. <line id="line3" class="line_2" style="x1:0px; y1:99px; x2:519px; y2:99px; "/>
  224. <line id="line4" class="line_2" style="x1:0px; y1:161px; x2:519px; y2:161px; "/>
  225. <caption id="caption7" class="cell_1" style="left:0px; top:75px; width:95px; height:23px; font-family:돋움; vertical-align:middle; ">품목명</caption>
  226. <caption id="caption4" class="cell_1" style="left:267px; top:75px; width:100px; height:23px; font-family:돋움; vertical-align:middle; ">의뢰자</caption>
  227. <datagrid id="datagrid1" nodeset="/root/main/crbaseinfo/empinfo" disabled="false" caption="분류^연구자 ID^진료과^성명^연락처" colsep="^" colwidth="91, 82, 79, 59, 80" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="25" rowsep="|" style="left:98px; top:162px; width:422px; height:115px; ">
  228. <col disabled="true" ref="empflag" type="combo">
  229. <choices>
  230. <item>
  231. <label>책임</label>
  232. <value>1</value>
  233. </item>
  234. <item>
  235. <label>공동</label>
  236. <value>2</value>
  237. </item>
  238. <item>
  239. <label>코디네이터</label>
  240. <value>3</value>
  241. </item>
  242. <item>
  243. <label>관리약사</label>
  244. <value>4</value>
  245. </item>
  246. </choices>
  247. </col>
  248. <col ref="empid"/>
  249. <col ref="deptnm"/>
  250. <col ref="empnm"/>
  251. <col ref="telno"/>
  252. </datagrid>
  253. <line id="line5" class="line_2" style="x1:0px; y1:278px; x2:519px; y2:278px; "/>
  254. <caption id="caption5" class="cell_1" style="left:0px; top:304px; width:95px; height:49px; vertical-align:middle; ">연구자 부담</caption>
  255. <line id="line6" class="line_2" style="x1:0px; y1:379px; x2:519px; y2:379px; "/>
  256. <caption id="caption8" class="cell_1" style="left:0px; top:279px; width:95px; height:23px; font-family:돋움; vertical-align:middle; ">연구 예정기간</caption>
  257. <input id="input6" ref="/root/main/crbaseinfo/subjinfo/stdytermfrom" class="input_search" editable="false" format="yyyy-mm-dd" style="left:98px; top:280px; width:110px; height:19px; "/>
  258. <caption id="caption9" class="search_no_b" style="left:209px; top:280px; width:12px; height:17px; ">~</caption>
  259. <input id="input7" ref="/root/main/crbaseinfo/subjinfo/stdytermto" class="input_search" editable="false" format="yyyy-mm-dd" style="left:223px; top:280px; width:110px; height:19px; "/>
  260. <alert>
  261. <![CDATA[1]]>
  262. </alert>
  263. <line id="line7" class="line_2" style="x1:0px; y1:303px; x2:519px; y2:303px; "/>
  264. <caption id="caption10" class="cell_1" style="left:0px; top:355px; width:95px; height:23px; vertical-align:middle; ">목표례수</caption>
  265. <caption id="caption16" class="cell_2" style="left:0px; top:436px; width:95px; height:153px; text-align:left; vertical-align:middle; ">임상약등록</caption>
  266. <line id="line8" class="line_2" style="x1:0px; y1:404px; x2:519px; y2:404px; "/>
  267. <caption id="caption12" style="left:99px; top:355px; width:40px; height:23px; vertical-align:middle; ">전체</caption>
  268. <input id="input27" ref="/root/main/crbaseinfo/subjinfo/allidxcase" class="input_default" editable="false" style="left:126px; top:358px; width:93px; height:19px; "/>
  269. <caption id="caption15" style="left:221px; top:355px; width:35px; height:23px; vertical-align:middle; ">례중</caption>
  270. <caption id="caption17" style="left:272px; top:355px; width:40px; height:23px; vertical-align:middle; ">본원</caption>
  271. <caption id="caption18" style="left:395px; top:355px; width:35px; height:23px; vertical-align:middle; ">례</caption>
  272. <input id="input8" ref="/root/main/crbaseinfo/subjinfo/roothospidxcasecnt" class="input_default" editable="false" style="left:300px; top:358px; width:93px; height:19px; "/>
  273. <input id="input9" ref="/root/main/crbaseinfo/subjinfo/judgdg" class="input_default" editable="false" style="left:99px; top:382px; width:62px; height:19px; "/>
  274. <caption id="caption19" style="left:162px; top:382px; width:20px; height:20px; vertical-align:middle; ">차</caption>
  275. <caption id="caption20" style="left:99px; top:410px; width:50px; height:23px; vertical-align:middle; ">승인일 :</caption>
  276. <input id="input10" ref="/root/main/crbaseinfo/subjinfo/irbjudglistdd" class="input_default" editable="false" format="yyyy-mm-dd" style="left:145px; top:412px; width:82px; height:19px; "/>
  277. <input id="input11" ref="/root/main/crbaseinfo/subjinfo/conpaperconacptdd" class="input_default" editable="false" format="yyyy-mm-dd" style="left:289px; top:412px; width:85px; height:19px; "/>
  278. <caption id="caption21" style="left:241px; top:410px; width:50px; height:23px; vertical-align:middle; ">계약일 :</caption>
  279. <input id="input12" ref="/root/main/crbaseinfo/subjinfo/subjenddd" class="input_default" editable="false" format="yyyy-mm-dd" style="left:435px; top:412px; width:85px; height:19px; "/>
  280. <caption id="caption22" style="left:387px; top:410px; width:50px; height:23px; vertical-align:middle; ">종결일 :</caption>
  281. <button id="button11" class="btn2_letter5" style="left:366px; top:438px; width:75px; height:19px; ">
  282. <caption>시험약추가</caption>
  283. <script type="javascript" ev:event="DOMActivate">
  284. <![CDATA[
  285. model.setValue("/root/temp/receivedata/srchflag", "");
  286. model.setValue("/root/temp/receivedata/srchcnts", "");
  287. model.setValue("/root/temp/receivedata/drugkind","");
  288. modal("SPADB61000",0,100,150,"SPADB61000","/root/temp/receivedata","/root/temp/receivedata");
  289. //------------------------(20091015)
  290. //팝업에서 선택하지 않는 경우
  291. if ( model.getValue("/root/temp/drugcd") == "") {
  292. return;
  293. } else {
  294. //구분/약품코드/약품명을 가져온다.
  295. model.setValue("/root/send/data2/drugcd", model.getValue("/root/temp/drugcd"));
  296. model.setValue("/root/send/data2/workflag", "A");
  297. model.setValue("/root/send/data2/subjectno",model.getValue("/root/send/srchdata/subjno"));
  298. if( submit("TRATB00111") ){
  299. grd_druglist.addRow();
  300. //model.setValue("/root/main/crbaseinfo/druginfo["+(grd_druglist.rows-1)+"]/drugcd",model.getValue("/root/temp/drugcd"));
  301. model.setValue("/root/main/crbaseinfo/druginfo["+(grd_druglist.rows-1)+"]/clincresdrugflag",model.getValue("/root/main/druginfo/druglist/clincresdrugflag"));
  302. model.setValue("/root/main/crbaseinfo/druginfo["+(grd_druglist.rows-1)+"]/drugcd", model.getValue("/root/main/druginfo/druglist/drugcd"));
  303. model.setValue("/root/main/crbaseinfo/druginfo["+(grd_druglist.rows-1)+"]/ordnm", model.getValue("/root/main/druginfo/druglist/ordnm"));
  304. model.refresh();
  305. grd_druglist.refresh();
  306. }
  307. }
  308. //--------------------------
  309. ]]>
  310. </script>
  311. </button>
  312. <line id="line9" class="line_2" style="x1:0px; y1:590px; x2:519px; y2:590px; "/>
  313. <caption id="caption23" class="tit_2" style="left:533px; top:55px; width:113px; height:14px; ">등록환자 list</caption>
  314. <line id="line10" class="line_1" style="x1:528px; y1:70px; x2:1195px; y2:70px; "/>
  315. <line id="line11" class="line_2" style="x1:0px; y1:686px; x2:519px; y2:686px; "/>
  316. <caption id="caption24" class="cell_2" style="left:0px; top:639px; width:95px; height:48px; text-align:left; vertical-align:middle; ">CRA 정보</caption>
  317. <line id="line12" class="line_2" style="x1:0px; y1:637px; x2:519px; y2:637px; "/>
  318. <line id="line14" class="line_2" style="x1:0px; y1:710px; x2:519px; y2:710px; "/>
  319. <caption id="caption25" class="cell_2" style="left:0px; top:688px; width:95px; height:23px; text-align:left; vertical-align:middle; ">임상약 요약지</caption>
  320. <caption id="caption26" class="cell_2" style="left:0px; top:712px; width:95px; height:23px; text-align:left; vertical-align:middle; ">복약 설명서</caption>
  321. <button id="button10" class="btn2_letter2" style="left:99px; top:691px; width:42px; height:19px; ">
  322. <caption>작성</caption>
  323. </button>
  324. <button id="button2" class="btn2_letter2" style="left:99px; top:714px; width:42px; height:19px; ">
  325. <caption>작성</caption>
  326. </button>
  327. <button id="button3" class="btn2_letter2" visibility="hidden" style="left:144px; top:691px; width:42px; height:19px; ">
  328. <caption>조회</caption>
  329. </button>
  330. <button id="button4" class="btn2_letter2" visibility="hidden" style="left:144px; top:714px; width:42px; height:19px; ">
  331. <caption>조회</caption>
  332. </button>
  333. <caption id="caption28" visibility="hidden" style="left:189px; top:714px; width:95px; height:20px; vertical-align:middle; ">임시저장 / 완료</caption>
  334. <input id="input16" ref="/root/main/crbaseinfo/subjinfo/cranm" class="input_default" style="left:146px; top:642px; width:58px; height:19px; "/>
  335. <input id="input17" ref="/root/main/crbaseinfo/subjinfo/cratel" class="input_default" style="left:275px; top:641px; width:75px; height:19px; "/>
  336. <caption id="caption27" visibility="hidden" style="left:190px; top:693px; width:180px; height:20px; vertical-align:middle; ">임시저장된 / 완료된 요약지 있음</caption>
  337. <caption id="caption36" class="cell_2" style="left:0px; top:590px; width:95px; height:48px; text-align:left; vertical-align:middle; ">CRC 정보</caption>
  338. <input id="input18" ref="/root/main/crbaseinfo/subjinfo/crcnm" class="input_default" style="left:146px; top:593px; width:58px; height:19px; "/>
  339. <input id="input19" ref="/root/main/crbaseinfo/subjinfo/crctel" class="input_default" style="left:275px; top:593px; width:75px; height:19px; "/>
  340. <line id="line17" class="line_2" style="x1:0px; y1:354px; x2:519px; y2:354px; "/>
  341. <caption id="caption13" class="cell_1" style="left:0px; top:380px; width:95px; height:55px; vertical-align:middle; ">IRB 심사회차</caption>
  342. <line id="line18" class="line_2" style="x1:0px; y1:435px; x2:519px; y2:435px; "/>
  343. <bool id="bool1" checkvalue="Y,N" ref="/root/main/crbaseinfo/subjinfo/subjendyn" style="left:425px; top:386px; width:35px; height:20px; "/>
  344. <caption id="caption37" style="left:455px; top:384px; width:55px; height:25px; ">종결</caption>
  345. <datagrid id="grd_druglist" nodeset="/root/main/crbaseinfo/druginfo" caption="구분^약품코드^약품명" colsep="^" colwidth="104, 120, 160" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:99px; top:458px; width:422px; height:130px; ">
  346. <col class="gridcombo" ref="clincresdrugflag" type="combo">
  347. <choices>
  348. <item>
  349. <label>시험약</label>
  350. <value>1</value>
  351. </item>
  352. <item>
  353. <label>대조약</label>
  354. <value>2</value>
  355. </item>
  356. <item>
  357. <label>병용약</label>
  358. <value>3</value>
  359. </item>
  360. </choices>
  361. </col>
  362. <col ref="drugcd"/>
  363. <col ref="ordnm"/>
  364. </datagrid>
  365. <select id="checkbox1" ref="/root/main/crbaseinfo/subjinfo/costyn" overflow="visible" appearance="full" cols="3" rows="1" style="left:194px; top:306px; width:185px; height:20px; border-style:none; ">
  366. <choices>
  367. <item>
  368. <label>식대</label>
  369. <value>1</value>
  370. </item>
  371. <item>
  372. <label>병실료</label>
  373. <value>2</value>
  374. </item>
  375. <item>
  376. <label>간호처치료</label>
  377. <value>3</value>
  378. </item>
  379. </choices>
  380. </select>
  381. <select id="checkbox2" ref="/root/main/crbaseinfo/subjinfo/costyn" overflow="visible" appearance="full" cols="3" rows="1" style="left:194px; top:332px; width:185px; height:20px; border-style:none; ">
  382. <choices>
  383. <item>
  384. <label>진찰료</label>
  385. <value>4</value>
  386. </item>
  387. </choices>
  388. </select>
  389. <caption id="caption38" class="cell_1" style="left:99px; top:304px; width:91px; height:23px; vertical-align:middle; ">입원</caption>
  390. <caption id="caption39" class="cell_1" style="left:99px; top:329px; width:91px; height:23px; vertical-align:middle; ">외래</caption>
  391. <button id="button6" class="btn2_letter5" style="left:445px; top:438px; width:75px; height:19px; ">
  392. <caption>시험약삭제</caption>
  393. <script type="javascript" ev:event="DOMActivate">
  394. <![CDATA[
  395. grd_druglist.addStatus( grd_druglist.row, "delete" );
  396. grd_druglist.refresh();
  397. ]]>
  398. </script>
  399. </button>
  400. <textarea id="input5" ref="/root/main/crbaseinfo/subjinfo/stdysubjnm" class="input_search" editable="false" appearance="textarea" style="left:98px; top:100px; width:422px; height:60px; "/>
  401. <input id="input3" ref="/root/main/crbaseinfo/subjinfo/itemnm" class="input_search" editable="false" appearance="input" style="left:98px; top:76px; width:165px; height:19px; "/>
  402. <input id="input4" ref="/root/main/crbaseinfo/subjinfo/reqnm" class="input_search" editable="false" appearance="input" style="left:370px; top:76px; width:150px; height:19px; "/>
  403. <line id="line2" class="line_3" style="x1:0px; y1:734px; x2:519px; y2:734px; "/>
  404. <line id="line15" class="line_3" style="x1:529px; y1:737px; x2:1193px; y2:737px; "/>
  405. <caption id="caption41" class="cell_2" style="left:353px; top:638px; width:80px; height:23px; vertical-align:middle; ">핸드폰번호</caption>
  406. <caption id="caption53" class="cell_2" style="left:98px; top:663px; width:45px; height:23px; vertical-align:middle; ">Fax</caption>
  407. <caption id="caption32" class="cell_2" style="left:353px; top:591px; width:80px; height:23px; vertical-align:middle; ">핸드폰번호</caption>
  408. <caption id="caption54" class="cell_2" style="left:224px; top:663px; width:48px; height:23px; vertical-align:middle; ">E-mail</caption>
  409. <caption id="caption33" class="cell_2" style="left:98px; top:615px; width:45px; height:23px; vertical-align:middle; ">Fax</caption>
  410. <caption id="caption44" class="cell_2" style="left:98px; top:591px; width:45px; height:23px; vertical-align:middle; ">이름</caption>
  411. <caption id="caption34" class="cell_2" style="left:224px; top:615px; width:48px; height:23px; vertical-align:middle; ">E-mail</caption>
  412. <caption id="caption45" class="cell_2" style="left:98px; top:639px; width:45px; height:23px; vertical-align:middle; ">이름</caption>
  413. <caption id="caption46" class="cell_2" style="left:208px; top:591px; width:64px; height:23px; vertical-align:middle; ">전화번호</caption>
  414. <caption id="caption47" class="cell_2" style="left:208px; top:639px; width:64px; height:23px; vertical-align:middle; ">전화번호</caption>
  415. <input id="input13" ref="/root/main/crbaseinfo/subjinfo/crampphonno" class="input_default" style="left:436px; top:642px; width:85px; height:19px; "/>
  416. <input id="input14" ref="/root/main/crbaseinfo/subjinfo/crcmpphonno" class="input_default" style="left:436px; top:593px; width:85px; height:19px; "/>
  417. <input id="input15" ref="/root/main/crbaseinfo/subjinfo/crcfaxno" class="input_default" style="left:146px; top:616px; width:75px; height:19px; "/>
  418. <input id="input20" ref="/root/main/crbaseinfo/subjinfo/crafaxno" class="input_default" style="left:146px; top:664px; width:75px; height:19px; "/>
  419. <input id="input21" ref="/root/main/crbaseinfo/subjinfo/crcemail" class="input_default" style="left:275px; top:615px; width:246px; height:19px; "/>
  420. <input id="input22" ref="/root/main/crbaseinfo/subjinfo/craemail" class="input_default" style="left:275px; top:663px; width:246px; height:19px; "/>
  421. <datagrid id="grd_testeeinfo" nodeset="/root/main/crbaseinfo/testeeinfo" caption="등록번호^성 명^Screening No.^피험자 ID^Initial^등록일^종결일" colsep="^" colwidth="90, 90, 90, 90, 90, 90, 90" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:528px; top:75px; width:667px; height:660px; ">
  422. <col ref="pid"/>
  423. <col ref="patnm"/>
  424. <col ref="screenno"/>
  425. <col ref="subtesteephosid"/>
  426. <col ref="subtesteephosnm"/>
  427. <col ref="orddd" format="yyyy-mm-dd"/>
  428. <col ref="enddd" format="yyyy-mm-dd"/>
  429. <script type="javascript" ev:event="ondblclick">
  430. <![CDATA[
  431. /*
  432. var iRow = grd_testeeinfo.row;
  433. if( grd_testeeinfo.isCell(event.target) && iRow > 0 && iRow <= grd_testeeinfo.rows ){
  434. }
  435. */
  436. ]]>
  437. </script>
  438. </datagrid>
  439. </group>
  440. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
  441. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
  442. <button id="btn_del" class="btn4_letter2" visibility="hidden" style="left:1020px; top:5px; width:56px; height:22px; ">
  443. <caption>삭제</caption>
  444. <script type="javascript" ev:event="DOMActivate">
  445. <![CDATA[
  446. ]]>
  447. </script>
  448. </button>
  449. <button id="btn_save" class="btn4_letter2" style="left:1139px; top:5px; width:56px; height:22px; ">
  450. <caption>저장</caption>
  451. <script type="javascript" ev:event="DOMActivate">
  452. <![CDATA[
  453. model.copyNode("/root/send/data/subjdata","/root/main/crbaseinfo/subjinfo");
  454. model.setValue("/root/send/data/drugdata",grd_druglist.getUpdateData());
  455. model.refresh();
  456. if( submit("TXATB00201") ){
  457. fGetSubject();
  458. }
  459. ]]>
  460. </script>
  461. </button>
  462. </group>
  463. <button id="button51" class="btn2_letter2" navindex="34" style="left:1135px; top:90px; width:42px; height:19px; ">
  464. <caption>엑셀</caption>
  465. <script type="javascript" ev:event="DOMActivate">
  466. <![CDATA[
  467. //---------------(20091015)-----------------------
  468. if (grd_testeeinfo.rows > 1) {
  469. var file = window.fileDialog("save","","false","","xls","Excel Files(*.xls)|*.xls");
  470. grd_testeeinfo.saveExcel(file);
  471. }
  472. ]]>
  473. </script>
  474. </button>
  475. </xhtml:body>
  476. </xhtml:html>