SPMMO15900_전환처방복용방법.xfdl 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMMO15900" position="absolute 0 0 910 400" titletext="자동전환된 복용방법 List" oninit="SPMMO15900_oninit" onload="SPMMO15900_onload">
  5. <Layouts>
  6. <Layout>
  7. <Shape position="absolute 7 1 895 7" linetype="vertical" id="line7" class="line_1"/>
  8. <Grid position="absolute 0 0 910 375" id="grd_mthd" binddataset="ds_migdrugmthdlist" autofittype="col" anchor="all">
  9. <Formats>
  10. <Format id="default">
  11. <Columns>
  12. <Column size="80"/>
  13. <Column size="251"/>
  14. <Column size="329"/>
  15. <Column size="80"/>
  16. <Column size="170"/>
  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="전환용법코드"/>
  27. <Cell col="4" text="전환용법약어명"/>
  28. </Band>
  29. <Band id="body">
  30. <Cell style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:prcpcd"/>
  31. <Cell col="1" style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:prcpnm"/>
  32. <Cell col="2" style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:migdrugmthdspccdnm"/>
  33. <Cell col="3" style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:drugmthdspccd"/>
  34. <Cell col="4" style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:drugmthdspccdnm"/>
  35. </Band>
  36. </Format>
  37. </Formats>
  38. </Grid>
  39. <Button position="absolute 858 380 910 400" id="button2" class="btn3" text="닫기" onclick="button2_onclick" anchor="right bottom"/>
  40. </Layout>
  41. </Layouts>
  42. <Objects>
  43. <Dataset id="ds_migdrugmthdlist" 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="migdrugmthdspccdnm" type="STRING"/>
  48. <Column id="drugmthdspccd" type="STRING"/>
  49. <Column id="drugmthdspccdnm" type="STRING"/>
  50. </ColumnInfo>
  51. </Dataset>
  52. </Objects>
  53. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  54. * System Name :
  55. * Job Name :
  56. * Creator :
  57. * Make Date : 2014-12-10
  58. * Description :
  59. *---------------------------------------------------------------------------------------
  60. * Modify Date Modifier Modify Description
  61. *---------------------------------------------------------------------------------------
  62. * 2014-12-10 Live Converter TF->XP
  63. *
  64. *---------------------------------------------------------------------------------------
  65. ****************************************************************************************/
  66. function SPMMO15900_oninit(obj:Form, e:InitEventInfo)
  67. {
  68. }
  69. function SPMMO15900_onload(obj:Form, e:LoadEventInfo)
  70. {
  71. try {
  72. ds_migdrugmthdlist.copyData(arg_ds_send_migdrugmthdlist);
  73. } catch(e) {
  74. }
  75. }
  76. function button2_onclick(obj:Button, e:ClickEventInfo)
  77. {
  78. close();
  79. }
  80. function fPrcpColor(migdrugmthdspccdnm) {
  81. return (!utlf_isNull(migdrugmthdspccdnm) && migdrugmthdspccdnm.substring(0, 1) == "[") ? "ff0000ff" : "default";
  82. }]]></Script>
  83. </Form>
  84. </FDL>