SPARC02201_협력의뢰부도환자리스트.xfdl 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPARC02201" position="absolute 0 0 876 900" titletext="의뢰환자(기타)조희" onload="SPARC02201_onload" oninit="SPARC02201_oninit">
  5. <Layouts>
  6. <Layout>
  7. <Button id="btn_search" taborder="0" text="조회" class="btn1" position="absolute 225 6 281 29" onclick="btn_search_onclick"/>
  8. <Static id="caption3" text="의뢰등록일 :" class="search_name" position="absolute 8 10 107 27"/>
  9. <Calendar id="input2" taborder="1" autoselect="true" class="input_search" position="absolute 106 9 206 28" mask="yyyy-mm-dd"/>
  10. <Shape id="line1" class="line_1" position="absolute 0 34 860 37"/>
  11. <Grid id="grd_list" taborder="2" binddataset="ds_main_reqlist" useinputpanel="false" position="absolute 0 38 860 890" autoenter="select" cellsizingtype="col">
  12. <Formats>
  13. <Format id="default">
  14. <Columns>
  15. <Column size="26" band="left"/>
  16. <Column size="77"/>
  17. <Column size="73"/>
  18. <Column size="45"/>
  19. <Column size="103"/>
  20. <Column size="100"/>
  21. <Column size="74"/>
  22. <Column size="132"/>
  23. <Column size="79"/>
  24. <Column size="142"/>
  25. </Columns>
  26. <Rows>
  27. <Row size="25" band="head"/>
  28. <Row size="25"/>
  29. </Rows>
  30. <Band id="head">
  31. <Cell/>
  32. <Cell col="1" text="챠트번호"/>
  33. <Cell col="2" text="환자명"/>
  34. <Cell col="3" text="성별"/>
  35. <Cell col="4" text="진료일(기존)"/>
  36. <Cell col="5" text="진료과(기존)"/>
  37. <Cell col="6" text="최초작성자"/>
  38. <Cell col="7" text="최초작성일시"/>
  39. <Cell col="8" text="최종수정자"/>
  40. <Cell col="9" text="최종수정일시"/>
  41. </Band>
  42. <Band id="body">
  43. <Cell celltype="head" expr="currow+1"/>
  44. <Cell col="1" displaytype="text" style="padding:3 3 3 3;" text="bind:pid"/>
  45. <Cell col="2" displaytype="text" style="padding:3 3 3 3;" text="bind:hngnm"/>
  46. <Cell col="3" displaytype="text" style="align:center middle;" text="bind:sex"/>
  47. <Cell col="4" displaytype="date" style="align:left middle;padding:3 3 3 3;" text="bind:orddd" calendardisplaynulltype="nulltext"/>
  48. <Cell col="5" displaytype="text" style="padding:3 3 3 3;" text="bind:orddeptnm"/>
  49. <Cell col="6" displaytype="text" style="padding:3 3 3 3;" text="bind:fstrgstrnm"/>
  50. <Cell col="7" displaytype="date" style="align:left middle;padding:3 3 3 3;" text="bind:fstrgstdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  51. <Cell col="8" displaytype="text" style="padding:3 3 3 3;" text="bind:lastupdtnm"/>
  52. <Cell col="9" displaytype="date" style="align:left middle;padding:3 3 3 3;" text="bind:lastupdtdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  53. </Band>
  54. </Format>
  55. </Formats>
  56. </Grid>
  57. <Shape id="line00" class="line_10" position="absolute 0 31 860 42"/>
  58. </Layout>
  59. </Layouts>
  60. <Objects>
  61. <Dataset id="ds_send_search" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  62. <ColumnInfo>
  63. <Column id="rgstdd" type="STRING" size="256"/>
  64. </ColumnInfo>
  65. <Rows>
  66. <Row/>
  67. </Rows>
  68. </Dataset>
  69. <Dataset id="ds_main_reqlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  70. <ColumnInfo>
  71. <Column id="coophospnm" type="STRING" size="256" sumtext=""/>
  72. <Column id="pid" type="STRING" size="256" sumtext=""/>
  73. <Column id="hngnm" type="STRING" size="256" sumtext=""/>
  74. <Column id="sex" type="STRING" size="256" sumtext=""/>
  75. <Column id="orddd" type="STRING" size="256" sumtext=""/>
  76. <Column id="orddeptnm" type="STRING" size="256" sumtext=""/>
  77. <Column id="fstrgstdt" type="STRING" size="256" sumtext=""/>
  78. <Column id="fstrgstrnm" type="STRING" size="256" sumtext=""/>
  79. <Column id="lastupdtdt" type="STRING" size="256" sumtext=""/>
  80. <Column id="lastupdtnm" type="STRING" size="256" sumtext=""/>
  81. </ColumnInfo>
  82. </Dataset>
  83. </Objects>
  84. <Bind>
  85. <BindItem id="item0" compid="input2" propid="value" datasetid="ds_send_search" columnid="rgstdd"/>
  86. </Bind>
  87. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  88. * System Name :
  89. * Job Name : KUN2.0 Project
  90. * Creator :
  91. * Make Date :
  92. * Description :
  93. *---------------------------------------------------------------------------------------
  94. * Modify Date Modifier Modify Description
  95. *---------------------------------------------------------------------------------------
  96. * 2015-11-13 Live Converter TF->XP
  97. *---------------------------------------------------------------------------------------
  98. ****************************************************************************************/
  99. include "com_commonxp::comm_main.xjs";
  100. function SPARC02201_oninit(obj:Form, e:InitEventInfo)
  101. {
  102. frmf_initForm(obj);
  103. }
  104. function SPARC02201_onload(obj:Form, e:LoadEventInfo)
  105. {
  106. grdf_initGrid(grd_list);
  107. fInit();
  108. }
  109. function fInit()
  110. {
  111. var rgstdd = opener.frmf_getParameter("SPARC02201_param_rgstdd");
  112. ds_send_search.setColumn(0, "rgstdd",rgstdd);
  113. if (!utlf_isNull(ds_send_search.getColumn(0, "rgstdd")))
  114. {
  115. fSearch();
  116. }
  117. }
  118. function fSearch()
  119. {
  120. var oParam = {};
  121. oParam.id = "TRARC02202";
  122. oParam.service = "healcarecoopapp.ReqMngt";
  123. oParam.method = "reqGetReqBudoList";
  124. oParam.inds = "req=ds_send_search";
  125. oParam.outds = "ds_main_reqlist=reqlist";
  126. oParam.async = false;
  127. //oParam.callback = "cf_TRARC02202";
  128. tranf_submit(oParam);
  129. }
  130. function btn_search_onclick(obj:Button, e:ClickEventInfo)
  131. {
  132. fSearch();
  133. }
  134. ]]></Script>
  135. </Form>
  136. </FDL>