SPMNP00304_수술계수리스트조회팝업.xfdl 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMNP00304" position="absolute 0 0 965 710" titletext="수술기록 Count List" oninit="SPMNP00304_oninit" onload="SPMNP00304_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 0 948 675" id="group3" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Div position="absolute 0 0 518 35" align="align:center top;" id="group2" visible="false" class="div_SA">
  11. <Layouts>
  12. <Layout>
  13. <Static text="검색조건 :" position="absolute 15 8 101 25" id="caption2" class="search_name"/>
  14. <Button position="absolute 445 5 501 27" id="btn_search" class="btn1" text="조회" onclick="group3_group2_btn_search_onclick"/>
  15. <Shape position="absolute 426 5 432 27" linetype="vertical" id="line13" class="line_4"/>
  16. <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"/>
  17. <Edit position="absolute 240 6 415 25" id="inp_codename" class="input_search"/>
  18. <Static text="명 칭 :" position="absolute 191 8 242 25" id="caption3" class="search_no_b"/>
  19. </Layout>
  20. </Layouts>
  21. </Div>
  22. <Static text="Count List" position="absolute 0 10 115 26" id="caption1" class="tit_2"/>
  23. <Grid position="absolute 0 30 948 675" id="datagrid1" binddataset="ds_main_codelists" cellsizingtype="col" cellclickbound="cell" selecttype="multirow">
  24. <Formats>
  25. <Format id="default">
  26. <Columns>
  27. <Column size="0"/>
  28. <Column size="88"/>
  29. <Column size="189"/>
  30. <Column size="182"/>
  31. <Column size="35"/>
  32. <Column size="0"/>
  33. <Column size="0"/>
  34. <Column size="434"/>
  35. </Columns>
  36. <Rows>
  37. <Row size="24" band="head"/>
  38. <Row size="23"/>
  39. </Rows>
  40. <Band id="head">
  41. <Cell text="OPRSRVNO"/>
  42. <Cell col="1" colspan="3" text="종류" taborder="undefined"/>
  43. <Cell col="4" text="선택"/>
  44. <Cell col="5" text="kindcd"/>
  45. <Cell col="6" text="refseq"/>
  46. <Cell col="7" text="상세설명"/>
  47. </Band>
  48. <Band id="body">
  49. <Cell text="bind:oprsrvno"/>
  50. <Cell col="1" edittype="none" style="align:left;" text="bind:codenm1" wordwrap="word" suppress="1" suppressalign="middle,over"/>
  51. <Cell col="2" edittype="none" style="align:left;" text="bind:codenm2" suppress="2" suppressalign="middle,over"/>
  52. <Cell col="3" edittype="none" style="align:left;" text="bind:codenm3"/>
  53. <Cell col="4" displaytype="checkbox" edittype="checkbox" text="bind:check"/>
  54. <Cell col="5" displaytype="none" edittype="none" text="bind:kindcd"/>
  55. <Cell col="6" displaytype="none" edittype="none" text="bind:refseq"/>
  56. <Cell col="7" style="align:left;" text="bind:code3commt"/>
  57. </Band>
  58. </Format>
  59. </Formats>
  60. </Grid>
  61. </Layout>
  62. </Layouts>
  63. </Div>
  64. <Div position="absolute 0 676 947 703" id="group1" scrollbars="autoboth">
  65. <Layouts>
  66. <Layout>
  67. <Button position="absolute 830 3 886 25" id="btn_confirm" class="btn4" text="확인" onclick="group1_btn_confirm_onclick"/>
  68. <Button position="absolute 889 3 945 25" id="btn_cancel" class="btn4" text="취소" onclick="group1_btn_cancel_onclick"/>
  69. </Layout>
  70. </Layouts>
  71. </Div>
  72. </Layout>
  73. </Layouts>
  74. <Objects>
  75. <Dataset id="ds_hidedata_searchflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  76. <ColumnInfo>
  77. <Column id="codeflag" type="STRING" size="256"/>
  78. <Column id="codename" type="STRING" size="256"/>
  79. </ColumnInfo>
  80. <Rows>
  81. <Row/>
  82. </Rows>
  83. </Dataset>
  84. <Dataset id="ds_main_codelists" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  85. <ColumnInfo>
  86. <Column id="check" type="STRING" size="256"/>
  87. <Column id="oprsrvno" type="STRING" size="256"/>
  88. <Column id="codenm1" type="STRING" size="256"/>
  89. <Column id="codenm2" type="STRING" size="256"/>
  90. <Column id="codenm3" type="STRING" size="256"/>
  91. <Column id="kindcd" type="STRING" size="256"/>
  92. <Column id="refseq" type="STRING" size="256"/>
  93. <Column id="code3commt" type="STRING" size="256"/>
  94. </ColumnInfo>
  95. </Dataset>
  96. <Dataset id="ds_hidedata_combolist_list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  97. <ColumnInfo>
  98. <Column id="cd" type="STRING" size="256"/>
  99. <Column id="nm" type="STRING" size="256"/>
  100. </ColumnInfo>
  101. <Rows>
  102. <Row>
  103. <Col id="cd">01</Col>
  104. <Col id="nm">종류1</Col>
  105. </Row>
  106. <Row>
  107. <Col id="cd">02</Col>
  108. <Col id="nm">종류2</Col>
  109. </Row>
  110. <Row>
  111. <Col id="cd">03</Col>
  112. <Col id="nm">종류3</Col>
  113. </Row>
  114. </Rows>
  115. </Dataset>
  116. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  117. <ColumnInfo>
  118. <Column id="codeflag" type="STRING" size="256"/>
  119. <Column id="codename" type="STRING" size="256"/>
  120. <Column id="code" type="STRING" size="256"/>
  121. <Column id="oprsrvno" type="STRING" size="256"/>
  122. <Column id="recno" type="STRING" size="256"/>
  123. </ColumnInfo>
  124. <Rows>
  125. <Row/>
  126. </Rows>
  127. </Dataset>
  128. </Objects>
  129. <Bind>
  130. <BindItem id="item0" compid="group3.group2.combo_codeflag" propid="value" datasetid="ds_hidedata_searchflag" columnid="codeflag"/>
  131. <BindItem id="item1" compid="group3.group2.inp_codename" propid="value" datasetid="ds_hidedata_searchflag" columnid="codename"/>
  132. </Bind>
  133. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  134. * System Name : 경대 의료정보시스템
  135. * Job Name : emr_opanstxp -> SPMNP00304
  136. * Creator : yjh
  137. * Make Date : 2016-07-21
  138. * Description :
  139. *---------------------------------------------------------------------------------------
  140. * Modify Date Modifier Modify Description
  141. *---------------------------------------------------------------------------------------
  142. * 2016-07-21 yjh TF->XP
  143. *
  144. *---------------------------------------------------------------------------------------
  145. ****************************************************************************************/
  146. //=======================================================================================
  147. // Lib Include
  148. //---------------------------------------------------------------------------------------
  149. include "com_commonxp::comm_main.xjs";
  150. include "emr_opanstxp::SMMNP00304.xjs"; //yjh : 커밋
  151. //=======================================================================================
  152. // Global Form Variable
  153. //---------------------------------------------------------------------------------------
  154. var arErrorCode = new HashArray();
  155. //=======================================================================================
  156. // Function
  157. //---------------------------------------------------------------------------------------
  158. //=======================================================================================
  159. // Event
  160. //---------------------------------------------------------------------------------------
  161. /****************************************************************************************
  162. * Components : Form
  163. * Components ID : SPMNP00304
  164. * Event : oninit
  165. * Argument : 01.obj : Object Event has occurred
  166. * : 02.e : Event Object
  167. * Description : 화면 처음 초기화시
  168. ****************************************************************************************/
  169. function SPMNP00304_oninit(obj:Form, e:InitEventInfo)
  170. {
  171. frmf_initForm(obj); //폼 초기화
  172. }
  173. /****************************************************************************************
  174. * Components : Form
  175. * Components ID : SPMNP00304
  176. * Event : onload
  177. * Argument : 01.obj : Object Event has occurred
  178. * : 02.e : Event Object
  179. * Description : 화면 로딩 완료시
  180. ****************************************************************************************/
  181. function SPMNP00304_onload(obj:Form, e:LoadEventInfo)
  182. {
  183. fInit();
  184. }
  185. /****************************************************************************************
  186. * Components : Button
  187. * Components ID : btn_search
  188. * Event : onclick
  189. * Argument : 01.obj : Object Event has occurred
  190. * : 02.e : Event Object
  191. * Description : 조회버튼 클릭시
  192. ****************************************************************************************/
  193. function group3_group2_btn_search_onclick(obj:Button, e:ClickEventInfo)
  194. {
  195. fClickSearchBtn();
  196. }
  197. /****************************************************************************************
  198. * Components : Combo
  199. * Components ID : combo_codeflag
  200. * Event : onitemchanged
  201. * Argument : 01.obj : Object Event has occurred
  202. * : 02.e : Event Object
  203. * Description : 콤보 값 변경시
  204. ****************************************************************************************/
  205. function group3_group2_combo_codeflag_onitemchanged(obj:Combo, e:ItemChangeEventInfo)
  206. {
  207. group3.group2.inp_codename.value = "";
  208. group3.group2.inp_codename.setFocus();
  209. }
  210. /****************************************************************************************
  211. * Components : Button
  212. * Components ID : btn_cancel
  213. * Event : onclick
  214. * Argument : 01.obj : Object Event has occurred
  215. * : 02.e : Event Object
  216. * Description : 취소버튼 클릭시
  217. ****************************************************************************************/
  218. function group1_btn_cancel_onclick(obj:Button, e:ClickEventInfo)
  219. {
  220. opener.frmf_setParameter("codeQuery_result_data", "");
  221. close();
  222. }
  223. /****************************************************************************************
  224. * Components : Button
  225. * Components ID : btn_confirm
  226. * Event : onclick
  227. * Argument : 01.obj : Object Event has occurred
  228. * : 02.e : Event Object
  229. * Description : 확인버튼 클릭시
  230. ****************************************************************************************/
  231. function group1_btn_confirm_onclick(obj:Button, e:ClickEventInfo)
  232. {
  233. fClickOkBtn();
  234. }
  235. ]]></Script>
  236. </Form>
  237. </FDL>