SPPIE00110_신청번호조회팝업.xfdl 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPPIE00110" position="absolute 0 0 342 421" titletext="수신비고팝업보기" onload="SPPIE00110_onload">
  5. <Layouts>
  6. <Layout>
  7. <Static id="cap_title" text="신청번호조회팝업" class="tit_1" position="absolute 0 0 133 26"/>
  8. <Shape id="line1" class="line_10" position="absolute 0 46 340 49" anchor="left top right"/>
  9. <Static id="caption2" text="신청번호조회결과" class="tit_2" position="absolute 0 29 156 45"/>
  10. <Grid id="grd_appnodetl" class="datagrid1" taborder="1" binddataset="ds_main_list01_gridappnodetl" useinputpanel="false" oncellclick="group3_grd_appnodetl_oncellclick" position="absolute 0 49 340 395" anchor="all">
  11. <Formats>
  12. <Format id="default">
  13. <Columns>
  14. <Column size="100"/>
  15. <Column size="100"/>
  16. <Column size="102"/>
  17. </Columns>
  18. <Rows>
  19. <Row size="25" band="head"/>
  20. <Row size="25"/>
  21. </Rows>
  22. <Band id="head">
  23. <Cell text="신청번호"/>
  24. <Cell col="1" text="신청일자"/>
  25. <Cell col="2" text="신고건수"/>
  26. <Cell col="3"/>
  27. <Cell col="4" text="생성"/>
  28. <Cell col="5" text="등록번호"/>
  29. <Cell col="6" text="청구일자"/>
  30. <Cell col="7" text="입원일자"/>
  31. <Cell col="8" text="적용일자"/>
  32. <Cell col="9" text="환자유형"/>
  33. <Cell col="10" text="조합기호"/>
  34. <Cell col="11" text="장애수첩"/>
  35. <Cell col="12" text="접수번호"/>
  36. <Cell col="13" text="심사차수"/>
  37. <Cell col="14" text="일련번호"/>
  38. <Cell col="15" text="처리구분"/>
  39. <Cell col="16" text="총진료비(청구)"/>
  40. <Cell col="17" text="본인부담(청구)"/>
  41. <Cell col="18" text="청구금액"/>
  42. <Cell col="19" text="비고"/>
  43. <Cell col="20" text="생성여부"/>
  44. </Band>
  45. <Band id="body">
  46. <Cell text="bind:appno"/>
  47. <Cell col="1" displaytype="date" text="bind:appdd"/>
  48. <Cell col="2" displaytype="number" text="bind:purcrepttotcnt"/>
  49. </Band>
  50. </Format>
  51. </Formats>
  52. </Grid>
  53. <Button id="button1" taborder="2" text="닫기" onclick="grp_btn_button1_onclick" class="btn4" position="absolute 284 397 340 419" anchor="right bottom"/>
  54. </Layout>
  55. </Layouts>
  56. <Objects>
  57. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  58. <ColumnInfo>
  59. <Column id="fromdd" type="STRING" size="256"/>
  60. <Column id="todd" type="STRING" size="256"/>
  61. </ColumnInfo>
  62. <Rows>
  63. <Row>
  64. <Col id="fromdd"/>
  65. <Col id="todd"/>
  66. </Row>
  67. </Rows>
  68. </Dataset>
  69. <Dataset id="ds_main_list01_gridappnodetl" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  70. <ColumnInfo>
  71. <Column id="appno" type="STRING" size="256"/>
  72. <Column id="appdd" type="STRING" size="256"/>
  73. <Column id="purcrepttotcnt" type="STRING" size="256"/>
  74. </ColumnInfo>
  75. <Rows>
  76. <Row>
  77. <Col id="appno"/>
  78. <Col id="appdd"/>
  79. <Col id="purcrepttotcnt"/>
  80. </Row>
  81. </Rows>
  82. </Dataset>
  83. <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  84. <ColumnInfo/>
  85. </Dataset>
  86. <Dataset id="ds_hidden" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  87. <ColumnInfo>
  88. <Column id="hidden" type="STRING" size="256"/>
  89. </ColumnInfo>
  90. </Dataset>
  91. <Dataset id="ds_main_list01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  92. <ColumnInfo/>
  93. </Dataset>
  94. <Dataset id="ds_init" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  95. <ColumnInfo>
  96. <Column id="init" type="STRING" size="256"/>
  97. </ColumnInfo>
  98. <Rows>
  99. <Row>
  100. <Col id="init"/>
  101. </Row>
  102. </Rows>
  103. </Dataset>
  104. </Objects>
  105. <Bind/>
  106. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  107. * System Name :
  108. * Job Name :
  109. * Creator :
  110. * Make Date : 2017-06-19
  111. * Description :
  112. *---------------------------------------------------------------------------------------
  113. * Modify Date Modifier Modify Description
  114. *---------------------------------------------------------------------------------------
  115. * 2017-06-19 Live Converter TF->XP
  116. *
  117. *---------------------------------------------------------------------------------------
  118. ****************************************************************************************/
  119. include "com_commonxp::comm_main.xjs";
  120. function SPPIE00110_onload(obj:Form, e:LoadEventInfo) {
  121. frmf_initForm(obj);
  122. //grdf_initGrid(grd_XXX);
  123. //grdf_setGridSort(grd_XXX);
  124. //grdf_setRowTypeIcon(grd_XXX, 0_컬럼위치값);
  125. CommCode_Load();
  126. }
  127. // 공통코드 Load작업
  128. function CommCode_Load() {
  129. try{
  130. ds_send.copyData(arg_ds_temp);
  131. } catch(err){
  132. }
  133. var oParam = {};
  134. oParam.id = "TRPIE00110";
  135. oParam.service = "edimngtapp.EdiMngt";
  136. oParam.method = "reqGetAppnoList";
  137. oParam.inds = "req=ds_send";
  138. oParam.outds = "ds_main_list01_gridappnodetl=gridappnodetl";
  139. oParam.async = false;
  140. //oParam.callback = "cf_TRPIE00110";
  141. tranf_submit(oParam);
  142. }
  143. function group3_grd_appnodetl_oncellclick(obj:Grid, e:GridClickEventInfo) {
  144. var row = grd_appnodetl.row;
  145. if(row <= 0) {
  146. return true;
  147. } else {
  148. var appno = ds_main_list01_gridappnodetl.getColumn(ds_main_list01_gridappnodetl.rowposition, "appno");
  149. opener.ds_send.setColumn(0,"appno1", appno.substr(0,8));
  150. opener.ds_send.setColumn(0,"appno2", appno.substr(8,4));
  151. opener.ds_init_U0001list_U0001.clearData();
  152. opener.ds_init_U0001list_U0001.addRow();
  153. opener.ds_init_U0001list_U0001.setColumn(0,"cdid",appno.substr(8,4));
  154. this.close();
  155. }
  156. }
  157. function grp_btn_button1_onclick(obj:Button, e:ClickEventInfo) {
  158. // 윈도우 닫기
  159. this.close();
  160. }
  161. ]]></Script>
  162. </Form>
  163. </FDL>