123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SPPIZ00200_첨부물자료관리.xrw
- * 수정이력
- * - 2007.04.02 / 최초작성 / 정주미
- * - 2007.05.08 / aftjudgweb에서 insucomweb으로 변경 / 정주미
- * - 2007.05.08 / SPPID21200.xrw에서 SPPIZ00200.xrw으로 변경 / 정주미
- * - 2007.05.15 / "확인" Btn 선택시 호출하던 opener.javascript.fDisplayAttachedDataList(); 부분을 opener 화면에서 처리하도록 변경함.
- * - 2007.08.21 / opener.root.hidden.sppiz00200.cond 를 "/root/init"로 복사하여 초기값을 설정하고 opener의 Grid rowstatus 값을 rowstat로 전달받음.
- *
- -->
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>
- <item1>
- <clspmt015>
- <chk01/>
- <chk02/>
- <chk03/>
- <chk04/>
- <chk05/>
- <chk06/>
- <chk07/>
- <chk08/>
- <chk09/>
- <chk10/>
- <chk11/>
- <chk12/>
- <chk21/>
- <chk22/>
- <chk23/>
- <chk24/>
- <chk25/>
- <chk26/>
- <chk27/>
- <chk41/>
- <chk42/>
- <chk43/>
- <chk44/>
- <chk45/>
- <chk46/>
- <chk47/>
- <chk48/>
- <chk61/>
- <chk62/>
- <chk63/>
- <chk64/>
- <chk65/>
- <chk66/>
- </clspmt015>
- <clspmt016>
- <mt016/>
- </clspmt016>
- </item1>
- </main>
- <send>
- <clsp>
- <unitflag/>
- <spclcd/>
- <seqno/>
- <calcscorcd/>
- <spclspec/>
- <rowstat/>
- </clsp>
- </send>
- <init>
- <clsp>
- <spclcd/>
- <seqno/>
- <spclspec/>
- <rowstat/>
- </clsp>
- </init>
- <hidden>
- <initmt015>
- <seqno/>
- <spclspec/>
- <rowstat/>
- </initmt015>
- <initmt016>
- <seqno/>
- <spclspec/>
- <rowstat/>
- </initmt016>
- </hidden>
- <tmp>
- <flag/>
- <openflag/>
- </tmp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize(); // 화면을 초기화한다.
- fCheckAuth(); // 화면 권한을 설정한다.
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 권한을 설정한다.
- function fCheckAuth() {
- /*
- if (getAuth() == "") { // (common.js) 현재 화면의 권한 정보를 확인
- // 메뉴에서 열리는 화면이 아닌 경우 메뉴가 없는 Local Test를 위해 임시로 설정함
- model.setValue("/root/hidden/properties/auth", "11100000"); // RXP권한이 모두 있는 경우
- }
- */
- var xAuth = !checkAuth("X");
- btn_select.disabled = xAuth; // 전체선택
- btn_unselect.disabled = xAuth; // 전체취소
- btn_confirm.disabled = xAuth; // 확인
- }
-
- // 화면을 초기화한다.
- function fInitialize() {
- if (checkOpener()) { // (common.js) 자신을 Open한 opener의 현재 UID가 자신을 open한 시점의 UID와 비교하여 변경되었는지 여부를 반환
-
- var flag = opener.javascript.getParameter("openflag");
-
- model.setValue("/root/tmp/openflag", flag);
-
- if( flag == 'S' ){
- /*
- btn_select.disabled = false;
- btn_unselect.disabled = true;
- btn_confirm.disabled = true;
- */
- btn_select.visible = false;
- btn_unselect.visible = false;
- btn_confirm.visible = false;
- }else{
- // "취소" Btn을 선택하는 경우 결과를 반영하지 않도록 한다.
- model.resetInstanceNode(opener.root.hidden.sppiz00200.rslt);
- // 심사대상자 정보를 조회하며 DB에서 조회한 특정내역 상태를 가져와 임시 저장한다.
- model.copyNode("/root/init", opener.root.hidden.sppiz00200.cond);
- var initSelect = instance1.selectSingleNode("/root/init"); //root/init
- if (initSelect == null) {
- return;
- }
- var clsp = initSelect.childNodes; //root/init/clsp
- for (var i = 1; i <= clsp.length; i++) { // 특정내역 개수만큼 돌면서
- var spclcd = model.getValue("/root/init/clsp["+ i +"]/spclcd");
- var seqno = model.getValue("/root/init/clsp["+ i +"]/seqno");
- var spclspec = model.getValue("/root/init/clsp["+ i +"]/spclspec");
-
- var rowstat = model.getValue("/root/init/clsp["+ i +"]/rowstat");
- if (rowstat == "") {
- rowstat = "-";
- }
- if (spclcd == "MT015") { // 특정코드가 'MT015' 인 경우
- if (rowstat != "4") {
- for (var j = 0; j < spclspec.length; j++) {
- var chkVal = spclspec.substring(j, j+2); // 2자리씩 끊어서 제출자료코드를 읽는다.
- j = j + 2;
- var setPath = "/root/main/item1/clspmt015/chk" + chkVal;
- if (instance1.selectSingleNode(setPath) != null) {
- model.setValue(setPath, chkVal);
- }
- }
- }
- // 기존 정보를 기록해 둠
- model.makeValue("/root/hidden/initmt015/seqno", seqno);
- model.makeValue("/root/hidden/initmt015/spclspec", spclspec);
- model.makeValue("/root/hidden/initmt015/rowstat", rowstat);
- }
- else if (spclcd == "MT016") { // 특정코드가 'MT016' 인 경우
- if (rowstat != "4") {
- model.setValue("/root/main/item1/clspmt016/mt016", spclspec);
- }
- // 기존 정보를 기록해 둠
- model.makeValue("/root/hidden/initmt016/seqno", seqno);
- model.makeValue("/root/hidden/initmt016/spclspec", spclspec);
- model.makeValue("/root/hidden/initmt016/rowstat", rowstat);
- }
- }
- }
- model.refresh();
- } else {
- messageBox("상위화면이 변경되어 데이터를 초기화 할 수", "I004"); ///상위화면이 변경되어 데이터를 초기화 할 수 없습니다.
- }
- }
-
- // 특정내역 MT016의 경우 영문 200자, 한글 100자 입력 가능
- function fCheckMT016Length() {
- var mt016 = model.getValue("/root/main/item1/clspmt016/mt016");
- return mt016.isByteSize(200); // (stringHelper.js) 문자열의 Byte 크기가 제한값을 벗어나는지 체크 (벗어나면 false 리턴)
- }
-
- // '제출자료목록표'를 특정내역 형식에 맞춰 작성하여 부모창으로 전달한다.
- function fSetAttachedDataList() {
- // 특정내역 MT015
- var mt015 = "";
- var cSrcNode = instance1.selectSingleNode("/root/main/item1/clspmt015");
- var cSrcChildNodeList = cSrcNode.childNodes;
- var attData;
- for (var i = 0; i < cSrcChildNodeList.length; i++) { // clspmt015 하위의 chk01 ~ chk64 노드를 돌면서
- attData = model.getValue(cSrcChildNodeList.item(i)); // 해당 노드의 값 = CheckBox의 값을 가져온다.
- if (attData) {
- if (mt015 == "") {
- mt015 = attData;
- } else {
- mt015 = mt015 + "/" + attData;
- }
- }
- }
- model.setValue("/root/send/clsp/unitflag", "M"); // 명세서 단위
- model.setValue("/root/send/clsp/spclcd", "MT015"); // 특정코드 'MT015'
- model.setValue("/root/send/clsp/seqno", model.getValue("/root/hidden/initmt015/seqno")); // Update 시에 사용할 일련번호
- model.setValue("/root/send/clsp/calcscorcd", "-"); // 명세서 단위의 경우 수가코드는 -
- model.setValue("/root/send/clsp/spclspec", mt015); // '제출자료코드/제출자료코드...' 형식
-
- // 심사대상자 정보를 조회해 왔을 때의 특정내역 상태와 비교한다.
- var initspclspec = model.getValue("/root/hidden/initmt015/spclspec");
- var initrowstat = model.getValue("/root/hidden/initmt015/rowstat");
- var newrowstat = "";
-
- if (initrowstat == "") { // 조회된 기존 특정내역이 없는 경우
- if (mt015 == "") {
- newrowstat = "";
- } else {
- newrowstat = "I";
- }
- } else {
- if (mt015 == "") { // 특정내역을 삭제한 경우
- model.setValue("/root/send/clsp/spclspec", initspclspec); // 이전 내용의 상태값을 변경하므로
- newrowstat = "D";
- } else if (initspclspec != mt015) {
- newrowstat = "U";
- }
- }
- model.setValue("/root/send/clsp/rowstat", newrowstat);
-
- // 특정내역 MT016
- var mt016 = model.getValue("/root/main/item1/clspmt016/mt016");
- // root/send/clsp[2] 위치에 노드를 추가한다. Node 는 1부터 시작하며, 이미 존재하는 Node는 생성하지 않는다.
- model.makeValue("/root/send/clsp[2]/unitflag", "M");
- model.makeValue("/root/send/clsp[2]/spclcd", "MT016"); // 특정코드 'MT016'
- model.makeValue("/root/send/clsp[2]/seqno", model.getValue("/root/hidden/initmt016/seqno")); // Update 시에 사용할 일련번호
- model.makeValue("/root/send/clsp[2]/calcscorcd", "-");
- model.makeValue("/root/send/clsp[2]/spclspec", mt016);
-
- initspclspec = model.getValue("/root/hidden/initmt016/spclspec");
- initrowstat = model.getValue("/root/hidden/initmt016/rowstat");
- newrowstat = "";
- if (initrowstat == "") { // 조회된 기존 특정내역이 없는 경우
- if (mt016 == "") {
- newrowstat = "";
- } else {
- newrowstat = "I";
- }
- } else {
- if (mt016 == "") { // 특정내역을 삭제한 경우
- model.setValue("/root/send/clsp[2]/spclspec", initspclspec); // 이전 내용의 상태값을 변경하므로
- newrowstat = "D";
- } else if (initspclspec != mt016) {
- newrowstat = "U";
- }
- }
- model.makeValue("/root/send/clsp[2]/rowstat", newrowstat);
-
- // opener 로 값을 전달한다.
- model.copyNode(opener.root.hidden.sppiz00200.rslt, "/root/send");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="517" pageheight="500" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:501px; height:470px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:126px; height:14px; ">소명자료 목록선택</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:500px; y2:25px; "/>
- <select id="chk01" ref="/root/main/item1/clspmt015/chk01" overflow="visible" appearance="full" style="left:53px; top:31px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>01.입퇴원기록지</label>
- <value>01</value>
- </item>
- </choices>
- </select>
- <caption id="caption4" class="cell_1" style="left:0px; top:30px; width:50px; height:126px; ">
- <![CDATA[진료
- 기록부]]>
- </caption>
- <line id="line45" class="line_2" style="x1:0px; y1:155px; x2:500px; y2:155px; "/>
- <caption id="caption2" class="cell_1" style="left:0px; top:157px; width:50px; height:84px; ">
- <![CDATA[검사
- 결과지]]>
- </caption>
- <select id="chk02" ref="/root/main/item1/clspmt015/chk02" overflow="visible" appearance="full" style="left:251px; top:31px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>02.의사지시기록지</label>
- <value>02</value>
- </item>
- </choices>
- </select>
- <select id="chk03" ref="/root/main/item1/clspmt015/chk03" overflow="visible" appearance="full" style="left:53px; top:52px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>03.수술기록지</label>
- <value>03</value>
- </item>
- </choices>
- </select>
- <select id="chk04" ref="/root/main/item1/clspmt015/chk04" overflow="visible" appearance="full" style="left:251px; top:52px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>04.마취기록지</label>
- <value>04</value>
- </item>
- </choices>
- </select>
- <select id="chk05" ref="/root/main/item1/clspmt015/chk05" overflow="visible" appearance="full" style="left:53px; top:73px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>05.경과기록지</label>
- <value>05</value>
- </item>
- </choices>
- </select>
- <select id="chk06" ref="/root/main/item1/clspmt015/chk06" overflow="visible" appearance="full" style="left:251px; top:73px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>06.간호기록지</label>
- <value>06</value>
- </item>
- </choices>
- </select>
- <select id="chk07" ref="/root/main/item1/clspmt015/chk07" overflow="visible" appearance="full" style="left:53px; top:94px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>07.집중치료실기록지</label>
- <value>07</value>
- </item>
- </choices>
- </select>
- <select id="chk08" ref="/root/main/item1/clspmt015/chk08" overflow="visible" appearance="full" style="left:251px; top:94px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>08.투약기록지</label>
- <value>08</value>
- </item>
- </choices>
- </select>
- <select id="chk09" ref="/root/main/item1/clspmt015/chk09" overflow="visible" appearance="full" style="left:53px; top:115px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>09.신경차단시술기록지</label>
- <value>09</value>
- </item>
- </choices>
- </select>
- <select id="chk10" ref="/root/main/item1/clspmt015/chk10" overflow="visible" appearance="full" style="left:251px; top:115px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>10.혈액투여기록지</label>
- <value>10</value>
- </item>
- </choices>
- </select>
- <select id="chk11" ref="/root/main/item1/clspmt015/chk11" overflow="visible" appearance="full" style="left:53px; top:136px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>11.재활,물리치료기록지</label>
- <value>11</value>
- </item>
- </choices>
- </select>
- <select id="chk12" ref="/root/main/item1/clspmt015/chk12" overflow="visible" appearance="full" style="left:251px; top:136px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>12.방사선치료기록지</label>
- <value>12</value>
- </item>
- </choices>
- </select>
- <select id="chk25" ref="/root/main/item1/clspmt015/chk25" overflow="visible" appearance="full" style="left:53px; top:200px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>25.골밀도검사결과지</label>
- <value>25</value>
- </item>
- </choices>
- </select>
- <select id="chk26" ref="/root/main/item1/clspmt015/chk26" overflow="visible" appearance="full" style="left:251px; top:200px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>26.핵의학영상진단결과지</label>
- <value>26</value>
- </item>
- </choices>
- </select>
- <select id="chk27" ref="/root/main/item1/clspmt015/chk27" overflow="visible" appearance="full" style="left:53px; top:221px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>27.판독결과지</label>
- <value>27</value>
- </item>
- </choices>
- </select>
- <select id="chk21" ref="/root/main/item1/clspmt015/chk21" overflow="visible" appearance="full" style="left:53px; top:158px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>21.검체검사결과지</label>
- <value>21</value>
- </item>
- </choices>
- </select>
- <select id="chk22" ref="/root/main/item1/clspmt015/chk22" overflow="visible" appearance="full" style="left:251px; top:158px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>22.조직병리검사결과지</label>
- <value>22</value>
- </item>
- </choices>
- </select>
- <select id="chk23" ref="/root/main/item1/clspmt015/chk23" overflow="visible" appearance="full" style="left:53px; top:179px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>23.기능검사결과지</label>
- <value>23</value>
- </item>
- </choices>
- </select>
- <select id="chk24" ref="/root/main/item1/clspmt015/chk24" overflow="visible" appearance="full" style="left:251px; top:179px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>24.내시경,천자 및 생검료 결과지</label>
- <value>24</value>
- </item>
- </choices>
- </select>
- <line id="line2" class="line_2" style="x1:0px; y1:240px; x2:500px; y2:240px; "/>
- <caption id="caption3" class="cell_1" style="left:0px; top:242px; width:50px; height:84px; ">
- <![CDATA[영상
- 자료]]>
- </caption>
- <select id="chk41" ref="/root/main/item1/clspmt015/chk41" overflow="visible" appearance="full" style="left:53px; top:243px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>41.X-RAY 필름</label>
- <value>41</value>
- </item>
- </choices>
- </select>
- <select id="chk42" ref="/root/main/item1/clspmt015/chk42" overflow="visible" appearance="full" style="left:251px; top:243px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>42.CD</label>
- <value>42</value>
- </item>
- </choices>
- </select>
- <select id="chk43" ref="/root/main/item1/clspmt015/chk43" overflow="visible" appearance="full" style="left:53px; top:264px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>43.디스켓</label>
- <value>43</value>
- </item>
- </choices>
- </select>
- <select id="chk44" ref="/root/main/item1/clspmt015/chk44" overflow="visible" appearance="full" style="left:251px; top:264px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>44.Full PACS</label>
- <value>44</value>
- </item>
- </choices>
- </select>
- <select id="chk45" ref="/root/main/item1/clspmt015/chk45" overflow="visible" appearance="full" style="left:53px; top:285px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>45.비디오테이프</label>
- <value>45</value>
- </item>
- </choices>
- </select>
- <select id="chk46" ref="/root/main/item1/clspmt015/chk46" overflow="visible" appearance="full" style="left:251px; top:285px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>46.Roll film</label>
- <value>46</value>
- </item>
- </choices>
- </select>
- <select id="chk47" ref="/root/main/item1/clspmt015/chk47" overflow="visible" appearance="full" style="left:53px; top:306px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>47.Cine 필름</label>
- <value>47</value>
- </item>
- </choices>
- </select>
- <select id="chk48" ref="/root/main/item1/clspmt015/chk48" overflow="visible" appearance="full" style="left:251px; top:306px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>48.file (mail)</label>
- <value>48</value>
- </item>
- </choices>
- </select>
- <line id="line3" class="line_2" style="x1:0px; y1:325px; x2:500px; y2:325px; "/>
- <caption id="caption5" class="cell_1" style="left:0px; top:327px; width:50px; height:63px; ">
- <![CDATA[기타
- 자료]]>
- </caption>
- <select id="chk61" ref="/root/main/item1/clspmt015/chk61" overflow="visible" appearance="full" style="left:53px; top:328px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>61.의사소견서</label>
- <value>61</value>
- </item>
- </choices>
- </select>
- <select id="chk62" ref="/root/main/item1/clspmt015/chk62" overflow="visible" appearance="full" style="left:251px; top:328px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>62.장기입원사유서</label>
- <value>62</value>
- </item>
- </choices>
- </select>
- <select id="chk63" ref="/root/main/item1/clspmt015/chk63" overflow="visible" appearance="full" style="left:53px; top:349px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>63.집중치료실 장기입원사유서</label>
- <value>63</value>
- </item>
- </choices>
- </select>
- <select id="chk64" ref="/root/main/item1/clspmt015/chk64" overflow="visible" appearance="full" style="left:251px; top:349px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>64.교과서적 자료 등 근거자료</label>
- <value>64</value>
- </item>
- </choices>
- </select>
- <line id="line4" class="line_3" style="x1:0px; y1:391px; x2:500px; y2:391px; "/>
- <caption id="caption6" class="cell_1" style="left:0px; top:393px; width:50px; height:75px; ">
- <![CDATA[기타]]>
- <hint>
- <![CDATA[MT016]]>
- </hint>
- </caption>
- <textarea id="tar_etc" ref="/root/main/item1/clspmt016/mt016" style="left:53px; top:394px; width:390px; height:72px; "/>
- <line id="line5" class="line_3" style="x1:0px; y1:467px; x2:500px; y2:467px; "/>
- <button id="btn_select" class="btn2_letter4" style="left:369px; top:5px; width:64px; height:19px; ">
- <caption>전체선택</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- chk01.select(0);
- chk02.select(0);
- chk03.select(0);
- chk04.select(0);
- chk05.select(0);
- chk06.select(0);
- chk07.select(0);
- chk08.select(0);
- chk09.select(0);
- chk10.select(0);
- chk11.select(0);
- chk12.select(0);
- chk21.select(0);
- chk22.select(0);
- chk23.select(0);
- chk24.select(0);
- chk25.select(0);
- chk26.select(0);
- chk27.select(0);
- chk41.select(0);
- chk42.select(0);
- chk43.select(0);
- chk44.select(0);
- chk45.select(0);
- chk46.select(0);
- chk47.select(0);
- chk48.select(0);
- chk61.select(0);
- chk62.select(0);
- chk63.select(0);
- chk64.select(0);
- chk65.select(0);
- chk66.select(0);
- ]]>
- </script>
- </button>
- <button id="btn_unselect" class="btn2_letter4" style="left:436px; top:5px; width:64px; height:19px; ">
- <caption>전체취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.resetInstanceNode("/root/main/item1/clspmt015");
- model.refresh();
- ]]>
- </script>
- </button>
- <select id="chk65" ref="/root/main/item1/clspmt015/chk65" overflow="visible" appearance="full" style="left:53px; top:370px; width:195px; height:20px; ">
- <choices>
- <item>
- <label>65.선택진료신청서</label>
- <value>65</value>
- </item>
- </choices>
- </select>
- <select id="chk66" ref="/root/main/item1/clspmt015/chk66" overflow="visible" appearance="full" style="left:251px; top:370px; width:204px; height:20px; ">
- <choices>
- <item>
- <label>66.상급병실료 지불보증 근거자료</label>
- <value>66</value>
- </item>
- </choices>
- </select>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:470px; width:501px; height:25px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:385px; top:3px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (checkOpener()) { // (common.js) 자신을 Open한 opener의 현재 UID가 자신을 open한 시점의 UID와 비교하여 변경되었는지 여부를 반환
- if (fCheckMT016Length()) { // 특정내역 MT016의 경우 영문 200자, 한글 100자 입력 가능
- fSetAttachedDataList(); // '제출자료목록표'를 특정내역 형식에 맞춰 작성하여 부모창으로 전달한다.
- } else {
- messageBox("기타(MT016) 제한길이(영문 200자, 한글 100자)를", "E003"); ///기타(MT016) 제한길이(영문 200자, 한글 100자)를 초과하였습니다
- return;
- }
- } else {
- messageBox("상위화면이 변경되어 데이터를 전달할 수", "I004"); ///상위화면이 변경되어 데이터를 전달할 수 없습니다.
- }
- window.close(); // F5 실행시 IE를 종료시킨다.
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:444px; top:3px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:501px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|