SMAHA00930_재진계획.xrw 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMAHA00930_재진계획.xrw
  4. * 설 명 : 검진자별 환자재진계획 관리
  5. * 설 계 자 :
  6. * 작 성 자 :
  7. * 작 성 일 : 2013.10.2
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  13. <xhtml:head>
  14. <xhtml:title>재진계획</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <ReClinicPlanlist>
  20. <item>
  21. <etcitemcnts2/>
  22. <etcdetlnm/>
  23. <year_2012/>
  24. <year_2013/>
  25. <year_2014/>
  26. <year_2015/>
  27. <year_2016/>
  28. <year_2017/>
  29. <year_2018/>
  30. </item>
  31. </ReClinicPlanlist>
  32. <patientinfo>
  33. <cmpynm/>
  34. </patientinfo>
  35. </main>
  36. <send>
  37. <srch>
  38. <healexamflag/>
  39. <healexamdetlflag/>
  40. <hngnm/>
  41. <pid/>
  42. <rgstno1/>
  43. <rgstno2/>
  44. <telno/>
  45. <orddd/>
  46. <rsrvdd/>
  47. <rsrvno/>
  48. <cretno/>
  49. <sex/>
  50. </srch>
  51. <srchseq/>
  52. </send>
  53. <init>
  54. <baseinfo>
  55. <drlst>
  56. <itemdr/>
  57. </drlst>
  58. </baseinfo>
  59. </init>
  60. <hidden/>
  61. <temp>
  62. <okflag/>
  63. </temp>
  64. </root>
  65. </instance>
  66. <submission id="TRAHA04104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srch" resultref="/root/main/patientinfo"/>
  67. <submission id="TRAHA00930" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srch" replace="instance" resultref="/root/main/ReClinicPlanlist"/>
  68. </model>
  69. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  70. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  71. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  72. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  73. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  74. <script type="javascript" src="../../../com/pacsweb/js/ZEP001.js"/>
  75. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  76. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  77. <script type="javascript" src="../../../ast/healexamweb/js/AHA001.js"/>
  78. <script type="javascript" src="../../../ast/healthexambaseweb/js/healcombolist.js"/>
  79. <script type="javascript" ev:event="xforms-ready">
  80. <![CDATA[
  81. fInit();
  82. ]]>
  83. </script>
  84. <script type="javascript">
  85. <![CDATA[
  86. /**===================================================================================
  87. *초기화
  88. =====================================================================================*/
  89. function fInit(){
  90. model.resetInstanceNode("/root/send/srch");
  91. }
  92. /**===================================================================================
  93. *결과내역 초기화
  94. =====================================================================================*/
  95. function RsltfInit(){
  96. model.resetInstanceNode("/root/main/DnaCancerResultInfo/resultinfo");
  97. model.refresh();
  98. }
  99. /**
  100. * 환자검색창 open=====================================================================================================================================
  101. @author : 서원식
  102. @version : 2012.11.14
  103. @desc : 환자검색창 open
  104. @param :
  105. * SPAHA00402_PARAM1 : 현재화면ID
  106. * SPAHA00402_PARAM2 : 검색조건 pnm/pid/rgstno
  107. * SPAHA00402_PARAM3 : 건진구분
  108. * SPAHA00402_PARAM4 : 대상노드_등록번호
  109. * SPAHA00402_PARAM5 : 대상노드_환자성명
  110. * SPAHA00402_PARAM6 : 대상노드_주민번호1
  111. * SPAHA00402_PARAM7 : 대상노드_주민번호2
  112. * =====================================================================================================================================================*/
  113. function fSearchHealPatInfo(){
  114. clearParameter("SPAHA00402_PARAM1");
  115. clearParameter("SPAHA00402_PARAM2");
  116. clearParameter("SPAHA00402_PARAM3");
  117. clearParameter("SPAHA00402_PARAM4");
  118. clearParameter("SPAHA00402_PARAM5");
  119. clearParameter("SPAHA00402_PARAM6");
  120. setParameter ("SPAHA00402_PARAM1" , "SMAHR00600");
  121. setParameter ("SPAHA00402_PARAM2" , "C");
  122. setParameter ("SPAHA00402_PARAM3" , ipt_srchpid.currentText);
  123. setParameter ("SPAHA00402_PARAM4" , ipt_srchpnm.currentText);
  124. setParameter ("SPAHA00402_PARAM5" , ipt_srchrgstno1.currentText);
  125. setParameter ("SPAHA00402_PARAM6" , ipt_srchrgstno2.currentText);
  126. modal("SPAHA00402");
  127. GetClinicPlanList();
  128. submit("TRAHA04104"); // 업체정보
  129. }
  130. function GetClinicPlanList(){
  131. submit("TRAHA00930");
  132. var sex = model.getValue("/root/send/srch/sex");
  133. if(sex == 'M'){
  134. caption8.visible = true;
  135. }else{
  136. caption9.visible = true;
  137. }
  138. }
  139. function fSearchAfterColgJudgInfo(){
  140. }
  141. ]]>
  142. </script>
  143. </xhtml:head>
  144. <xhtml:body pagewidth="830" pageheight="570" guideline="1,-252;2,936;1,-250;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  145. <group id="grp_tle" style="left:0px; top:0px; width:795px; height:15px; ">
  146. <caption id="caption19" class="tit_1" style="left:0px; top:0px; width:205px; height:15px; ">재진계획</caption>
  147. </group>
  148. <group id="group1" style="left:0px; top:20px; width:805px; height:65px; vertical-align:top; ">
  149. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:800px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
  150. <button id="btn_searchhist" class="btn1_letter2" style="left:731px; top:19px; width:56px; height:22px; ">
  151. <caption>조회</caption>
  152. <script type="javascript" ev:event="DOMActivate">
  153. <![CDATA[
  154. fSearchHealPatInfo();
  155. ]]>
  156. </script>
  157. </button>
  158. <caption id="caption1" class="search_name" style="left:4px; top:36px; width:96px; height:17px; ">성 명 :</caption>
  159. <input id="ipt_srchpnm" ref="/root/send/srch/hngnm" class="input_search" disabled="true" navindex="4" imemode="hangul" style="left:89px; top:36px; width:107px; height:19px; ">
  160. <script type="javascript" ev:event="onkeyup">
  161. <![CDATA[
  162. if(event.keyCode == 13){
  163. fSearchHealPatInfo();
  164. }
  165. ]]>
  166. </script>
  167. </input>
  168. <button id="btn_srchpat" class="icon_search" style="left:421px; top:38px; width:16px; height:16px; ">
  169. <caption/>
  170. <script type="javascript" ev:event="DOMActivate">
  171. <![CDATA[
  172. fSearchHealPatInfo();
  173. ]]>
  174. </script>
  175. </button>
  176. <caption id="caption7" class="search_name" style="left:224px; top:37px; width:86px; height:17px; ">등록번호 :</caption>
  177. <input id="ipt_srchpid" ref="/root/send/srch/pid" class="input_search" navindex="1" style="left:313px; top:37px; width:100px; height:19px; ">
  178. <script type="javascript" ev:event="onkeyup">
  179. <![CDATA[
  180. if(event.keyCode == 13){
  181. fSearchHealPatInfo();
  182. }
  183. ]]>
  184. </script>
  185. </input>
  186. <caption id="caption5" class="search_name" style="left:224px; top:9px; width:86px; height:17px; ">주민번호 :</caption>
  187. <input id="ipt_srchrgstno1" ref="/root/send/srch/rgstno1" class="input_search" disabled="true" navindex="2" format="999999" style="left:313px; top:9px; width:72px; height:19px; "/>
  188. <caption id="caption93" class="search_n_b" style="left:392px; top:10px; width:12px; height:17px; font-weight:bolder; ">-</caption>
  189. <input id="ipt_srchrgstno2" ref="/root/send/srch/rgstno2" class="input_search" disabled="true" navindex="3" format="9999999" style="left:407px; top:9px; width:72px; height:19px; ">
  190. <script type="javascript" ev:event="onkeyup">
  191. <![CDATA[
  192. if(event.keyCode == 13){
  193. fSearchHealPatInfo();
  194. }
  195. ]]>
  196. </script>
  197. </input>
  198. <line id="line1" style="x1:720px; y1:5px; x2:720px; y2:55px; border-color:#ffe4bb; border-left-style:solid; "/>
  199. <caption id="caption6" class="search_name" style="left:3px; top:10px; width:86px; height:17px; text-align:left; ">검진일자 :</caption>
  200. <input id="orddd" ref="/root/send/srch/orddd" class="input_s_essential" disabled="true" navindex="4" format="yyyy-mm-dd" style="left:88px; top:10px; width:107px; height:19px; "/>
  201. <input id="input1" ref="/root/main/patientinfo/cmpynm" class="input_search" disabled="true" navindex="4" style="left:575px; top:10px; width:135px; height:19px; "/>
  202. <caption id="caption3" class="search_name" style="left:500px; top:10px; width:86px; height:17px; ">업체명 :</caption>
  203. <input id="sex" ref="/root/send/srch/sex" class="input_search" disabled="true" navindex="4" style="left:575px; top:38px; width:30px; height:19px; "/>
  204. <caption id="caption10" class="search_name" style="left:500px; top:38px; width:86px; height:17px; ">성 별 :</caption>
  205. </group>
  206. <output id="rsltcnstdd" class="output_fix" visibility="hidden" style="left:740px; top:515px; width:60px; height:19px; text-align:center; "/>
  207. <caption id="caption36" class="tit_2" style="left:0px; top:105px; width:105px; height:13px; font-family:굴림; ">최근 검진항목</caption>
  208. <line id="line6" class="line_1" style="x1:0px; y1:118px; x2:800px; y2:118px; "/>
  209. <datagrid id="grd_rsltlist" nodeset="/root/main/ReClinicPlanlist/item" scroll="auto" caption="장기^검사방법^2012년^2013년^2014년^2015년^2016년^2017년^2018년" colsep="^" colwidth="109, 302, 50, 50, 50, 50, 50, 50, 50" dataheight="23" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:122px; width:800px; height:378px; ">
  210. <col ref="etcitemcnts2" style="text-align:center; "/>
  211. <col ref="etcdetlnm" style="text-align:center; "/>
  212. <col ref="year_2012" style="text-align:center; "/>
  213. <col ref="year_2013" style="text-align:center; "/>
  214. <col ref="year_2014" style="text-align:center; "/>
  215. <col ref="year_2015" style="text-align:center; "/>
  216. <col ref="year_2016" style="text-align:center; "/>
  217. <col ref="year_2017" style="text-align:center; "/>
  218. <col ref="year_2018" style="text-align:center; "/>
  219. </datagrid>
  220. <caption id="caption2" style="left:5px; top:510px; width:795px; height:20px; font-size:13ptpt; font-weight:bold; text-align:center; ">칠곡경북대학교병원 건강증진센터</caption>
  221. <caption id="caption4" style="left:5px; top:530px; width:795px; height:20px; text-align:center; ">상담 및 예약 053)200-3000, 3100</caption>
  222. <caption id="caption8" visibility="hidden" style="left:105px; top:100px; width:40px; height:25px; ">(남성)</caption>
  223. <caption id="caption9" visibility="hidden" style="left:104px; top:103px; width:40px; height:20px; ">(여성)</caption>
  224. </xhtml:body>
  225. </xhtml:html>