SMLLP01100_미생물누적결과조회.xfdl 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMLLP01100" position="absolute 0 0 1094 684" titletext="미생물누적결과조회" oninit="SMLLP01100_oninit" onload="SMLLP01100_onload">
  5. <Layouts>
  6. <Layout>
  7. <Edit id="out_ptnm" taborder="0" readonly="true" position="absolute 945 8 1065 27"/>
  8. <Edit id="out_pid" taborder="1" readonly="true" position="absolute 713 8 828 27"/>
  9. <Static id="caption1" text="환자이름 :" class="search_name" position="absolute 865 10 958 27"/>
  10. <Static id="caption9" text="등록번호 :" class="search_name" position="absolute 635 10 728 27"/>
  11. <Grid id="MicroRsltList" taborder="2" binddataset="ds_MicroRsltList" useinputpanel="false" position="absolute 0 35 1090 681" oncelldblclick="MicroRsltList_oncelldblclick" cellsizingtype="col">
  12. <Formats>
  13. <Format id="default">
  14. <Columns>
  15. <Column size="80"/>
  16. <Column size="70"/>
  17. <Column size="50"/>
  18. <Column size="70"/>
  19. <Column size="125"/>
  20. <Column size="125"/>
  21. <Column size="200"/>
  22. <Column size="100"/>
  23. <Column size="400"/>
  24. <Column size="0"/>
  25. <Column size="0"/>
  26. <Column size="0"/>
  27. </Columns>
  28. <Rows>
  29. <Row size="24" band="head"/>
  30. <Row size="24"/>
  31. </Rows>
  32. <Band id="head">
  33. <Cell text="처방일자"/>
  34. <Cell col="1" text="처방의사"/>
  35. <Cell col="2" text="입/외"/>
  36. <Cell col="3" text="검사구분"/>
  37. <Cell col="4" text="접수일시"/>
  38. <Cell col="5" text="결과일시"/>
  39. <Cell col="6" text="검사명"/>
  40. <Cell col="7" text="검체명"/>
  41. <Cell col="8" text="검사결과"/>
  42. <Cell col="9"/>
  43. <Cell col="10"/>
  44. <Cell col="11"/>
  45. </Band>
  46. <Band id="body">
  47. <Cell displaytype="date" text="bind:prcpdd" mask="yyyy-MM-dd"/>
  48. <Cell col="1" text="bind:orddrnm"/>
  49. <Cell col="2" text="bind:ioflag"/>
  50. <Cell col="3" text="bind:testkind"/>
  51. <Cell col="4" displaytype="date" text="bind:workdd" mask="yyyy-MM-dd hh:mm:ss"/>
  52. <Cell col="5" displaytype="normal" text="bind:reptdt" mask="expr:utlf_isNull(reptdt) || reptdt == '-'?'': '####-##-## ##:##:##'"/>
  53. <Cell col="6" style="align:left middle;" text="bind:tclsnm"/>
  54. <Cell col="7" style="align:left middle;" text="bind:spcnm"/>
  55. <Cell col="8" style="align:left middle;" text="bind:reptrslt"/>
  56. <Cell col="9" text="bind:bcno"/>
  57. <Cell col="10" text="bind:pid"/>
  58. <Cell col="11" text="bind:hngnm"/>
  59. </Band>
  60. </Format>
  61. </Formats>
  62. </Grid>
  63. <Static id="caption3" text="미생물결과전체보기" class="tit_2" position="absolute 2 13 146 30"/>
  64. </Layout>
  65. </Layouts>
  66. <Objects>
  67. <Dataset id="ds_MicroRsltList" firefirstcount="0" firenextcount="0" useclientlayout="true" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  68. <ColumnInfo>
  69. <Column id="prcpdd" type="STRING" size="256" sumtext="처방일자"/>
  70. <Column id="orddrnm" type="STRING" size="256" sumtext="처방의사"/>
  71. <Column id="ioflag" type="STRING" size="256" sumtext="입/외"/>
  72. <Column id="testkind" type="STRING" size="256" sumtext="검사구분"/>
  73. <Column id="workdd" type="STRING" size="256" sumtext="접수일자"/>
  74. <Column id="reptdt" type="STRING" size="256" sumtext="검사일자"/>
  75. <Column id="tclsnm" type="STRING" size="256" sumtext="검사명"/>
  76. <Column id="spcnm" type="STRING" size="256" sumtext="검체명"/>
  77. <Column id="reptrslt" type="STRING" size="256" sumtext="검사결과"/>
  78. <Column id="bcno" type="STRING" size="256" sumtext="검사결과"/>
  79. <Column id="pid" type="STRING" size="256" sumtext="검사결과"/>
  80. <Column id="amrmark" type="STRING" size="256" sumtext="Growth여부"/>
  81. <Column id="HNGNM" type="STRING" size="256" sumtext="환자이름"/>
  82. </ColumnInfo>
  83. </Dataset>
  84. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  85. <ColumnInfo>
  86. <Column id="pid" type="STRING" size="256"/>
  87. <Column id="usdd" type="STRING" size="256"/>
  88. <Column id="uedd" type="STRING" size="256"/>
  89. </ColumnInfo>
  90. <Rows>
  91. <Row/>
  92. </Rows>
  93. </Dataset>
  94. <Dataset id="ds_hidden_ref" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  95. <ColumnInfo>
  96. <Column id="pid" type="STRING" size="256"/>
  97. <Column id="usdd" type="STRING" size="256"/>
  98. <Column id="uedd" type="STRING" size="256"/>
  99. <Column id="m_pid" type="STRING" size="256"/>
  100. <Column id="m_ptnm" type="STRING" size="256"/>
  101. </ColumnInfo>
  102. <Rows>
  103. <Row/>
  104. </Rows>
  105. </Dataset>
  106. </Objects>
  107. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  108. * System Name :
  109. * Job Name :
  110. * Creator :
  111. * Make Date : 2015-05-01
  112. * Description :
  113. *---------------------------------------------------------------------------------------
  114. * Modify Date Modifier Modify Description
  115. *---------------------------------------------------------------------------------------
  116. * 2015-05-01 Live Converter TF->XP
  117. *
  118. *---------------------------------------------------------------------------------------
  119. ****************************************************************************************/
  120. include "com_commonxp::comm_main.xjs";
  121. include "lis_commonxp::LLZ001.xjs";
  122. function SMLLP01100_oninit(obj:Form, e:InitEventInfo)
  123. {
  124. //폼 초기화 함수
  125. frmf_initForm(obj);
  126. }
  127. function SMLLP01100_onload(obj:Form, e:LoadEventInfo)
  128. {
  129. grdf_initGrid(MicroRsltList);
  130. ds_hidden_ref.copyData(arg_ds_send);
  131. ds_send.setColumn(0, "pid", ds_hidden_ref.getColumn(0, "pid"));
  132. ds_send.setColumn(0, "usdd", ds_hidden_ref.getColumn(0, "usdd"));
  133. ds_send.setColumn(0, "uedd", ds_hidden_ref.getColumn(0, "uedd"));
  134. //submit("TRLLP01101");
  135. var oParam = {};
  136. oParam.id = "TRLLP01101";
  137. oParam.service = "refprintmngtapp.GeneralRefPrintMngt";
  138. oParam.method = "reqGetMicroAcmlRsltList";
  139. oParam.inds = "cond=ds_send";
  140. oParam.outds = "ds_MicroRsltList=getMicroAcmlRsltList";
  141. oParam.async = false;
  142. //oParam.callback = "cf_TRLLP01101";
  143. tranf_submit(oParam);
  144. dsf_makeValue(ds_hidden_ref, "m_pid") ;
  145. dsf_makeValue(ds_hidden_ref, "m_ptnm");
  146. ds_hidden_ref.setColumn(0, "m_pid", ds_MicroRsltList.getColumn(0, "pid"));
  147. ds_hidden_ref.setColumn(0, "m_ptnm", ds_MicroRsltList.getColumn(0, "HNGNM"));
  148. }
  149. //그리드 더블클릭
  150. function MicroRsltList_oncelldblclick(obj:Grid, e:GridClickEventInfo)
  151. {
  152. frmf_modal("SPLMP90200", "SPLMP90200", "", "", "", "", "", "", "", "", "", "", "M");
  153. }
  154. ]]></Script>
  155. </Form>
  156. </FDL>