123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPMNP00304" position="absolute 0 0 965 710" titletext="수술기록 Count List" oninit="SPMNP00304_oninit" onload="SPMNP00304_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 948 675" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 518 35" align="align:center top;" id="group2" visible="false" class="div_SA">
- <Layouts>
- <Layout>
- <Static text="검색조건 :" position="absolute 15 8 101 25" id="caption2" class="search_name"/>
- <Button position="absolute 445 5 501 27" id="btn_search" class="btn1" text="조회" onclick="group3_group2_btn_search_onclick"/>
- <Shape position="absolute 426 5 432 27" linetype="vertical" id="line13" class="line_4"/>
- <Combo position="absolute 96 6 176 25" id="combo_codeflag" class="combo_search" innerdataset="@ds_hidedata_combolist_list" datacolumn="nm" codecolumn="cd" onitemchanged="group3_group2_combo_codeflag_onitemchanged"/>
- <Edit position="absolute 240 6 415 25" id="inp_codename" class="input_search"/>
- <Static text="명 칭 :" position="absolute 191 8 242 25" id="caption3" class="search_no_b"/>
- </Layout>
- </Layouts>
- </Div>
- <Static text="Count List" position="absolute 0 10 115 26" id="caption1" class="tit_2"/>
- <Grid position="absolute 0 30 948 675" id="datagrid1" binddataset="ds_main_codelists" cellsizingtype="col" cellclickbound="cell" selecttype="multirow">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="0"/>
- <Column size="88"/>
- <Column size="189"/>
- <Column size="182"/>
- <Column size="35"/>
- <Column size="0"/>
- <Column size="0"/>
- <Column size="434"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="23"/>
- </Rows>
- <Band id="head">
- <Cell text="OPRSRVNO"/>
- <Cell col="1" colspan="3" text="종류" taborder="undefined"/>
- <Cell col="4" text="선택"/>
- <Cell col="5" text="kindcd"/>
- <Cell col="6" text="refseq"/>
- <Cell col="7" text="상세설명"/>
- </Band>
- <Band id="body">
- <Cell text="bind:oprsrvno"/>
- <Cell col="1" edittype="none" style="align:left;" text="bind:codenm1" wordwrap="word" suppress="1" suppressalign="middle,over"/>
- <Cell col="2" edittype="none" style="align:left;" text="bind:codenm2" suppress="2" suppressalign="middle,over"/>
- <Cell col="3" edittype="none" style="align:left;" text="bind:codenm3"/>
- <Cell col="4" displaytype="checkbox" edittype="checkbox" text="bind:check"/>
- <Cell col="5" displaytype="none" edittype="none" text="bind:kindcd"/>
- <Cell col="6" displaytype="none" edittype="none" text="bind:refseq"/>
- <Cell col="7" style="align:left;" text="bind:code3commt"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 676 947 703" id="group1" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Button position="absolute 830 3 886 25" id="btn_confirm" class="btn4" text="확인" onclick="group1_btn_confirm_onclick"/>
- <Button position="absolute 889 3 945 25" id="btn_cancel" class="btn4" text="취소" onclick="group1_btn_cancel_onclick"/>
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_hidedata_searchflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="codeflag" type="STRING" size="256"/>
- <Column id="codename" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_main_codelists" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="check" type="STRING" size="256"/>
- <Column id="oprsrvno" type="STRING" size="256"/>
- <Column id="codenm1" type="STRING" size="256"/>
- <Column id="codenm2" type="STRING" size="256"/>
- <Column id="codenm3" type="STRING" size="256"/>
- <Column id="kindcd" type="STRING" size="256"/>
- <Column id="refseq" type="STRING" size="256"/>
- <Column id="code3commt" type="STRING" size="256"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_hidedata_combolist_list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="cd" type="STRING" size="256"/>
- <Column id="nm" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="cd">01</Col>
- <Col id="nm">종류1</Col>
- </Row>
- <Row>
- <Col id="cd">02</Col>
- <Col id="nm">종류2</Col>
- </Row>
- <Row>
- <Col id="cd">03</Col>
- <Col id="nm">종류3</Col>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="codeflag" type="STRING" size="256"/>
- <Column id="codename" type="STRING" size="256"/>
- <Column id="code" type="STRING" size="256"/>
- <Column id="oprsrvno" type="STRING" size="256"/>
- <Column id="recno" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- </Objects>
- <Bind>
- <BindItem id="item0" compid="group3.group2.combo_codeflag" propid="value" datasetid="ds_hidedata_searchflag" columnid="codeflag"/>
- <BindItem id="item1" compid="group3.group2.inp_codename" propid="value" datasetid="ds_hidedata_searchflag" columnid="codename"/>
- </Bind>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name : 경대 의료정보시스템
- * Job Name : emr_opanstxp -> SPMNP00304
- * Creator : yjh
- * Make Date : 2016-07-21
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2016-07-21 yjh TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs";
- include "emr_opanstxp::SMMNP00304.xjs"; //yjh : 커밋
- //=======================================================================================
- // Global Form Variable
- //---------------------------------------------------------------------------------------
- var arErrorCode = new HashArray();
- //=======================================================================================
- // Function
- //---------------------------------------------------------------------------------------
- //=======================================================================================
- // Event
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Components : Form
- * Components ID : SPMNP00304
- * Event : oninit
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 화면 처음 초기화시
- ****************************************************************************************/
- function SPMNP00304_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj); //폼 초기화
- }
- /****************************************************************************************
- * Components : Form
- * Components ID : SPMNP00304
- * Event : onload
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 화면 로딩 완료시
- ****************************************************************************************/
- function SPMNP00304_onload(obj:Form, e:LoadEventInfo)
- {
- fInit();
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : btn_search
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 조회버튼 클릭시
- ****************************************************************************************/
- function group3_group2_btn_search_onclick(obj:Button, e:ClickEventInfo)
- {
- fClickSearchBtn();
- }
- /****************************************************************************************
- * Components : Combo
- * Components ID : combo_codeflag
- * Event : onitemchanged
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 콤보 값 변경시
- ****************************************************************************************/
- function group3_group2_combo_codeflag_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
- {
- group3.group2.inp_codename.value = "";
-
- group3.group2.inp_codename.setFocus();
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : btn_cancel
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 취소버튼 클릭시
- ****************************************************************************************/
- function group1_btn_cancel_onclick(obj:Button, e:ClickEventInfo)
- {
- opener.frmf_setParameter("codeQuery_result_data", "");
- close();
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : btn_confirm
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 확인버튼 클릭시
- ****************************************************************************************/
- function group1_btn_confirm_onclick(obj:Button, e:ClickEventInfo)
- {
- fClickOkBtn();
- }
- ]]></Script>
- </Form>
- </FDL>
|