SPPIZ01801_수혈상세조회.xfdl 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPPIZ01801" position="absolute 0 0 526 350" titletext="수혈 상세정보조회" oninit="SPPIZ01801_oninit" onload="SPPIZ01801_onload">
  5. <Layouts>
  6. <Layout>
  7. <Grid position="absolute 11 26 516 341" id="grd_detail" binddataset="ds_grd_detail" autofittype="col" cellsizingtype="col">
  8. <Formats>
  9. <Format id="default">
  10. <Columns>
  11. <Column size="24"/>
  12. <Column size="70"/>
  13. <Column size="200"/>
  14. <Column size="80"/>
  15. <Column size="150"/>
  16. </Columns>
  17. <Rows>
  18. <Row size="24" band="head"/>
  19. <Row size="24"/>
  20. </Rows>
  21. <Band id="head">
  22. <Cell/>
  23. <Cell col="1" text="처방코드"/>
  24. <Cell col="2" text="처방명칭"/>
  25. <Cell col="3" text="혈액번호"/>
  26. <Cell col="4" text="폐기사유"/>
  27. </Band>
  28. <Band id="body">
  29. <Cell celltype="head" text="expr:currow + 1"/>
  30. <Cell col="1" text="bind:prcpcd"/>
  31. <Cell col="2" style="align:left middle;" text="bind:prcpnm"/>
  32. <Cell col="3" text="bind:blodno"/>
  33. <Cell col="4" text="bind:resn"/>
  34. </Band>
  35. </Format>
  36. </Formats>
  37. </Grid>
  38. <Static text="수혈 상세정보조회" position="absolute 15 5 218 27" id="caption57" class="tit_2"/>
  39. <Shape position="absolute 11 21 516 27" linetype="horizontal" id="line18" class="line_1" style="strokepen:3 solid #33bbbbff;"/>
  40. </Layout>
  41. </Layouts>
  42. <Objects>
  43. <Dataset id="ds_grd_detail" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  44. <ColumnInfo>
  45. <Column id="prcpcd" type="STRING"/>
  46. <Column id="prcpnm" type="STRING"/>
  47. <Column id="blodno" type="STRING"/>
  48. <Column id="resn" type="STRING"/>
  49. </ColumnInfo>
  50. </Dataset>
  51. </Objects>
  52. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  53. * System Name :
  54. * Job Name :
  55. * Creator :
  56. * Make Date : 2016-05-24
  57. * Description :
  58. *---------------------------------------------------------------------------------------
  59. * Modify Date Modifier Modify Description
  60. *---------------------------------------------------------------------------------------
  61. * 2016-05-24 Live Converter TF->XP
  62. *
  63. *---------------------------------------------------------------------------------------
  64. ****************************************************************************************/
  65. include "com_commonxp::comm_main.xjs";
  66. include "pam_pamcomnxp::PAM001.xjs";
  67. function SPPIZ01801_oninit(obj:Form, e:InitEventInfo)
  68. {
  69. frmf_initForm(obj);
  70. }
  71. function SPPIZ01801_onload(obj:Form, e:LoadEventInfo)
  72. {
  73. ds_grd_detail.copyData(arg_ds_temp);
  74. }
  75. ]]></Script>
  76. </Form>
  77. </FDL>