123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root>
- <main>
- <userid/>
- <readchrgdr/>
- <licnsno/>
- <insngno/>
- <progd/>
- <patcnt/>
- <mtthd/>
- <others/>
- </main>
- <send>
- <userid/>
- <medispclno/>
- <certno/>
- <baseinterm/>
- <maxreadpatcnt/>
- <verimthd/>
- <verimthdother/>
- </send>
- <init>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script src="../../../com/commonweb/js/common.js" type="javascript"/>
- <script ev:event="xforms-ready" type="javascript">
- <![CDATA[
- model.setValue("/root/send/userid", getUserId());
- submit("TRLVF00401");
- fwritemthd();
- fotherview();
- ]]>
- </script>
- <submission id="TRLVF00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/userid" replace="instance" resultref="/root/main"/>
- <submission id="TXLVF00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- function fwritemthd() {
- if(model.getValue("/root/main/mtthd") != ''){
- var code = model.getValue("/root/main/mtthd");
- var newcode = '';
-
- for(i=0;i<6;i++){
- if(code.charAt(i)=='Y'){
- newcode = newcode + ""+(i+1)+" ";
- }
- }
- model.setValue("/root/main/mtthd", newcode);
- model.refresh();
- }
- }
-
- function freadmthd() {
- var code = model.getValue("/root/main/mtthd");
- var newcode = '';
- for(i=1;i<7;i++){
- if(code.indexOf(''+i+'')!=-1){
- newcode = newcode + 'Y';
- }
- else{
- newcode = newcode + 'N';
- }
- }
- model.setValue("/root/main/mtthd", newcode);
- }
- function fExeCancel() {
- window.close();
- }
-
- function fExeCmtList() {
- freadmthd();
- model.setValue("/root/send/userid", model.getValue("/root/main/userid"));
- model.setValue("/root/send/medispclno", model.getValue("/root/main/licnsno"));
- model.setValue("/root/send/certno", model.getValue("/root/main/insngno"));
- model.setValue("/root/send/baseinterm", model.getValue("/root/main/progd"));
- model.setValue("/root/send/maxreadpatcnt", model.getValue("/root/main/patcnt"));
- model.setValue("/root/send/verimthd", model.getValue("/root/main/mtthd"));
- model.setValue("/root/send/verimthdother", model.getValue("/root/main/others"));
- submit("TXLVF00401");
- submit("TRLVF00401");
- fwritemthd();
- }
- function fotherview(){
- var code = model.getValue("/root/main/mtthd");
- if(code.indexOf('6')!=-1){
- input4.visible = true;
- }
- else{
- input4.visible = false;
- }
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="430" pageheight="300" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:400px; height:235px; ">
- <caption id="caption5" class="tit_2" style="left:5px; top:11px; width:134px; height:13px; ">전문의별 기능설정</caption>
- <select id="checkbox1" ref="/root/main/mtthd" overflow="visible" appearance="full" cellspacing="40" cols="2" style="left:0px; top:176px; width:400px; height:53px; border-style:none; ">
- <choices>
- <item>
- <label>Calibration Verification</label>
- <value>1</value>
- </item>
- <item>
- <label>Internal Quality Control</label>
- <value>2</value>
- </item>
- <item>
- <label>Delta Check Verification</label>
- <value>3</value>
- </item>
- <item>
- <label>Panic/Alert Value Verification</label>
- <value>4</value>
- </item>
- <item>
- <label>Repeat / Recheck</label>
- <value>5</value>
- </item>
- <item>
- <label>Others :</label>
- <value>6</value>
- </item>
- </choices>
- <script ev:event="xforms-value-changed" type="javascript">
- <![CDATA[
- fotherview();
- ]]>
- </script>
- </select>
- <input id="input4" ref="/root/main/others" class="input_default" style="left:260px; top:208px; width:135px; height:19px; "/>
- <output id="output1" ref="/root/main/readchrgdr" class="output_fix" appearance="output" style="left:183px; top:32px; width:216px; height:19px; text-align:left; "/>
- <output id="output2" ref="/root/main/licnsno" class="output_fix" appearance="output" style="left:183px; top:56px; width:216px; height:19px; text-align:left; "/>
- <input id="input2" ref="/root/main/insngno" class="input_default" appearance="input" style="left:183px; top:80px; width:216px; height:19px; text-align:left; "/>
- <line id="line8" class="line_1" style="x1:0px; y1:26px; x2:400px; y2:26px; "/>
- <line id="line2" class="line_3" style="x1:0px; y1:234px; x2:400px; y2:234px; "/>
- <line id="line3" class="line_2" style="x1:0px; y1:77px; x2:400px; y2:77px; "/>
- <line id="line5" class="line_2" style="x1:0px; y1:101px; x2:400px; y2:101px; "/>
- <line id="line6" class="line_2" style="x1:0px; y1:125px; x2:400px; y2:125px; "/>
- <caption id="caption6" class="cell_1" style="left:0px; top:151px; width:400px; height:23px; font-family:돋움; ">검증방법 Setting</caption>
- <line id="line7" class="line_2" style="x1:0px; y1:149px; x2:400px; y2:149px; "/>
- <line id="line9" class="line_2" style="x1:0px; y1:173px; x2:400px; y2:173px; "/>
- <line id="line10" class="line_2" style="x1:0px; y1:53px; x2:400px; y2:53px; "/>
- <caption id="caption1" class="cell_1" style="left:0px; top:55px; width:180px; height:23px; font-family:돋움; ">의사 면허 번호</caption>
- <caption id="caption2" class="cell_1" style="left:0px; top:79px; width:180px; height:23px; font-family:돋움; ">진단검사의학 전문의 번호</caption>
- <caption id="caption3" class="cell_1" style="left:0px; top:103px; width:180px; height:23px; font-family:돋움; ">입원후 경과일</caption>
- <caption id="caption4" class="cell_1" style="left:0px; top:127px; width:180px; height:23px; font-family:돋움; ">보고서작성 환자수</caption>
- <caption id="caption7" class="cell_1" style="left:0px; top:31px; width:180px; height:23px; font-family:돋움; ">종합검증/판독 담당의</caption>
- <select1 id="combo1" ref="/root/main/patcnt" appearance="minimal" style="left:183px; top:128px; width:216px; height:19px; ">
- <choices>
- <item>
- <label>선택</label>
- <value>0</value>
- </item>
- <item>
- <label>1</label>
- <value>1</value>
- </item>
- <item>
- <label>2</label>
- <value>2</value>
- </item>
- <item>
- <label>3</label>
- <value>3</value>
- </item>
- <item>
- <label>4</label>
- <value>4</value>
- </item>
- <item>
- <label>5</label>
- <value>5</value>
- </item>
- <item>
- <label>6</label>
- <value>6</value>
- </item>
- <item>
- <label>7</label>
- <value>7</value>
- </item>
- <item>
- <label>8</label>
- <value>8</value>
- </item>
- <item>
- <label>9</label>
- <value>9</value>
- </item>
- <item>
- <label>10</label>
- <value>10</value>
- </item>
- <item>
- <label>11</label>
- <value>11</value>
- </item>
- <item>
- <label>12</label>
- <value>12</value>
- </item>
- <item>
- <label>13</label>
- <value>13</value>
- </item>
- <item>
- <label>14</label>
- <value>14</value>
- </item>
- <item>
- <label>15</label>
- <value>15</value>
- </item>
- <item>
- <label>16</label>
- <value>16</value>
- </item>
- <item>
- <label>17</label>
- <value>17</value>
- </item>
- <item>
- <label>18</label>
- <value>18</value>
- </item>
- <item>
- <label>19</label>
- <value>19</value>
- </item>
- <item>
- <label>20</label>
- <value>20</value>
- </item>
- </choices>
- </select1>
- <input id="input5" ref="/root/main/userid" style="left:183px; top:153px; width:105px; height:19px; "/>
- </group>
- <group id="group2" style="left:0px; top:235px; width:400px; height:27px; ">
- <line id="line11" class="line_6" style="x1:0px; y1:0px; x2:400px; y2:0px; "/>
- <button id="btn_save" class="btn4_letter2" style="left:286px; top:5px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- fExeCmtList();
- ]]>
- </script>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:344px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- fExeCancel();
- ]]>
- </script>
- </button>
- </group>
- <input id="input3" ref="/root/main/progd" style="left:183px; top:104px; width:216px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|