123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>용량정보</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <resultKDOSELookup>
- <age/>
- <!--나이-->
- <onedayminmaxdose/>
- <!--1일최소최대용량-->
- <onedayminmaxunit/>
- <!--1일최소최대제형용량-->
- </resultKDOSELookup>
- <resultFDBDOSELookup>
- <dosage/>
- <!--투약경로-->
- <age/>
- <!--나이-->
- <onedayminmaxdose/>
- <!--1일최소최대용량-->
- </resultFDBDOSELookup>
- </list>
- <list2>
- <resultKDRC2Lookup>
- <description/>
- <!--kfda용법용량-->
- </resultKDRC2Lookup>
- </list2>
- <list3>
- <resultDRCMLookup>
- <dxiddesckor/>
- <!--노드명-->
- <nodeid/>
- <lvl/>
- <!--레벨-->
- <dotx/>
- <!--치료기간-->
- <dosd/>
- <!--용량범위-->
- <crclyn/>
- <!--신장애시용량조절여부-->
- <crclu/>
- <!--crcl역치-->
- <hepimpyn/>
- <!--간장애시용량조절여부-->
- <thaflowhigh/>
- <!--반감시간-->
- </resultDRCMLookup>
- <selectedtree>
- <drcmtitle/>
- <dotx/>
- <dosd/>
- <crclyn/>
- <crclu/>
- <hepimpyn/>
- <thaflowhigh/>
- </selectedtree>
- </list3>
- <selecteddrug>
- <edi_nm/>
- <dosetitle>최소/최대량 (Min/Max Dose)</dosetitle>
- </selecteddrug>
- <selectedDrugInfo>
- <pYakpumCd/>
- <pGcnSeqNo/>
- </selectedDrugInfo>
- <data/>
- </main>
- <send>
- <req>
- <pYakpumCd/>
- <!--약품코드-->
- <pGcnSeqNo/>
- <!--성분명(제형,함량구분)약품코드※용량주의사항정보와약품과의연결-->
- </req>
- </send>
- <init/>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- /*
- 화면을 초기화 합니다.
- 선택된 약품리스트를 불러온다. zcnfGetDurgList();
- 선택된 약품리스트중에 선택되어진 약픔정보를 가져온다.zcnfGetDurgInfo();
- 선택된 약품정보를 가지고 화면에 출력할 용량정보를 조회한다.getDetailDrugInfo();
- */
- zcnfGetDurgList();
- zcnfGetDurgInfo();
- var param1 = model.getValue("/root/main/selectedDrugInfo/pYakpumCd");
- var param2 = model.getValue("/root/main/selectedDrugInfo/pGcnSeqNo");
- var selecredRow = model.getValue("/root/main/selectedDrugInfo/pSelectRow");
- getDetailDrugInfo(param1,param2, selecredRow);
- // model.refresh();
- if(selecredRow == ""){
- selecredRow = 1;
- }
- model.setFocus("left_datagrid1");
- left_datagrid1.select(selecredRow,1) = true;
- ]]>
- </script>
- <submission id="TRZCR01801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/list"/>
- <submission id="TRZCR01901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/data"/>
- <submission id="TRZCR02001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/list3"/>
- <submission id="TRTZZ00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/data"/>
- <submission id="TRZCR00000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/data"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/navigationweb/js/ZCN001.js"/>
- <script type="javascript">
- <![CDATA[
- /*
- 초기화 작업을 합니다.
- */
- function fInitialize(){
- fInitialize1();
- fInitialize2();
- fInitialize3();
-
- // zcnfGetDurgList();
- model.refresh();
- }
- /*
- 약물상호작용 탭 초기화
- */
- function fInitialize1(){
- model.removeNodeset("/root/main/list");
- model.removeNodeset("/root/main/selecteditem");
- }
- /*
- 약물상호작용검사탭 초기화
- */
- function fInitialize2(){
- model.removeNodeset("/root/main/selecteditem2");
- }
- /*
- 음식물 상호작용 탭 초기화
- */
- function fInitialize3(){
- model.removeNodeset("/root/main/list3/resultDFIMLookup");
- model.removeNodeset("/root/main/selecteditem3");
- }
- /*
- model.getValue(); 를 함수로 만들었습니다.
- param1 : node는 grid의 xPath입니다.
- param2 : row는 grid에서 선택한 row값입니다.
- param3 : element는 getvalue할 해당 element 명입니다.
- 해당 getvalue값을 return 해줍니다.
- return 하지 않으면 해당값을 가져올 수 없습니다.
- */
- function fGetValue(node, row, element) {
- var rtnValue = model.getValue(node + "[" + row + "]/" + element);
- return rtnValue;
- }
- /*
- model.reqGetDetailInfo(); 를 함수로 만들었습니다.
- param1 : 선택된 약품 grid에서 선택된 약품코드 입니다.
- 해당 getvalue값을 return 해줍니다.
- return 하지 않으면 해당값을 가져올 수 없습니다.
- */
- function reqGetDetailInfo(param1,param2) {
- /*
- 1. 선택된 약품 instance setvalue
- --> "/root/main/selecteddrug"
- -->"/root/send/req/pGcnSeqNo"
- 2. 첫번째 탭 클릭 이벤트 강제 발생
- --> 조회 부분은 탭버튼에 기술
- */
- model.removeNodeset("/root/main/selecteddrug/edi_nm");
- model.makeValue("/root/send/req/pYakpumCd",param1);
- model.makeValue("/root/send/req/pGcnSeqNo",param2);
- opt_DrugNm1.refresh();
- model.makeValue("/root/main/selecteddrug/edi_nm", model.getValue("/root/main/list4/resultDrugSearchDetail/edi_nm"));
- // 최소/최대 용량정보 조회
- if(case1.selected == true){
- fInitialize1();
- submit("TRZCR01801");
- grd_resultKDOSELookup.refresh();
- grd_resultFDBDOSELookup.refresh();
- // KFDA 허가기준 용법용량 조회
- }else if(case2.selected == true){
- fInitialize2();
- objBrower.Navigate2(getActionURL("TRZCR01901")+ "&pYakpumCd=" + param1);
- // FDB 적응증별 용량정보 조회
- }else if(case3.selected == true){
- fInitialize3();
- submit("TRZCR02001");
- trv_resultDRCMLookup.refresh();
- switch2.selectedIndex = 0;
- }
- }
- // 인자로 넘어온 값을 label 로 같은 아이템의 인덱스를 반환
- function labelToIndex(label, tree)
- {
- for(var i=0; i<tree.length; i++)
- {
- if(tree.item(i).label == label)
- return i;
- }
-
- return -1;
- }
- function FirstDIS_Request(){
- model.makeValue("/root/firstDISsend/drugcode",model.getValue("/root/main/selectedDrugInfo/pYakpumCd"));
- if(case1.selected == true){
- model.makeValue("/root/firstDISsend/refno","8");
- }else if(case2.selected == true){
- model.makeValue("/root/firstDISsend/refno","9");
- }else if(case3.selected == true){
- model.makeValue("/root/firstDISsend/refno","10");
- }
- modal("../../referenceweb/xrw/SPZCR00301_주의사항문의", "", "", "", "SPZCR00301","/root/firstDISsend","/root/main/req");
- }
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/navigationweb/js/ZCN001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1280" pageheight="990" guideline="2,299;1,1200;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:142px; height:14px; ">용량정보</caption>
- <import id="import1" instancetype="merge" src="../../../com/navigationweb/xrw/SMZCN00201_선택약품.xrw" style="left:5px; top:15px; width:360px; height:765px; "/>
- <switch id="switch1" style="left:370px; top:61px; width:831px; height:681px; ">
- <case id="case1" selected="true">
- <button id="button13" class="btn2_letter2" style="left:770px; top:10px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- /*
- 1. 결과 Instance "/root/main/list
- */
- model.makeValue("/root/main/list/edi_nm",model.getValue("/root/main/selecteddrug/edi_nm"));
- // rexpert를 이용한 부작용 출력
- exeReportPreview("RPDUR01101", "XMLSTR", "/root/main/list"); //미리보기
-
- ]]>
- </script>
- </button>
- <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; ">
- <col ref="age" style="text-align:center; "/>
- <col ref="onedayminmaxdose" style="text-align:center; "/>
- <col ref="onedayminmaxunit" style="text-align:center; "/>
- </datagrid>
- <caption id="caption3" class="tit_2" style="left:19px; top:20px; width:205px; height:13px; ">선택된 약품</caption>
- <caption id="caption5" class="cell_1" style="left:15px; top:40px; width:132px; height:23px; text-align:center; ">약품명</caption>
- <line id="line3" class="line_1" style="x1:15px; y1:35px; x2:814px; y2:35px; "/>
- <output id="opt_DrugNm1" ref="/root/main/selecteddrug/edi_nm" class="output_fix" style="left:150px; top:41px; width:664px; height:19px; "/>
- <caption id="caption4" class="tit_2" style="left:19px; top:102px; width:591px; height:13px; ">KFDA 유지용량</caption>
- <line id="line1" class="line_1" style="x1:15px; y1:117px; x2:814px; y2:117px; "/>
- <caption id="cap_ddiDesc" class="tit_2" style="left:19px; top:400px; width:415px; height:13px; ">First DataBank 유지용량</caption>
- <line id="line6" class="line_3" style="x1:15px; y1:86px; x2:814px; y2:86px; "/>
- <caption id="caption7" class="cell_1" style="left:15px; top:63px; width:132px; height:23px; text-align:center; ">용량정보</caption>
- <output id="output1" ref="/root/main/selecteddrug/dosetitle" class="output_fix" style="left:150px; top:65px; width:664px; height:19px; "/>
- <line id="line4" class="line_2" style="x1:15px; y1:62px; x2:814px; y2:62px; "/>
- <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; ">
- <col ref="dosage" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="onedayminmaxdose" style="text-align:center; "/>
- </datagrid>
- <line id="line2" class="line_1" style="x1:15px; y1:416px; x2:814px; y2:416px; "/>
- </case>
- <case id="case2">
- <button id="button10" class="btn2_letter2" style="left:770px; top:70px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var param1 = model.getValue("/root/send/req/pYakpumCd");
- var pPrintYn = "Y";
- var pDrugNm = model.getValue("/root/main/selecteddrug/edi_nm");
- // browser 연동
- objBrowerPrint.Navigate2(getActionURL("TRZCR01901")+ "&pYakpumCd=" + param1 + "&pPrintYn=" + pPrintYn + "&pDrugNm=" + encodeURI(pDrugNm));
- ]]>
- </script>
- </button>
- <caption id="caption1" class="tit_2" style="left:19px; top:20px; width:205px; height:13px; ">선택된 약품</caption>
- <caption id="caption2" class="tit_2" style="left:19px; top:82px; width:591px; height:13px; ">KFDA 허가기준 용법용량</caption>
- <line id="line5" class="line_1" style="x1:15px; y1:97px; x2:814px; y2:97px; "/>
- <caption id="caption8" class="cell_1" style="left:15px; top:40px; width:132px; height:23px; text-align:center; ">약품명</caption>
- <line id="line7" class="line_1" style="x1:15px; y1:35px; x2:814px; y2:35px; "/>
- <line id="line17" class="line_3" style="x1:15px; y1:63px; x2:814px; y2:63px; "/>
- <output id="opt_DrugNm2" ref="/root/main/selecteddrug/edi_nm" class="output_fix" style="left:150px; top:41px; width:664px; height:19px; "/>
- <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; "/>
- </case>
- <case id="case3">
- <caption id="caption12" class="tit_2" style="left:19px; top:20px; width:205px; height:13px; ">선택된 약품</caption>
- <caption id="caption14" class="cell_1" style="left:15px; top:40px; width:132px; height:23px; text-align:center; ">약품명</caption>
- <line id="line10" class="line_1" style="x1:15px; y1:35px; x2:814px; y2:35px; "/>
- <output id="opt_DrugNm3" ref="/root/main/selecteddrug/edi_nm" class="output_fix" style="left:150px; top:41px; width:664px; height:19px; "/>
- <line id="line11" class="line_3" style="x1:15px; y1:63px; x2:814px; y2:63px; "/>
- <line id="line12" class="line_1" style="x1:15px; y1:455px; x2:814px; y2:455px; "/>
- <caption id="caption15" class="tit_2" style="left:19px; top:440px; width:205px; height:13px; ">상세내역</caption>
- <treeview id="trv_resultDRCMLookup" ref="/root/main/list3/resultDRCMLookup" class="treeview" itemsettype="depth" style="left:15px; top:102px; width:799px; height:323px; ">
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var idx = trv_resultDRCMLookup.focusIndex;
- if(idx>0){
- var treeItem = trv_resultDRCMLookup.item(idx);
- var vdepth = treeItem.depth;
- var nItmeCnt = treeItem.haschilditem();
-
- if((nItmeCnt == -1) || ( vdepth >= 3)) {
-
- var value = treeItem.value;
- var currlevel='';
- var oldlevel=3;
- var drcmTitle = model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/dxiddesckor");
- for(i = value; i >= 1;i--){
- currlevel = model.getValue("/root/main/list3/resultDRCMLookup["+i+"]/lvl");
- if (oldlevel == currlevel) {
- drcmTitle = model.getValue("/root/main/list3/resultDRCMLookup["+i+"]/dxiddesckor")+"/"+drcmTitle
- oldlevel = oldlevel -1;
- if(oldlevel == 0) {
- break;
- }
- }
- }
-
- model.makeValue("/root/main/list3/selectedtree/drcmtitle", drcmTitle);
- model.makeValue("/root/main/list3/selectedtree/dotx", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/dotx"));
- model.makeValue("/root/main/list3/selectedtree/dosd", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/dosd"));
- model.makeValue("/root/main/list3/selectedtree/crclyn", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/crclyn"));
- model.makeValue("/root/main/list3/selectedtree/crclu", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/crclu"));
- model.makeValue("/root/main/list3/selectedtree/hepimpyn", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/hepimpyn"));
- model.makeValue("/root/main/list3/selectedtree/thaflowhigh", model.getValue("/root/main/list3/resultDRCMLookup["+value+"]/thaflowhigh"));
-
- opt_DrcmTitle.refresh();
- opt_dosd.refresh();
- opt_crclyn.refresh();
- opt_crclu.refresh();
- opt_hepimpyn.refresh();
- opt_dotx.refresh();
- opt_thaflowhigh.refresh();
-
- switch2.selectedIndex = 1;
-
- }else{
- switch2.selectedIndex = 0;
- }
- }
- ]]>
- </script>
- <itemset nodeset="/root/main/list3/resultDRCMLookup">
- <label ref="dxiddesckor"/>
- <value ref="nodeid"/>
- <depth ref="lvl"/>
- </itemset>
- </treeview>
- <caption id="caption9" class="tit_2" style="left:19px; top:82px; width:591px; height:14px; ">FDB 적응증별 용량범위</caption>
- <line id="line8" class="line_1" style="x1:15px; y1:97px; x2:814px; y2:97px; "/>
- <switch id="switch2" style="left:15px; top:465px; width:799px; height:207px; ">
- <case id="case4" selected="true">
- <caption id="caption10" style="left:55px; top:20px; width:730px; height:155px; ">
- <![CDATA[FDB 적응증별 용량범위에서는 환자의 적응증과 투여경로, 용량종류, 연령에 따라 다음과 같은 약물 정보를 제공합니다.
- ▷ 1일 최소, 최대 용량(Low/Max)
- ▷ 치료기간의 최소, 최대 기간(Low/Max)
- ▷ 신기능/간기능 장애시 용량조절 필요 여부
- ▷ 겉보기 소실 반감기 범위(Low/High)
- ☞ 트리구조의 마지막을 클릭하면 용량 정보를 볼 수 있습니다.]]>
- </caption>
- </case>
- <case id="case5">
- <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; "/>
- <button id="button4" class="btn2_letter2" style="left:750px; top:3px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- /*
- 1. 결과 Instance "/root/main/list3
- */
- model.makeValue("/root/main/list3/edi_nm",model.getValue("/root/main/selecteddrug/edi_nm"));
- // rexpert를 이용한 FDB적응증별용량범위 출력
- exeReportPreview("RPDUR00801", "XMLSTR", "/root/main/list3"); //미리보기
- ]]>
- </script>
- </button>
- <line id="line14" class="line_3" style="x1:0px; y1:0px; x2:797px; y2:0px; "/>
- <line id="line15" class="line_2" style="x1:0px; y1:24px; x2:797px; y2:24px; "/>
- <caption id="caption13" class="cell_1" style="left:0px; top:25px; width:132px; height:23px; text-align:center; ">용량범위</caption>
- <line id="line16" class="line_2" style="x1:0px; y1:47px; x2:797px; y2:47px; "/>
- <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; "/>
- <line id="line18" class="line_2" style="x1:0px; y1:71px; x2:797px; y2:71px; "/>
- <caption id="caption16" class="cell_1" style="left:0px; top:48px; width:132px; height:23px; text-align:center; ">신장애시 용량조절</caption>
- <output id="opt_crclyn" ref="/root/main/list3/selectedtree/crclyn" class="output_fix" style="left:134px; top:50px; width:259px; height:19px; "/>
- <output id="opt_hepimpyn" ref="/root/main/list3/selectedtree/hepimpyn" class="output_fix" style="left:134px; top:74px; width:659px; height:19px; "/>
- <line id="line19" class="line_2" style="x1:0px; y1:95px; x2:797px; y2:95px; "/>
- <caption id="caption17" class="cell_1" style="left:0px; top:72px; width:132px; height:23px; text-align:center; ">간장애시 용량조절</caption>
- <caption id="caption18" class="cell_1" style="left:0px; top:122px; width:132px; height:23px; text-align:center; background-color:#f2f2f2; ">치료기간(Duration)</caption>
- <caption id="caption19" class="cell_1" style="left:0px; top:144px; width:132px; height:61px; text-align:center; vertical-align:top; background-color:#f2f2f2; ">
- <![CDATA[
- CrCl역치]]>
- </caption>
- <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; ">
- <![CDATA[여러가지 임상적인 상황에 따라 치료일수가 많이 달라질수 있는 경우는 '기준없음' 으로 표시 되었습니다.
-
- 신기능 장애 때문에 약용량을 조절해야 하는 가장 낮은 Creatinine Clearance입니다.
- 즉, CrCl가 역치이하인 환자에서는 약용량의 조절이 필요하다는 의미입니다.
- 신장애시 용량조절이 필요하면서 CrCl역치가 '0'인 경우는 문헌상에 CrCl역치가 명확하게 밝혀지지 않은 경우입니다.]]>
- </caption>
- <line id="line13" class="line_2" style="x1:0px; y1:119px; x2:797px; y2:119px; "/>
- <caption id="caption22" class="cell_1" style="left:0px; top:96px; width:132px; height:23px; text-align:center; ">치료기간</caption>
- <output id="opt_crclu" ref="/root/main/list3/selectedtree/crclu" class="output_fix" style="left:529px; top:50px; width:264px; height:19px; "/>
- <caption id="caption23" class="cell_1" style="left:395px; top:48px; width:132px; height:23px; text-align:center; ">CrCl 역치</caption>
- <output id="opt_dotx" ref="/root/main/list3/selectedtree/dotx" class="output_fix" style="left:134px; top:98px; width:259px; height:19px; "/>
- <output id="opt_thaflowhigh" ref="/root/main/list3/selectedtree/thaflowhigh" class="output_fix" style="left:529px; top:98px; width:264px; height:19px; "/>
- <caption id="caption24" class="cell_1" style="left:395px; top:96px; width:132px; height:23px; text-align:center; ">반감기</caption>
- <line id="line20" class="line_3" style="x1:0px; y1:24px; x2:794px; y2:24px; "/>
- <line id="line22" class="line_3" style="x1:0px; y1:47px; x2:794px; y2:47px; "/>
- <line id="line23" class="line_3" style="x1:0px; y1:71px; x2:794px; y2:71px; "/>
- <line id="line24" class="line_3" style="x1:0px; y1:95px; x2:794px; y2:95px; "/>
- <line id="line25" class="line_3" style="x1:0px; y1:119px; x2:794px; y2:119px; "/>
- <line id="line21" class="line_1" style="x1:0px; y1:118px; x2:797px; y2:118px; "/>
- </case>
- </switch>
- </case>
- </switch>
- <button id="btn_DoseFDB" class="btn_sw" group="tab" style="left:925px; top:40px; width:276px; height:22px; ">
- <caption>FDB 적응증별 용량범위</caption>
- <toggle case="case3" ev:event="onclick"/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- /*
- 1. submission id : TRZCR01101
- 2. "/root/send/reqDDIM/pCodeType" 을 16으로 setValue할것
- */
- var param1 = model.getValue("/root/main/selectedDrugInfo/pYakpumCd");
- var param2 = model.getValue("/root/main/selectedDrugInfo/pGcnSeqNo");
- reqGetDetailInfo(param1,param2,0)
- ]]>
- </script>
- </button>
- <button id="btn_DoseMinMax" class="btn_sw" group="tab" selected="true" style="left:370px; top:40px; width:278px; height:22px; ">
- <caption>최소/최대용량</caption>
- <toggle case="case1" ev:event="onclick"/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- /*
- 1. Submission ID : TRZCR01801
- 2. KFDA 유지용량과 First DataBank 유지용량을 objectAssembler로 받아야 함
- 3. Submission(TRZCR01801) --> reqKDOSELookup --> 1) getKDOSELookup
- --> 2) getKDOSELookup
- 4. app layer에서 reqFDBDOSELookup 메서드는 삭제할것.
- */
- var param1 = model.getValue("/root/main/selectedDrugInfo/pYakpumCd");
- var param2 = model.getValue("/root/main/selectedDrugInfo/pGcnSeqNo");
- reqGetDetailInfo(param1,param2,0)
-
- ]]>
- </script>
- </button>
- <button id="btn_DoseKFDA" class="btn_sw" group="tab" style="left:648px; top:40px; width:277px; height:22px; ">
- <caption>KFDA 허가기준 용법용량</caption>
- <toggle case="case2" ev:event="onclick"/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- /*
- 1. Submission ID : TRZCR01901
- 2. 리턴데이터의 형태가 HTML 태그임
- */
- var param1 = model.getValue("/root/main/selectedDrugInfo/pYakpumCd");
- var param2 = model.getValue("/root/main/selectedDrugInfo/pGcnSeqNo");
- model.makeValue("/root/send/req/pYakpumCd",param1);
- model.makeValue("/root/send/req/pGcnSeqNo",param2);
- reqGetDetailInfo(param1,param2,0)
- // browser 연동
- //objBrower.Navigate2(getActionURL("TRZCR01901")+ getUserSessionString());
- ]]>
- </script>
- </button>
- <import id="import2" src="../../../com/navigationweb/xrw/SPZCN00101_Copyright.xrw" style="left:370px; top:752px; width:833px; height:27px; "/>
- </xhtml:body>
- </xhtml:html>
|