SPPIJ02100_중증처방조회.xfdl 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPPIJ02100" position="absolute 0 0 781 205" titletext="중증처방메세지" oninit="model1_oninit" scrollbars="none" onload="SPPIJ02100_onload">
  5. <Layouts>
  6. <Layout>
  7. <Static id="caption27" position="absolute 14 177 471 197" style="align:left middle;" anchor="default" positiontype="position" text="중중처방이 존재합니다. 상병을 확인하여 주세요." class="hand"/>
  8. <Grid id="datagrid2" taborder="2" useinputpanel="false" position="absolute 0 29 775 174" style="align:center middle;" autofittype="col" anchor="left top right" binddataset="ds_grid_datagrid2" positiontype="position" cellsizingtype="col">
  9. <Formats>
  10. <Format id="default">
  11. <Columns>
  12. <Column size="126"/>
  13. <Column size="364"/>
  14. <Column size="72"/>
  15. <Column size="101"/>
  16. <Column size="72"/>
  17. </Columns>
  18. <Rows>
  19. <Row size="24" band="head"/>
  20. <Row size="24"/>
  21. </Rows>
  22. <Band id="head">
  23. <Cell text="처방코드"/>
  24. <Cell col="1" text="처방명"/>
  25. <Cell col="2" text="실시일"/>
  26. <Cell col="3" text="EDI코드"/>
  27. <Cell col="4" text="특정코드"/>
  28. </Band>
  29. <Band id="body">
  30. <Cell text="bind:snglcalcscorcd"/>
  31. <Cell col="1" text="bind:hngnm"/>
  32. <Cell col="2" text="bind:execdd" mask="@@@@-@@-@@"/>
  33. <Cell col="3" text="bind:edicd"/>
  34. <Cell col="4" text="bind:spclcd"/>
  35. </Band>
  36. </Format>
  37. </Formats>
  38. </Grid>
  39. <Static id="Static01" position="absolute -8 177 12 197" class="hand"/>
  40. <Static id="caption00" text="중증처방조회" class="tit_1" position="absolute 0 0 177 26"/>
  41. <Button id="Button00" taborder="3" text="닫기" class="btn4" position="absolute 719 175 775 197" onclick="Button00_onclick"/>
  42. </Layout>
  43. </Layouts>
  44. <Objects>
  45. <Dataset id="ds_grid_datagrid2" firefirstcount="0" firenextcount="0" useclientlayout="true" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  46. <ColumnInfo>
  47. <Column id="snglcalcscorcd" type="STRING"/>
  48. <Column id="hngnm" type="STRING"/>
  49. <Column id="execdd" type="STRING"/>
  50. <Column id="edicd" type="STRING"/>
  51. <Column id="spclcd" type="STRING"/>
  52. </ColumnInfo>
  53. </Dataset>
  54. <Dataset id="DS_grid" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  55. <ColumnInfo>
  56. <Column id="ioflag"/>
  57. <Column id="pid"/>
  58. <Column id="patnm"/>
  59. <Column id="diagnm"/>
  60. <Column id="orddd"/>
  61. <Column id="calcscorcd"/>
  62. <Column id="calcscornm"/>
  63. <Column id="orddeptcd"/>
  64. <Column id="orddrid"/>
  65. <Column id="payflag"/>
  66. <Column id="cnt"/>
  67. <Column id="dayno"/>
  68. <Column id="amt"/>
  69. </ColumnInfo>
  70. </Dataset>
  71. </Objects>
  72. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  73. * System Name :
  74. * Job Name :
  75. * Creator :
  76. * Make Date : 2015-05-01
  77. * Description :
  78. *---------------------------------------------------------------------------------------
  79. * Modify Date Modifier Modify Description
  80. *---------------------------------------------------------------------------------------
  81. * 2015-05-01 Live Converter TF->XP
  82. *
  83. *---------------------------------------------------------------------------------------
  84. ****************************************************************************************/
  85. include "com_commonxp::comm_main.xjs";
  86. function SPPIJ02100_onload(obj:Form, e:LoadEventInfo)
  87. {
  88. frmf_initForm(obj);
  89. if( frmf_checkOpener() ) {
  90. ds_grid_datagrid2.copyData(objDs); //메인화면으로부터 데이터셋 받아옴
  91. }
  92. }
  93. function Button00_onclick(obj:Button, e:ClickEventInfo)
  94. {
  95. this.close();
  96. }
  97. ]]></Script>
  98. </Form>
  99. </FDL>