SMZCR00601_용량정보.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  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. <list>
  11. <resultKDOSELookup>
  12. <age/>
  13. <!--나이-->
  14. <onedayminmaxdose/>
  15. <!--1일최소최대용량-->
  16. <onedayminmaxunit/>
  17. <!--1일최소최대제형용량-->
  18. </resultKDOSELookup>
  19. <resultFDBDOSELookup>
  20. <dosage/>
  21. <!--투약경로-->
  22. <age/>
  23. <!--나이-->
  24. <onedayminmaxdose/>
  25. <!--1일최소최대용량-->
  26. </resultFDBDOSELookup>
  27. </list>
  28. <list2>
  29. <resultKDRC2Lookup>
  30. <description/>
  31. <!--kfda용법용량-->
  32. </resultKDRC2Lookup>
  33. </list2>
  34. <list3>
  35. <resultDRCMLookup>
  36. <dxiddesckor/>
  37. <!--노드명-->
  38. <nodeid/>
  39. <lvl/>
  40. <!--레벨-->
  41. <dotx/>
  42. <!--치료기간-->
  43. <dosd/>
  44. <!--용량범위-->
  45. <crclyn/>
  46. <!--신장애시용량조절여부-->
  47. <crclu/>
  48. <!--crcl역치-->
  49. <hepimpyn/>
  50. <!--간장애시용량조절여부-->
  51. <thaflowhigh/>
  52. <!--반감시간-->
  53. </resultDRCMLookup>
  54. <selectedtree>
  55. <drcmtitle/>
  56. <dotx/>
  57. <dosd/>
  58. <crclyn/>
  59. <crclu/>
  60. <hepimpyn/>
  61. <thaflowhigh/>
  62. </selectedtree>
  63. </list3>
  64. <selecteddrug>
  65. <edi_nm/>
  66. <dosetitle>최소/최대량 (Min/Max Dose)</dosetitle>
  67. </selecteddrug>
  68. <selectedDrugInfo>
  69. <pYakpumCd/>
  70. <pGcnSeqNo/>
  71. </selectedDrugInfo>
  72. <data/>
  73. </main>
  74. <send>
  75. <req>
  76. <pYakpumCd/>
  77. <!--약품코드-->
  78. <pGcnSeqNo/>
  79. <!--성분명(제형,함량구분)약품코드※용량주의사항정보와약품과의연결-->
  80. </req>
  81. </send>
  82. <init/>
  83. <hidden/>
  84. <temp/>
  85. </root>
  86. </instance>
  87. <script type="javascript" ev:event="xforms-ready">
  88. <![CDATA[
  89. /*
  90. 화면을 초기화 합니다.
  91. 선택된 약품리스트를 불러온다. zcnfGetDurgList();
  92. 선택된 약품리스트중에 선택되어진 약픔정보를 가져온다.zcnfGetDurgInfo();
  93. 선택된 약품정보를 가지고 화면에 출력할 용량정보를 조회한다.getDetailDrugInfo();
  94. */
  95. zcnfGetDurgList();
  96. zcnfGetDurgInfo();
  97. var param1 = model.getValue("/root/main/selectedDrugInfo/pYakpumCd");
  98. var param2 = model.getValue("/root/main/selectedDrugInfo/pGcnSeqNo");
  99. var selecredRow = model.getValue("/root/main/selectedDrugInfo/pSelectRow");
  100. getDetailDrugInfo(param1,param2, selecredRow);
  101. // model.refresh();
  102. if(selecredRow == ""){
  103. selecredRow = 1;
  104. }
  105. model.setFocus("left_datagrid1");
  106. left_datagrid1.select(selecredRow,1) = true;
  107. ]]>
  108. </script>
  109. <submission id="TRZCR01801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/list"/>
  110. <submission id="TRZCR01901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/data"/>
  111. <submission id="TRZCR02001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/list3"/>
  112. <submission id="TRTZZ00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/data"/>
  113. <submission id="TRZCR00000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/data"/>
  114. </model>
  115. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  116. <script type="javascript" src="../../../com/navigationweb/js/ZCN001.js"/>
  117. <script type="javascript">
  118. <![CDATA[
  119. /*
  120. 초기화 작업을 합니다.
  121. */
  122. function fInitialize(){
  123. fInitialize1();
  124. fInitialize2();
  125. fInitialize3();
  126. // zcnfGetDurgList();
  127. model.refresh();
  128. }
  129. /*
  130. 약물상호작용 탭 초기화
  131. */
  132. function fInitialize1(){
  133. model.removeNodeset("/root/main/list");
  134. model.removeNodeset("/root/main/selecteditem");
  135. }
  136. /*
  137. 약물상호작용검사탭 초기화
  138. */
  139. function fInitialize2(){
  140. model.removeNodeset("/root/main/selecteditem2");
  141. }
  142. /*
  143. 음식물 상호작용 탭 초기화
  144. */
  145. function fInitialize3(){
  146. model.removeNodeset("/root/main/list3/resultDFIMLookup");
  147. model.removeNodeset("/root/main/selecteditem3");
  148. }
  149. /*
  150. model.getValue(); 를 함수로 만들었습니다.
  151. param1 : node는 grid의 xPath입니다.
  152. param2 : row는 grid에서 선택한 row값입니다.
  153. param3 : element는 getvalue할 해당 element 명입니다.
  154. 해당 getvalue값을 return 해줍니다.
  155. return 하지 않으면 해당값을 가져올 수 없습니다.
  156. */
  157. function fGetValue(node, row, element) {
  158. var rtnValue = model.getValue(node + "[" + row + "]/" + element);
  159. return rtnValue;
  160. }
  161. /*
  162. model.reqGetDetailInfo(); 를 함수로 만들었습니다.
  163. param1 : 선택된 약품 grid에서 선택된 약품코드 입니다.
  164. 해당 getvalue값을 return 해줍니다.
  165. return 하지 않으면 해당값을 가져올 수 없습니다.
  166. */
  167. function reqGetDetailInfo(param1,param2) {
  168. /*
  169. 1. 선택된 약품 instance setvalue
  170. --> "/root/main/selecteddrug"
  171. -->"/root/send/req/pGcnSeqNo"
  172. 2. 첫번째 탭 클릭 이벤트 강제 발생
  173. --> 조회 부분은 탭버튼에 기술
  174. */
  175. model.removeNodeset("/root/main/selecteddrug/edi_nm");
  176. model.makeValue("/root/send/req/pYakpumCd",param1);
  177. model.makeValue("/root/send/req/pGcnSeqNo",param2);
  178. opt_DrugNm1.refresh();
  179. model.makeValue("/root/main/selecteddrug/edi_nm", model.getValue("/root/main/list4/resultDrugSearchDetail/edi_nm"));
  180. // 최소/최대 용량정보 조회
  181. if(case1.selected == true){
  182. fInitialize1();
  183. submit("TRZCR01801");
  184. grd_resultKDOSELookup.refresh();
  185. grd_resultFDBDOSELookup.refresh();
  186. // KFDA 허가기준 용법용량 조회
  187. }else if(case2.selected == true){
  188. fInitialize2();
  189. objBrower.Navigate2(getActionURL("TRZCR01901")+ "&pYakpumCd=" + param1);
  190. // FDB 적응증별 용량정보 조회
  191. }else if(case3.selected == true){
  192. fInitialize3();
  193. submit("TRZCR02001");
  194. trv_resultDRCMLookup.refresh();
  195. switch2.selectedIndex = 0;
  196. }
  197. }
  198. // 인자로 넘어온 값을 label 로 같은 아이템의 인덱스를 반환
  199. function labelToIndex(label, tree)
  200. {
  201. for(var i=0; i<tree.length; i++)
  202. {
  203. if(tree.item(i).label == label)
  204. return i;
  205. }
  206. return -1;
  207. }
  208. function FirstDIS_Request(){
  209. model.makeValue("/root/firstDISsend/drugcode",model.getValue("/root/main/selectedDrugInfo/pYakpumCd"));
  210. if(case1.selected == true){
  211. model.makeValue("/root/firstDISsend/refno","8");
  212. }else if(case2.selected == true){
  213. model.makeValue("/root/firstDISsend/refno","9");
  214. }else if(case3.selected == true){
  215. model.makeValue("/root/firstDISsend/refno","10");
  216. }
  217. modal("../../referenceweb/xrw/SPZCR00301_주의사항문의", "", "", "", "SPZCR00301","/root/firstDISsend","/root/main/req");
  218. }
  219. ]]>
  220. </script>
  221. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  222. <script type="javascript" src="../../../com/navigationweb/js/ZCN001.js"/>
  223. </xhtml:head>
  224. <xhtml:body pagewidth="1280" pageheight="990" guideline="2,299;1,1200;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  225. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:142px; height:14px; ">용량정보</caption>
  226. <import id="import1" instancetype="merge" src="../../../com/navigationweb/xrw/SMZCN00201_선택약품.xrw" style="left:5px; top:15px; width:360px; height:765px; "/>
  227. <switch id="switch1" style="left:370px; top:61px; width:831px; height:681px; ">
  228. <case id="case1" selected="true">
  229. <button id="button13" class="btn2_letter2" style="left:770px; top:10px; width:42px; height:19px; ">
  230. <caption>출력</caption>
  231. <script type="javascript" ev:event="DOMActivate">
  232. <![CDATA[
  233. /*
  234. 1. 결과 Instance "/root/main/list
  235. */
  236. model.makeValue("/root/main/list/edi_nm",model.getValue("/root/main/selecteddrug/edi_nm"));
  237. // rexpert를 이용한 부작용 출력
  238. exeReportPreview("RPDUR01101", "XMLSTR", "/root/main/list"); //미리보기
  239. ]]>
  240. </script>
  241. </button>
  242. <datagrid id="grd_resultKDOSELookup" nodeset="/root/main/list/resultKDOSELookup" caption="나이^1일 최소최대 용량^1일 최소최대 제형 용량" colsep="^" colwidth="201, 297, 294" dataheight="25" ellipsis="true" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:15px; top:121px; width:799px; height:260px; ">
  243. <col ref="age" style="text-align:center; "/>
  244. <col ref="onedayminmaxdose" style="text-align:center; "/>
  245. <col ref="onedayminmaxunit" style="text-align:center; "/>
  246. </datagrid>
  247. <caption id="caption3" class="tit_2" style="left:19px; top:20px; width:205px; height:13px; ">선택된 약품</caption>
  248. <caption id="caption5" class="cell_1" style="left:15px; top:40px; width:132px; height:23px; text-align:center; ">약품명</caption>
  249. <line id="line3" class="line_1" style="x1:15px; y1:35px; x2:814px; y2:35px; "/>
  250. <output id="opt_DrugNm1" ref="/root/main/selecteddrug/edi_nm" class="output_fix" style="left:150px; top:41px; width:664px; height:19px; "/>
  251. <caption id="caption4" class="tit_2" style="left:19px; top:102px; width:591px; height:13px; ">KFDA 유지용량</caption>
  252. <line id="line1" class="line_1" style="x1:15px; y1:117px; x2:814px; y2:117px; "/>
  253. <caption id="cap_ddiDesc" class="tit_2" style="left:19px; top:400px; width:415px; height:13px; ">First DataBank 유지용량</caption>
  254. <line id="line6" class="line_3" style="x1:15px; y1:86px; x2:814px; y2:86px; "/>
  255. <caption id="caption7" class="cell_1" style="left:15px; top:63px; width:132px; height:23px; text-align:center; ">용량정보</caption>
  256. <output id="output1" ref="/root/main/selecteddrug/dosetitle" class="output_fix" style="left:150px; top:65px; width:664px; height:19px; "/>
  257. <line id="line4" class="line_2" style="x1:15px; y1:62px; x2:814px; y2:62px; "/>
  258. <datagrid id="grd_resultFDBDOSELookup" nodeset="/root/main/list/resultFDBDOSELookup" caption="투여경로^나이^1일 최소최대 용량" colsep="^" colwidth="146, 332, 316" dataheight="25" ellipsis="true" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:15px; top:420px; width:799px; height:250px; ">
  259. <col ref="dosage" style="text-align:center; "/>
  260. <col ref="age" style="text-align:center; "/>
  261. <col ref="onedayminmaxdose" style="text-align:center; "/>
  262. </datagrid>
  263. <line id="line2" class="line_1" style="x1:15px; y1:416px; x2:814px; y2:416px; "/>
  264. </case>
  265. <case id="case2">
  266. <button id="button10" class="btn2_letter2" style="left:770px; top:70px; width:42px; height:19px; ">
  267. <caption>출력</caption>
  268. <script type="javascript" ev:event="DOMActivate">
  269. <![CDATA[
  270. var param1 = model.getValue("/root/send/req/pYakpumCd");
  271. var pPrintYn = "Y";
  272. var pDrugNm = model.getValue("/root/main/selecteddrug/edi_nm");
  273. // browser 연동
  274. objBrowerPrint.Navigate2(getActionURL("TRZCR01901")+ "&pYakpumCd=" + param1 + "&pPrintYn=" + pPrintYn + "&pDrugNm=" + encodeURI(pDrugNm));
  275. ]]>
  276. </script>
  277. </button>
  278. <caption id="caption1" class="tit_2" style="left:19px; top:20px; width:205px; height:13px; ">선택된 약품</caption>
  279. <caption id="caption2" class="tit_2" style="left:19px; top:82px; width:591px; height:13px; ">KFDA 허가기준 용법용량</caption>
  280. <line id="line5" class="line_1" style="x1:15px; y1:97px; x2:814px; y2:97px; "/>
  281. <caption id="caption8" class="cell_1" style="left:15px; top:40px; width:132px; height:23px; text-align:center; ">약품명</caption>
  282. <line id="line7" class="line_1" style="x1:15px; y1:35px; x2:814px; y2:35px; "/>
  283. <line id="line17" class="line_3" style="x1:15px; y1:63px; x2:814px; y2:63px; "/>
  284. <output id="opt_DrugNm2" ref="/root/main/selecteddrug/edi_nm" class="output_fix" style="left:150px; top:41px; width:664px; height:19px; "/>
  285. <object id="objBrower" clsid="{8856f961-340a-11d0-a96b-00c04fd705a2}" style="left:15px; top:102px; width:799px; height:570px; font-family:굴림; font-size:7pt; padding-left:0; padding-top:0; padding-right:0; padding-bottom:0; background-image:../../../com/commonweb/images/grid_bg.gif; "/>
  286. </case>
  287. <case id="case3">
  288. <caption id="caption12" class="tit_2" style="left:19px; top:20px; width:205px; height:13px; ">선택된 약품</caption>
  289. <caption id="caption14" class="cell_1" style="left:15px; top:40px; width:132px; height:23px; text-align:center; ">약품명</caption>
  290. <line id="line10" class="line_1" style="x1:15px; y1:35px; x2:814px; y2:35px; "/>
  291. <output id="opt_DrugNm3" ref="/root/main/selecteddrug/edi_nm" class="output_fix" style="left:150px; top:41px; width:664px; height:19px; "/>
  292. <line id="line11" class="line_3" style="x1:15px; y1:63px; x2:814px; y2:63px; "/>
  293. <line id="line12" class="line_1" style="x1:15px; y1:455px; x2:814px; y2:455px; "/>
  294. <caption id="caption15" class="tit_2" style="left:19px; top:440px; width:205px; height:13px; ">상세내역</caption>
  295. <treeview id="trv_resultDRCMLookup" ref="/root/main/list3/resultDRCMLookup" class="treeview" itemsettype="depth" style="left:15px; top:102px; width:799px; height:323px; ">
  296. <script type="javascript" ev:event="onclick">
  297. <![CDATA[
  298. var idx = trv_resultDRCMLookup.focusIndex;
  299. if(idx>0){
  300. var treeItem = trv_resultDRCMLookup.item(idx);
  301. var vdepth = treeItem.depth;
  302. var nItmeCnt = treeItem.haschilditem();
  303. if((nItmeCnt == -1) || ( vdepth >= 3)) {
  304. var value = treeItem.value;
  305. var currlevel='';
  306. var oldlevel=3;
  307. var drcmTitle = model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/dxiddesckor");
  308. for(i = value; i >= 1;i--){
  309. currlevel = model.getValue("/root/main/list3/resultDRCMLookup["+i+"]/lvl");
  310. if (oldlevel == currlevel) {
  311. drcmTitle = model.getValue("/root/main/list3/resultDRCMLookup["+i+"]/dxiddesckor")+"/"+drcmTitle
  312. oldlevel = oldlevel -1;
  313. if(oldlevel == 0) {
  314. break;
  315. }
  316. }
  317. }
  318. model.makeValue("/root/main/list3/selectedtree/drcmtitle", drcmTitle);
  319. model.makeValue("/root/main/list3/selectedtree/dotx", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/dotx"));
  320. model.makeValue("/root/main/list3/selectedtree/dosd", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/dosd"));
  321. model.makeValue("/root/main/list3/selectedtree/crclyn", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/crclyn"));
  322. model.makeValue("/root/main/list3/selectedtree/crclu", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/crclu"));
  323. model.makeValue("/root/main/list3/selectedtree/hepimpyn", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/hepimpyn"));
  324. model.makeValue("/root/main/list3/selectedtree/thaflowhigh", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/thaflowhigh"));
  325. opt_DrcmTitle.refresh();
  326. opt_dosd.refresh();
  327. opt_crclyn.refresh();
  328. opt_crclu.refresh();
  329. opt_hepimpyn.refresh();
  330. opt_dotx.refresh();
  331. opt_thaflowhigh.refresh();
  332. switch2.selectedIndex = 1;
  333. }else{
  334. switch2.selectedIndex = 0;
  335. }
  336. }
  337. ]]>
  338. </script>
  339. <itemset nodeset="/root/main/list3/resultDRCMLookup">
  340. <label ref="dxiddesckor"/>
  341. <value ref="nodeid"/>
  342. <depth ref="lvl"/>
  343. </itemset>
  344. </treeview>
  345. <caption id="caption9" class="tit_2" style="left:19px; top:82px; width:591px; height:14px; ">FDB 적응증별 용량범위</caption>
  346. <line id="line8" class="line_1" style="x1:15px; y1:97px; x2:814px; y2:97px; "/>
  347. <switch id="switch2" style="left:15px; top:465px; width:799px; height:207px; ">
  348. <case id="case4" selected="true">
  349. <caption id="caption10" style="left:55px; top:20px; width:730px; height:155px; ">
  350. <![CDATA[FDB 적응증별 용량범위에서는 환자의 적응증과 투여경로, 용량종류, 연령에 따라 다음과 같은 약물 정보를 제공합니다.
  351. ▷ 1일 최소, 최대 용량(Low/Max)
  352. ▷ 치료기간의 최소, 최대 기간(Low/Max)
  353. ▷ 신기능/간기능 장애시 용량조절 필요 여부
  354. ▷ 겉보기 소실 반감기 범위(Low/High)
  355. ☞ 트리구조의 마지막을 클릭하면 용량 정보를 볼 수 있습니다.]]>
  356. </caption>
  357. </case>
  358. <case id="case5">
  359. <output id="opt_DrcmTitle" ref="/root/main/list3/selectedtree/drcmtitle" class="output_fix" style="left:2px; top:3px; width:743px; height:19px; font-weight:bold; "/>
  360. <button id="button4" class="btn2_letter2" style="left:750px; top:3px; width:42px; height:19px; ">
  361. <caption>출력</caption>
  362. <script type="javascript" ev:event="DOMActivate">
  363. <![CDATA[
  364. /*
  365. 1. 결과 Instance "/root/main/list3
  366. */
  367. model.makeValue("/root/main/list3/edi_nm",model.getValue("/root/main/selecteddrug/edi_nm"));
  368. // rexpert를 이용한 FDB적응증별용량범위 출력
  369. exeReportPreview("RPDUR00801", "XMLSTR", "/root/main/list3"); //미리보기
  370. ]]>
  371. </script>
  372. </button>
  373. <line id="line14" class="line_3" style="x1:0px; y1:0px; x2:797px; y2:0px; "/>
  374. <line id="line15" class="line_2" style="x1:0px; y1:24px; x2:797px; y2:24px; "/>
  375. <caption id="caption13" class="cell_1" style="left:0px; top:25px; width:132px; height:23px; text-align:center; ">용량범위</caption>
  376. <line id="line16" class="line_2" style="x1:0px; y1:47px; x2:797px; y2:47px; "/>
  377. <output id="opt_dosd" ref="/root/main/list3/selectedtree/dosd" class="output_fix" style="left:134px; top:27px; width:659px; height:19px; font-weight:bold; "/>
  378. <line id="line18" class="line_2" style="x1:0px; y1:71px; x2:797px; y2:71px; "/>
  379. <caption id="caption16" class="cell_1" style="left:0px; top:48px; width:132px; height:23px; text-align:center; ">신장애시 용량조절</caption>
  380. <output id="opt_crclyn" ref="/root/main/list3/selectedtree/crclyn" class="output_fix" style="left:134px; top:50px; width:259px; height:19px; "/>
  381. <output id="opt_hepimpyn" ref="/root/main/list3/selectedtree/hepimpyn" class="output_fix" style="left:134px; top:74px; width:659px; height:19px; "/>
  382. <line id="line19" class="line_2" style="x1:0px; y1:95px; x2:797px; y2:95px; "/>
  383. <caption id="caption17" class="cell_1" style="left:0px; top:72px; width:132px; height:23px; text-align:center; ">간장애시 용량조절</caption>
  384. <caption id="caption18" class="cell_1" style="left:0px; top:122px; width:132px; height:23px; text-align:center; background-color:#f2f2f2; ">치료기간(Duration)</caption>
  385. <caption id="caption19" class="cell_1" style="left:0px; top:144px; width:132px; height:61px; text-align:center; vertical-align:top; background-color:#f2f2f2; ">
  386. <![CDATA[
  387. CrCl역치]]>
  388. </caption>
  389. <caption id="caption20" style="left:134px; top:122px; width:659px; height:82px; color:#4d4d4d; text-align:left; background-color:#f2f2f2; border-color:#c0c0c0; border-style:solid; ">
  390. <![CDATA[여러가지 임상적인 상황에 따라 치료일수가 많이 달라질수 있는 경우는 '기준없음' 으로 표시 되었습니다.
  391. 신기능 장애 때문에 약용량을 조절해야 하는 가장 낮은 Creatinine Clearance입니다.
  392. 즉, CrCl가 역치이하인 환자에서는 약용량의 조절이 필요하다는 의미입니다.
  393. 신장애시 용량조절이 필요하면서 CrCl역치가 '0'인 경우는 문헌상에 CrCl역치가 명확하게 밝혀지지 않은 경우입니다.]]>
  394. </caption>
  395. <line id="line13" class="line_2" style="x1:0px; y1:119px; x2:797px; y2:119px; "/>
  396. <caption id="caption22" class="cell_1" style="left:0px; top:96px; width:132px; height:23px; text-align:center; ">치료기간</caption>
  397. <output id="opt_crclu" ref="/root/main/list3/selectedtree/crclu" class="output_fix" style="left:529px; top:50px; width:264px; height:19px; "/>
  398. <caption id="caption23" class="cell_1" style="left:395px; top:48px; width:132px; height:23px; text-align:center; ">CrCl 역치</caption>
  399. <output id="opt_dotx" ref="/root/main/list3/selectedtree/dotx" class="output_fix" style="left:134px; top:98px; width:259px; height:19px; "/>
  400. <output id="opt_thaflowhigh" ref="/root/main/list3/selectedtree/thaflowhigh" class="output_fix" style="left:529px; top:98px; width:264px; height:19px; "/>
  401. <caption id="caption24" class="cell_1" style="left:395px; top:96px; width:132px; height:23px; text-align:center; ">반감기</caption>
  402. <line id="line20" class="line_3" style="x1:0px; y1:24px; x2:794px; y2:24px; "/>
  403. <line id="line22" class="line_3" style="x1:0px; y1:47px; x2:794px; y2:47px; "/>
  404. <line id="line23" class="line_3" style="x1:0px; y1:71px; x2:794px; y2:71px; "/>
  405. <line id="line24" class="line_3" style="x1:0px; y1:95px; x2:794px; y2:95px; "/>
  406. <line id="line25" class="line_3" style="x1:0px; y1:119px; x2:794px; y2:119px; "/>
  407. <line id="line21" class="line_1" style="x1:0px; y1:118px; x2:797px; y2:118px; "/>
  408. </case>
  409. </switch>
  410. </case>
  411. </switch>
  412. <button id="btn_DoseFDB" class="btn_sw" group="tab" style="left:925px; top:40px; width:276px; height:22px; ">
  413. <caption>FDB 적응증별 용량범위</caption>
  414. <toggle case="case3" ev:event="onclick"/>
  415. <script type="javascript" ev:event="DOMActivate">
  416. <![CDATA[
  417. /*
  418. 1. submission id : TRZCR01101
  419. 2. "/root/send/reqDDIM/pCodeType" 을 16으로 setValue할것
  420. */
  421. var param1 = model.getValue("/root/main/selectedDrugInfo/pYakpumCd");
  422. var param2 = model.getValue("/root/main/selectedDrugInfo/pGcnSeqNo");
  423. reqGetDetailInfo(param1,param2,0)
  424. ]]>
  425. </script>
  426. </button>
  427. <button id="btn_DoseMinMax" class="btn_sw" group="tab" selected="true" style="left:370px; top:40px; width:278px; height:22px; ">
  428. <caption>최소/최대용량</caption>
  429. <toggle case="case1" ev:event="onclick"/>
  430. <script type="javascript" ev:event="DOMActivate">
  431. <![CDATA[
  432. /*
  433. 1. Submission ID : TRZCR01801
  434. 2. KFDA 유지용량과 First DataBank 유지용량을 objectAssembler로 받아야 함
  435. 3. Submission(TRZCR01801) --> reqKDOSELookup --> 1) getKDOSELookup
  436. --> 2) getKDOSELookup
  437. 4. app layer에서 reqFDBDOSELookup 메서드는 삭제할것.
  438. */
  439. var param1 = model.getValue("/root/main/selectedDrugInfo/pYakpumCd");
  440. var param2 = model.getValue("/root/main/selectedDrugInfo/pGcnSeqNo");
  441. reqGetDetailInfo(param1,param2,0)
  442. ]]>
  443. </script>
  444. </button>
  445. <button id="btn_DoseKFDA" class="btn_sw" group="tab" style="left:648px; top:40px; width:277px; height:22px; ">
  446. <caption>KFDA 허가기준 용법용량</caption>
  447. <toggle case="case2" ev:event="onclick"/>
  448. <script type="javascript" ev:event="DOMActivate">
  449. <![CDATA[
  450. /*
  451. 1. Submission ID : TRZCR01901
  452. 2. 리턴데이터의 형태가 HTML 태그임
  453. */
  454. var param1 = model.getValue("/root/main/selectedDrugInfo/pYakpumCd");
  455. var param2 = model.getValue("/root/main/selectedDrugInfo/pGcnSeqNo");
  456. model.makeValue("/root/send/req/pYakpumCd",param1);
  457. model.makeValue("/root/send/req/pGcnSeqNo",param2);
  458. reqGetDetailInfo(param1,param2,0)
  459. // browser 연동
  460. //objBrower.Navigate2(getActionURL("TRZCR01901")+ getUserSessionString());
  461. ]]>
  462. </script>
  463. </button>
  464. <import id="import2" src="../../../com/navigationweb/xrw/SPZCN00101_Copyright.xrw" style="left:370px; top:752px; width:833px; height:27px; "/>
  465. </xhtml:body>
  466. </xhtml:html>