123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPLRR90400_Chromosome의뢰서등록.xrw
- * 설 명 :
- * 설 계 자 : (주)에이씨케이 -
- * 작 성 자 : (주)에이씨케이 -
- * 작 성 일 :
- * 수정이력 :
- * 기 타 :
- -->
- <?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>Chromosome 의뢰서 등록</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <reqfrm>
- <reqfrmtbl>
- <reqfrminfo>
- <choispc>
- <choispclist>
- <choi/>
- <spcseqno/>
- <spccd/>
- <spccd2/>
- </choispclist>
- </choispc>
- <reqcnts/>
- <inptitem01>
- <pid/>
- <patnm/>
- <rgstno/>
- <address/>
- <telno/>
- <orddd/>
- <ioflag/>
- <orddept/>
- <orddr/>
- <spccd/>
- <depdd/>
- <wek/>
- <dd/>
- <testnm/>
- <testnm2/>
- <chk1/>
- <chk1_1/>
- <etc/>
- <choi1/>
- <choi1_1/>
- <choi1_2/>
- <chk2/>
- <chk2_1/>
- <choi2/>
- <choi2_1/>
- <chk3_1/>
- <chk3_2/>
- <chk3_3/>
- <chk3_4/>
- <chk4/>
- <count/>
- </inptitem01>
- </reqfrminfo>
- </reqfrmtbl>
- </reqfrm>
- <rtnval>
- <rtnvalinfo>
- <reqno/>
- <instcd/>
- </rtnvalinfo>
- </rtnval>
- </main>
- <send>
- </send>
- <init>
- </init>
- <hidden>
- <reqfrminfo>
- <pid/>
- <prcpcd/>
- <prcpnm/>
- <opnm/>
- <spccd/>
- <spcnm/>
- <reqno/>
- <reqhistno/>
- <scrnno/>
- </reqfrminfo>
- <param>
- </param>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- <submission id="TXLRR90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/rtnval/rtnvalinfo"/>
- <submission id="TRLRR90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/reqfrm"/>
- <submission id="TRLRR91001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden/param"/>
- </model>
- <script type="javascript">
- <![CDATA[
- var focusInBackColor = "#ffcc99";
- var focusOutBackColor = "#ffffff";
-
- /* @group : 의뢰서 팝업화면
- * @ver : 2008.10.14
- * @by :
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 화면 Initialize함수
- */
- function fExeInitialize() {
-
- var toDay = getCurrentDate();
- var ioflag = "";
- //----------------------------------------------------------------
- // 처방등록 화면에서 호출되지 않는 경우는 "저장" 기능을 비 활성화 처리
- if (model.getValue("/root/hidden/reqfrminfo/scrnno") == "10") {
- btn_save.visible = true;
- model.makeValue("/root/send/pid", getPatientInfo("pid"));
- submit("TRLRR91001");
- model.removenode("/root/send/pid");
- } else {
- btn_save.visible = false;
- }
-
- //-------------
- // Test용 자료
- /*model.setValue("/root/hidden/reqfrminfo/pid" , "74");
- model.setValue("/root/hidden/reqfrminfo/prcpcd" , "T2");
- model.setValue("/root/hidden/reqfrminfo/spccd" , "TC2003");
- model.setValue("/root/hidden/reqfrminfo/reqno" , "0");
- */
-
- //----------------------------------------------
- // 의뢰지번호가 존재할 경우 의뢰지내용을 조회한다.
- if(getNodesetCount("/root/hidden/reqfrminfo/reqcnts") <= 0) { //내용이 없다
- if (model.getValue("/root/hidden/reqfrminfo/reqno") != "0") { //의뢰지번호 존재시
- model.makeValue("/root/send/instcd" , getUserInfo("dutplceinstcd"));
- model.makeValue("/root/send/pid" , model.getValue("/root/hidden/reqfrminfo/pid"));
- model.makeValue("/root/send/reqno" , model.getValue("/root/hidden/reqfrminfo/reqno"));
- submit("TRLRR90201");
- } else { //의뢰지번호 없다..!!
-
- model.setValue("/root/hidden/reqfrminfo/reqno" , "0");
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01" , "");
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/pid" , model.getValue("/root/hidden/param/pid"));
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/patnm" , model.getValue("/root/hidden/param/patnm"));
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/rgstno" , model.getValue("/root/hidden/param/rgstno"));
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/orddd" , toDay);
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/depdd" , toDay);
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/orddept" , getPatientInfoDetail("orddeptnm")); //진료과
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/orddr" , getPatientInfoDetail("orddrnm")); //진료의사
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/address" , getPatientInfo("addr")); //주소
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/telno" , getPatientInfo("telno")); //전화번호
-
- if(getPatientInfoDetail("ioflag") == "E" || getPatientInfoDetail("ioflag") == "I" || getPatientInfoDetail("ioflag") == "D"){
- ioflag = "입원";
- }else if(getPatientInfoDetail("ioflag") == "O" || getPatientInfoDetail("ioflag") == "S"){
- ioflag = "외래";
- }else{
- ioflag = "";
- }
- model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/ioflag" , ioflag); //진료구분
- }
- }else { //내용이 있다(ex> 특수에서 의뢰서 띄울때 처럼)
- model.removeNodeset("/root/main/reqfrm/reqfrmtbl/reqfrminfo");
- model.makeNode("/root/main/reqfrm/reqfrmtbl/reqfrminfo");
- copyNodesetType("/root/main/reqfrm/reqfrmtbl/reqfrminfo" , "/root/hidden/reqfrminfo/reqcnts/reqfrminfo"); //의뢰서 내용 main으로 복사
- }
- model.refresh();
- }
-
-
- // 확인버튼 클릭시 저장
- function fExeClinicSave(){
-
- if(fSaveChk()== "0"){ //필수입력항목 체크
- return;
- }
-
- var strNode = "/root/main/reqfrm/reqfrmtbl/reqfrminfo/choispc/choispclist";
- var node = instance1.selectSingleNode("/root/main/reqfrm/reqfrmtbl/reqfrminfo"); //xml 저장을 위해 노드로 만듦
- // 검체 추가정보 설정
- model.makeValue(strNode + "/choi" , "true");
- model.makeValue(strNode + "/spcseqno" , "001");
- model.makeValue(strNode + "/spccd" , model.getValue("/root/hidden/reqfrminfo/spccd"));
- model.makeValue(strNode + "/spccd2" , model.getValue("/root/hidden/reqfrminfo/spccd"));
-
- model.removeNodeset("/root/send");
-
- model.makeValue("/root/send/pid" , model.getValue("/root/hidden/reqfrminfo/pid"));
- model.makeValue("/root/send/reqno" , model.getValue("/root/hidden/reqfrminfo/reqno"));
- model.makeValue("/root/send/reqcnts" , node.xml, true);
- model.makeValue("/root/send/instcd" , getUserInfo("dutplceinstcd"));
-
-
- //------------------------
- if (!submit("TXLRR90201")) {
- messageBox("의뢰지 저장을", "E009");
- return false;
- }
-
- //------------------
- // 의뢰지번호 Return
- opener.model.setValue("/root/hidden/reqfrminfo/reqno", model.getValue("/root/main/rtnval/rtnvalinfo/reqno"));
-
- //------------
- model.close();
- }
-
- //필수항목 체크
- function fSaveChk(){
- var xPath = "/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01";
- var nNode = model.instances(0).selectSingleNode(xPath);
- var max = nNode.childNodes.length;
- for (var idx=0;idx<max;idx++) {
- var obj = nNode.childNodes(idx);
- var objNm = obj.nodeName;
- var chkflag = false;
-
- //필수체크항목리스트
- switch (objNm) {
- case "pid" :
- case "patnm" :
- case "rgstno" :
- case "address" :
- case "telno" :
- case "orddd" :
- case "orddept" :
- case "orddr" :
- case "ioflag" :
- case "spccd" :
- case "deptdd" :
- case "wek" :
- case "dd" :
- case "testnm" :
-
- if (model.getValue(xPath + "/" + objNm) == "") {
- chkflag = true;
- break;
- }
- }
- if (chkflag == true) {
- messageBox("필수입력사항입니다. 값을 입력하십시오.", "E999", "");
- var objContNm = fControlFind(xPath + "/" + objNm);
- if (objContNm != "") {
- model.setFocus(objContNm);
- }
- return 0;
- }
- }
- }
- // control 찾기
- function fControlFind(xPath) {
- var childObjCnt = document.controls.length;
- var childObj;
-
- for (var i=0; i < childObjCnt; i++) {
- childObj = document.controls.item(i);
- var ref = childObj.attribute("ref");
-
- if (ref == xPath) {
- return childObj.attribute("id");
- break;
- }
- }
- return "";
- }
- // 닫기
- function fSetClose(){
- window.close();
- }
-
- //체크박스 세부 체크박스 활성화/비활성화를 위해 검색하는 function
- function fIndex(str1, str2){
- var a = str1.indexOf(str2);
- return a;
- }
-
- //선택항목 배경색 지정
- function ffocusInBackColor() {
- var Control = document.all.item(event.currentTarget);
- Control.attribute("background-color") = focusInBackColor;
- }
- //포커스아웃 배경색 해제
- function ffocusOutBackColor() {
- var Control = document.all.item(event.currentTarget);
- Control.attribute("background-color") = focusOutBackColor;
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="610" pageheight="800" guideline="1,800;1,606;" style="border-color:#000000; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:-15px; width:610px; height:780x; ">
- <table id="table1" cellspacing="-1" style="left:0px; top:345px; width:600px; height:289px; ">
- <tr>
- <td style="width:198px; height:25px; font-size:10pt; font-weight:bold; text-align:left; vertical-align:middle; ">1. 양수 및 융모막 배양</td>
- <td style="width:198px; height:25px; font-size:10pt; font-weight:bold; text-align:left; vertical-align:middle; ">2. 말초혈액 배양</td>
- <td style="width:198px; height:25px; font-size:10pt; font-weight:bold; text-align:left; vertical-align:middle; ">3. 골수배양</td>
- </tr>
- <tr>
- <td style="width:198px; height:235px; ">
- <select id="checkbox4" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk1" overflow="visible" appearance="full" sep="," style="left:10px; top:25px; width:175px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>Triple 선별양성</label>
- <value>Triple 선별양성</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(fIndex(checkbox4.value, "Triple 선별양성") != "-1" ){
- checkbox5.disabled = false;
- }else{
- checkbox5.disabled = true;
- checkbox5.value = "";
- }
- ]]>
- </script>
- </select>
- <select id="checkbox6" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk1" overflow="visible" appearance="full" sep="," style="left:10px; top:58px; width:175px; height:105px; border-style:none; ">
- <choices>
- <item>
- <label>비정상 초음파 소견</label>
- <value>비정상 초음파 소견</value>
- </item>
- <item>
- <label>고령 임신(35세 이상)</label>
- <value>고령 임신(35세 이상)</value>
- </item>
- <item>
- <label>염색체 이상 가족력</label>
- <value>염색체 이상 가족력</value>
- </item>
- <item>
- <label>산모가 원함</label>
- <value>산모가 원함</value>
- </item>
- <item>
- <label>IUGR</label>
- <value>IUGR</value>
- </item>
- <item>
- <label>기타</label>
- <value>기타</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(fIndex(checkbox6.value, "기타") != "-1" ){
- input18.disabled = false;
- }else{
- input18.disabled = true;
- }
- ]]>
- </script>
- </select>
- </td>
- <td style="width:198px; height:235px; ">
- <select1 id="radio3" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/choi2" appearance="full" overflow="visible" style="left:10px; top:190px; width:40px; height:35px; border-style:none; ">
- <choices>
- <item>
- <label>무</label>
- <value>무</value>
- </item>
- <item>
- <label>유</label>
- <value>유</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(radio3.value == "유"){
- input17.disabled = false;
- }else{
- input17.disabled = true;
- input17.value = "";
- }
- ]]>
- </script>
- </select1>
- <select id="checkbox3" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk2" overflow="visible" appearance="full" sep="," style="left:5px; top:24px; width:175px; height:71px; border-style:none; ">
- <choices>
- <item>
- <label>염색체 질환 의심(R/O)</label>
- <value>염색체 질환 의심(R/O)</value>
- </item>
- <item>
- <label>습관성 유산(횟수 )</label>
- <value>습관성 유산(횟수 )</value>
- </item>
- <item>
- <label>불임</label>
- <value>불임</value>
- </item>
- <item>
- <label>기타</label>
- <value>기타</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(fIndex(checkbox3.value, "습관성 유산") != "-1" ){
- input21.disabled = false;
- }else{
- input21.disabled = true;
- input21.value ="";
- }
- ]]>
- </script>
- </select>
- </td>
- <td style="width:198px; height:235px; "/>
- </tr>
- <tr>
- <td style="width:198px; height:25px; font-weight:bold; text-align:left; vertical-align:middle; ">4. Abortus 및 조직 배양</td>
- <td colspan="2" style="width:396px; height:25px; font-weight:bold; text-align:left; vertical-align:middle; "/>
- </tr>
- <caption id="caption14" style="left:0px; top:590px; width:150px; height:20px; ">♣ 판독에 결정걱 영향을 주므로 Nuchal Transluency을</caption>
- <caption id="caption32" class="cell_1" style="left:120px; top:456px; width:75px; height:23px; text-align:center; vertical-align:middle; ">최종월경일</caption>
- </table>
- <caption id="caption3" style="left:170px; top:10px; width:292px; height:35px; font-size:14pt; font-weight:bold; text-align:center; ">Request For Chromosome Study</caption>
- <caption id="caption4" class="cell_1" style="left:0px; top:71px; width:70px; height:23px; text-align:center; vertical-align:middle; ">등록번호</caption>
- <input id="input2" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/pid" class="input_essential" navindex="1" style="left:73px; top:72px; width:87px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <line id="line1" class="line_1" style="x1:0px; y1:66px; x2:601px; y2:66px; "/>
- <caption id="caption5" class="cell_1" style="left:165px; top:71px; width:55px; height:23px; text-align:center; vertical-align:middle; ">성 명</caption>
- <input id="input1" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/patnm" class="input_essential" navindex="2" style="left:223px; top:72px; width:87px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <caption id="caption6" class="cell_1" style="left:315px; top:71px; width:80px; height:23px; text-align:center; vertical-align:middle; ">주민번호</caption>
- <input id="input3" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/rgstno" class="input_essential" navindex="3" style="left:398px; top:72px; width:197px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <caption id="caption7" class="cell_1" style="left:0px; top:96px; width:70px; height:23px; text-align:center; vertical-align:middle; ">주소</caption>
- <input id="input4" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/address" class="input_essential" navindex="4" style="left:73px; top:97px; width:327px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <caption id="caption8" class="cell_1" style="left:403px; top:96px; width:70px; height:23px; text-align:center; vertical-align:middle; ">전화번호</caption>
- <input id="input5" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/telno" class="input_essential" navindex="5" format="99999999999" style="left:476px; top:97px; width:120px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <caption id="caption9" class="tit_2" style="left:0px; top:51px; width:113px; height:13px; ">환자정보</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:141px; x2:600px; y2:141px; "/>
- <caption id="caption10" class="tit_2" style="left:0px; top:126px; width:113px; height:13px; ">진료정보</caption>
- <line id="line5" class="line_3" style="x1:0px; y1:120px; x2:600px; y2:120px; "/>
- <caption id="caption11" class="cell_1" style="left:0px; top:146px; width:50px; height:23px; text-align:center; vertical-align:middle; ">진료일</caption>
- <caption id="caption13" class="cell_1" style="left:425px; top:146px; width:63px; height:23px; text-align:center; vertical-align:middle; ">진료구분</caption>
- <input id="ipt_usdt" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/orddd" class="input_s_essential" navindex="6" inputtype="date" style="left:52px; top:148px; width:95px; height:19px; font-weight:normal; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <select1 id="radio1" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/ioflag" navindex="9" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:490px; top:150px; width:105px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>입원</label>
- <value>입원</value>
- </item>
- <item>
- <label>외래</label>
- <value>외래</value>
- </item>
- </choices>
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </select1>
- <caption id="caption15" class="cell_1" style="left:151px; top:146px; width:56px; height:23px; text-align:center; vertical-align:middle; ">진료과</caption>
- <input id="input7" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/orddept" class="input_essential" navindex="7" style="left:208px; top:147px; width:87px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <caption id="caption16" class="cell_1" style="left:298px; top:146px; width:50px; height:23px; text-align:center; vertical-align:middle; ">진료의</caption>
- <input id="input9" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/orddr" class="input_essential" navindex="8" style="left:350px; top:147px; width:72px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <line id="line3" class="line_3" style="x1:0px; y1:171px; x2:600px; y2:171px; "/>
- <caption id="caption17" class="tit_2" style="left:0px; top:176px; width:113px; height:14px; ">의뢰정보</caption>
- <line id="line4" class="line_1" style="x1:0px; y1:191px; x2:600px; y2:191px; "/>
- <caption id="caption18" class="cell_1" style="left:0px; top:247px; width:70px; height:23px; text-align:center; vertical-align:middle; ">의뢰검사명</caption>
- <select1 id="radio2" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/spccd" navindex="13" appearance="full" cellspacing="0" cols="7" overflow="visible" style="left:75px; top:225px; width:521px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>Peripheral blood</label>
- <value>Peripheral blood</value>
- </item>
- <item>
- <label>Chorionic villi</label>
- <value>Chorionic villi</value>
- </item>
- <item>
- <label>Amniotic fluid</label>
- <value>Amniotic fluid</value>
- </item>
- <item>
- <label>Abortus</label>
- <value>Abortus</value>
- </item>
- <item>
- <label>Bone marrow</label>
- <value>Bone marrow</value>
- </item>
- <item>
- <label>others</label>
- <value>others</value>
- </item>
- </choices>
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </select1>
- <caption id="caption19" class="cell_1" style="left:402px; top:373px; width:103px; height:23px; text-align:left; vertical-align:middle; ">1) 진단명</caption>
- <caption id="caption25" class="cell_1" style="left:0px; top:196px; width:71px; height:23px; text-align:center; vertical-align:middle; ">임신주수</caption>
- <input id="input15" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/wek" class="input_essential" navindex="10" format="99" style="left:73px; top:197px; width:32px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <caption id="caption26" style="left:105px; top:200px; width:20px; height:20px; ">주</caption>
- <input id="input16" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/dd" class="input_essential" navindex="11" format="99" style="left:128px; top:197px; width:32px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <caption id="caption27" style="left:164px; top:200px; width:21px; height:20px; ">일</caption>
- <line id="line6" class="line_3" style="x1:0px; y1:755px; x2:595px; y2:755px; "/>
- <line id="line7" class="line_1" style="x1:0px; y1:335px; x2:601px; y2:335px; "/>
- <caption id="caption31" class="tit_2" style="left:5px; top:640px; width:221px; height:14px; ">검체 채취, 처리, 운송 시 주의사항</caption>
- <line id="line9" class="line_3" style="x1:0px; y1:635px; x2:595px; y2:635px; "/>
- <caption id="caption1" class="cell_1" style="left:0px; top:222px; width:70px; height:23px; text-align:center; vertical-align:middle; ">검체종류</caption>
- <caption id="caption2" class="cell_1" style="left:188px; top:196px; width:77px; height:23px; text-align:center; vertical-align:middle; ">검사의뢰일</caption>
- <input id="input6" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/depdd" class="input_s_essential" navindex="12" inputtype="date" style="left:267px; top:198px; width:100px; height:19px; font-weight:normal; ">
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </input>
- <select id="checkbox1" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/testnm" class="checkbox_search" navindex="14" overflow="visible" appearance="full" sep="," style="left:85px; top:251px; width:315px; height:50px; border-style:none; ">
- <choices>
- <item>
- <label>Routine chromosome analysis</label>
- <value>Routine chromosome analysis</value>
- </item>
- <item>
- <label>Express test(일반배양, Down)</label>
- <value>Express test(일반배양 Down)</value>
- </item>
- <item>
- <label>FISH(Fluorescence In Situ Hybridization)</label>
- <value>FISH(Fluorescence In Situ Hybridization)</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(fIndex(checkbox1.value, "FISH(Fluorescence In Situ Hybridization)") != "-1" ){
- checkbox2.disabled = false;
- }else{
- checkbox2.disabled = true;
- checkbox2.value = "";
- }
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusIn">
- <![CDATA[
- ffocusInBackColor();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ffocusOutBackColor();
- ]]>
- </script>
- </select>
- <select id="checkbox2" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/testnm2" class="checkbox_search" disabled="true" dragmode="false" navindex="15" overflow="visible" appearance="full" cols="5" direction="acrossdown" sep="," style="left:100px; top:301px; width:465px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>BCR-ABL</label>
- <value>BCR-ABL</value>
- </item>
- <item>
- <label>AML-ETO</label>
- <value>AML-ETO</value>
- </item>
- <item>
- <label>PML-RARA</label>
- <value>PML-RARA</value>
- </item>
- <item>
- <label>Digeorge syndrome</label>
- <value>Digeorge syndrome</value>
- </item>
- <item>
- <label>기타</label>
- <value>기타</value>
- </item>
- </choices>
- </select>
- <line id="line10" class="line_3" style="x1:0px; y1:220px; x2:600px; y2:220px; "/>
- <line id="line11" class="line_3" style="x1:0px; y1:246px; x2:600px; y2:246px; "/>
- <caption id="caption12" class="tit_2" style="left:0px; top:320px; width:131px; height:14px; ">진단명 및 주요소견</caption>
- <input id="input8" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk4" class="input_essential" style="left:274px; top:611px; width:317px; height:19px; "/>
- <caption id="caption33" class="cell_1" style="left:5px; top:373px; width:104px; height:23px; text-align:left; vertical-align:middle; ">1) 검사의뢰사유</caption>
- <caption id="caption34" class="cell_1" style="left:203px; top:373px; width:104px; height:23px; text-align:left; vertical-align:middle; ">1) 검사의뢰사유</caption>
- <caption id="caption35" class="cell_1" style="left:5px; top:537px; width:104px; height:23px; text-align:left; vertical-align:middle; ">2) 초음파소견</caption>
- <caption id="caption20" class="cell_1" style="left:203px; top:478px; width:134px; height:23px; text-align:left; vertical-align:middle; ">2) 특이 이학적 소견</caption>
- <caption id="caption21" class="cell_1" style="left:203px; top:535px; width:68px; height:23px; text-align:left; vertical-align:middle; ">3) 가족력</caption>
- <caption id="caption22" class="cell_1" style="left:402px; top:430px; width:104px; height:23px; text-align:left; vertical-align:middle; ">2) 이학적 소견</caption>
- <caption id="caption23" class="cell_1" style="left:402px; top:544px; width:104px; height:23px; text-align:left; vertical-align:middle; ">4) 항암치료력</caption>
- <caption id="caption24" class="cell_1" style="left:402px; top:487px; width:104px; height:23px; text-align:left; vertical-align:middle; ">3) 혈액검사결과</caption>
- <caption id="caption28" class="cell_1" style="left:203px; top:609px; width:68px; height:23px; text-align:left; vertical-align:middle; ">1) 진단명</caption>
- <input id="input10" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk3_1" class="input_essential" style="left:402px; top:397px; width:187px; height:19px; "/>
- <input id="input11" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk3_2" class="input_essential" style="left:402px; top:454px; width:187px; height:19px; "/>
- <input id="input12" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk3_3" class="input_essential" style="left:402px; top:511px; width:187px; height:19px; "/>
- <input id="input13" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk3_4" class="input_essential" style="left:402px; top:568px; width:187px; height:19px; "/>
- <input id="input14" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk2_1" class="input_essential" style="left:203px; top:502px; width:187px; height:19px; "/>
- <input id="input17" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/choi2_1" class="input_essential" disabled="true" style="left:252px; top:578px; width:135px; height:19px; "/>
- <select id="checkbox5" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/chk1_1" class="checkbox_search" disabled="true" dragmode="false" overflow="visible" appearance="full" cols="5" direction="acrossdown" sep="," style="left:25px; top:414px; width:165px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>Down</label>
- <value>Down</value>
- </item>
- <item>
- <label>Edward</label>
- <value>Edward</value>
- </item>
- <item>
- <label>NTD</label>
- <value>NTD</value>
- </item>
- </choices>
- </select>
- <input id="input18" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/etc" class="input_essential" disabled="true" style="left:55px; top:509px; width:130px; height:19px; "/>
- <select1 id="radio4" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/choi1" appearance="full" overflow="visible" style="left:10px; top:561px; width:60px; height:40px; border-style:none; ">
- <choices>
- <item>
- <label>정상</label>
- <value>정상</value>
- </item>
- <item>
- <label>비정상</label>
- <value>비정상</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(radio4.value == "정상"){
- input19.disabled = false;
- input20.disabled = true;
- input20.value = "";
- }else{
- input19.disabled = true;
- input20.disabled = false;
- input19.value = "";
- }
- ]]>
- </script>
- </select1>
- <input id="input19" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/choi1_1" class="input_essential" disabled="true" style="left:70px; top:561px; width:125px; height:19px; "/>
- <input id="input20" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/choi1_2" class="input_essential" disabled="true" style="left:70px; top:580px; width:125px; height:19px; "/>
- <caption id="caption29" style="left:5px; top:655px; width:590px; height:98px; ">
- <![CDATA[1. 채취 : Peripheral blood - 말초혈액 ▶ 5 mL
- Bone Marrow - 골수천자액 ▶ 3 mL or 말초혈액 ▶ 5~7 mL
- Amniotic fluid - 양수천자액 ▶ 20 mL
- 2. 처리 : 말초 혈액 및 골수 검체는 heparin 처리된 멸균 tube 사용
- Abortus, CVS, Amniotic fluid 전용 용기 사용 - 본원에서 제공해드립니다.
- 채취된 검체는 의뢰전까지 냉장온도(4~8도)에 보관하십시오.
- 3. 운송 : 혈액 종양 검체, 양수검체는 당일, 말초혈액 배양 검체는 24hrs 내에 가능한 처리되어야 합니다.]]>
- </caption>
- <input id="input21" ref="/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01/count" class="input_essential" disabled="true" style="left:320px; top:410px; width:43px; height:19px; "/>
- <group id="group3" style="left:0px; top:755px; width:610px; height:25px; ">
- <line id="line8" class="line_6" style="x1:0px; y1:0px; x2:530px; y2:0px; "/>
- <button id="btn_save" class="btn4_letter2" visibility="visible" style="left:481px; top:0px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeClinicSave();
- ]]>
- </script>
- </button>
- <button id="btn_close" class="btn4_letter2" style="left:540px; top:0px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetClose();
- ]]>
- </script>
- </button>
- </group>
- </group>
- </xhtml:body>
- </xhtml:html>
|