SMPMC02401_응급대불관리.xfdl 99 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMPMC02401" position="absolute 0 0 1196 784" titletext="응급대불관리" onload="SMPMC02401_onload">
  5. <Layouts>
  6. <Layout>
  7. <Static id="caption11" text="인적사항" class="tit_2" position="absolute 0 33 74 50" anchor="left top"/>
  8. <Shape id="line1" class="line_10" position="absolute 0 130 1194 134" anchor="left top right"/>
  9. <Shape id="line5" class="line_10" position="absolute 0 50 1194 54" anchor="left top right"/>
  10. <Edit id="ipt_pid" taborder="1" onkeydown="group3_ipt_pid_onkeydown" class="input_essential" position="absolute 109 56 229 75" onkeypress="group3_ipt_pid_onkeypress" anchor="left top" autoselect="true"/>
  11. <Edit id="ipt_rrgstno1" taborder="2" onkeydown="group3_ipt_rrgstno1_onkeydown" class="input_essential" position="absolute 370 56 450 75" onkeypress="group3_ipt_rrgstno1_onkeypress" autoskip="false" enable="false" anchor="left top"/>
  12. <Button id="btn_ptbsrrgstno" taborder="3" onclick="group3_btn_ptbsrrgstno_onclick" class="icon_search" position="absolute 537 57 553 73" anchor="left top"/>
  13. <Edit id="opt_address" taborder="4" readonly="true" class="output_fix" position="absolute 834 56 1195 75" style="background:URL('theme://images/bg_edit_R.png') stretch 5,5;" enable="false" anchor="left top right"/>
  14. <Edit id="opt_zipcd1" taborder="5" readonly="true" class="output_fix" position="absolute 738 56 783 75" style="background:URL('theme://images/bg_edit_R.png') stretch 5,5;" enable="false" anchor="left top"/>
  15. <Edit id="opt_zipcd2" taborder="6" readonly="true" class="output_fix" position="absolute 786 56 831 75" style="background:URL('theme://images/bg_edit_R.png') stretch 5,5;" enable="false" anchor="left top"/>
  16. <Button id="btn_ptbshngnm" taborder="7" onclick="group3_btn_ptbshngnm_onclick" class="icon_search" position="absolute 233 83 249 99" anchor="left top"/>
  17. <Edit id="opt_hometel" taborder="8" readonly="true" class="output_fix" position="absolute 370 82 490 101" style="background:URL('theme://images/bg_edit_R.png') stretch 5,5;" enable="false" anchor="left top"/>
  18. <Edit id="opt_detladdr" taborder="9" readonly="true" class="output_fix" position="absolute 738 82 1195 101" style="background:URL('theme://images/bg_edit_R.png') stretch 5,5;" enable="false" anchor="left top right"/>
  19. <Static id="caption33" text="성명[한글]" class="cell_1" position="absolute 0 80 106 103" style="padding:0 0 0 3;align:left middle;" anchor="left top"/>
  20. <Static id="caption13" text="하위주소" class="cell_1" position="absolute 645 80 735 103" style="padding:0 0 0 3;align:left middle;" anchor="left top"/>
  21. <Edit id="opt_age" taborder="10" readonly="true" class="output_fix" position="absolute 600 56 641 75" style="background:URL('theme://images/bg_edit_R.png') stretch 5,5;" enable="false" anchor="left top"/>
  22. <Static id="caption14" text="연락처/휴대폰" class="cell_1" position="absolute 252 80 367 103" style="padding:0 0 0 3;align:left middle;" anchor="left top"/>
  23. <Edit id="opt_mpphontel" taborder="11" readonly="true" class="output_fix" position="absolute 494 82 614 101" style="background:URL('theme://images/bg_edit_R.png') stretch 5,5;" enable="false" anchor="left top"/>
  24. <Edit id="ipt_hngnm" taborder="12" onkeydown="group3_ipt_hngnm_onkeydown" class="input_essential" position="absolute 109 82 229 101" onkeypress="group3_ipt_hngnm_onkeypress" enable="false" anchor="left top"/>
  25. <Shape id="line2" class="line_2" position="absolute 0 78 1194 81" anchor="left top right"/>
  26. <Static id="caption8" text="주소" class="cell_1" position="absolute 645 54 735 77" style="padding:0 0 0 3;align:left middle;" anchor="left top"/>
  27. <Shape id="line8" class="line_3" position="absolute 0 104 1194 107" anchor="left top right"/>
  28. <Static id="caption18" text="주민번호/성별/나이" class="cell_1" position="absolute 252 54 367 77" style="padding:0 0 0 3;align:left middle;" anchor="left top"/>
  29. <Static id="caption9" text="환자번호" class="cell_1" position="absolute 0 54 106 77" style="padding:0 0 0 3;align:left middle;" anchor="left top"/>
  30. <Edit id="opt_sex" taborder="13" readonly="true" class="output_fix" position="absolute 556 56 597 75" style="background:URL('theme://images/bg_edit_R.png') stretch 5,5;" enable="false" anchor="left top"/>
  31. <Button id="btn_ojpid" taborder="14" onclick="group3_btn_ojpid_onclick" class="icon_search" position="absolute 233 57 249 73" anchor="left top"/>
  32. <Edit id="opt_rrgstno2" taborder="15" readonly="true" class="output_fix" position="absolute 454 56 534 75" style="background:URL('theme://images/bg_edit_R.png') stretch 5,5;" enable="false" anchor="left top"/>
  33. <Static id="caption1" text="응급관련 수진이력정보(응급실 수진 및 응급실 경유 입원)" class="tit_2" position="absolute 0 113 365 131" anchor="left top"/>
  34. <Static id="caption2" text="대불기간/대불금 처리" class="tit_3" position="absolute 0 254 150 273" anchor="left top"/>
  35. <Static id="caption3" text="처방내역" class="tit_2" position="absolute 0 320 90 338" anchor="left top"/>
  36. <Button id="button4" taborder="16" text="리스트" onclick="group3_button4_onclick" class="btn2" position="absolute 889 314 948 336" anchor="top right"/>
  37. <Button id="button5" taborder="17" text="명세서출력" onclick="group3_button5_onclick" class="btn6" position="absolute 950 314 1041 336" anchor="top right"/>
  38. <Button id="button6" taborder="18" text="샘생성" onclick="group3_button6_onclick" class="btn2" position="absolute 1043 314 1102 336" anchor="top right"/>
  39. <Button id="button7" taborder="19" text="통합기록조회" onclick="group3_button7_onclick" class="btn2" position="absolute 1104 314 1194 336" anchor="top right"/>
  40. <Static id="caption10" text="총진료비" class="cell_2" position="absolute 849 731 909 751" anchor="top right"/>
  41. <Static id="caption12" text="본인부담액" class="cell_2" position="absolute 1024 731 1099 751" style="align:left ;" anchor="top right"/>
  42. <Shape id="line3" class="line_10" position="absolute 0 337 1194 341" anchor="left top right"/>
  43. <Edit id="opt_totordamt" taborder="20" readonly="true" class="output_fix" position="absolute 912 731 1007 750" style="align:right ;" anchor="top right"/>
  44. <Edit id="opt_ownbamt" taborder="21" readonly="true" class="output_fix" position="absolute 1102 731 1192 750" style="align:right ;" anchor="top right"/>
  45. <Grid id="grd_iscl" class="datagrid2" taborder="22" binddataset="ds_main_h_iscl_iscl" useinputpanel="false" onrbuttondown="group3_grd_iscl_onrbuttondown" oncellclick="group3_grd_iscl_oncellclick" position="absolute 0 341 1194 726" anchor="all">
  46. <Formats>
  47. <Format id="default">
  48. <Columns>
  49. <Column size="25"/>
  50. <Column size="0"/>
  51. <Column size="0"/>
  52. <Column size="0"/>
  53. <Column size="0"/>
  54. <Column size="27"/>
  55. <Column size="25"/>
  56. <Column size="25"/>
  57. <Column size="0"/>
  58. <Column size="0"/>
  59. <Column size="0"/>
  60. <Column size="25"/>
  61. <Column size="0"/>
  62. <Column size="22"/>
  63. <Column size="84"/>
  64. <Column size="80"/>
  65. <Column size="65"/>
  66. <Column size="0"/>
  67. <Column size="35"/>
  68. <Column size="32"/>
  69. <Column size="23"/>
  70. <Column size="197"/>
  71. <Column size="40"/>
  72. <Column size="70"/>
  73. <Column size="70"/>
  74. <Column size="32"/>
  75. <Column size="19"/>
  76. <Column size="50"/>
  77. <Column size="39"/>
  78. <Column size="30"/>
  79. <Column size="45"/>
  80. <Column size="30"/>
  81. <Column size="66"/>
  82. <Column size="26"/>
  83. <Column size="66"/>
  84. <Column size="66"/>
  85. <Column size="75"/>
  86. <Column size="66"/>
  87. <Column size="100"/>
  88. <Column size="100"/>
  89. <Column size="100"/>
  90. <Column size="100"/>
  91. <Column size="60"/>
  92. <Column size="115"/>
  93. <Column size="100"/>
  94. <Column size="0"/>
  95. <Column size="62"/>
  96. <Column size="62"/>
  97. <Column size="100"/>
  98. <Column size="62"/>
  99. <Column size="119"/>
  100. <Column size="169"/>
  101. <Column size="40"/>
  102. <Column size="100"/>
  103. <Column size="65"/>
  104. <Column size="32"/>
  105. <Column size="31"/>
  106. <Column size="47"/>
  107. <Column size="47"/>
  108. <Column size="82"/>
  109. <Column size="0"/>
  110. <Column size="0"/>
  111. <Column size="0"/>
  112. <Column size="0"/>
  113. <Column size="0"/>
  114. <Column size="0"/>
  115. <Column size="0"/>
  116. <Column size="0"/>
  117. <Column size="0"/>
  118. <Column size="0"/>
  119. <Column size="0"/>
  120. <Column size="0"/>
  121. <Column size="0"/>
  122. <Column size="0"/>
  123. <Column size="0"/>
  124. <Column size="0"/>
  125. <Column size="0"/>
  126. <Column size="0"/>
  127. <Column size="100"/>
  128. <Column size="100"/>
  129. <Column size="100"/>
  130. <Column size="100"/>
  131. <Column size="100"/>
  132. <Column size="100"/>
  133. <Column size="100"/>
  134. <Column size="0"/>
  135. <Column size="100"/>
  136. <Column size="100"/>
  137. <Column size="100"/>
  138. <Column size="100"/>
  139. <Column size="100"/>
  140. <Column size="100"/>
  141. <Column size="88"/>
  142. <Column size="30"/>
  143. <Column size="81"/>
  144. <Column size="82"/>
  145. <Column size="115"/>
  146. <Column size="0"/>
  147. <Column size="0"/>
  148. <Column size="0"/>
  149. <Column size="0"/>
  150. <Column size="60"/>
  151. <Column size="60"/>
  152. <Column size="60"/>
  153. <Column size="60"/>
  154. <Column size="60"/>
  155. <Column size="60"/>
  156. <Column size="0"/>
  157. <Column size="0"/>
  158. <Column size="0"/>
  159. <Column size="0"/>
  160. <Column size="0"/>
  161. <Column size="0"/>
  162. <Column size="0"/>
  163. <Column size="0"/>
  164. <Column size="0"/>
  165. <Column size="0"/>
  166. <Column size="0"/>
  167. <Column size="0"/>
  168. <Column size="0"/>
  169. <Column size="0"/>
  170. <Column size="0"/>
  171. <Column size="0"/>
  172. <Column size="0"/>
  173. <Column size="0"/>
  174. <Column size="0"/>
  175. <Column size="0"/>
  176. <Column size="0"/>
  177. <Column size="0"/>
  178. <Column size="0"/>
  179. <Column size="0"/>
  180. </Columns>
  181. <Rows>
  182. <Row size="33" band="head"/>
  183. <Row size="25"/>
  184. <Row size="27" band="summ"/>
  185. </Rows>
  186. <Band id="head">
  187. <Cell/>
  188. <Cell col="1" text="선&#10;별"/>
  189. <Cell col="2" text="문&#10;제"/>
  190. <Cell col="3" text="선&#10;택"/>
  191. <Cell col="4" text="S"/>
  192. <Cell col="5" text="IO"/>
  193. <Cell col="6" text="항"/>
  194. <Cell col="7" text="목"/>
  195. <Cell col="8" text="진료일자"/>
  196. <Cell col="9" text="execdd"/>
  197. <Cell col="10" text="시행일시"/>
  198. <Cell col="11" text="시&#10;행"/>
  199. <Cell col="12" text="항목"/>
  200. <Cell col="13" text="G"/>
  201. <Cell col="14" text="그룹코드"/>
  202. <Cell col="15" text="수가코드"/>
  203. <Cell col="16" text="EDI코드"/>
  204. <Cell col="17" text="산정&#10;분류"/>
  205. <Cell col="18" text="산정&#10;의미"/>
  206. <Cell col="19" text="산정&#10;코드"/>
  207. <Cell col="20" text="@"/>
  208. <Cell col="21" text="한글명"/>
  209. <Cell col="22" text="급"/>
  210. <Cell col="23" text="보험"/>
  211. <Cell col="24" text="보조"/>
  212. <Cell col="25" text="재료&#10;행위"/>
  213. <Cell col="26" text="퇴"/>
  214. <Cell col="27" text="단가"/>
  215. <Cell col="28" text="1회량"/>
  216. <Cell col="29" text="횟수"/>
  217. <Cell col="30" text="1일량&#10;(일투)"/>
  218. <Cell col="31" text="일수&#10;총투"/>
  219. <Cell col="32" text="금액"/>
  220. <Cell col="33" text="선&#10;택"/>
  221. <Cell col="34" text="종별가산&#10;단가"/>
  222. <Cell col="35" text="선택가산&#10;단가"/>
  223. <Cell col="36" text="가산단가"/>
  224. <Cell col="37" text="총진료비"/>
  225. <Cell col="38" text="본인부담금"/>
  226. <Cell col="39" text="종별가산&#10;SUM"/>
  227. <Cell col="40" text="선택가산&#10;SUM"/>
  228. <Cell col="41" text="가산&#10;SUM"/>
  229. <Cell col="42" text="처방&#10;상태"/>
  230. <Cell col="43" text="처방일시"/>
  231. <Cell col="44" text="처방번호"/>
  232. <Cell col="45" text="처방과코드"/>
  233. <Cell col="46" text="처방과"/>
  234. <Cell col="47" text="입력자"/>
  235. <Cell col="48" text="실시자"/>
  236. <Cell col="49" text="최종심사자"/>
  237. <Cell col="50" text="최종심사일시"/>
  238. <Cell col="51" text="처방명"/>
  239. <Cell col="52" text="수정&#10;사유"/>
  240. <Cell col="53" text="치식"/>
  241. <Cell col="54" text="확인&#10;코드"/>
  242. <Cell col="55" text="CP&#10;여부"/>
  243. <Cell col="56" text="PRN"/>
  244. <Cell col="57" text="포터블"/>
  245. <Cell col="58" text="기왕증&#10;(진료)"/>
  246. <Cell col="59" text="마취시간"/>
  247. <Cell col="60" text="수정사유명칭"/>
  248. <Cell col="61" text="edicdflag"/>
  249. <Cell col="62" text="ediunitcost"/>
  250. <Cell col="63" text="적용일자"/>
  251. <Cell col="64" text="pid"/>
  252. <Cell col="65" text="indd"/>
  253. <Cell col="66" text="cretno"/>
  254. <Cell col="67" text="calcseqno"/>
  255. <Cell col="68" text="calcscorseqno"/>
  256. <Cell col="69" text="mskind"/>
  257. <Cell col="70" text="oldmskind"/>
  258. <Cell col="71" text="그룹&#10;항목"/>
  259. <Cell col="72" text="처방계산구분"/>
  260. <Cell col="73" text="그룹싱글여부"/>
  261. <Cell col="74" text="처방일시"/>
  262. <Cell col="75" text="처방순번"/>
  263. <Cell col="76" text="실시순번"/>
  264. <Cell col="77" text="수가점수"/>
  265. <Cell col="78" text="가산금액"/>
  266. <Cell col="79" text="가산점수"/>
  267. <Cell col="80" text="퇴장방지금액"/>
  268. <Cell col="81" text="퇴장방지여부"/>
  269. <Cell col="82" text="처방수량"/>
  270. <Cell col="83" text="처방횟수"/>
  271. <Cell col="84" text="처방일수"/>
  272. <Cell col="85" text="처방구분(I,O,E)"/>
  273. <Cell col="86" text="급여총액"/>
  274. <Cell col="87" text="급여보험자부담금"/>
  275. <Cell col="88" text="급여본인부담금"/>
  276. <Cell col="89" text="급여본인부담율"/>
  277. <Cell col="90" text="점당단가"/>
  278. <Cell col="91" text="전액본인"/>
  279. <Cell col="92" text="비급여금액"/>
  280. <Cell col="93" text="NC"/>
  281. <Cell col="94" text="저함량배수&#10;사유코드"/>
  282. <Cell col="95" text="용법_검체"/>
  283. <Cell col="96" text="예약일시"/>
  284. <Cell col="97" text="그룹&#13;&#10;순번"/>
  285. <Cell col="98" text="특진"/>
  286. <Cell col="99" text="보험유형"/>
  287. <Cell col="100" text="보조유형"/>
  288. <Cell col="101" text="급비"/>
  289. <Cell col="102" text="처방분류1"/>
  290. <Cell col="103" text="처방분류2"/>
  291. <Cell col="104" text="처방분류3"/>
  292. <Cell col="105" text="수정여부"/>
  293. <Cell col="106" text="aftercretno"/>
  294. <Cell col="107" text="payflagyn"/>
  295. <Cell col="108" text="estmyn"/>
  296. <Cell col="109" text="spcordyn"/>
  297. <Cell col="110" text="nochargeyn"/>
  298. <Cell col="111" text="ordinptflag"/>
  299. <Cell col="112" text="ordchangeyn"/>
  300. <Cell col="113" text="probordchangeyn"/>
  301. <Cell col="114" text="chkflag"/>
  302. <Cell col="115" text="bfjudgadjtresncd"/>
  303. <Cell col="116" text="execchangeyn"/>
  304. <Cell col="117" text="opprcpyn"/>
  305. <Cell col="118" text="execdeptprcpyn"/>
  306. <Cell col="119" text="specaddflag"/>
  307. <Cell col="120" text="cretyn"/>
  308. <Cell col="121" text="ordaddinptflag"/>
  309. <Cell col="122" text="opansflagcd"/>
  310. <Cell col="123" text="nigtprcpflag"/>
  311. <Cell col="124" text="erprcpflag"/>
  312. <Cell col="125" text="opansyn"/>
  313. <Cell col="126" text="angioyn"/>
  314. <Cell col="127" text="gsorddryn"/>
  315. <Cell col="128" text="angioflagcd"/>
  316. <Cell col="129" text="gsorddr"/>
  317. <Cell col="130" text="hosinhosoutflag"/>
  318. </Band>
  319. <Band id="body">
  320. <Cell celltype="head"/>
  321. <Cell col="1" text="bind:spcljudgyn"/>
  322. <Cell col="2" text="bind:probordyn"/>
  323. <Cell col="3" text="bind:unitspecyn"/>
  324. <Cell col="4" text="bind:seq"/>
  325. <Cell col="5" style="align:left middle;" text="bind:ordtype"/>
  326. <Cell col="6" style="align:left middle;" text="bind:ediitem1"/>
  327. <Cell col="7" style="align:left middle;" text="bind:ediitem2"/>
  328. <Cell col="8" displaytype="date" text="bind:orddd" mask="yyyy-MM-dd" calendardisplaynulltype="nulltext"/>
  329. <Cell col="9" displaytype="date" text="bind:execdd" mask="yyyy-MM-dd" calendardisplaynulltype="nulltext"/>
  330. <Cell col="10" displaytype="date" text="bind:newexecdd" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
  331. <Cell col="11" style="align:center middle;" text="bind:execstat"/>
  332. <Cell col="12" text="bind:snglcalcscorcls"/>
  333. <Cell col="13" style="align:left middle;" text="bind:grupflag"/>
  334. <Cell col="14" style="align:left middle;" text="bind:grupcalcscorcd"/>
  335. <Cell col="15" style="align:left middle;" text="bind:snglcalcscorcd"/>
  336. <Cell col="16" style="align:left middle;" text="bind:edicd"/>
  337. <Cell col="17" text="bind:estmcls"/>
  338. <Cell col="18" style="align:left middle;" text="bind:estmmncd" editlimit="5"/>
  339. <Cell col="19" style="align:left middle;" text="bind:estmcd"/>
  340. <Cell col="20" style="align:left middle;" text="bind:pay100"/>
  341. <Cell col="21" style="align:left middle;" text="bind:hngnm"/>
  342. <Cell col="22" displaytype="combo" edittype="combo" style="font:dotum,9,bold;" text="bind:payflag" combodataset="ds_init_payflag" combocodecol="value" combodatacol="label"/>
  343. <Cell col="23" displaytype="combo" edittype="combo" style="font:dotum,9,bold;" text="bind:insukind" combodataset="ds_init_insukind" combocodecol="cd" combodatacol="nm"/>
  344. <Cell col="24" displaytype="combo" edittype="combo" style="font:dotum,9,bold;" text="bind:suppkind" combodataset="dsft_init_suppkind" combocodecol="cd" combodatacol="nm"/>
  345. <Cell col="25" displaytype="combo" text="bind:matractflag" combodataset="ds_init_matractflag" combocodecol="value" combodatacol="label"/>
  346. <Cell col="26" style="align:center middle;" text="bind:dschdrugflag"/>
  347. <Cell col="27" displaytype="number" text="bind:appunitcost" mask="9,999"/>
  348. <Cell col="28" displaytype="number" edittype="masknumber" text="bind:calcqty" mask="9999.00"/>
  349. <Cell col="29" displaytype="number" edittype="masknumber" text="bind:calctims" mask="999"/>
  350. <Cell col="30" displaytype="number" text="bind:daydrugqty" mask="9,999.00"/>
  351. <Cell col="31" displaytype="number" text="bind:calcdays" mask="999"/>
  352. <Cell col="32" displaytype="number" text="bind:calcamt" mask="9,999"/>
  353. <Cell col="33" text="bind:unitspecyn"/>
  354. <Cell col="34" displaytype="number" text="bind:unithospaddamt" mask="9,999"/>
  355. <Cell col="35" displaytype="number" text="bind:unitspecamt" mask="9,999"/>
  356. <Cell col="36" displaytype="number" text="bind:unitaddamt" mask="9,999"/>
  357. <Cell col="37" displaytype="number" text="bind:totordamt" mask="9,999"/>
  358. <Cell col="38" displaytype="number" text="bind:ownbamt" mask="9,999"/>
  359. <Cell col="39" displaytype="number" text="bind:hospaddamt" mask="9,999"/>
  360. <Cell col="40" displaytype="number" text="bind:specamt" mask="9,999"/>
  361. <Cell col="41" displaytype="number" text="bind:estmamt" mask="9,999"/>
  362. <Cell col="42" style="align:center middle;" text="bind:execprcpstatcd"/>
  363. <Cell col="43" displaytype="date" text="bind:rgstdt" mask="yyyy-MM-dd hh:mm:ss" calendardisplaynulltype="none"/>
  364. <Cell col="44" displaytype="text" text="bind:prcpno"/>
  365. <Cell col="45" text="bind:orddeptcd"/>
  366. <Cell col="46" style="align:left middle;" text="bind:orddeptnm"/>
  367. <Cell col="47" style="align:left middle;" text="bind:fstrgstrid"/>
  368. <Cell col="48" style="align:left middle;" text="bind:execrid"/>
  369. <Cell col="49" style="align:left middle;" text="bind:lastupdtrid"/>
  370. <Cell col="50" displaytype="date" text="bind:lastupdtdt" mask="yyyy-MM-dd hh:mm:ss" calendardisplaynulltype="none"/>
  371. <Cell col="51" style="align:left middle;" text="bind:ordnm"/>
  372. <Cell col="52" style="align:left middle;" text="bind:judgadjtresncd"/>
  373. <Cell col="53" style="align:left middle;" text="bind:tootfact"/>
  374. <Cell col="54" style="align:left middle;" text="bind:cnfmcd"/>
  375. <Cell col="55" style="align:left middle;" text="bind:cpflag"/>
  376. <Cell col="56" style="align:left middle;" text="bind:prnprcpflag"/>
  377. <Cell col="57" style="align:left middle;" text="bind:portprcpflag"/>
  378. <Cell col="58" style="align:left middle;" text="bind:anamneflag"/>
  379. <Cell col="59" style="align:left middle;" text="bind:ansttm"/>
  380. <Cell col="60" text="bind:judgadjtresncdnm"/>
  381. <Cell col="61" text="bind:edicdflag"/>
  382. <Cell col="62" text="bind:ediunitcost"/>
  383. <Cell col="63" text="bind:updtdd"/>
  384. <Cell col="64" text="bind:pid"/>
  385. <Cell col="65" text="bind:indd"/>
  386. <Cell col="66" text="bind:cretno"/>
  387. <Cell col="67" text="bind:calcseqno"/>
  388. <Cell col="68" text="bind:calcscorseqno"/>
  389. <Cell col="69" text="bind:mskind"/>
  390. <Cell col="70" text="bind:oldmskind"/>
  391. <Cell col="71" text="bind:grupcalcscorcls"/>
  392. <Cell col="72" text="bind:ordcalcflag"/>
  393. <Cell col="73" text="bind:grupsnglfag"/>
  394. <Cell col="74" text="bind:prcpdd"/>
  395. <Cell col="75" text="bind:prcphistno"/>
  396. <Cell col="76" text="bind:execprcpno"/>
  397. <Cell col="77" text="bind:exectm"/>
  398. <Cell col="78" style="align:right middle;background:#c0c0c0ff;" text="bind:calcscorpnt"/>
  399. <Cell col="79" style="align:right middle;background:#c0c0c0ff;" text="bind:estmpnt"/>
  400. <Cell col="80" style="align:right middle;background:#c0c0c0ff;" text="bind:exitprvntdrugamt"/>
  401. <Cell col="81" style="align:right middle;background:#c0c0c0ff;" text="bind:exitprvntdrugyn"/>
  402. <Cell col="82" style="align:right middle;background:#c0c0c0ff;" text="bind:ordqty"/>
  403. <Cell col="83" style="align:right middle;background:#c0c0c0ff;" text="bind:ordtims"/>
  404. <Cell col="84" style="align:right middle;background:#c0c0c0ff;" text="bind:orddays"/>
  405. <Cell col="85" style="background:#c0c0c0ff;" text="bind:ordtype"/>
  406. <Cell col="86" style="align:right middle;background:#c0c0c0ff;" text="bind:payamt"/>
  407. <Cell col="87" style="align:right middle;background:#c0c0c0ff;" text="bind:payinsubamt"/>
  408. <Cell col="88" style="align:right middle;background:#c0c0c0ff;" text="bind:payownbamt"/>
  409. <Cell col="89" style="align:right middle;background:#c0c0c0ff;" text="bind:payownbrate"/>
  410. <Cell col="90" style="align:right middle;background:#c0c0c0ff;" text="bind:pntunitcost"/>
  411. <Cell col="91" style="align:right middle;background:#c0c0c0ff;" text="bind:allownbamt"/>
  412. <Cell col="92" style="align:right middle;background:#c0c0c0ff;" text="bind:nopyamt"/>
  413. <Cell col="93" style="align:center middle;" text="bind:freeflag"/>
  414. <Cell col="94" style="align:center middle;" text="bind:lowdrugresncd"/>
  415. <Cell col="95" style="align:center middle;" text="bind:drugmthdspccd"/>
  416. <Cell col="96" displaytype="date" style="align:left middle;" text="bind:rsrvdd" mask="yyyy-MM-dd hh:mm:dd" calendardisplaynulltype="none"/>
  417. <Cell col="97" text="bind:grupseqno"/>
  418. <Cell col="98" text="bind:specordyn"/>
  419. <Cell col="99" text="bind:insukind"/>
  420. <Cell col="100" text="bind:suppkind"/>
  421. <Cell col="101" style="align:center middle;" text="bind:pynpy"/>
  422. <Cell col="102" style="align:center middle;" text="bind:earncls1"/>
  423. <Cell col="103" style="align:center middle;" text="bind:earncls2"/>
  424. <Cell col="104" style="align:center middle;" text="bind:earncls3"/>
  425. <Cell col="105" style="align:center middle;" text="bind:editflag"/>
  426. <Cell col="106" style="align:center middle;" text="bind:aftercretno"/>
  427. <Cell col="107" text="bind:payflagyn"/>
  428. <Cell col="108" text="bind:estmyn"/>
  429. <Cell col="109" text="bind:spcordyn"/>
  430. <Cell col="110" text="bind:nochargeyn"/>
  431. <Cell col="111" text="bind:ordinptflag"/>
  432. <Cell col="112" text="bind:ordchangeyn"/>
  433. <Cell col="113" text="bind:probordchangeyn"/>
  434. <Cell col="114" text="bind:chkflag"/>
  435. <Cell col="115" text="bind:bfjudgadjtresncd"/>
  436. <Cell col="116" text="bind:execchangeyn"/>
  437. <Cell col="117" text="bind:opprcpyn"/>
  438. <Cell col="118" text="bind:execdeptprcpyn"/>
  439. <Cell col="119" text="bind:specaddflag"/>
  440. <Cell col="120" text="bind:cretyn"/>
  441. <Cell col="121" text="bind:ordaddinptflag"/>
  442. <Cell col="122" text="bind:opansflagcd"/>
  443. <Cell col="123" text="bind:nigtprcpflag"/>
  444. <Cell col="124" text="bind:erprcpflag"/>
  445. <Cell col="125" text="bind:opansyn"/>
  446. <Cell col="126" text="bind:angioyn"/>
  447. <Cell col="127" text="bind:gsorddryn"/>
  448. <Cell col="128" text="bind:angioflagcd"/>
  449. <Cell col="129" text="bind:gsorddr"/>
  450. <Cell col="130" text="bind:hosinhosoutflag"/>
  451. </Band>
  452. <Band id="summary">
  453. <Cell/>
  454. <Cell col="1"/>
  455. <Cell col="2"/>
  456. <Cell col="3"/>
  457. <Cell col="4"/>
  458. <Cell col="5" style="font:dotum,9,bold;" text="계"/>
  459. <Cell col="6"/>
  460. <Cell col="7"/>
  461. <Cell col="8"/>
  462. <Cell col="9"/>
  463. <Cell col="10"/>
  464. <Cell col="11"/>
  465. <Cell col="12"/>
  466. <Cell col="13"/>
  467. <Cell col="14"/>
  468. <Cell col="15"/>
  469. <Cell col="16"/>
  470. <Cell col="17"/>
  471. <Cell col="18"/>
  472. <Cell col="19"/>
  473. <Cell col="20"/>
  474. <Cell col="21"/>
  475. <Cell col="22"/>
  476. <Cell col="23"/>
  477. <Cell col="24"/>
  478. <Cell col="25"/>
  479. <Cell col="26"/>
  480. <Cell col="27"/>
  481. <Cell col="28"/>
  482. <Cell col="29"/>
  483. <Cell col="30"/>
  484. <Cell col="31"/>
  485. <Cell col="32"/>
  486. <Cell col="33"/>
  487. <Cell col="34"/>
  488. <Cell col="35" displaytype="number" style="font:dotum,9,bold;" expr="expr:getSum('unitspecamt')" mask="#,##0"/>
  489. <Cell col="36" displaytype="number" style="font:dotum,9,bold;" expr="expr:getSum('unitaddamt')" mask="#,##0"/>
  490. <Cell col="37" displaytype="number" style="font:dotum,9,bold;" expr="expr:getSum('totordamt')" mask="#,##0"/>
  491. <Cell col="38" displaytype="number" style="font:dotum,9,bold;" expr="expr:getSum('ownbamt')" mask="#,##0"/>
  492. <Cell col="39" displaytype="number" style="font:dotum,9,bold;" expr="expr:getSum('hospaddamt')" mask="#,##0"/>
  493. <Cell col="40" displaytype="number" style="font:dotum,9,bold;" expr="expr:getSum('specamt')" mask="#,##0"/>
  494. <Cell col="41" displaytype="number" style="font:dotum,9,bold;" expr="expr:getSum('estmamt')" mask="#,##0"/>
  495. <Cell col="42"/>
  496. <Cell col="43"/>
  497. <Cell col="44"/>
  498. <Cell col="45"/>
  499. <Cell col="46"/>
  500. <Cell col="47"/>
  501. <Cell col="48"/>
  502. <Cell col="49"/>
  503. <Cell col="50"/>
  504. <Cell col="51"/>
  505. <Cell col="52"/>
  506. <Cell col="53"/>
  507. <Cell col="54"/>
  508. <Cell col="55"/>
  509. <Cell col="56"/>
  510. <Cell col="57"/>
  511. <Cell col="58"/>
  512. <Cell col="59"/>
  513. <Cell col="60"/>
  514. <Cell col="61"/>
  515. <Cell col="62"/>
  516. <Cell col="63"/>
  517. <Cell col="64"/>
  518. <Cell col="65"/>
  519. <Cell col="66"/>
  520. <Cell col="67"/>
  521. <Cell col="68"/>
  522. <Cell col="69"/>
  523. <Cell col="70"/>
  524. <Cell col="71"/>
  525. <Cell col="72"/>
  526. <Cell col="73"/>
  527. <Cell col="74"/>
  528. <Cell col="75"/>
  529. <Cell col="76"/>
  530. <Cell col="77"/>
  531. <Cell col="78"/>
  532. <Cell col="79"/>
  533. <Cell col="80"/>
  534. <Cell col="81"/>
  535. <Cell col="82"/>
  536. <Cell col="83"/>
  537. <Cell col="84"/>
  538. <Cell col="85"/>
  539. <Cell col="86"/>
  540. <Cell col="87"/>
  541. <Cell col="88"/>
  542. <Cell col="89"/>
  543. <Cell col="90"/>
  544. <Cell col="91"/>
  545. <Cell col="92"/>
  546. <Cell col="93"/>
  547. <Cell col="94"/>
  548. <Cell col="95"/>
  549. <Cell col="96"/>
  550. <Cell col="97"/>
  551. <Cell col="98"/>
  552. <Cell col="99"/>
  553. <Cell col="100"/>
  554. <Cell col="101"/>
  555. <Cell col="102"/>
  556. <Cell col="103"/>
  557. <Cell col="104"/>
  558. <Cell col="105"/>
  559. <Cell col="106"/>
  560. <Cell col="107"/>
  561. <Cell col="108"/>
  562. <Cell col="109"/>
  563. <Cell col="110"/>
  564. <Cell col="111"/>
  565. <Cell col="112"/>
  566. <Cell col="113"/>
  567. <Cell col="114"/>
  568. <Cell col="115"/>
  569. <Cell col="116"/>
  570. <Cell col="117"/>
  571. <Cell col="118"/>
  572. <Cell col="119"/>
  573. <Cell col="120"/>
  574. <Cell col="121"/>
  575. <Cell col="122"/>
  576. <Cell col="123"/>
  577. <Cell col="124"/>
  578. <Cell col="125"/>
  579. <Cell col="126"/>
  580. <Cell col="127"/>
  581. <Cell col="128"/>
  582. <Cell col="129"/>
  583. <Cell col="130"/>
  584. </Band>
  585. </Format>
  586. </Formats>
  587. </Grid>
  588. <Grid id="grd_admi" taborder="23" binddataset="ds_main_h_admi_admi" useinputpanel="false" oncellclick="group3_grd_admi_oncellclick" position="absolute 0 134 1194 250" anchor="left top right">
  589. <Formats>
  590. <Format id="default">
  591. <Columns>
  592. <Column size="0"/>
  593. <Column size="70"/>
  594. <Column size="70"/>
  595. <Column size="70"/>
  596. <Column size="70"/>
  597. <Column size="90"/>
  598. <Column size="55"/>
  599. <Column size="35"/>
  600. <Column size="35"/>
  601. <Column size="100"/>
  602. <Column size="55"/>
  603. <Column size="75"/>
  604. <Column size="75"/>
  605. <Column size="70"/>
  606. <Column size="70"/>
  607. <Column size="70"/>
  608. <Column size="70"/>
  609. <Column size="82"/>
  610. <Column size="75"/>
  611. <Column size="40"/>
  612. <Column size="110"/>
  613. <Column size="70"/>
  614. <Column size="70"/>
  615. <Column size="70"/>
  616. <Column size="70"/>
  617. <Column size="65"/>
  618. <Column size="80"/>
  619. <Column size="55"/>
  620. </Columns>
  621. <Rows>
  622. <Row size="24" band="head"/>
  623. <Row size="24"/>
  624. </Rows>
  625. <Band id="head">
  626. <Cell text="√"/>
  627. <Cell col="1" colspan="2" text="진료기간" taborder="undefined"/>
  628. <Cell col="3" colspan="2" text="수납기간" taborder="undefined"/>
  629. <Cell col="5" text="진료과"/>
  630. <Cell col="6" text="진료의"/>
  631. <Cell col="7" text="유형"/>
  632. <Cell col="8" colspan="2" text="보조" taborder="undefined"/>
  633. <Cell col="10" text="퇴원병실"/>
  634. <Cell col="11" text="총진료비"/>
  635. <Cell col="12" text="본인부담액"/>
  636. <Cell col="13" colspan="2" text="대불적용일자" taborder="undefined"/>
  637. <Cell col="15" text="청구일자"/>
  638. <Cell col="16" text="대불청구액"/>
  639. <Cell col="17" text="대불입금일자"/>
  640. <Cell col="18" text="대불입금액"/>
  641. <Cell col="19" text="계정"/>
  642. <Cell col="20" text="계정명"/>
  643. <Cell col="21" text="미수금"/>
  644. <Cell col="22" text="입금액"/>
  645. <Cell col="23" text="대손액"/>
  646. <Cell col="24" text="미수잔액"/>
  647. <Cell col="25" text="접수번호"/>
  648. <Cell col="26" text="심사차수"/>
  649. <Cell col="27" text="명일련"/>
  650. </Band>
  651. <Band id="body">
  652. <Cell displaytype="checkbox" text="bind:admi_ckbox"/>
  653. <Cell col="1" displaytype="date" style="align:center middle;" text="bind:admi_fromdd" mask="yyyy-MM-dd" calendardisplaynulltype="none"/>
  654. <Cell col="2" displaytype="date" style="align:center middle;" text="bind:admi_todd" mask="yyyy-MM-dd" calendardisplaynulltype="none"/>
  655. <Cell col="3" displaytype="date" style="align:center middle;" text="bind:admi_incalcfromdd" mask="yyyy-MM-dd" calendardisplaynulltype="none"/>
  656. <Cell col="4" displaytype="date" style="align:center middle;" text="bind:admi_incalcenddd" mask="yyyy-MM-dd" calendardisplaynulltype="none"/>
  657. <Cell col="5" style="align:left middle;" text="bind:admi_orddeptcdnm"/>
  658. <Cell col="6" style="align:left middle;" text="bind:admi_medispclidnm"/>
  659. <Cell col="7" style="align:left middle;" text="bind:admi_insukind"/>
  660. <Cell col="8" style="align:left middle;" text="bind:admi_suppkind"/>
  661. <Cell col="9" displaytype="combo" style="align:left middle;" text="bind:admi_suppkind" combodataset="ds_init_suppkind" combocodecol="cd" combodatacol="nm"/>
  662. <Cell col="10" displaytype="normal" style="align:left middle;" text="bind:admi_roomcd"/>
  663. <Cell col="11" displaytype="number" style="align:right middle;" text="bind:admi_totamt" mask="9,999"/>
  664. <Cell col="12" displaytype="number" style="align:right middle;" text="bind:admi_totownamt" mask="9,999"/>
  665. <Cell col="13" displaytype="date" text="bind:admi_appfromdd" mask="yyyy-MM-dd" calendardisplaynulltype="nulltext"/>
  666. <Cell col="14" displaytype="date" text="bind:admi_appenddd" mask="yyyy-MM-dd" calendardisplaynulltype="nulltext"/>
  667. <Cell col="15" displaytype="date" style="align:left middle;" text="bind:admi_clamdd" mask="yyyy-MM-dd" calendardisplaynulltype="none"/>
  668. <Cell col="16" displaytype="number" style="align:right middle;" text="bind:admi_erdebtamt" mask="9,999"/>
  669. <Cell col="17" displaytype="date" text="bind:admi_rcptdd_espm" mask="yyyy-MM-dd" calendardisplaynulltype="nulltext"/>
  670. <Cell col="18" displaytype="number" style="align:right middle;" text="bind:admi_rcptamt_espm" mask="9,999"/>
  671. <Cell col="19" style="align:left middle;" text="bind:admi_uncocd"/>
  672. <Cell col="20" displaytype="combo" text="bind:admi_uncocd" combodataset="ds_init_uncocd" combocodecol="cd" combodatacol="nm"/>
  673. <Cell col="21" displaytype="number" style="align:right middle;" text="bind:admi_uncoamt" mask="9,999"/>
  674. <Cell col="22" displaytype="number" style="align:right middle;" text="bind:admi_uncorcptamt" mask="9,999"/>
  675. <Cell col="23" displaytype="number" style="align:right middle;" text="bind:admi_uncodebtamt" mask="9,999"/>
  676. <Cell col="24" displaytype="number" style="align:right middle;" text="bind:admi_uncorestamt" mask="9,999"/>
  677. <Cell col="25" style="align:left middle;" text="bind:clbs_acptno"/>
  678. <Cell col="26" style="align:left middle;" text="bind:clbs_judgdg"/>
  679. <Cell col="27" style="align:left middle;" text="bind:clbs_docuseqno"/>
  680. </Band>
  681. </Format>
  682. </Formats>
  683. </Grid>
  684. <Static id="caption16" text="※ 색표시된 컬럼은 수정가능하고 한글명에서 우측버튼 누르면 처방 삭제가 가능합니다." position="absolute 0 731 485 751" anchor="left bottom"/>
  685. <Grid id="grd_samfile" taborder="24" binddataset="ds_hidden_rcv_h_samfile_samfile" useinputpanel="false" visible="false" position="absolute 1105 416 1175 486">
  686. <Formats>
  687. <Format id="default">
  688. <Columns>
  689. <Column size="60"/>
  690. </Columns>
  691. <Rows>
  692. <Row size="24" band="head"/>
  693. <Row size="24"/>
  694. </Rows>
  695. <Band id="head">
  696. <Cell text="caption1"/>
  697. </Band>
  698. <Band id="body">
  699. <Cell text="bind:sum1"/>
  700. </Band>
  701. </Format>
  702. </Formats>
  703. </Grid>
  704. <Div id="grp" taborder="25" class="div_SA2" position="absolute 0 272 1194 312" anchor="left top right">
  705. <Layouts>
  706. <Layout>
  707. <Button id="button1" taborder="7" text="조회" onclick="group3_button1_onclick" class="btn1" position="absolute 327 10 383 32" anchor="left top"/>
  708. <Static id="caption7" text="~" position="absolute 217 11 237 31" style="align:center ;" anchor="left top"/>
  709. <Static id="caption4" text="대불적용일자 :" class="search_name" position="absolute 9 13 121 30" anchor="left top"/>
  710. <Static id="caption5" text="대불청구액 :" class="search_name" position="absolute 621 13 705 30" anchor="left top"/>
  711. <Shape id="line4" linetype="vertical" class="line_4" position="absolute 392 11 395 31" anchor="left top"/>
  712. <Calendar id="ipt_fromdd" taborder="8" dateformat="yyyy-MM-dd" class="input_search" position="absolute 129 11 214 30" anchor="left top" autoselect="true" autoskip="true"/>
  713. <Calendar id="ipt_todd" taborder="9" dateformat="yyyy-MM-dd" class="input_search" position="absolute 237 11 322 30" anchor="left top" autoselect="true" autoskip="true"/>
  714. <MaskEdit id="ipt_debt" taborder="10" mask="(-)#,###" class="input_search" position="absolute 713 11 793 30" style="font:,,bold;align:right ;color:#ff0066;" anchor="left top"/>
  715. <Static id="caption15" text="청구일자 :" class="search_name" position="absolute 413 13 487 30" anchor="left top"/>
  716. <Calendar id="ipt_clamdd" taborder="11" dateformat="yyyy-MM-dd" class="input_search" position="absolute 498 11 593 30" style="font:,,bold;align:center ;color:#ff0066;" mask="yyyy-mm-dd" anchor="left top"/>
  717. <Static id="caption17" text="입금일자 :" class="search_name" position="absolute 820 13 894 30" anchor="left top"/>
  718. <Static id="caption19" text="입금액 :" class="search_name" position="absolute 1014 13 1078 30" anchor="left top"/>
  719. <Calendar id="ipt_rcptdd_espm" taborder="12" dateformat="yyyy-MM-dd" class="input_search" position="absolute 899 11 994 30" style="font:,,bold;align:center ;color:#ff0066;" anchor="left top" autoselect="true" autoskip="true"/>
  720. <MaskEdit id="ipt_rcptamt_espm" taborder="13" mask="9,999999999999999" class="input_search" position="absolute 1089 11 1169 30" style="color:#ff0066ff;align:right middle;font:Dotum,9,bold;" anchor="left top" type="number" maskchar=" "/>
  721. </Layout>
  722. </Layouts>
  723. </Div>
  724. <Static id="caption6" text="응급대불관리" class="tit_1" position="absolute 0 0 120 25" anchor="left top"/>
  725. <Button id="button2" taborder="26" text="초기화" onclick="group5_button2_onclick" class="btn4" position="absolute 1126 757 1194 779" anchor="right bottom"/>
  726. <Shape id="line32" class="line_6" position="absolute 0 752 1194 755" anchor="left right bottom"/>
  727. <Button id="btn_calc" taborder="27" text="처방계산" onclick="group5_btn_calc_onclick" class="btn4" position="absolute 988 757 1068 779" anchor="right bottom"/>
  728. <Button id="btn_save" taborder="28" text="저장" onclick="group5_btn_save_onclick" class="btn4" position="absolute 1069 757 1125 779" anchor="right bottom"/>
  729. </Layout>
  730. </Layouts>
  731. <Objects>
  732. <Dataset id="ds_init_P0083list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  733. <ColumnInfo/>
  734. </Dataset>
  735. <Dataset id="ds_popupmenu_iscl_item" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  736. <ColumnInfo>
  737. <Column id="hardcdnm" type="STRING" size="256"/>
  738. <Column id="hardcd" type="STRING" size="256"/>
  739. </ColumnInfo>
  740. <Rows>
  741. <Row>
  742. <Col id="hardcdnm">행삭제</Col>
  743. <Col id="hardcd">fRowDelete</Col>
  744. </Row>
  745. </Rows>
  746. </Dataset>
  747. <Dataset id="ds_hidden_clbs" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  748. <ColumnInfo>
  749. <Column id="totcnt" type="STRING" size="256"/>
  750. </ColumnInfo>
  751. <Rows>
  752. <Row>
  753. <Col id="totcnt"/>
  754. </Row>
  755. </Rows>
  756. </Dataset>
  757. <Dataset id="ds_main_patinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  758. <ColumnInfo>
  759. <Column id="patinfolist" type="STRING" size="256"/>
  760. </ColumnInfo>
  761. <Rows>
  762. <Row>
  763. <Col id="patinfolist"/>
  764. </Row>
  765. </Rows>
  766. </Dataset>
  767. <Dataset id="ds_main_h_iscl_sum_iscl_sum" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  768. <ColumnInfo>
  769. <Column id="totordamt" type="STRING" size="256"/>
  770. <Column id="ownbamt" type="STRING" size="256"/>
  771. </ColumnInfo>
  772. <Rows>
  773. <Row>
  774. <Col id="totordamt"/>
  775. <Col id="ownbamt"/>
  776. </Row>
  777. </Rows>
  778. </Dataset>
  779. <Dataset id="ds_main_h_iscl_iscl" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  780. <ColumnInfo/>
  781. </Dataset>
  782. <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  783. <ColumnInfo>
  784. <Column id="popupendflag" type="STRING" size="256"/>
  785. </ColumnInfo>
  786. <Rows>
  787. <Row/>
  788. </Rows>
  789. </Dataset>
  790. <Dataset id="ds_popupmenu_iscl" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  791. <ColumnInfo/>
  792. </Dataset>
  793. <Dataset id="ds_main_h_admi" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  794. <ColumnInfo/>
  795. </Dataset>
  796. <Dataset id="ds_init" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  797. <ColumnInfo/>
  798. </Dataset>
  799. <Dataset id="ds_main_h_samfile" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  800. <ColumnInfo>
  801. <Column id="samfile" type="STRING" size="256"/>
  802. </ColumnInfo>
  803. <Rows>
  804. <Row>
  805. <Col id="samfile"/>
  806. </Row>
  807. </Rows>
  808. </Dataset>
  809. <Dataset id="ds_temp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  810. <ColumnInfo>
  811. <Column id="temp" type="STRING" size="256"/>
  812. </ColumnInfo>
  813. </Dataset>
  814. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  815. <ColumnInfo>
  816. <Column id="data2" type="STRING" size="256"/>
  817. </ColumnInfo>
  818. </Dataset>
  819. <Dataset id="ds_popupmenu" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  820. <ColumnInfo/>
  821. </Dataset>
  822. <Dataset id="ds_send_data1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  823. <ColumnInfo>
  824. <Column id="pid" type="STRING" size="256"/>
  825. <Column id="indd" type="STRING" size="256"/>
  826. <Column id="cretno" type="STRING" size="256"/>
  827. <Column id="insukind" type="STRING" size="256"/>
  828. <Column id="appfromdd" type="STRING" size="256"/>
  829. <Column id="apptodd" type="STRING" size="256"/>
  830. <Column id="calcpayflag" type="STRING" size="256"/>
  831. <Column id="clamdd" type="STRING" size="256"/>
  832. <Column id="erdebtamt" type="STRING" size="256"/>
  833. <Column id="rcptdd" type="STRING" size="256"/>
  834. <Column id="rcptno" type="STRING" size="256"/>
  835. <Column id="rcptseqno" type="STRING" size="256"/>
  836. <Column id="rcptdd_espm" type="STRING" size="256"/>
  837. <Column id="rcptamt_espm" type="STRING" size="256"/>
  838. <Column id="clamym" type="STRING" size="256"/>
  839. <Column id="clamdg" type="STRING" size="256"/>
  840. <Column id="pidsn" type="STRING" size="256"/>
  841. </ColumnInfo>
  842. <Rows>
  843. <Row>
  844. <Col id="pid"/>
  845. <Col id="indd"/>
  846. <Col id="cretno"/>
  847. <Col id="insukind"/>
  848. <Col id="appfromdd"/>
  849. <Col id="apptodd"/>
  850. <Col id="calcpayflag"/>
  851. <Col id="clamdd"/>
  852. <Col id="erdebtamt"/>
  853. <Col id="rcptdd"/>
  854. <Col id="rcptno"/>
  855. <Col id="rcptseqno"/>
  856. <Col id="rcptdd_espm"/>
  857. <Col id="rcptamt_espm"/>
  858. <Col id="clamym"/>
  859. <Col id="clamdg"/>
  860. <Col id="pidsn"/>
  861. </Row>
  862. </Rows>
  863. </Dataset>
  864. <Dataset id="ds_send_data3" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  865. <ColumnInfo>
  866. <Column id="req" type="STRING" size="256"/>
  867. <Column id="h_iscl" type="STRING" size="256"/>
  868. </ColumnInfo>
  869. <Rows>
  870. <Row>
  871. <Col id="req"/>
  872. <Col id="h_iscl"/>
  873. </Row>
  874. </Rows>
  875. </Dataset>
  876. <Dataset id="ds_send_data4" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  877. <ColumnInfo>
  878. <Column id="srchcond" type="STRING" size="256"/>
  879. <Column id="pid" type="STRING" size="256"/>
  880. <Column id="hngnm" type="STRING" size="256"/>
  881. <Column id="rrgstno1" type="STRING" size="256"/>
  882. <Column id="rrgstno2" type="STRING" size="256"/>
  883. <Column id="autoflag" type="STRING" size="256"/>
  884. </ColumnInfo>
  885. <Rows>
  886. <Row>
  887. <Col id="srchcond"/>
  888. <Col id="pid"/>
  889. <Col id="hngnm"/>
  890. <Col id="rrgstno1"/>
  891. <Col id="rrgstno2"/>
  892. <Col id="autoflag"/>
  893. </Row>
  894. </Rows>
  895. </Dataset>
  896. <Dataset id="ds_main_ptbs" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  897. <ColumnInfo>
  898. <Column id="ptbs_status" type="STRING" size="256"/>
  899. <Column id="ptbs_pid" type="STRING" size="256"/>
  900. <Column id="ptbs_hngnm" type="STRING" size="256"/>
  901. <Column id="ptbs_engnm" type="STRING" size="256"/>
  902. <Column id="ptbs_rrgstno1" type="STRING" size="256"/>
  903. <Column id="ptbs_rrgstno2" type="STRING" size="256"/>
  904. <Column id="ptbs_brthdd" type="STRING" size="256"/>
  905. <Column id="ptbs_sex" type="STRING" size="256"/>
  906. <Column id="ptbs_age" type="STRING" size="256"/>
  907. <Column id="ptbs_hometel" type="STRING" size="256"/>
  908. <Column id="ptbs_mpphontel" type="STRING" size="256"/>
  909. <Column id="ptbs_zipcd1" type="STRING" size="256"/>
  910. <Column id="ptbs_zipcd2" type="STRING" size="256"/>
  911. <Column id="ptbs_zipcdseq" type="STRING" size="256"/>
  912. <Column id="ptbs_zipnm" type="STRING" size="256"/>
  913. <Column id="ptbs_detladdr" type="STRING" size="256"/>
  914. <Column id="ptbs_forgeryn" type="STRING" size="256"/>
  915. <Column id="ptbs_recmyn" type="STRING" size="256"/>
  916. <Column id="ptbs_recmerid" type="STRING" size="256"/>
  917. <Column id="ptbs_vipyn" type="STRING" size="256"/>
  918. <Column id="ptbs_religncd" type="STRING" size="256"/>
  919. <Column id="ptbs_remfact" type="STRING" size="256"/>
  920. <Column id="ptbs_inhospyn" type="STRING" size="256"/>
  921. </ColumnInfo>
  922. <Rows>
  923. <Row>
  924. <Col id="ptbs_status"/>
  925. <Col id="ptbs_pid"/>
  926. <Col id="ptbs_hngnm"/>
  927. <Col id="ptbs_engnm"/>
  928. <Col id="ptbs_rrgstno1"/>
  929. <Col id="ptbs_rrgstno2"/>
  930. <Col id="ptbs_brthdd"/>
  931. <Col id="ptbs_sex"/>
  932. <Col id="ptbs_age"/>
  933. <Col id="ptbs_hometel"/>
  934. <Col id="ptbs_mpphontel"/>
  935. <Col id="ptbs_zipcd1"/>
  936. <Col id="ptbs_zipcd2"/>
  937. <Col id="ptbs_zipcdseq"/>
  938. <Col id="ptbs_zipnm"/>
  939. <Col id="ptbs_detladdr"/>
  940. <Col id="ptbs_forgeryn"/>
  941. <Col id="ptbs_recmyn"/>
  942. <Col id="ptbs_recmerid"/>
  943. <Col id="ptbs_vipyn"/>
  944. <Col id="ptbs_religncd"/>
  945. <Col id="ptbs_remfact"/>
  946. <Col id="ptbs_inhospyn"/>
  947. </Row>
  948. </Rows>
  949. </Dataset>
  950. <Dataset id="ds_hidden" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  951. <ColumnInfo>
  952. <Column id="list1" type="STRING" size="256"/>
  953. <Column id="list2" type="STRING" size="256"/>
  954. <Column id="list3" type="STRING" size="256"/>
  955. <Column id="list4" type="STRING" size="256"/>
  956. <Column id="list5" type="STRING" size="256"/>
  957. </ColumnInfo>
  958. </Dataset>
  959. <Dataset id="ds_send_report1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  960. <ColumnInfo>
  961. <Column id="list1" type="STRING" size="256"/>
  962. <Column id="list2" type="STRING" size="256"/>
  963. <Column id="list3" type="STRING" size="256"/>
  964. <Column id="list4" type="STRING" size="256"/>
  965. <Column id="list5" type="STRING" size="256"/>
  966. </ColumnInfo>
  967. <Rows>
  968. <Row>
  969. <Col id="list1"/>
  970. <Col id="list2"/>
  971. <Col id="list3"/>
  972. <Col id="list4"/>
  973. <Col id="list5"/>
  974. </Row>
  975. </Rows>
  976. </Dataset>
  977. <Dataset id="ds_send_report2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  978. <ColumnInfo>
  979. <Column id="list1" type="STRING" size="256"/>
  980. <Column id="list5" type="STRING" size="256"/>
  981. </ColumnInfo>
  982. <Rows>
  983. <Row>
  984. <Col id="list1"/>
  985. <Col id="list5"/>
  986. </Row>
  987. </Rows>
  988. </Dataset>
  989. <Dataset id="ds_main_h_iscl_sum" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  990. <ColumnInfo/>
  991. </Dataset>
  992. <Dataset id="ds_init_P0083list_P0083" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  993. <ColumnInfo>
  994. <Column id="cdnm" type="STRING" size="256"/>
  995. <Column id="cdid" type="STRING" size="256"/>
  996. </ColumnInfo>
  997. <Rows>
  998. <Row>
  999. <Col id="cdnm"/>
  1000. <Col id="cdid"/>
  1001. </Row>
  1002. </Rows>
  1003. </Dataset>
  1004. <Dataset id="ds_main_h_admi_admi" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
  1005. <ColumnInfo>
  1006. <Column id="admi_ckbox" type="STRING" size="256"/>
  1007. <Column id="admi_fromdd" type="STRING" size="256"/>
  1008. <Column id="admi_todd" type="STRING" size="256"/>
  1009. <Column id="admi_orddeptcd" type="STRING" size="256"/>
  1010. <Column id="admi_orddeptcdnm" type="STRING" size="256"/>
  1011. <Column id="admi_medispclid" type="STRING" size="256"/>
  1012. <Column id="admi_insukind" type="STRING" size="256"/>
  1013. <Column id="admi_suppkind" type="STRING" size="256"/>
  1014. <Column id="admi_roomcd" type="STRING" size="256"/>
  1015. <Column id="admi_totamt" type="STRING" size="256"/>
  1016. <Column id="admi_totownamt" type="STRING" size="256"/>
  1017. <Column id="admi_uncocd" type="STRING" size="256"/>
  1018. <Column id="admi_uncocdnm" type="STRING" size="256"/>
  1019. <Column id="admi_uncoamt" type="STRING" size="256"/>
  1020. <Column id="admi_uncorcptamt" type="STRING" size="256"/>
  1021. <Column id="admi_uncodebtamt" type="STRING" size="256"/>
  1022. <Column id="admi_uncorestamt" type="STRING" size="256"/>
  1023. <Column id="admi_rcptdd" type="STRING" size="256"/>
  1024. <Column id="admi_rcptno" type="STRING" size="256"/>
  1025. <Column id="admi_rcptseqno" type="STRING" size="256"/>
  1026. <Column id="admi_rcptseqno" type="STRING" size="256"/>
  1027. <Column id="admi_erdebtamt" type="STRING" size="256"/>
  1028. <Column id="admi_indd" type="STRING" size="256"/>
  1029. <Column id="admi_cretno" type="STRING" size="256"/>
  1030. <Column id="clbs_acptno" type="STRING" size="256"/>
  1031. <Column id="clbs_judgdg" type="STRING" size="256"/>
  1032. <Column id="clbs_docuseqno" type="STRING" size="256"/>
  1033. </ColumnInfo>
  1034. <Rows>
  1035. <Row>
  1036. <Col id="admi_ckbox"/>
  1037. <Col id="admi_fromdd"/>
  1038. <Col id="admi_todd"/>
  1039. <Col id="admi_orddeptcd"/>
  1040. <Col id="admi_orddeptcdnm"/>
  1041. <Col id="admi_medispclid"/>
  1042. <Col id="admi_insukind"/>
  1043. <Col id="admi_suppkind"/>
  1044. <Col id="admi_roomcd"/>
  1045. <Col id="admi_totamt"/>
  1046. <Col id="admi_totownamt"/>
  1047. <Col id="admi_uncocd"/>
  1048. <Col id="admi_uncocdnm"/>
  1049. <Col id="admi_uncoamt"/>
  1050. <Col id="admi_uncorcptamt"/>
  1051. <Col id="admi_uncodebtamt"/>
  1052. <Col id="admi_uncorestamt"/>
  1053. <Col id="admi_rcptdd"/>
  1054. <Col id="admi_rcptno"/>
  1055. <Col id="admi_rcptseqno"/>
  1056. <Col id="admi_rcptseqno"/>
  1057. <Col id="admi_erdebtamt"/>
  1058. <Col id="admi_indd"/>
  1059. <Col id="admi_cretno"/>
  1060. <Col id="clbs_acptno"/>
  1061. <Col id="clbs_judgdg"/>
  1062. <Col id="clbs_docuseqno"/>
  1063. </Row>
  1064. </Rows>
  1065. </Dataset>
  1066. <Dataset id="ds_hidden_rcv_h_admi" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1067. <Dataset id="ds_send_data3_h_iscl" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1068. <Dataset id="ds_hidden_rcv_h_iscl_iscl" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1069. <Dataset id="ds_hidden_rcv_h_iscl_sum_iscl_sum" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1070. <Dataset id="ds_send_data3_req" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1071. <Dataset id="ds_send_data2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1072. <Dataset id="ds_temp_mech" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1073. <Dataset id="ds_init_insukind" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1074. <Dataset id="ds_init_disccd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1075. <Dataset id="ds_init_suppkind" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1076. <Dataset id="ds_init_orddeptcd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1077. <Dataset id="ds_init_orddrid" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1078. <Dataset id="ds_init_reducd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1079. <Dataset id="ds_init_uncocd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1080. <Dataset id="ds_init_proccd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1081. <Dataset id="ds_init_subjno" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1082. <Dataset id="ds_init_rcptflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1083. <Dataset id="ds_node_bk_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1084. <Dataset id="ds_node_bk_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1085. <Dataset id="ds_hidden_rcv_h_admi_admi" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1086. <Dataset id="ds_hidden_list1_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1087. <Dataset id="ds_hidden_list2_diag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1088. <Dataset id="ds_hidden_list3_amt" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1089. <Dataset id="ds_hidden_list4_prcp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1090. <Dataset id="ds_hidden_list5_prcp_sub" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1091. <Dataset id="ds_send_report1_list1_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1092. <Dataset id="ds_send_report1_list2_diag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1093. <Dataset id="ds_send_report1_list3_amt" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1094. <Dataset id="ds_send_report1_list4_prcp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1095. <Dataset id="ds_send_report1_list5_prcp_sub" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1096. <Dataset id="ds_send_report2_list1_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1097. <Dataset id="ds_send_report2_list2_diag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1098. <Dataset id="ds_send_report2_list3_amt" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1099. <Dataset id="ds_send_report2_list4_prcp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1100. <Dataset id="ds_send_report2_list5_prcp_sub" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1101. <Dataset id="ds_node_bk_send_report1_list1_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1102. <Dataset id="ds_node_bk_send_report1_list2_diag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1103. <Dataset id="ds_node_bk_send_report1_list3_amt" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1104. <Dataset id="ds_node_bk_send_report1_list4_prcp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1105. <Dataset id="ds_node_bk_send_report1_list5_prcp_sub" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1106. <Dataset id="ds_node_bk_send_report2_list1_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1107. <Dataset id="ds_node_bk_send_report2_list2_diag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1108. <Dataset id="ds_node_bk_send_report2_list3_amt" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1109. <Dataset id="ds_node_bk_send_report2_list4_prcp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1110. <Dataset id="ds_node_bk_send_report2_list5_prcp_sub" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1111. <Dataset id="Dataset00" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1112. <Dataset id="ds_node_bk_send_data2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1113. <Dataset id="ds_hidden_rcv_ptbs" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1114. <Dataset id="Dataset01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1115. <Dataset id="Dataset02" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1116. <Dataset id="ds_init_payflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1117. <ColumnInfo>
  1118. <Column id="label" type="STRING" size="256"/>
  1119. <Column id="value" type="STRING" size="256"/>
  1120. </ColumnInfo>
  1121. <Rows>
  1122. <Row>
  1123. <Col id="label">급</Col>
  1124. <Col id="value">0</Col>
  1125. </Row>
  1126. <Row>
  1127. <Col id="label">100</Col>
  1128. <Col id="value">1</Col>
  1129. </Row>
  1130. <Row>
  1131. <Col id="label">비</Col>
  1132. <Col id="value">2</Col>
  1133. </Row>
  1134. </Rows>
  1135. </Dataset>
  1136. <Dataset id="ds_init_matractflag" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  1137. <ColumnInfo>
  1138. <Column id="label" type="STRING" size="256"/>
  1139. <Column id="value" type="STRING" size="256"/>
  1140. </ColumnInfo>
  1141. <Rows>
  1142. <Row>
  1143. <Col id="label">원외</Col>
  1144. <Col id="value">0</Col>
  1145. </Row>
  1146. <Row>
  1147. <Col id="label">재료</Col>
  1148. <Col id="value">1</Col>
  1149. </Row>
  1150. <Row>
  1151. <Col id="label">가O</Col>
  1152. <Col id="value">2</Col>
  1153. </Row>
  1154. <Row>
  1155. <Col id="label">가X</Col>
  1156. <Col id="value">3</Col>
  1157. </Row>
  1158. <Row>
  1159. <Col id="label">약제</Col>
  1160. <Col id="value">4</Col>
  1161. </Row>
  1162. <Row>
  1163. <Col id="label">위탁</Col>
  1164. <Col id="value">5</Col>
  1165. </Row>
  1166. <Row>
  1167. <Col id="label">약제</Col>
  1168. <Col id="value">6</Col>
  1169. </Row>
  1170. </Rows>
  1171. </Dataset>
  1172. <FilteredDataset id="dsft_init_suppkind" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" binddataset="@ds_init_suppkind"/>
  1173. <Dataset id="ds_patinfolist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  1174. </Objects>
  1175. <Bind>
  1176. <BindItem id="item0" compid="ipt_pid" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_pid"/>
  1177. <BindItem id="item1" compid="ipt_rrgstno1" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_rrgstno1"/>
  1178. <BindItem id="item2" compid="opt_address" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_zipnm"/>
  1179. <BindItem id="item3" compid="opt_zipcd1" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_zipcd1"/>
  1180. <BindItem id="item4" compid="opt_zipcd2" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_zipcd2"/>
  1181. <BindItem id="item5" compid="opt_hometel" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_hometel"/>
  1182. <BindItem id="item6" compid="opt_detladdr" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_detladdr"/>
  1183. <BindItem id="item7" compid="opt_age" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_age"/>
  1184. <BindItem id="item8" compid="opt_mpphontel" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_mpphontel"/>
  1185. <BindItem id="item9" compid="ipt_hngnm" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_hngnm"/>
  1186. <BindItem id="item10" compid="opt_sex" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_sex"/>
  1187. <BindItem id="item11" compid="opt_rrgstno2" propid="value" datasetid="ds_main_ptbs" columnid="ptbs_rrgstno2"/>
  1188. <BindItem id="item15" compid="opt_totordamt" propid="value" datasetid="ds_main_h_iscl_sum_iscl_sum" columnid="totordamt"/>
  1189. <BindItem id="item16" compid="opt_ownbamt" propid="value" datasetid="ds_main_h_iscl_sum_iscl_sum" columnid="ownbamt"/>
  1190. </Bind>
  1191. <Script type="xscript4.0"><![CDATA[include "com_commonxp::comm_main.xjs"
  1192. include "com_basiccodexp::ZBC001.xjs"
  1193. include "pam_pamcomnxp::PAM001.xjs"
  1194. var arErrorCode = new HashArray();
  1195. function SMPMC02401_onload(obj: Form, e: LoadEventInfo) {
  1196. frmf_initForm(obj);
  1197. grdf_setRowTypeIcon(grd_iscl, 0);
  1198. ds_main.clearData();
  1199. ds_main.addRow();
  1200. fInitialize();
  1201. //원무사용 기초코드 조회 cache기능 추가
  1202. if (frmf_copyFromCache("TRPAMCOM01_depttree", ds_init_orddeptcd)) {
  1203. frmf_copyFromCache("TRPAMCOM01_disccdtree", ds_init_disccd);
  1204. frmf_copyFromCache("TRPAMCOM01_insukindtree", ds_init_insukind);
  1205. frmf_copyFromCache("TRPAMCOM01_suppkindtree", ds_init_suppkind);
  1206. frmf_copyFromCache("TRPAMCOM01_depttree", ds_init_orddeptcd);
  1207. frmf_copyFromCache("TRPAMCOM01_orddridtree", ds_init_orddrid);
  1208. frmf_copyFromCache("TRPAMCOM01_reducdtree", ds_init_reducd);
  1209. frmf_copyFromCache("TRPAMCOM01_uncocdtree", ds_init_uncocd);
  1210. frmf_copyFromCache("TRPAMCOM01_proccdtree", ds_init_proccd);
  1211. frmf_copyFromCache("TRPAMCOM01_subjnotree", ds_init_subjno);
  1212. frmf_copyFromCache("TRPAMCOM01_rcptflagtree", ds_init_rcptflag);
  1213. }
  1214. else {
  1215. ds_hidden.clearData();
  1216. dsf_makeValue(ds_hidden, "sess_posinstcd", "string", sysf_getUserInfo("dutplceinstcd"));
  1217. var oParam = {};
  1218. oParam.id = "TRPAMCOM01";
  1219. oParam.service = "pamcomnapp.PamComn";
  1220. oParam.method = "reqGetComCD";
  1221. oParam.inds = "req=ds_hidden";
  1222. oParam.outds = "ds_init_disccd=disccd " +
  1223. "ds_init_insukind=insukind " +
  1224. "ds_init_suppkind=suppkind " +
  1225. "ds_init_orddeptcd=orddeptcd " +
  1226. "ds_init_orddrid=orddrid " +
  1227. "ds_init_reducd=reducd " +
  1228. "ds_init_uncocd=uncocd " +
  1229. "ds_init_proccd=proccd " +
  1230. "ds_init_subjno=subjno " +
  1231. "ds_init_rcptflag=rcptflag";
  1232. oParam.async = false;
  1233. oParam.callback = "cf_TRPAMCOM01";
  1234. tranf_submit(oParam);
  1235. if (arErrorCode.pop("TRPAMCOM01") > -1) {
  1236. frmf_storeIntoCache("TRPAMCOM01_depttree", ds_init_orddeptcd);
  1237. frmf_storeIntoCache("TRPAMCOM01_disccdtree", ds_init_disccd);
  1238. frmf_storeIntoCache("TRPAMCOM01_insukindtree", ds_init_insukind);
  1239. frmf_storeIntoCache("TRPAMCOM01_suppkindtree", ds_init_suppkind);
  1240. frmf_storeIntoCache("TRPAMCOM01_depttree", ds_init_orddeptcd);
  1241. frmf_storeIntoCache("TRPAMCOM01_orddridtree", ds_init_orddrid);
  1242. frmf_storeIntoCache("TRPAMCOM01_reducdtree", ds_init_reducd);
  1243. frmf_storeIntoCache("TRPAMCOM01_uncocdtree", ds_init_uncocd);
  1244. frmf_storeIntoCache("TRPAMCOM01_proccdtree", ds_init_proccd);
  1245. frmf_storeIntoCache("TRPAMCOM01_subjnotree", ds_init_subjno);
  1246. frmf_storeIntoCache("TRPAMCOM01_rcptflagtree", ds_init_rcptflag);
  1247. }
  1248. }
  1249. frmf_createPopupMenuDs("pmn_menu", "pmn_menu_onmenuclick", ds_popupmenu_iscl_item);
  1250. }
  1251. function pmn_menu_onmenuclick(obj: PopupMenu, e: MenuClickEventInfo) {
  1252. eval(e.id + "()");
  1253. }
  1254. function cf_TRPAMCOM01(sSvcId, nErrorCode, sErrorMsg) {
  1255. arErrorCode.push(sSvcId, nErrorCode);
  1256. }
  1257. // header파일 중 SMPMC02401.js 파일 시작
  1258. //SMPMC02401_응급대불관리.xrw 20100204 조영상
  1259. //화면 처음에 열릴떄 딱 한번만 실행! 이후실행하면 안됨!
  1260. function fInitialize() {
  1261. ds_node_bk_main.clearData();
  1262. ds_node_bk_send_data2.clearData();
  1263. ds_node_bk_main.copyData(ds_main);
  1264. ds_node_bk_send_report1_list1_main.copyData(ds_send_report1_list1_main);
  1265. ds_node_bk_send_report1_list2_diag.copyData(ds_send_report1_list2_diag);
  1266. ds_node_bk_send_report1_list3_amt.copyData(ds_send_report1_list3_amt);
  1267. ds_node_bk_send_report1_list4_prcp.copyData(ds_send_report1_list4_prcp);
  1268. ds_node_bk_send_report1_list5_prcp_sub.copyData(ds_send_report1_list5_prcp_sub);
  1269. ds_node_bk_send_report2_list1_main.copyData(ds_send_report2_list1_main);
  1270. ds_node_bk_send_report2_list2_diag.copyData(ds_send_report2_list2_diag);
  1271. ds_node_bk_send_report2_list3_amt.copyData(ds_send_report2_list3_amt);
  1272. ds_node_bk_send_report2_list4_prcp.copyData(ds_send_report2_list4_prcp);
  1273. ds_node_bk_send_report2_list5_prcp_sub.copyData(ds_send_report2_list5_prcp_sub);
  1274. }
  1275. function fOJBaseInfoRef() {
  1276. if ( ds_main.getColumn(0, "popupendflag") == "ok" )
  1277. {
  1278. ds_send_data1.setColumn(0, "pid", ds_patinfolist.getColumn(0, "pid"));
  1279. fGetPatInfo();
  1280. }
  1281. else if ( ds_main.getColumn(0, "popupendflag") == "pass" )
  1282. {
  1283. ds_send_data1.setColumn(0, "pid", ds_main_ptbs.getColumn(0, "ptbs_pid"));
  1284. fGetPatInfo();
  1285. }
  1286. else {
  1287. ds_main_ptbs.clearData();
  1288. ds_main_ptbs.addRow();
  1289. return false;
  1290. }
  1291. }
  1292. //환자 인적사항, 응급대불신청내역조회
  1293. function fGetPatInfo() {
  1294. var oParam = {};
  1295. oParam.id = "TRPMC02404";
  1296. oParam.service = "patinfomngtapp.ERSubtApp";
  1297. oParam.method = "reqGetPatinfo_erubud";
  1298. oParam.inds = "req=ds_send_data1";
  1299. oParam.outds = "ds_hidden_rcv_ptbs=ptbs ds_hidden_rcv_h_admi_admi=admi";
  1300. oParam.async = false;
  1301. oParam.callback = "cf_TRPMC02404";
  1302. tranf_submit(oParam);
  1303. if (arErrorCode.pop("TRPMC02404") > -1) {
  1304. ds_main_h_admi_admi.clearData();
  1305. ds_main_h_iscl_iscl.clearData(); // 인적 사항 조회
  1306. var iptbscnt = ds_hidden_rcv_ptbs.rowcount;
  1307. if (iptbscnt > 0) {
  1308. dsf_copyDsWithPrefix(ds_main_ptbs, ds_hidden_rcv_ptbs, "ptbs_");
  1309. ds_main_ptbs.updateColID("ptbs_ptbs_pid", "ptbs_pid");
  1310. }
  1311. // 수진이력 조회
  1312. dsf_copyDsWithPrefix(ds_main_h_admi_admi, ds_hidden_rcv_h_admi_admi, "admi_");
  1313. if (!utlf_isNull(ds_main_h_admi_admi.getColumnInfo("admi_acptno")))
  1314. ds_main_h_admi_admi.updateColID("admi_acptno", "clbs_acptno");
  1315. else
  1316. ds_main_h_admi_admi.addColumn("admi_acptno", "string");
  1317. if (!utlf_isNull(ds_main_h_admi_admi.getColumnInfo("admi_judgdg")))
  1318. ds_main_h_admi_admi.updateColID("admi_judgdg", "clbs_judgdg");
  1319. else
  1320. ds_main_h_admi_admi.addColumn("admi_judgdg", "string");
  1321. if (!utlf_isNull(ds_main_h_admi_admi.getColumnInfo("admi_docuseqno")))
  1322. ds_main_h_admi_admi.updateColID("admi_docuseqno", "clbs_docuseqno");
  1323. else
  1324. ds_main_h_admi_admi.addColumn("admi_docuseqno", "string");
  1325. if (!utlf_isNull(ds_main_h_admi_admi.getColumnInfo("admi_clamym")))
  1326. ds_main_h_admi_admi.updateColID("admi_clamym", "clbs_clamym");
  1327. else
  1328. ds_main_h_admi_admi.addColumn("admi_clamym", "string");
  1329. if (!utlf_isNull(ds_main_h_admi_admi.getColumnInfo("admi_clamd")))
  1330. ds_main_h_admi_admi.updateColID("admi_clamd", "clbs_clamd");
  1331. else
  1332. ds_main_h_admi_admi.addColumn("admi_clamd", "string");
  1333. if (!utlf_isNull(ds_main_h_admi_admi.getColumnInfo("admi_pidsn")))
  1334. ds_main_h_admi_admi.updateColID("admi_pidsn", "clbs_pidsn");
  1335. else
  1336. ds_main_h_admi_admi.addColumn("admi_pidsn", "string");
  1337. }
  1338. }
  1339. function cf_TRPMC02404(sSvcId, nErrorCode, sErrorMsg) {
  1340. arErrorCode.push(sSvcId, nErrorCode);
  1341. }
  1342. function fSearchIscl() {
  1343. var oParam = {};
  1344. oParam.id = "TRPMC02405";
  1345. oParam.service = "patinfomngtapp.ERSubtApp";
  1346. oParam.method = "reqGetErIscl";
  1347. oParam.inds = "req=ds_send_data1";
  1348. oParam.outds = "ds_hidden_rcv_h_iscl_iscl=iscl ds_main_h_iscl_sum_iscl_sum=iscl_sum";
  1349. oParam.async = false;
  1350. tranf_submit(oParam);
  1351. fGetIscl();
  1352. }
  1353. //처방내역조회
  1354. function fGetIscl() {
  1355. dsf_setDefaultVal(ds_hidden_rcv_h_iscl_iscl, "estmmncd:0000,hosinresncd:00,hosinhosoutflag:-");
  1356. ds_main_h_iscl_iscl.copyData(ds_hidden_rcv_h_iscl_iscl);
  1357. ds_main_h_iscl_sum_iscl_sum.copyData(ds_main_h_iscl_sum_iscl_sum);
  1358. fEactlistClick0();
  1359. }
  1360. //재계산
  1361. function fChgPayFlag() {
  1362. ds_send_data2.copyData(ds_node_bk_send_data2);
  1363. //보험단가,자보단가,식대급여단가적용등에 대한 재계산
  1364. var iSelRow = 0;
  1365. for (var a = 0; a < ds_main_h_iscl_iscl.rowcount; a++) {
  1366. if (ds_main_h_iscl_iscl.getRowType(a) == Dataset.ROWTYPE_UPDATE) {
  1367. ds_send_data2.copyRow(0, ds_main_h_iscl_iscl, a);
  1368. }
  1369. }
  1370. var oParam = {};
  1371. oParam.id = "TXPMC02403";
  1372. oParam.service = "aftjudgapp.InAftJudg";
  1373. oParam.method = "reqGetERCalcScorCd";
  1374. oParam.inds = "req=ds_send_data2";
  1375. oParam.outds = "ds_temp_mech=mech";
  1376. oParam.async = false;
  1377. oParam.callback = "cf_TXPMC02403";
  1378. tranf_submit(oParam);
  1379. if (arErrorCode.pop("TXPMC02403") > -1) {
  1380. b = 1;
  1381. for (var a = 0; a < ds_main_h_iscl_iscl.rowcount; a++) {
  1382. if (ds_main_h_iscl_iscl.getRowType(a) == Dataset.ROWTYPE_UPDATE) {
  1383. ds_main_h_iscl_iscl.setColumn(a, "appunitcost", ds_temp_mech.getColumn(b, "unitcost"));
  1384. ds_main_h_iscl_iscl.setColumn(a, "totordamt", ds_temp_mech.getColumn(b, "totordamt"));
  1385. ds_main_h_iscl_iscl.setColumn(a, "ownbamt", ds_temp_mech.getColumn(b, "ownbamt"));
  1386. ds_main_h_iscl_iscl.setColumn(a, "payamt", ds_temp_mech.getColumn(b, "payamt"));
  1387. ds_main_h_iscl_iscl.setColumn(a, "payownbamt", ds_temp_mech.getColumn(b, "payownbamt"));
  1388. ds_main_h_iscl_iscl.setColumn(a, "payinsubamt", ds_temp_mech.getColumn(b, "payinsubamt"));
  1389. ds_main_h_iscl_iscl.setColumn(a, "nopyamt", ds_temp_mech.getColumn(b, "nopyamt"));
  1390. ds_main_h_iscl_iscl.setColumn(a, "nopyownbamt", ds_temp_mech.getColumn(b, "nopyownbamt"));
  1391. ds_main_h_iscl_iscl.setColumn(a, "nopyinsubamt", ds_temp_mech.getColumn(b, "nopyinsubamt"));
  1392. ds_main_h_iscl_iscl.setColumn(a, "specamt", ds_temp_mech.getColumn(b, "specamt"));
  1393. ds_main_h_iscl_iscl.setColumn(a, "specownbamt", ds_temp_mech.getColumn(b, "specownbamt"));
  1394. ds_main_h_iscl_iscl.setColumn(a, "specinsubamt", ds_temp_mech.getColumn(b, "specinsubamt"));
  1395. b = b + 1;
  1396. }
  1397. }
  1398. ds_temp_mech.clearData();
  1399. }
  1400. //행삭제 부분처리
  1401. for (var a = 0; a < ds_main_h_iscl_iscl.rowcount; a++) {
  1402. if (ds_main_h_iscl_iscl.getRowType(a) == Dataset.ROWTYPE_DELETE) {
  1403. ds_main_h_iscl_iscl.deleteRow(a);
  1404. }
  1405. }
  1406. }
  1407. function cf_TXPMC02403(sSvcId, nErrorCode, sErrorMsg) {
  1408. arErrorCode.push(sSvcId, nErrorCode);
  1409. }
  1410. function fRowDelete() {
  1411. var iRow = ds_main_h_iscl_iscl.rowposition;
  1412. grdf_setStatus(grd_iscl, "D", [iRow]);
  1413. }
  1414. //실시내역 클릭시
  1415. function fEactlistClick0() {
  1416. var iRow = ds_main_h_iscl_iscl.rowposition;
  1417. var iscl_insukind = ds_main_h_iscl_iscl.getColumn(iRow, "insukind");
  1418. dsft_init_suppkind.filterstr = "up == '" + iscl_insukind + "' && (io == 'A' || io == 'I') ";
  1419. }
  1420. //내역저장
  1421. function fSave() {
  1422. var iRow = ds_main_h_admi_admi.rowposition;
  1423. if (utlf_transNullToEmpty(ds_main_h_admi_admi.getColumn(iRow, "clbs_judgdg")) == "" ||
  1424. ds_main_h_admi_admi.getColumn(iRow, "clbs_judgdg") == "-") {
  1425. var rtn = sysf_messageBox("심사차수가 없습니다. 저장하시겠습니까?", "Q999");
  1426. if (rtn == 7) { // Yes : 6 / No : 7 / Cancel : 2
  1427. return;
  1428. }
  1429. }
  1430. ds_send_data3_req.clearData();
  1431. dsf_makeValue(ds_send_data3_req, "pid", "string", ds_send_data1.getColumn(0, "pid"));
  1432. dsf_makeValue(ds_send_data3_req, "indd", "string", ds_send_data1.getColumn(0, "indd"));
  1433. dsf_makeValue(ds_send_data3_req, "cretno", "string", ds_send_data1.getColumn(0, "cretno"));
  1434. dsf_makeValue(ds_send_data3_req, "insukind", "string", ds_send_data1.getColumn(0, "insukind"));
  1435. dsf_makeValue(ds_send_data3_req, "appfromdd", "string", ds_send_data1.getColumn(0, "appfromdd"));
  1436. dsf_makeValue(ds_send_data3_req, "apptodd", "string", ds_send_data1.getColumn(0, "apptodd"));
  1437. dsf_makeValue(ds_send_data3_req, "rcptdd", "string", ds_send_data1.getColumn(0, "rcptdd"));
  1438. dsf_makeValue(ds_send_data3_req, "rcptno", "string", ds_send_data1.getColumn(0, "rcptno"));
  1439. dsf_makeValue(ds_send_data3_req, "rcptseqno", "string", ds_send_data1.getColumn(0, "rcptseqno"));
  1440. dsf_makeValue(ds_send_data3_req, "clamdd", "string", ds_send_data1.getColumn(0, "clamdd"));
  1441. dsf_makeValue(ds_send_data3_req, "erdebtamt", "string", ds_send_data1.getColumn(0, "erdebtamt"));
  1442. dsf_makeValue(ds_send_data3_req, "rcptdd_espm", "string", ds_send_data1.getColumn(0, "rcptdd_espm"));
  1443. dsf_makeValue(ds_send_data3_req, "rcptamt_espm", "string", ds_send_data1.getColumn(0, "rcptamt_espm"));
  1444. ds_send_data3_h_iscl.copyData(ds_main_h_iscl_iscl);
  1445. //if(submit("TXPMC02404")) {
  1446. var oParam = {};
  1447. oParam.id = "TXPMC02404";
  1448. oParam.service = "patinfomngtapp.ERSubtApp";
  1449. oParam.method = "reqSetErBudAmt";
  1450. oParam.inds = "req=ds_send_data3_req iscl=ds_send_data3_h_iscl";
  1451. oParam.outds = "ds_hidden_rcv_h_admi_admi=admi ds_hidden_rcv_h_iscl_iscl=iscl ds_hidden_rcv_h_iscl_sum_iscl_sum=iscl_sum";
  1452. oParam.async = false;
  1453. oParam.callback = "cf_TXPMC02404";
  1454. tranf_submit(oParam);
  1455. if (arErrorCode.pop("TXPMC02404") > -1) {
  1456. // 수진이력 조회
  1457. dsf_copyDsWithPrefix(ds_main_h_admi_admi, ds_hidden_rcv_h_admi_admi, "admi_");
  1458. ds_main_h_admi_admi.updateColID("admi_clamym", "clbs_clamym");
  1459. ds_main_h_admi_admi.updateColID("admi_clamdg", "clbs_clamdg");
  1460. ds_main_h_admi_admi.updateColID("admi_pidsn", "clbs_pidsn");
  1461. ds_main_h_admi_admi.updateColID("admi_judgdg", "clbs_judgdg");
  1462. fGetIscl();
  1463. }
  1464. }
  1465. function cf_TXPMC02404(sSvcId, nErrorCode, sErrorMsg) {
  1466. arErrorCode.push(sSvcId, nErrorCode);
  1467. }
  1468. //명세서 출력
  1469. function fDetailPrint() {
  1470. var oParam = {};
  1471. oParam.id = "TRPMC02406";
  1472. oParam.service = "patinfomngtapp.ERSubtApp";
  1473. oParam.method = "reqGetPatClamDocuPrntData1";
  1474. oParam.inds = "req=ds_send_data1";
  1475. oParam.outds = "ds_hidden_list1_main=main ds_hidden_list2_diag=diag ds_hidden_list3_amt=amt ds_hidden_list4_prcp=prcp ds_hidden_list5_prcp_sub=prcp_sub";
  1476. oParam.async = false;
  1477. oParam.callback = "cf_TRPMC02406";
  1478. tranf_submit(oParam);
  1479. if (arErrorCode.pop("TRPMC02406") > -1) {
  1480. ds_send_report1_list1_main.copyData(ds_hidden_list1_main);
  1481. ds_send_report1_list2_diag.copyData(ds_hidden_list2_diag);
  1482. ds_send_report1_list3_amt.copyData(ds_hidden_list3_amt);
  1483. ds_send_report1_list4_prcp.copyData(ds_hidden_list4_prcp);
  1484. ds_send_report1_list5_prcp_sub.copyData(ds_hidden_list5_prcp_sub);
  1485. var objDOM1 = rptf_createDOM();
  1486. var objParam = new Object();
  1487. rptf_setNodeListToDOM(objDOM1, "root/send/report1/list1/main", ds_hidden_list1_main);
  1488. rptf_setNodeListToDOM(objDOM1, "root/send/report1/list2/diag", ds_hidden_list2_diag);
  1489. rptf_setNodeListToDOM(objDOM1, "root/send/report1/list3/amt", ds_hidden_list3_amt);
  1490. rptf_setNodeListToDOM(objDOM1, "root/send/report1/list4/prcp", ds_hidden_list4_prcp);
  1491. rptf_setNodeListToDOM(objDOM1, "root/send/report1/list6/clsp", ds_hidden_list5_prcp_sub);
  1492. objParam.xml_data_XML1 = objDOM1.documentElement.source;
  1493. var objDOM2 = rptf_createDOM();
  1494. objParam.xml_data_XML2 = objDOM2.documentElement.source;
  1495. rptf_setNodeListToDOM(objDOM2, "root/send/report1/list4/prcp", ds_hidden_list4_prcp);
  1496. var option = "open=1;save=1;directprint=0;printdialog=1;print=1;zoom=0";
  1497. rptf_exeReportPreview30(["RPPMC02405"], [objParam], option);
  1498. // 6. 보고서(나머지)로 데이터 보내기(뒷장의 존재유무를 sorting1 값으로 판단한다. 이전에는 edicd로 했는데 소계에서는 빈값이어서 변경함)
  1499. var sorting1 = ds_hidden_list5_prcp_sub.getColumn(0, "prcp_sub_sorting1");
  1500. if (sorting1 != "") {
  1501. ds_send_report2_list1_main.copyData(ds_hidden_list1);
  1502. ds_send_report2_list5_prcp_sub.copyData(ds_hidden_list5_prcp_sub);
  1503. ds_send_report1_list2_diag.copyData(ds_hidden_list2_diag);
  1504. var objParam = new Object();
  1505. var objDOM1 = rptf_createDOM();
  1506. rptf_setNodeListToDOM(objDOM1, "root/send/report2/list1/main", ds_send_report2_list1_main);
  1507. rptf_setNodeListToDOM(objDOM1, "root/send/report2/list5/prcp_sub", ds_send_report2_list5_prcp_sub);
  1508. objParam.xml_data_XML1 = objDOM.documentElement.source;
  1509. var objDOM2 = rptf_createDOM();
  1510. rptf_setNodeListToDOM(objDOM2, "root/send/report1/list2/diag", ds_send_report1_list2_diag);
  1511. objParam.xml_data_XML2 = objDOM2.documentElement.source;
  1512. var option = "open=1;save=1;directprint=0;printdialog=1;print=1;zoom=0";
  1513. rptf_exeReportPreview30(["RPPMC02406"], [objParam], option);
  1514. }
  1515. ds_send_report1_list1_main.copyData(ds_node_bk_send_report1_list1_main);
  1516. ds_send_report1_list2_diag.copyData(ds_node_bk_send_report1_list2_diag);
  1517. ds_send_report1_list3_amt.copyData(ds_node_bk_send_report1_list3_amt);
  1518. ds_send_report1_list4_prcp.copyData(ds_node_bk_send_report1_list4_prcp);
  1519. ds_send_report1_list5_prcp_sub.copyData(ds_node_bk_send_report1_list5_prcp_sub);
  1520. ds_send_report2_list1_main.copyData(ds_node_bk_send_report2_list1_main);
  1521. ds_send_report2_list2_diag.copyData(ds_node_bk_send_report2_list2_diag);
  1522. ds_send_report2_list3_amt.copyData(ds_node_bk_send_report2_list3_amt);
  1523. ds_send_report2_list4_prcp.copyData(ds_node_bk_send_report2_list4_prcp);
  1524. ds_send_report2_list5_prcp_sub.copyData(ds_node_bk_send_report2_list5_prcp_sub);
  1525. }
  1526. }
  1527. function cf_TRPMC02406(sSvcId, nErrorCode, sErrorMsg) {
  1528. arErrorCode.push(sSvcId, nErrorCode);
  1529. }
  1530. //리스트 호출
  1531. function fPopUpList() {
  1532. frmf_modal("SMPMC02402", "SMPMC02402", "", "", "", "", "", "", "", "", "", "", "M");
  1533. }
  1534. //샘파일 생성
  1535. function fCreateSamFile() {
  1536. var oParam = {};
  1537. oParam.id = "TRPMC02408";
  1538. oParam.service = "patinfomngtapp.ERSubtApp";
  1539. oParam.method = "reqGetErubudSamFile";
  1540. oParam.inds = "req=ds_send_data1";
  1541. oParam.outds = "ds_hidden_rcv_h_samfile_samfile=samfile";
  1542. oParam.async = false;
  1543. tranf_submit(oParam);
  1544. var fileName = "C:\\file_upload\\" + "save.txt";
  1545. ds_hidden_rcv_h_samfile_samfile.saveText(fileName, "\n", "|", "'", false, true);
  1546. }
  1547. //통합기록조회
  1548. function fBtn_SMMRI00400() {
  1549. var wndobj = frmf_findPopup("SMMRI00400"); //getOpenWindow
  1550. if (wndobj != null) {
  1551. frmf_setParameter("SMMRI00400_param_pid", ds_main_ptbs.getColumn(0, "ptbs_pid"));
  1552. fInitalize();
  1553. }
  1554. else {
  1555. frmf_setParameter("SMMRI00400_param_chosflag", "I");
  1556. frmf_setParameter("SMMRI00400_param_pid", ds_main_ptbs.getColumn(0, "ptbs_pid"));
  1557. frmf_modal("SMMRI00400", "SMMRI00400", "", "", "1", "", "", "", "", "left:0; right:200; width:750; height:800;", "", "", "M");
  1558. }
  1559. }
  1560. // header파일 중 SMPMC02401.js 파일 끝
  1561. function group3_ipt_pid_onkeydown(obj: Edit, e: KeyEventInfo) {
  1562. if (e.keycode == 13) {
  1563. obj.updateToDataset();
  1564. btn_ojpid.setFocus();
  1565. dsf_makeValue(ds_main, "popupendflag", "string", "");
  1566. ds_main.setColumn(0, "popupendflag", "pass");
  1567. fOJBaseInfoRef();
  1568. }
  1569. }
  1570. function group3_ipt_rrgstno1_onkeydown(obj: Edit, e: KeyEventInfo) {
  1571. if (e.keycode == 13) {
  1572. obj.updateToDataset();
  1573. ds_send_data4.setColumn(0, "autoflag", "Y");
  1574. btn_ptbsrrgstno.click();
  1575. }
  1576. }
  1577. function group3_btn_ptbsrrgstno_onclick(obj: Button, e: ClickEventInfo) {
  1578. var ptbs_rrgstno1 = utlf_transNullToEmpty(ds_main_ptbs.getColumn(0, "ptbs_rrgstno1"));
  1579. var ptbs_rrgstno2 = utlf_transNullToEmpty(ds_main_ptbs.getColumn(0, "ptbs_rrgstno2"));
  1580. if ((ptbs_rrgstno1 == "" || ptbs_rrgstno1 == " ") && (ptbs_rrgstno2 == "" || ptbs_rrgstno2 == " ")) {
  1581. ds_send_data4.clearData();
  1582. ds_send_data4.addRow();
  1583. }
  1584. else {
  1585. ds_send_data4.setColumn(0, "rrgstno1", ds_main_ptbs.getColumn(0, "ptbs_rrgstno1"));
  1586. ds_send_data4.setColumn(0, "rrgstno2", ds_main_ptbs.getColumn(0, "ptbs_rrgstno2"));
  1587. ds_send_data4.setColumn(0, "srchcond", "3")
  1588. }
  1589. var objArg = new Object();
  1590. objArg.arg_ds_send = ds_send_data4;
  1591. frmf_modal("SPPMC02500", "SPPMC02500", objArg, "", "1", "150", "150", "", "", "", "", "", "M");
  1592. ds_send_data4.clearData();
  1593. ds_send_data4.addRow();
  1594. fOJBaseInfoRef();
  1595. }
  1596. function group3_btn_ptbshngnm_onclick(obj: Button, e: ClickEventInfo) {
  1597. var ptbs_hngnm = utlf_transNullToEmpty(ds_main_ptbs.getColumn(0, "ptbs_hngnm"));
  1598. if (ptbs_hngnm == "" || ptbs_hngnm == " ") {
  1599. ds_send_data4.clearData();
  1600. ds_send_data4.addRow();
  1601. }
  1602. else {
  1603. ds_send_data4.setColumn(0, "hngnm", ds_main_ptbs.getColumn(0, "ptbs_hngnm"));
  1604. ds_send_data4.setColumn(0, "srchcond", "2");
  1605. }
  1606. var objArg = new Object();
  1607. objArg.arg_ds_send = ds_send_data4;
  1608. frmf_modal("SPPMC02500", "SPPMC02500", objArg, "", "1", "150", "150", "", "", "", "", "", "M");
  1609. ds_send_data4.clearData();
  1610. ds_send_data4.addRow();
  1611. fOJBaseInfoRef();
  1612. }
  1613. function group3_ipt_hngnm_onkeydown(obj: Edit, e: KeyEventInfo) {
  1614. if (e.keycode == 13) {
  1615. obj.updateToDataset();
  1616. ds_send_data4.setColumn(0, "autoflag", "Y");
  1617. btn_ptbshngnm.click()
  1618. }
  1619. }
  1620. function group3_btn_ojpid_onclick(obj: Button, e: ClickEventInfo) {
  1621. var ptbs_pid = utlf_transNullToEmpty(ds_main_ptbs.getColumn(0, "ptbs_pid"));
  1622. if (ptbs_pid == "" || ptbs_pid == " ") {
  1623. ds_send_data4.clearData();
  1624. ds_send_data4.addRow();
  1625. }
  1626. else {
  1627. ds_send_data4.setColumn(0, "pid", ds_main_ptbs.getColumn(0, "ptbs_pid"));
  1628. ds_send_data4.setColumn(0, "srchcond", "1");
  1629. }
  1630. var objArg = new Object();
  1631. objArg.arg_ds_send = ds_send_data4;
  1632. frmf_modal("SPPMC02500", "SPPMC02500", objArg, "", "1", "150", "150", "", "", "", "", "", "M");
  1633. ds_send_data4.clearData();
  1634. ds_send_data4.addRow();
  1635. fOJBaseInfoRef();
  1636. }
  1637. function group3_button1_onclick(obj: Button, e: ClickEventInfo) {
  1638. fSearchIscl();
  1639. }
  1640. function group3_button4_onclick(obj: Button, e: ClickEventInfo) {
  1641. fPopUpList();
  1642. }
  1643. function group3_button5_onclick(obj: Button, e: ClickEventInfo) {
  1644. fDetailPrint();
  1645. }
  1646. function group3_button6_onclick(obj: Button, e: ClickEventInfo) {
  1647. fCreateSamFile();
  1648. }
  1649. function group3_button7_onclick(obj: Button, e: ClickEventInfo) {
  1650. fBtn_SMMRI00400();
  1651. }
  1652. function group3_grd_iscl_oncellclick(obj: Grid, e: GridClickEventInfo) {
  1653. fEactlistClick0();
  1654. }
  1655. function group3_grd_admi_oncellclick(obj: Grid, e: GridClickEventInfo) {
  1656. if (e.row >= 0 && e.col >= 0) {
  1657. var iRow = ds_main_h_admi_admi.rowposition;
  1658. ds_send_data1.setColumn(0, "pid", ds_main_h_admi_admi.getColumn(iRow, "admi_pid"));
  1659. ds_send_data1.setColumn(0, "indd", ds_main_h_admi_admi.getColumn(iRow, "admi_indd"));
  1660. ds_send_data1.setColumn(0, "cretno", ds_main_h_admi_admi.getColumn(iRow, "admi_cretno"));
  1661. ds_send_data1.setColumn(0, "insukind", ds_main_h_admi_admi.getColumn(iRow, "admi_insukind"));
  1662. if (ds_main_h_admi_admi.getColumn(iRow, "admi_appfromdd") == "00000000") {
  1663. ds_send_data1.setColumn(0, "appfromdd", ds_main_h_admi_admi.getColumn(iRow, "admi_fromdd"));
  1664. }
  1665. else {
  1666. ds_send_data1.setColumn(0, "appfromdd", ds_main_h_admi_admi.getColumn(iRow, "admi_appfromdd"));
  1667. }
  1668. if (ds_main_h_admi_admi.getColumn(iRow, "admi_appenddd") == "00000000") {
  1669. ds_send_data1.setColumn(0, "apptodd", ds_main_h_admi_admi.getColumn(iRow, "admi_todd"));
  1670. }
  1671. else {
  1672. ds_send_data1.setColumn(0, "apptodd", ds_main_h_admi_admi.getColumn(iRow, "admi_appenddd"));
  1673. }
  1674. ds_send_data1.setColumn(0, "calcpayflag", "%");
  1675. ds_send_data1.setColumn(0, "clamdd", ds_main_h_admi_admi.getColumn(iRow, "admi_clamdd"));
  1676. ds_send_data1.setColumn(0, "erdebtamt", ds_main_h_admi_admi.getColumn(iRow, "admi_erdebtamt"));
  1677. ds_send_data1.setColumn(0, "rcptdd_espm", ds_main_h_admi_admi.getColumn(iRow, "admi_rcptdd_espm"));
  1678. ds_send_data1.setColumn(0, "rcptamt_espm", ds_main_h_admi_admi.getColumn(iRow, "admi_rcptamt_espm"));
  1679. ds_send_data1.setColumn(0, "rcptdd", ds_main_h_admi_admi.getColumn(iRow, "admi_rcptdd"));
  1680. ds_send_data1.setColumn(0, "rcptno", ds_main_h_admi_admi.getColumn(iRow, "admi_rcptno"));
  1681. ds_send_data1.setColumn(0, "rcptseqno", ds_main_h_admi_admi.getColumn(iRow, "admi_rcptseqno"));
  1682. ds_send_data1.setColumn(0, "clamym", ds_main_h_admi_admi.getColumn(iRow, "clbs_clamym")); //admi_clamym --> clbs_clamym
  1683. ds_send_data1.setColumn(0, "clamdg", ds_main_h_admi_admi.getColumn(iRow, "clbs_clamdg")); //admi_clamdg --> clbs_clamdg
  1684. ds_send_data1.setColumn(0, "pidsn", ds_main_h_admi_admi.getColumn(iRow, "clbs_pidsn")); //admi_pidsn --> clbs_pidsn
  1685. fSearchIscl();
  1686. }
  1687. }
  1688. function group5_button2_onclick(obj: Button, e: ClickEventInfo) {
  1689. fInitialize();
  1690. }
  1691. function group5_btn_calc_onclick(obj: Button, e: ClickEventInfo) {
  1692. fChgPayFlag();
  1693. }
  1694. function group5_btn_save_onclick(obj: Button, e: ClickEventInfo) {
  1695. fSave();
  1696. }
  1697. function group3_grd_iscl_onrbuttondown(obj: Grid, e: GridMouseEventInfo) {
  1698. pmn_menu.trackPopup(e.screenX, e.screenY);
  1699. return true;
  1700. }]]></Script>
  1701. </Form>
  1702. </FDL>