SPATR00800_임상시험모니터링.xrw 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <mntbase>
  11. <mntinfo>
  12. <stdyno/>
  13. <subjno/>
  14. <examperchgr/>
  15. <stdysubjnm/>
  16. <mntrperchgr/>
  17. <cranm/>
  18. <mntrtodd/>
  19. <mntrfromtm/>
  20. <mntrtotm/>
  21. <clincprogrs/>
  22. <plansubtesteephos/>
  23. <prcssubtesteephos/>
  24. <subtesteephosid/>
  25. <drugendflag/>
  26. <stocmntmatchflag/>
  27. <relreckeepstatflag/>
  28. <recmthdfitnflag/>
  29. <rctpdisbursempsflag/>
  30. <keepsaveflag/>
  31. <recupdtstatflag/>
  32. <valitermmngtfithflag/>
  33. <medimthdflag/>
  34. <mngtpharmstcvflag/>
  35. <srcdocucopyflag/>
  36. <drugendcmt/>
  37. <stocmntmatchcmt/>
  38. <relreckeepstatcmt/>
  39. <recmthdfitncmt/>
  40. <rctpdisbursempscmt/>
  41. <keepsavecmt/>
  42. <recupdtstatcmt/>
  43. <valitermmngtfithcmt/>
  44. <medimthdcmt/>
  45. <mngtpharmstcvcmt/>
  46. <srcdocucopycmt/>
  47. <mntrspcffacmt/>
  48. <cdnm/>
  49. <status/>
  50. <seq/>
  51. <subjid/>
  52. </mntinfo>
  53. </mntbase>
  54. </main>
  55. <init>
  56. </init>
  57. <hidden>
  58. <paminfo>
  59. <recinfo>
  60. <cdid/>
  61. </recinfo>
  62. </paminfo>
  63. <message/>
  64. </hidden>
  65. <send>
  66. <req>
  67. <instcd/>
  68. <subjno/>
  69. <seq/>
  70. <subjectno/>
  71. </req>
  72. </send>
  73. <temp>
  74. <cdnm/>
  75. </temp>
  76. </root>
  77. </instance>
  78. <script type="javascript">
  79. <![CDATA[
  80. //저장이력
  81. function fChgRecHistInfo() {
  82. //----------------------------------------------------------------------------------
  83. //저장이력구성 : 기과코드|과제id|과제번호|seq(CDID) --> display : lastupdtdt(CDNM)
  84. //----------------------------------------------------------------------------------
  85. //화면열릴때
  86. //alert(instance1.selectSingleNode("/root/hidden/paminfo/recinfo/cdid").xml);
  87. if( isNull(model.getValue("/root/temp/cdnm")) ) {
  88. //alert(model.getValue("/root/main/crbaseinfo/subjinfo/empnm"));
  89. //model.setValue("/root/send/req/subjno",model.getValue("/root/main/mntbase/mntinfo/subjno"));
  90. model.setValue("/root/send/req/instcd","");
  91. model.setValue("/root/send/req/seq","");
  92. model.setValue("/root/send/req/subjno", model.getValue("/root/main/mntbase/mntinfo/subjid"));
  93. model.setValue("/root/send/req/subjectno",model.getValue("/root/main/mntbase/mntinfo/subjno"));
  94. } else {
  95. //alert( "콤포값:" + cmb_history.value ) ;
  96. //var i = model.getValue("/root/hidden/paminfo/recinfo[" + i + "]/cdid"); //이 안에 instcd, subjno, seq 가 있다.
  97. var i = cmb_history.value; //이 안에 instcd, subjno, seq 가 있다.
  98. model.setValue("/root/temp/cdnm", i); //cdnm 에 담는다.
  99. var cdid = (model.getValue("/root/temp/cdnm")).split("|");
  100. var sinstcd = cdid[0]; //instcd 를 꺼내온다.
  101. var ssubjno = cdid[1]; //subjno를 꺼내온다. (과제id)
  102. var ssubjectno = cdid[2]; //subjectno 를 꺼내온다.(과제번호)
  103. var sseq = cdid[3]; //seq 를 꺼내온다.
  104. model.setValue("/root/send/req/instcd", sinstcd);
  105. model.setValue("/root/send/req/subjno", ssubjno);
  106. model.setValue("/root/send/req/seq", sseq);
  107. model.setValue("/root/send/req/subjectno", ssubjectno);
  108. }
  109. // alert(instance1.selectSingleNode("/root/send/mntdata").xml); // 안에 값을 찍을 수 있다.
  110. //model.("/root/send/mntdata", "/root/send/req", "after");
  111. // textarea1.value = instance1.selectSingleNode("/root/send/mntdata").xml; //textarea1에 값을 찍을 수 있다.
  112. // textarea1.refresh();
  113. // copyNodeType("/root/send/mntdata", "/root/send/req", "after");
  114. submit("TRATR00801");
  115. model.refresh();
  116. }
  117. //저장 이력조회
  118. function fGetInitRecInfo() {
  119. //model.setValue("/root/send/req/subjno", model.getValue("/root/main/mntbase/mntinfo/subjno")); // 부모로 부터 받은 subjno값을 상세정보를 조회할 조건값으로 set 한다.
  120. model.setValue("/root/send/req/subjectno", model.getValue("/root/main/mntbase/mntinfo/subjno")); // 부모로 부터 받은 subjno값을 상세정보를 조회할 조건값으로 set 한다.
  121. if(submit("TRATR00802", "false")){
  122. //이전 기록이 있을 경우 가장 최근의 정보 자동 셋팅
  123. //alert(instance1.selectSingleNode("/root/hidden/paminfo/recinfo/cdid").xml);
  124. //alert("값 :" + model.getValue("/root/hidden/paminfo/recinfo/cdid"));
  125. if(model.getValue("/root/hidden/paminfo/recinfo/cdid") != ""){
  126. model.setValue("/root/temp/cdnm", model.getValue("/root/hidden/paminfo/recinfo/cdid"));
  127. }
  128. fChgRecHistInfo();
  129. }
  130. model.refresh();
  131. }
  132. ]]>
  133. </script>
  134. <submission id="TRATR00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" replace="instance" resultref="/root/main/mntbase"/>
  135. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  136. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  137. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  138. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  139. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  140. <script type="javascript" ev:event="xforms-ready">
  141. <![CDATA[
  142. //opener 화면에서 파라메터값을 넘겨주면, 해당 조건으로 검색
  143. if( !isNull(getOpenerUID()) ){ //Opener의 UID가 존재하면,
  144. model.setValue("/root/main/mntbase/mntinfo/subjno", opener.javascript.getParameter("param_subjno")); //과제번호
  145. model.setValue("/root/main/mntbase/mntinfo/subjid", opener.javascript.getParameter("param_subjid")); //과제ID
  146. fGetInitRecInfo();//이력조회
  147. }
  148. model.refresh();
  149. ]]>
  150. </script>
  151. <submission id="TRATR00802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/hidden/paminfo"/>
  152. <submission id="TXATR00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/mntbase/mntinfo" resultref="/root/hidden/message"/>
  153. </model>
  154. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  155. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  156. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  157. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  158. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  159. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  160. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  161. <script type="javascript" src="../../../ast/pharmacyconsultweb/js/SPADC62200.js"/>
  162. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  163. <script type="javascript" src="../../../com/signweb/js/ZES001.js"/>
  164. </xhtml:head>
  165. <xhtml:body guideline="1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  166. <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
  167. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:129px; height:14px; ">임상시험 모니터링</caption>
  168. </group>
  169. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  170. <switch id="switch1" style="left:0px; top:211px; width:1194px; height:530px; border-color:#c7a3cf; border-style:solid; "/>
  171. <caption id="caption2" class="cell_1" visibility="visible" style="left:0px; top:105px; width:98px; height:23px; vertical-align:middle; ">모니터 담당자</caption>
  172. <input id="input60" ref="/root/main/mntbase/mntinfo/subjno" class="input_essential" disabled="true" navindex="8" visibility="visible" editable="false" maxlength="13" style="left:359px; top:58px; width:179px; height:19px; "/>
  173. <input id="input66" ref="/root/main/mntbase/mntinfo/stdyno" class="input_essential" disabled="true" navindex="9" visibility="visible" editable="false" style="left:102px; top:58px; width:156px; height:19px; "/>
  174. <caption id="caption3" class="cell_1" visibility="visible" style="left:0px; top:81px; width:98px; height:23px; vertical-align:middle; ">과제제목</caption>
  175. <input id="input70" ref="/root/main/mntbase/mntinfo/stdysubjnm" class="input_default" disabled="true" navindex="11" visibility="visible" editable="false" maxlength="330" style="left:102px; top:83px; width:978px; height:19px; "/>
  176. <caption id="caption4" class="cell_1" visibility="visible" style="left:0px; top:57px; width:98px; height:23px; vertical-align:middle; ">연구코드</caption>
  177. <caption id="caption5" class="cell_1" visibility="visible" style="left:262px; top:57px; width:93px; height:23px; vertical-align:middle; ">과제번호</caption>
  178. <line id="line19" class="line_1" style="x1:0px; y1:52px; x2:1194px; y2:52px; "/>
  179. <caption id="caption7" class="tit_2" style="left:0px; top:37px; width:126px; height:13px; ">과제 기본정보</caption>
  180. <input id="inp_examperchgr" ref="/root/main/mntbase/mntinfo/examperchgr" class="input_essential" disabled="false" navindex="8" visibility="visible" editable="true" maxlength="13" style="left:639px; top:58px; width:179px; height:19px; "/>
  181. <caption id="caption8" class="cell_1" visibility="visible" style="left:542px; top:57px; width:93px; height:23px; vertical-align:middle; ">시험책임자</caption>
  182. <input id="input13" ref="/root/main/mntbase/mntinfo/cranm" class="input_default" disabled="true" navindex="12" visibility="visible" editable="true" style="left:924px; top:58px; width:156px; height:19px; "/>
  183. <caption id="caption9" class="cell_1" visibility="visible" style="left:822px; top:57px; width:98px; height:23px; vertical-align:middle; ">의뢰자</caption>
  184. <input id="inp_mntrperchgr" ref="/root/main/mntbase/mntinfo/mntrperchgr" disabled="false" navindex="9" visibility="visible" editable="true" style="left:102px; top:107px; width:156px; height:19px; "/>
  185. <input id="inp_mntrtodd" ref="/root/main/mntbase/mntinfo/mntrtodd" class="input_essential" disabled="false" navindex="8" visibility="visible" editable="true" inputtype="date" maxlength="13" style="left:359px; top:107px; width:111px; height:19px; "/>
  186. <caption id="caption1" class="cell_1" visibility="visible" style="left:262px; top:105px; width:93px; height:23px; vertical-align:middle; ">모니터링 일시</caption>
  187. <input id="inp_mntrfromtm" ref="/root/main/mntbase/mntinfo/mntrfromtm" disabled="false" navindex="8" visibility="visible" editable="true" maxlength="13" format="hh:nn:ss" style="left:482px; top:107px; width:70px; height:19px; "/>
  188. <caption id="caption42" style="left:555px; top:106px; width:20px; height:20px; ">~</caption>
  189. <input id="inp_mntrtotm" ref="/root/main/mntbase/mntinfo/mntrtotm" disabled="false" navindex="8" visibility="visible" editable="true" maxlength="13" format="hh:nn:ss" style="left:570px; top:107px; width:70px; height:19px; "/>
  190. <caption id="caption38" class="cell_1" visibility="visible" style="left:265px; top:25px; width:93px; height:23px; vertical-align:middle; ">과제ID</caption>
  191. </group>
  192. <group id="group4" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
  193. <button id="btn_prt" class="btn6_letter2" style="left:7px; top:5px; width:56px; height:22px; ">
  194. <caption>출력</caption>
  195. <script type="javascript" ev:event="DOMActivate">
  196. <![CDATA[
  197. model.makeValue("/root/main/mntbase/mntinfo/cstdcondnm", btn_prt.label);
  198. exeReportPreview("RPATR00800", "XMLSTR", "", "", "true","","","","","false");
  199. ]]>
  200. </script>
  201. </button>
  202. <button id="btn_save" class="btn4_letter2" style="left:1129px; top:5px; width:56px; height:22px; ">
  203. <caption>저장</caption>
  204. <script type="javascript" ev:event="DOMActivate">
  205. <![CDATA[
  206. //저장체크(20091201)-----------------------------------------------------
  207. // 저장을 할 때 임상시험진행현황 필수 체크
  208. if ( model.getValue("/root/main/mntbase/mntinfo/clincprogrs") == "") {
  209. messageBox("임상시험진행현황 항목은 필수 입력 사항 입니다..","I9999");
  210. model.setFocus("rdo_ClincRes");
  211. return;
  212. }
  213. if ( model.getValue("/root/main/mntbase/mntinfo/examperchgr") == "") {
  214. messageBox("시험책임자 항목은 필수 입력 사항 입니다..","I9999");
  215. model.setFocus("inp_examperchgr");
  216. return;
  217. }
  218. if ( model.getValue("/root/main/mntbase/mntinfo/mntrperchgr") == "") {
  219. messageBox("모니터 담당자는 필수 입력 사항 입니다..","I9999");
  220. model.setFocus("inp_mntrperchgr");
  221. return;
  222. }
  223. if ( model.getValue("/root/main/mntbase/mntinfo/mntrtodd") == "") {
  224. messageBox("모니터링일시는 필수 입력 사항 입니다..","I9999");
  225. model.setFocus("inp_mntrtodd");
  226. return;
  227. }
  228. if ( model.getValue("/root/main/mntbase/mntinfo/mntrfromtm") == "") {
  229. messageBox("모니터링일시from시간 항목은 필수 입력 사항 입니다..","I9999");
  230. model.setFocus("inp_mntrfromtm");
  231. return;
  232. }
  233. if ( model.getValue("/root/main/mntbase/mntinfo/mntrtotm") == "") {
  234. messageBox("모니터링일시to시간 항목은 필수 입력 사항 입니다..","I9999");
  235. model.setFocus("inp_mntrtotm");
  236. return;
  237. }
  238. //-----------------------------------------------------------------------
  239. var seq = model.getValue("/root/main/mntbase/mntinfo/seq");
  240. if(isNull(seq)){
  241. model.setValue("/root/main/mntbase/mntinfo/status", "i");
  242. }else{
  243. model.setValue("/root/main/mntbase/mntinfo/status", "u");
  244. }
  245. //저장을 한다.
  246. if(submit("TXATR00801")){
  247. //if(model.getValue("/root/hidden/paminfo/recinfo/cdid") != ""){
  248. //model.setValue("/root/temp/cdnm", model.getValue("/root/hidden/paminfo/recinfo/cdid"));
  249. //}
  250. if(submit("TRATR00802")){
  251. cmb_history.select(0);
  252. fChgRecHistInfo();
  253. }
  254. }
  255. model.refresh();
  256. ]]>
  257. </script>
  258. </button>
  259. <button id="button1" class="btn4_letter3" style="left:1050px; top:5px; width:68px; height:22px; ">
  260. <caption>초기화</caption>
  261. <script type="javascript" ev:event="DOMActivate">
  262. <![CDATA[
  263. model.setValue("/root/temp/cdnm", "");
  264. if( isNull(model.getValue("/root/temp/cdnm")) ){
  265. //alert(model.getValue("/root/main/crbaseinfo/subjinfo/empnm"));
  266. model.setValue("/root/send/req/instcd","");
  267. //model.setValue("/root/send/req/subjectno", "" );
  268. model.setValue("/root/send/req/seq", "");
  269. model.setValue("/root/send/req/subjno",model.getValue("/root/main/mntbase/mntinfo/subjno"));
  270. submit("TRATR00801");
  271. }
  272. model.refresh();
  273. ]]>
  274. </script>
  275. </button>
  276. </group>
  277. <group id="group2" scroll="auto" style="left:0px; top:145px; width:1195px; height:613px; ">
  278. <caption id="caption751" class="cell_1" visibility="visible" style="left:544px; top:71px; width:346px; height:23px; text-align:center; vertical-align:middle; ">구분</caption>
  279. <caption id="caption740" class="cell_1" visibility="visible" style="left:465px; top:21px; width:76px; height:23px; vertical-align:middle; ">피험자 현황</caption>
  280. <caption id="caption752" class="cell_2" style="left:0px; top:96px; width:234px; height:23px; vertical-align:middle; ">임상시험용 의약품 관리 기록</caption>
  281. <caption id="caption50" class="cell_1" visibility="visible" style="left:0px; top:427px; width:347px; height:28px; vertical-align:middle; ">
  282. <![CDATA[1. 계획서에 따른 투약방법 준수 여부 :
  283. - 1회 투여량, tear off 라벨 처리 등]]>
  284. </caption>
  285. <caption id="caption753" class="cell_1" visibility="visible" style="left:388px; top:71px; width:77px; height:23px; text-align:center; vertical-align:middle; ">아니오</caption>
  286. <caption id="caption742" class="tit_2" style="left:0px; top:29px; width:126px; height:13px; ">과제 기본정보</caption>
  287. <caption id="caption51" class="cell_2" style="left:0px; top:402px; width:347px; height:23px; vertical-align:middle; ">임상시험용 의약품 투약관련</caption>
  288. <caption id="caption40" class="cell_1" visibility="visible" style="left:0px; top:312px; width:347px; height:28px; vertical-align:middle; ">
  289. <![CDATA[1. 계획서에 규정된 내용에 따른 보관 / 저장여부
  290. - 온도조건, 시건여부, 접근의 제한성]]>
  291. </caption>
  292. <caption id="caption754" class="cell_1" visibility="visible" style="left:458px; top:71px; width:85px; height:23px; text-align:center; vertical-align:middle; ">해당없음</caption>
  293. <caption id="caption743" style="left:691px; top:23px; width:18px; height:20px; ">명</caption>
  294. <caption id="caption20" class="cell_1" visibility="visible" style="left:0px; top:256px; width:347px; height:28px; vertical-align:middle; ">5. 임상시험용의약품 처방전 : 수불 기록과 처방전 일치 여부</caption>
  295. <caption id="caption10" class="cell_1" visibility="visible" style="left:0px; top:151px; width:347px; height:28px; vertical-align:middle; ">2. 재고 관리 정확성 : 기록과 실물 재고의 일치 여부</caption>
  296. <caption id="caption757" class="cell_1" visibility="visible" style="left:891px; top:71px; width:304px; height:23px; text-align:center; vertical-align:middle; ">수정 요청사항 및 comment</caption>
  297. <line id="line282" class="line_1" style="x1:0px; y1:66px; x2:1194px; y2:66px; "/>
  298. <caption id="caption746" class="cell_1" visibility="visible" style="left:0px; top:21px; width:112px; height:23px; vertical-align:middle; ">임상시험진행현황</caption>
  299. <caption id="caption11" class="cell_1" visibility="visible" style="left:0px; top:181px; width:347px; height:28px; vertical-align:middle; ">
  300. <![CDATA[3. 관련 기록의 보존 상태
  301. - 누락이나 분실없이 완전하게 관리되고 있는지 여부]]>
  302. </caption>
  303. <caption id="caption758" class="cell_1" visibility="visible" style="left:0px; top:121px; width:347px; height:28px; vertical-align:middle; ">
  304. <![CDATA[1. Drug accoungtability Log 지 기재사항의 완결여부
  305. - 입출고 일시, 수량 등 기재요청 사항]]>
  306. </caption>
  307. <caption id="caption747" class="cell_1" visibility="visible" style="left:0px; top:71px; width:347px; height:23px; text-align:center; vertical-align:middle; ">구분</caption>
  308. <line id="line283" class="line_1" style="x1:0px; y1:16px; x2:1194px; y2:16px; "/>
  309. <caption id="caption748" class="tit_2" style="left:0px; top:1px; width:126px; height:13px; ">모니터링 내용</caption>
  310. <input id="input443" ref="/root/main/mntbase/mntinfo/plansubtesteephos" disabled="false" navindex="8" visibility="visible" editable="true" format="#,###" style="left:642px; top:23px; width:46px; height:19px; "/>
  311. <caption id="caption13" class="cell_2" style="left:0px; top:96px; width:347px; height:23px; vertical-align:middle; ">임상시험용 의약품 관리 기록</caption>
  312. <caption id="caption749" class="tit_2" style="left:0px; top:51px; width:126px; height:13px; ">모니터링 항목</caption>
  313. <caption id="caption58" class="cell_1" visibility="visible" style="left:0px; top:482px; width:347px; height:28px; vertical-align:middle; ">1. 관리약사 CV</caption>
  314. <caption id="caption25" class="cell_2" style="left:0px; top:287px; width:347px; height:23px; vertical-align:middle; ">임상시험용 의약품 보관</caption>
  315. <caption id="caption59" class="cell_2" style="left:0px; top:457px; width:347px; height:23px; vertical-align:middle; ">임상험약국 관련 서류 요청</caption>
  316. <caption id="caption28" class="cell_1" visibility="visible" style="left:0px; top:342px; width:347px; height:28px; vertical-align:middle; ">2. 온도기록지의 정기적인 관리여부 : 기록상태 및 update 상태</caption>
  317. <caption id="caption29" class="cell_1" visibility="visible" style="left:0px; top:371px; width:347px; height:28px; vertical-align:middle; ">3. 유효기간 관리 적절성</caption>
  318. <caption id="caption19" class="cell_1" visibility="visible" style="left:0px; top:211px; width:347px; height:42px; vertical-align:middle; ">
  319. <![CDATA[4. 기록방법의 적합성
  320. - 오기, 불명확한 부분에 대한 수정 방법
  321. - 서명의 적합성]]>
  322. </caption>
  323. <caption id="caption750" class="cell_1" visibility="visible" style="left:348px; top:71px; width:48px; height:23px; text-align:center; vertical-align:middle; ">예</caption>
  324. <caption id="caption12" class="cell_1" visibility="visible" style="left:0px; top:512px; width:347px; height:28px; vertical-align:middle; ">2. Source documents의 사본</caption>
  325. <caption id="caption14" class="cell_1" visibility="visible" style="left:544px; top:256px; width:347px; height:28px; vertical-align:middle; ">5. 임상시험용의약품 처방전 : 수불 기록과 처방전 일치 여부</caption>
  326. <caption id="caption15" class="cell_1" visibility="visible" style="left:544px; top:151px; width:347px; height:28px; vertical-align:middle; ">2. 재고 관리 정확성 : 기록과 실물 재고의 일치 여부</caption>
  327. <caption id="caption16" class="cell_1" visibility="visible" style="left:544px; top:181px; width:347px; height:28px; vertical-align:middle; ">
  328. <![CDATA[3. 관련 기록의 보존 상태
  329. - 누락이나 분실없이 완전하게 관리되고 있는지 여부]]>
  330. </caption>
  331. <caption id="caption17" class="cell_1" visibility="visible" style="left:544px; top:121px; width:347px; height:28px; vertical-align:middle; ">
  332. <![CDATA[1. Drug accoungtability Log 지 기재사항의 완결여부
  333. - 입출고 일시, 수량 등 기재요청 사항]]>
  334. </caption>
  335. <caption id="caption18" class="cell_2" style="left:544px; top:96px; width:347px; height:23px; vertical-align:middle; ">임상시험용 의약품 관리 기록</caption>
  336. <caption id="caption21" class="cell_1" visibility="visible" style="left:544px; top:211px; width:347px; height:43px; vertical-align:middle; ">
  337. <![CDATA[4. 기록방법의 적합성
  338. - 오기, 불명확한 부분에 대한 수정 방법
  339. - 서명의 적합성]]>
  340. </caption>
  341. <caption id="caption22" class="cell_1" visibility="visible" style="left:544px; top:312px; width:347px; height:28px; vertical-align:middle; ">
  342. <![CDATA[1. 계획서에 규정된 내용에 따른 보관 / 저장여부
  343. - 온도조건, 시건여부, 접근의 제한성]]>
  344. </caption>
  345. <caption id="caption23" class="cell_2" style="left:544px; top:287px; width:346px; height:23px; vertical-align:middle; ">임상시험용 의약품 보관</caption>
  346. <caption id="caption24" class="cell_1" visibility="visible" style="left:544px; top:342px; width:347px; height:28px; vertical-align:middle; ">2. 온도기록지의 정기적인 관리여부 : 기록상태 및 update 상태</caption>
  347. <caption id="caption26" class="cell_1" visibility="visible" style="left:544px; top:371px; width:347px; height:29px; vertical-align:middle; ">3. 유효기간 관리 적절성</caption>
  348. <caption id="caption27" class="cell_1" visibility="visible" style="left:544px; top:427px; width:347px; height:28px; vertical-align:middle; ">
  349. <![CDATA[1. 계획서에 따른 투약방법 준수 여부 :
  350. - 1회 투여량, tear off 라벨 처리 등]]>
  351. </caption>
  352. <caption id="caption30" class="cell_2" style="left:544px; top:402px; width:347px; height:23px; vertical-align:middle; ">임상시험용 의약품 투약관련</caption>
  353. <caption id="caption31" class="cell_1" visibility="visible" style="left:544px; top:511px; width:347px; height:28px; vertical-align:middle; ">2. Source documents의 사본</caption>
  354. <caption id="caption32" class="cell_1" visibility="visible" style="left:544px; top:481px; width:347px; height:28px; vertical-align:middle; ">1. 관리약사 CV</caption>
  355. <caption id="caption33" class="cell_2" style="left:544px; top:457px; width:347px; height:23px; vertical-align:middle; ">임상험약국 관련 서류 요청</caption>
  356. <caption id="caption35" style="left:545px; top:23px; width:90px; height:20px; ">계획 피험자 수 :</caption>
  357. <caption id="caption34" style="left:866px; top:22px; width:18px; height:20px; ">명</caption>
  358. <caption id="caption36" class="cell_1" visibility="visible" style="left:712px; top:21px; width:102px; height:23px; vertical-align:middle; ">진행 중인 피험자</caption>
  359. <input id="input14" ref="/root/main/mntbase/mntinfo/prcssubtesteephos" class="input_default" disabled="false" navindex="11" visibility="visible" editable="true" format="#,###" style="left:817px; top:23px; width:46px; height:19px; "/>
  360. <caption id="caption37" class="cell_1" visibility="visible" style="left:886px; top:21px; width:216px; height:23px; vertical-align:middle; ">지난 모니터링 이후 참여 중단 피험자</caption>
  361. <input id="input15" ref="/root/main/mntbase/mntinfo/subtesteephosid" class="input_default" disabled="false" navindex="11" visibility="visible" editable="true" style="left:1108px; top:23px; width:77px; height:19px; "/>
  362. <line id="line1" class="line_1" style="x1:1px; y1:561px; x2:1195px; y2:561px; "/>
  363. <caption id="caption39" class="tit_2" style="left:1px; top:546px; width:170px; height:14px; ">모니터링 항목별 특이사항</caption>
  364. <textarea id="textarea1" ref="/root/main/mntbase/mntinfo/mntrspcffacmt" style="left:5px; top:566px; width:1190px; height:45px; "/>
  365. <textarea id="textarea2" ref="/root/main/mntbase/mntinfo/drugendcmt" style="left:890px; top:120px; width:305px; height:30px; "/>
  366. <textarea id="textarea3" ref="/root/main/mntbase/mntinfo/stocmntmatchcmt" style="left:890px; top:150px; width:305px; height:30px; "/>
  367. <textarea id="textarea4" ref="/root/main/mntbase/mntinfo/relreckeepstatcmt" style="left:890px; top:180px; width:305px; height:30px; "/>
  368. <textarea id="textarea5" ref="/root/main/mntbase/mntinfo/recmthdfitncmt" style="left:890px; top:210px; width:305px; height:45px; "/>
  369. <textarea id="textarea6" ref="/root/main/mntbase/mntinfo/rctpdisbursempscmt" style="left:890px; top:255px; width:305px; height:30px; "/>
  370. <textarea id="textarea7" ref="/root/main/mntbase/mntinfo/keepsavecmt" style="left:890px; top:311px; width:305px; height:30px; "/>
  371. <textarea id="textarea8" ref="/root/main/mntbase/mntinfo/recupdtstatcmt" style="left:890px; top:341px; width:305px; height:30px; "/>
  372. <textarea id="textarea9" ref="/root/main/mntbase/mntinfo/valitermmngtfithcmt" style="left:890px; top:370px; width:305px; height:30px; "/>
  373. <textarea id="textarea10" ref="/root/main/mntbase/mntinfo/medimthdcmt" style="left:890px; top:426px; width:305px; height:30px; "/>
  374. <textarea id="textarea11" ref="/root/main/mntbase/mntinfo/mngtpharmstcvcmt" style="left:890px; top:480px; width:305px; height:30px; "/>
  375. <textarea id="textarea12" ref="/root/main/mntbase/mntinfo/srcdocucopycmt" style="left:890px; top:510px; width:305px; height:30px; "/>
  376. <select1 id="rdo_ClincRes" ref="/root/main/mntbase/mntinfo/clincprogrs" appearance="full" cellspacing="15" cols="5" vcellspacing="0" overflow="visible" style="left:115px; top:25px; width:345px; height:15px; border-style:none; ">
  377. <choices>
  378. <item>
  379. <label>시작</label>
  380. <value>1</value>
  381. </item>
  382. <item>
  383. <label>진행중</label>
  384. <value>2</value>
  385. </item>
  386. <item>
  387. <label>지연</label>
  388. <value>3</value>
  389. </item>
  390. <item>
  391. <label>취소/종결</label>
  392. <value>4</value>
  393. </item>
  394. <item>
  395. <label>투약종료</label>
  396. <value>5</value>
  397. </item>
  398. </choices>
  399. </select1>
  400. <select1 id="radio2" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:124px; width:185px; height:20px; border-style:none; ">
  401. <choices>
  402. <item>
  403. <label>예</label>
  404. <value>1</value>
  405. </item>
  406. <item>
  407. <label>아니오</label>
  408. <value>2</value>
  409. </item>
  410. <item>
  411. <label>해당없음</label>
  412. <value>3</value>
  413. </item>
  414. </choices>
  415. </select1>
  416. <select1 id="radio3" ref="/root/main/mntbase/mntinfo/drugendflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:124px; width:185px; height:20px; border-style:none; ">
  417. <choices>
  418. <item>
  419. <label>예</label>
  420. <value>1</value>
  421. </item>
  422. <item>
  423. <label>아니오</label>
  424. <value>2</value>
  425. </item>
  426. <item>
  427. <label>해당없음</label>
  428. <value>3</value>
  429. </item>
  430. </choices>
  431. </select1>
  432. <select1 id="radio4" ref="/root/main/mntbase/mntinfo/stocmntmatchflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:154px; width:185px; height:20px; border-style:none; ">
  433. <choices>
  434. <item>
  435. <label>예</label>
  436. <value>1</value>
  437. </item>
  438. <item>
  439. <label>아니오</label>
  440. <value>2</value>
  441. </item>
  442. <item>
  443. <label>해당없음</label>
  444. <value>3</value>
  445. </item>
  446. </choices>
  447. </select1>
  448. <select1 id="radio5" ref="/root/main/mntbase/mntinfo/relreckeepstatflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:184px; width:185px; height:20px; border-style:none; ">
  449. <choices>
  450. <item>
  451. <label>예</label>
  452. <value>1</value>
  453. </item>
  454. <item>
  455. <label>아니오</label>
  456. <value>2</value>
  457. </item>
  458. <item>
  459. <label>해당없음</label>
  460. <value>3</value>
  461. </item>
  462. </choices>
  463. </select1>
  464. <select1 id="radio6" ref="/root/main/mntbase/mntinfo/recmthdfitnflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:221px; width:185px; height:20px; border-style:none; ">
  465. <choices>
  466. <item>
  467. <label>예</label>
  468. <value>1</value>
  469. </item>
  470. <item>
  471. <label>아니오</label>
  472. <value>2</value>
  473. </item>
  474. <item>
  475. <label>해당없음</label>
  476. <value>3</value>
  477. </item>
  478. </choices>
  479. </select1>
  480. <select1 id="radio7" ref="/root/main/mntbase/mntinfo/keepsaveflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:315px; width:185px; height:20px; border-style:none; ">
  481. <choices>
  482. <item>
  483. <label>예</label>
  484. <value>1</value>
  485. </item>
  486. <item>
  487. <label>아니오</label>
  488. <value>2</value>
  489. </item>
  490. <item>
  491. <label>해당없음</label>
  492. <value>3</value>
  493. </item>
  494. </choices>
  495. </select1>
  496. <select1 id="radio8" ref="/root/main/mntbase/mntinfo/recupdtstatflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:345px; width:185px; height:20px; border-style:none; ">
  497. <choices>
  498. <item>
  499. <label>예</label>
  500. <value>1</value>
  501. </item>
  502. <item>
  503. <label>아니오</label>
  504. <value>2</value>
  505. </item>
  506. <item>
  507. <label>해당없음</label>
  508. <value>3</value>
  509. </item>
  510. </choices>
  511. </select1>
  512. <select1 id="radio9" ref="/root/main/mntbase/mntinfo/valitermmngtfithflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:375px; width:185px; height:20px; border-style:none; ">
  513. <choices>
  514. <item>
  515. <label>예</label>
  516. <value>1</value>
  517. </item>
  518. <item>
  519. <label>아니오</label>
  520. <value>2</value>
  521. </item>
  522. <item>
  523. <label>해당없음</label>
  524. <value>3</value>
  525. </item>
  526. </choices>
  527. </select1>
  528. <select1 id="radio10" ref="/root/main/mntbase/mntinfo/rctpdisbursempsflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:258px; width:185px; height:20px; border-style:none; ">
  529. <choices>
  530. <item>
  531. <label>예</label>
  532. <value>1</value>
  533. </item>
  534. <item>
  535. <label>아니오</label>
  536. <value>2</value>
  537. </item>
  538. <item>
  539. <label>해당없음</label>
  540. <value>3</value>
  541. </item>
  542. </choices>
  543. </select1>
  544. <select1 id="radio11" ref="/root/main/mntbase/mntinfo/medimthdflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:431px; width:185px; height:20px; border-style:none; ">
  545. <choices>
  546. <item>
  547. <label>예</label>
  548. <value>1</value>
  549. </item>
  550. <item>
  551. <label>아니오</label>
  552. <value>2</value>
  553. </item>
  554. <item>
  555. <label>해당없음</label>
  556. <value>3</value>
  557. </item>
  558. </choices>
  559. </select1>
  560. <select1 id="radio12" ref="/root/main/mntbase/mntinfo/mngtpharmstcvflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:486px; width:185px; height:20px; border-style:none; ">
  561. <choices>
  562. <item>
  563. <label>예</label>
  564. <value>1</value>
  565. </item>
  566. <item>
  567. <label>아니오</label>
  568. <value>2</value>
  569. </item>
  570. <item>
  571. <label>해당없음</label>
  572. <value>3</value>
  573. </item>
  574. </choices>
  575. </select1>
  576. <select1 id="radio13" ref="/root/main/mntbase/mntinfo/srcdocucopyflag" appearance="full" cellspacing="15" cols="3" overflow="visible" style="left:353px; top:516px; width:185px; height:20px; border-style:none; ">
  577. <choices>
  578. <item>
  579. <label>예</label>
  580. <value>1</value>
  581. </item>
  582. <item>
  583. <label>아니오</label>
  584. <value>2</value>
  585. </item>
  586. <item>
  587. <label>해당없음</label>
  588. <value>3</value>
  589. </item>
  590. </choices>
  591. </select1>
  592. </group>
  593. <line id="line6" class="line_2" style="x1:1px; y1:93px; x2:1195px; y2:93px; "/>
  594. <line id="line2" class="line_2" style="x1:1px; y1:117px; x2:1195px; y2:117px; "/>
  595. <line id="line3" class="line_2" style="x1:1px; y1:141px; x2:1195px; y2:141px; "/>
  596. <line id="line4" class="line_2" style="x1:1px; y1:189px; x2:1195px; y2:189px; "/>
  597. <line id="line5" class="line_2" style="x1:1px; y1:238px; x2:1195px; y2:238px; "/>
  598. <line id="line7" class="line_2" style="x1:1px; y1:264px; x2:1195px; y2:264px; "/>
  599. <line id="line8" class="line_2" style="x1:1px; y1:294px; x2:1195px; y2:294px; "/>
  600. <line id="line9" class="line_2" style="x1:1px; y1:324px; x2:1195px; y2:324px; "/>
  601. <line id="line10" class="line_2" style="x1:1px; y1:354px; x2:1195px; y2:354px; "/>
  602. <line id="line11" class="line_2" style="x1:1px; y1:399px; x2:1195px; y2:399px; "/>
  603. <line id="line12" class="line_2" style="x1:1px; y1:429px; x2:1195px; y2:429px; "/>
  604. <line id="line13" class="line_2" style="x1:1px; y1:455px; x2:1195px; y2:455px; "/>
  605. <line id="line14" class="line_2" style="x1:1px; y1:485px; x2:1195px; y2:485px; "/>
  606. <line id="line15" class="line_2" style="x1:1px; y1:514px; x2:1195px; y2:514px; "/>
  607. <line id="line16" class="line_2" style="x1:1px; y1:545px; x2:1195px; y2:545px; "/>
  608. <line id="line17" class="line_2" style="x1:1px; y1:570px; x2:1195px; y2:570px; "/>
  609. <line id="line18" class="line_2" style="x1:1px; y1:600px; x2:1195px; y2:600px; "/>
  610. <line id="line20" class="line_2" style="x1:1px; y1:625px; x2:1195px; y2:625px; "/>
  611. <line id="line21" class="line_2" style="x1:1px; y1:655px; x2:1195px; y2:655px; "/>
  612. <line id="line22" class="line_2" style="x1:1px; y1:685px; x2:1195px; y2:685px; "/>
  613. <caption id="caption41" class="cell_2" visibility="visible" style="left:947px; top:41px; width:85px; height:23px; vertical-align:middle; ">저장 이력</caption>
  614. <select1 id="cmb_history" ref="/root/temp/cdnm" visibility="visible" appearance="minimal" style="left:1035px; top:43px; width:160px; height:19px; ">
  615. <choices>
  616. <itemset nodeset="/root/hidden/paminfo/recinfo">
  617. <label ref="cdnm"/>
  618. <value ref="cdid"/>
  619. </itemset>
  620. </choices>
  621. <script type="javascript" ev:event="xforms-value-changed">
  622. <![CDATA[
  623. fChgRecHistInfo();
  624. ]]>
  625. </script>
  626. </select1>
  627. <input id="input4" ref="/root/main/mntbase/mntinfo/subjid" class="input_essential" disabled="true" navindex="8" visibility="visible" editable="false" maxlength="11" style="left:362px; top:40px; width:173px; height:19px; "/>
  628. </xhtml:body>
  629. </xhtml:html>