SPMMO50400_반환요청처방조회.xfdl 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml" />
  4. <Form id="SPMMO50400" position="absolute 0 0 1030 300" titletext="반환요청 처방조회">
  5. <Layouts>
  6. <Layout>
  7. <Shape position="absolute 0 20 1010 60" id="roundrect1" type="roundrectangle" />
  8. <Static text="반환요청 처방조회" position="absolute 0 0 160 14" align="align:center middle;" id="caption9" class="tit_1" />
  9. <Static text="처방 종류가 '퇴원' 또는 '외출/외박' 처방은 약국에서 반환확인 하시고, 그외 처방은 병동에서 투약기록을 확인하시기 바랍니다." position="absolute 145 0 860 16" id="caption4" />
  10. <Static text="입원일자 :" position="absolute 8 30 103 47" align="align:center middle;" id="caption2" class="search_name" />
  11. <Calendar position="absolute 95 30 180 49" id="input4" class="input" enable="false" />
  12. <Static text="등록번호:" position="absolute 465 30 566 47" align="align:center middle;" id="caption10" class="search_name" />
  13. <Edit position="absolute 550 30 630 49" id="input1" enable="false" />
  14. <Edit position="absolute 635 30 730 49" id="input2" enable="false" />
  15. <Static text="진 료 과 :" position="absolute 196 30 291 47" align="align:center middle;" id="caption1" class="search_name" />
  16. <Combo position="absolute 285 30 451 49" id="cmb_orddept" class="combo_default" enable="false" innerdataset="ds_init_cmb_orddept" datacolumn="depthngnm" codecolumn="deptcd" />
  17. <Shape position="absolute 917 30 923 55" linetype="vertical" id="line3" />
  18. <Button position="absolute 935 30 991 52" id="btn_req" class="btn1" text="조회" />
  19. <Shape position="absolute 0 65 1009 66" linetype="vertical" id="line1" class="line_1" />
  20. <Grid position="absolute 0 70 1009 300" id="datagrid1" binddataset="ds_datagrid1">
  21. <Formats>
  22. <Format id="default">
  23. <Columns>
  24. <Column size="60" />
  25. <Column size="100" />
  26. <Column size="80" />
  27. <Column size="100" />
  28. <Column size="200" />
  29. <Column size="35" />
  30. <Column size="35" />
  31. <Column size="35" />
  32. <Column size="35" />
  33. <Column size="30" />
  34. <Column size="30" />
  35. <Column size="60" />
  36. <Column size="70" />
  37. <Column size="120" />
  38. </Columns>
  39. <Rows>
  40. <Row size="24" band="head" />
  41. <Row size="24" />
  42. </Rows>
  43. <Band id="head">
  44. <Cell text="처방종류" />
  45. <Cell col="1" text="처방시병동" />
  46. <Cell col="2" text="처방적용일" />
  47. <Cell col="3" text="처방코드" />
  48. <Cell col="4" text="처방명" />
  49. <Cell col="5" text="1회용량" />
  50. <Cell col="6" text="1회용량" />
  51. <Cell col="7" text="1회수량" />
  52. <Cell col="8" text="1회수량" />
  53. <Cell col="9" text="횟수" />
  54. <Cell col="10" text="일수" />
  55. <Cell col="11" text="진행상태" />
  56. <Cell col="12" text="처방입력자" />
  57. <Cell col="13" text="처방입력시간" />
  58. </Band>
  59. <Band id="body">
  60. <Cell text="bind:prcpkindcd" />
  61. <Cell col="1" text="bind:wardcdnm" />
  62. <Cell col="2" text="bind:prcpdd" mask="yyyy-mm-dd" />
  63. <Cell col="3" text="bind:prcpcd" />
  64. <Cell col="4" text="bind:prcpnm" />
  65. <Cell col="5" text="bind:drprcpetc7" />
  66. <Cell col="6" text="bind:prcpvolunitnm" />
  67. <Cell col="7" text="bind:drprcpetc8" />
  68. <Cell col="8" text="bind:prcpqtyunitnm" />
  69. <Cell col="9" text="bind:prcptims" />
  70. <Cell col="10" text="bind:prcpdayno" />
  71. <Cell col="11" text="bind:prcpstatcd" />
  72. <Cell col="12" text="bind:rgstrnm" />
  73. <Cell col="13" text="bind:rgsttime" mask="yyyy-mm-dd hh:nn:ss" />
  74. </Band>
  75. </Format>
  76. </Formats>
  77. </Grid>
  78. </Layout>
  79. </Layouts>
  80. <Objects>
  81. <Dataset id="ds_init_cmb_orddept" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  82. <ColumnInfo>
  83. <Column id="depthngnm" type="STRING" />
  84. <Column id="deptcd" type="STRING" />
  85. </ColumnInfo>
  86. </Dataset>
  87. <Dataset id="ds_datagrid1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  88. <ColumnInfo>
  89. <Column id="prcpkindcd" type="STRING" />
  90. <Column id="wardcdnm" type="STRING" />
  91. <Column id="prcpdd" type="STRING" />
  92. <Column id="prcpcd" type="STRING" />
  93. <Column id="prcpnm" type="STRING" />
  94. <Column id="drprcpetc7" type="STRING" />
  95. <Column id="prcpvolunitnm" type="STRING" />
  96. <Column id="drprcpetc8" type="STRING" />
  97. <Column id="prcpqtyunitnm" type="STRING" />
  98. <Column id="prcptims" type="STRING" />
  99. <Column id="prcpdayno" type="STRING" />
  100. <Column id="prcpstatcd" type="STRING" />
  101. <Column id="rgstrnm" type="STRING" />
  102. <Column id="rgsttime" type="STRING" />
  103. </ColumnInfo>
  104. </Dataset>
  105. </Objects>
  106. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  107. * System Name :
  108. * Job Name :
  109. * Creator :
  110. * Make Date : 2014-09-26
  111. * Description :
  112. *---------------------------------------------------------------------------------------
  113. * Modify Date Modifier Modify Description
  114. *---------------------------------------------------------------------------------------
  115. * 2014-09-26 Live Converter TF->XP
  116. *
  117. *---------------------------------------------------------------------------------------
  118. ****************************************************************************************/
  119. ]]></Script>
  120. </Form>
  121. </FDL>