SPPIJ03900_PETMRI신규수가조회.xfdl 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPPIJ03900" position="absolute 0 0 830 719" titletext="외래 사전심사 제어코드에 누락된 PET/MRI 신규 수가코드" oninit="SPPIJ03900_oninit" onload="SPPIJ03900_onload">
  5. <Layouts>
  6. <Layout>
  7. <Static id="cap_title" text="PET/MRI 신규 수가 조회" class="tit_1" position="absolute 6 4 222 27"/>
  8. <Grid id="datagrid1" taborder="1" binddataset="ds_datagrid1" useinputpanel="false" autofittype="col" position="absolute 5 50 824 700" anchor="all" cellsizingtype="col">
  9. <Formats>
  10. <Format id="default">
  11. <Columns>
  12. <Column size="72"/>
  13. <Column size="72"/>
  14. <Column size="66"/>
  15. <Column size="80"/>
  16. <Column size="207"/>
  17. <Column size="214"/>
  18. <Column size="80"/>
  19. </Columns>
  20. <Rows>
  21. <Row size="35" band="head"/>
  22. <Row size="24"/>
  23. </Rows>
  24. <Band id="head">
  25. <Cell text="수가 중분류"/>
  26. <Cell col="1" text="수가 소분류"/>
  27. <Cell col="2" text="수가코드"/>
  28. <Cell col="3" text="EDI코드"/>
  29. <Cell col="4" text="수가 한글명"/>
  30. <Cell col="5" text="수가 영문명"/>
  31. <Cell col="6" text="적용일자"/>
  32. </Band>
  33. <Band id="body">
  34. <Cell style="align:left middle;" text="bind:earncls2nm"/>
  35. <Cell col="1" style="align:left middle;" text="bind:earncls3nm"/>
  36. <Cell col="2" style="align:left middle;" text="bind:calcscorcd"/>
  37. <Cell col="3" displaytype="normal" edittype="none" style="align:left middle;" text="bind:insuedicd"/>
  38. <Cell col="4" displaytype="normal" style="align:left middle;" text="bind:hngnm"/>
  39. <Cell col="5" style="align:left middle;" text="bind:engnm"/>
  40. <Cell col="6" displaytype="date" edittype="date" text="bind:fromdd" mask="yyyy-MM-dd"/>
  41. </Band>
  42. </Format>
  43. </Formats>
  44. </Grid>
  45. <Static id="caption2" text="외래 사전심사 제어코드에 누락된 PET/MRI 신규 수가코드" class="tit_2" position="absolute 7 32 429 50"/>
  46. <Button id="button1" taborder="2" text="조회" class="btn1" position="absolute 767 26 823 48" onclick="button1_onclick" anchor="top right"/>
  47. </Layout>
  48. </Layouts>
  49. <Objects>
  50. <Dataset id="ds_datagrid1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  51. <ColumnInfo>
  52. <Column id="earncls2nm" type="STRING"/>
  53. <Column id="earncls3nm" type="STRING"/>
  54. <Column id="calcscorcd" type="STRING"/>
  55. <Column id="insuedicd" type="STRING"/>
  56. <Column id="hngnm" type="STRING"/>
  57. <Column id="engnm" type="STRING"/>
  58. <Column id="fromdd" type="STRING"/>
  59. </ColumnInfo>
  60. </Dataset>
  61. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  62. <ColumnInfo>
  63. <Column id="todd" type="STRING" size="256"/>
  64. </ColumnInfo>
  65. <Rows>
  66. <Row/>
  67. </Rows>
  68. </Dataset>
  69. </Objects>
  70. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  71. * System Name :
  72. * Job Name :
  73. * Creator :
  74. * Make Date : 2016-05-24
  75. * Description :
  76. *---------------------------------------------------------------------------------------
  77. * Modify Date Modifier Modify Description
  78. *---------------------------------------------------------------------------------------
  79. * 2016-05-24 Live Converter TF->XP
  80. *
  81. *---------------------------------------------------------------------------------------
  82. ****************************************************************************************/
  83. include "com_commonxp::comm_main.xjs";
  84. function SPPIJ03900_oninit(obj:Form, e:InitEventInfo)
  85. {
  86. frmf_initForm(obj);
  87. }
  88. function SPPIJ03900_onload(obj:Form, e:LoadEventInfo)
  89. {
  90. fGetList();
  91. }
  92. function fGetList()
  93. {
  94. ds_send.setColumn(0, "todd", "99991231");
  95. var oParam = {};
  96. oParam.id = "TRPIJ03900";
  97. oParam.service = "bfjudgapp.InHospJudg";
  98. oParam.method = "reqGetNewPetMRIList";
  99. oParam.inds = "req=ds_send";
  100. oParam.outds = "ds_datagrid1=rslt";
  101. oParam.async = false;
  102. //oParam.callback = "cf_TRPIJ03900";
  103. tranf_submit(oParam);
  104. }
  105. function button1_onclick(obj:Button, e:ClickEventInfo)
  106. {
  107. fGetList()
  108. }
  109. ]]></Script>
  110. </Form>
  111. </FDL>