SMMNW08200_신생아정보본원.xrw 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <wardrecinfo>
  11. <pid/>
  12. <nbabynm/>
  13. <partrtndd/>
  14. <partrtndt/>
  15. <sex/>
  16. <weig/>
  17. <weigunit>1</weigunit>
  18. <mthernm/>
  19. <mtherage/>
  20. <mtherbtype/>
  21. <mtherbrh/>
  22. <mthertel/>
  23. <mtherpid/>
  24. <mtherindd/>
  25. <fthernm/>
  26. <ftherage/>
  27. <ftherbtype/>
  28. <ftherbrh/>
  29. <fthertel/>
  30. <ftherinfcinfoyn/>
  31. <ftherinfcinfo/>
  32. <ftherinfcinfonm/>
  33. <parityg/>
  34. <parityp/>
  35. <paritya/>
  36. <paritysa/>
  37. <parityaa/>
  38. <parityl/>
  39. <famytree>
  40. <existyn/>
  41. </famytree>
  42. <inrminfo>
  43. <inrm>
  44. <arvdd/>
  45. <arvdt/>
  46. <inrmtype/>
  47. <inacompst/>
  48. <inrmtypenm/>
  49. <inacompstnm/>
  50. </inrm>
  51. </inrminfo>
  52. <initcareinfo>
  53. <initcare>
  54. <initcareinclyn/>
  55. <dembztcareyn>1</dembztcareyn>
  56. <dembztcarecnts/>
  57. <oxydrugyn>1</oxydrugyn>
  58. <oxydrugcnts/>
  59. <vitaminyn>1</vitaminyn>
  60. <vitamincnts/>
  61. <eyecareyn>1</eyecareyn>
  62. <eyecarecnts/>
  63. <suctdrgeyn>1</suctdrgeyn>
  64. <suctdrgevol/>
  65. <suctdrgemodal/>
  66. <suctdrgecolor/>
  67. </initcare>
  68. </initcareinfo>
  69. <basebdinfoinclyn/>
  70. <lowbp/>
  71. <highbp/>
  72. <pulse/>
  73. <breth/>
  74. <bdtp/>
  75. <bdtppartcd/>
  76. <bdht/>
  77. <bdwt/>
  78. <headgirth/>
  79. <chestgirth/>
  80. <bpinspyn/>
  81. <pulseinspyn/>
  82. <brethinspyn/>
  83. <bdtpinspyn/>
  84. <bdhtinspyn/>
  85. <bdwtinspyn/>
  86. <headgirthinspyn/>
  87. <chestgirthinspyn/>
  88. <infcsickyn/>
  89. <infcsicknm/>
  90. <infcsickspec/>
  91. <prgweekcnt/>
  92. <prgdaycnt/>
  93. <hptsvacninfo>
  94. <hptsvacn>
  95. <hptsvacninclyn/>
  96. <hptsvacnyn>02</hptsvacnyn>
  97. <hptsvacnnm/>
  98. <hptsvacntim>1</hptsvacntim>
  99. <hptsvacndrugno/>
  100. <hptsvacninocpart/>
  101. <hptsvacnyn2>02</hptsvacnyn2>
  102. <hptsvacnnm2/>
  103. <hptsvacndrugno2/>
  104. <hptsvacninocpart2/>
  105. </hptsvacn>
  106. </hptsvacninfo>
  107. <maternalinfo>
  108. <maternal>
  109. <maternalinclyn/>
  110. <maternalkind/>
  111. </maternal>
  112. </maternalinfo>
  113. <spcffact>
  114. <spcf>
  115. <spcffactinclyn/>
  116. <spcffactdetl/>
  117. </spcf>
  118. </spcffact>
  119. <gesage/>
  120. <dlivkindcd/>
  121. <dlivflag/>
  122. <dlivplcecd/>
  123. <dlivplceetcspec/>
  124. <apgarscore1/>
  125. <apgarscore5/>
  126. <etcbrthinfo>
  127. <etcbrth>
  128. <promyn/>
  129. <promdd/>
  130. <promtm/>
  131. <antibiodrugyn/>
  132. <urinecd>N</urinecd>
  133. <urinespec/>
  134. <stoolcd>1</stoolcd>
  135. <stool/>
  136. <mecnmcolrayn>1</mecnmcolrayn>
  137. <mecnmcolracd/>
  138. <nuchalcordcd>N</nuchalcordcd>
  139. <nuchalcordpart/>
  140. <nuchalcordspec/>
  141. <nuchalcordtime/>
  142. <trueknotyn/>
  143. <trueknotspec/>
  144. <guiddlivyn>1</guiddlivyn>
  145. <guiddlivspec/>
  146. <oxygenabsopcd>1</oxygenabsopcd>
  147. <oxygenabsopspec/>
  148. <cardresusyn>1</cardresusyn>
  149. <cardresuscd/>
  150. <cardresusspec/>
  151. <remk/>
  152. <fstlctyn/>
  153. <lctrejtresnspec/>
  154. <dlivpredrugspec/>
  155. <lctdd/>
  156. <lcttm/>
  157. </etcbrth>
  158. </etcbrthinfo>
  159. <apgarscoreinfo>
  160. <scorelist>
  161. <scoreitem>심박수</scoreitem>
  162. <score0>없음</score0>
  163. <score1>100회/분이하</score1>
  164. <score2>100회/분이상</score2>
  165. <minute1/>
  166. <minute5/>
  167. </scorelist>
  168. <scorelist>
  169. <scoreitem>호흡상태</scoreitem>
  170. <score0>없음</score0>
  171. <score1>느리고 불규칙</score1>
  172. <score2>잘 울음</score2>
  173. <minute1/>
  174. <minute5/>
  175. </scorelist>
  176. <scorelist>
  177. <scoreitem>근긴장도</scoreitem>
  178. <score0>늘어짐</score0>
  179. <score1>사지를 약간 구부림</score1>
  180. <score2>잘 움직임</score2>
  181. <minute1/>
  182. <minute5/>
  183. </scorelist>
  184. <scorelist>
  185. <scoreitem>자극반응</scoreitem>
  186. <score0>없음</score0>
  187. <score1>얼굴을 찡그림</score1>
  188. <score2>기침, 재채기</score2>
  189. <minute1/>
  190. <minute5/>
  191. </scorelist>
  192. <scorelist>
  193. <scoreitem>피부색</scoreitem>
  194. <score0>청색 또는 창백</score0>
  195. <score1>사지창백, 몸은 분홍</score1>
  196. <score2>완전분홍</score2>
  197. <minute1/>
  198. <minute5/>
  199. </scorelist>
  200. <scorelist>
  201. <scoreitem>총점</scoreitem>
  202. <score0>총점</score0>
  203. <score1>총점</score1>
  204. <score2>총점</score2>
  205. <minute1/>
  206. <minute5/>
  207. </scorelist>
  208. </apgarscoreinfo>
  209. </wardrecinfo>
  210. <init/>
  211. </main>
  212. </root>
  213. </instance>
  214. <script type="javascript">
  215. <![CDATA[
  216. var param ="";
  217. function fInitEventInNBabyInfo() {
  218. if(model.getValue("/root/main/wardrecinfo/initcareinfo/initcare/initcareinclyn") == "1") {
  219. chk_initcareinclyn.dispatch("xforms-value-changed");
  220. } else {
  221. rdo_dembztcareyn.dispatch("xforms-value-changed");
  222. rdo_oxydrugyn.dispatch("xforms-value-changed");
  223. rdo_vitaminyn.dispatch("xforms-value-changed");
  224. rdo_eyecareyn.dispatch("xforms-value-changed");
  225. rdo_suctdrgeyn.dispatch("xforms-value-changed");
  226. }
  227. chk_basebdinfoinclyn.dispatch("xforms-value-changed");
  228. if (model.getValue("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacninclyn") == "1"){
  229. chk_hptsvacninclyn.dispatch("xforms-value-changed");
  230. }else{
  231. rdo_hptsvacnyn.dispatch("xforms-value-changed");
  232. }
  233. if (model.getValue("/root/main/wardrecinfo/infcsickyn") == "1"){
  234. chk_maternalinclyn.dispatch("xforms-value-changed");
  235. }else{
  236. chk_infcsicknm.dispatch("xforms-value-changed");
  237. }
  238. rdo_hptsvacnyn2.dispatch("xforms-value-changed");
  239. chk_spcffactinclyn.dispatch("xforms-value-changed");
  240. //Apgar Score 총점 머지
  241. grd_aslist.mergeByFree(6,0,6,3);
  242. grd_aslist.cellStyle("text-align",1,0,5,3) = "left";
  243. //신체정보 측정불가시 측정불가 체크표시 추가_20090310_SMY
  244. chk_bpinspyn.dispatch("xforms-value-changed");
  245. chk_pulseinspyn.dispatch("xforms-value-changed");
  246. chk_brethinspyn.dispatch("xforms-value-changed");
  247. chk_bdtpinspyn.dispatch("xforms-value-changed");
  248. chk_bdhtinspyn.dispatch("xforms-value-changed");
  249. chk_bdwtinspyn.dispatch("xforms-value-changed");
  250. chk_headgirthinspyn.dispatch("xforms-value-changed");
  251. chk_chestgirthinspyn.dispatch("xforms-value-changed");
  252. }
  253. //측정불가 코드값입력 blocking_20090310_SMY
  254. function fChkNoneInspCode(IptPath, IptID){
  255. if(model.getValue(IptPath) == NoneInspCode){
  256. messageBox(NoneInspCode + "은 입력할 수 없는 값입니다.", "I");
  257. model.resetInstanceNode(IptPath);
  258. model.setFocus(IptID);
  259. model.refresh();
  260. return;
  261. }
  262. }
  263. ]]>
  264. </script>
  265. </model>
  266. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  267. <script type="javascript" src="../../../com/commonweb/js/stringHelper"/>
  268. </xhtml:head>
  269. <xhtml:body pagewidth="1194" pageheight="673" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  270. <caption id="caption19" class="cell_1" style="left:404px; top:171px; width:60px; height:23px; ">.... 호흡</caption>
  271. <caption id="caption18" class="cell_1" style="left:404px; top:147px; width:60px; height:23px; ">.... 맥박</caption>
  272. <caption id="caption17" class="cell_1" style="left:404px; top:123px; width:60px; height:23px; ">.... 혈압</caption>
  273. <select id="chk_infcsicknm" ref="/root/main/wardrecinfo/infcsicknm" disabled="true" navindex="57" overflow="visible" appearance="full" cellspacing="15" cols="5" sep="," vcellspacing="10" style="left:404px; top:373px; width:350px; height:50px; border-style:none; ">
  274. <choices>
  275. <item>
  276. <label>HBs Ag</label>
  277. <value>1</value>
  278. </item>
  279. <item>
  280. <label>HCV Ab</label>
  281. <value>2</value>
  282. </item>
  283. <item>
  284. <label>VDRL</label>
  285. <value>3</value>
  286. </item>
  287. <item>
  288. <label>HIV</label>
  289. <value>4</value>
  290. </item>
  291. <item>
  292. <label>active TB</label>
  293. <value>5</value>
  294. </item>
  295. <item>
  296. <label>기타</label>
  297. <value>6</value>
  298. </item>
  299. </choices>
  300. </select>
  301. <line id="line34" class="line_1" style="x1:404px; y1:118px; x2:755px; y2:118px; "/>
  302. <caption id="caption23" class="tit_2" style="left:767px; top:6px; width:108px; height:13px; ">신생아출생정보</caption>
  303. <select id="chk_basebdinfoinclyn" ref="/root/main/wardrecinfo/basebdinfoinclyn" navindex="38" visibility="hidden" overflow="visible" appearance="full" style="left:569px; top:100px; width:70px; height:15px; border-style:none; ">
  304. <choices>
  305. <item>
  306. <label>해당없음</label>
  307. <value>1</value>
  308. </item>
  309. </choices>
  310. <script type="javascript" ev:event="xforms-value-changed">
  311. <![CDATA[
  312. if(model.getValue("/root/main/wardrecinfo/basebdinfoinclyn")=="1") {
  313. var rtn = "";
  314. rtn = fSetStatus();
  315. if(rtn == "6") {
  316. ipt_lowbp.disabled = true;
  317. ipt_highbp.disabled = true;
  318. ipt_pulse.disabled = true;
  319. ipt_breth.disabled = true;
  320. ipt_bdtp.disabled = true;
  321. cmb_bdtp.disabled = true;
  322. ipt_bdht.disabled = true;
  323. ipt_bdwt.disabled = true;
  324. ipt_headgirth.disabled = true;
  325. ipt_chestgirth.disabled = true;
  326. model.resetInstanceNode("/root/main/wardrecinfo/lowbp");
  327. model.resetInstanceNode("/root/main/wardrecinfo/highbp");
  328. model.resetInstanceNode("/root/main/wardrecinfo/pulse");
  329. model.resetInstanceNode("/root/main/wardrecinfo/breth");
  330. model.resetInstanceNode("/root/main/wardrecinfo/bdtp");
  331. model.resetInstanceNode("/root/main/wardrecinfo/bdtppartcd");
  332. model.resetInstanceNode("/root/main/wardrecinfo/bdht");
  333. model.resetInstanceNode("/root/main/wardrecinfo/bdwt");
  334. model.resetInstanceNode("/root/main/wardrecinfo/headgirth");
  335. model.resetInstanceNode("/root/main/wardrecinfo/chestgirth");
  336. } else {
  337. model.setValue("/root/main/wardrecinfo/basebdinfoinclyn", "");
  338. chk_basebdinfoinclyn.refresh();
  339. return;
  340. }
  341. } else {
  342. ipt_lowbp.disabled = false;
  343. ipt_highbp.disabled = false;
  344. ipt_pulse.disabled = false;
  345. ipt_breth.disabled = false;
  346. ipt_bdtp.disabled = false;
  347. cmb_bdtp.disabled = false;
  348. ipt_bdht.disabled = false;
  349. ipt_bdwt.disabled = false;
  350. ipt_headgirth.disabled = false;
  351. ipt_chestgirth.disabled = false;
  352. }
  353. ipt_lowbp.refresh();
  354. ipt_highbp.refresh();
  355. ipt_pulse.refresh();
  356. ipt_breth.refresh();
  357. ipt_bdtp.refresh();
  358. cmb_bdtp.refresh();
  359. ipt_bdht.refresh();
  360. ipt_bdwt.refresh();
  361. ipt_headgirth.refresh();
  362. ipt_chestgirth.refresh();
  363. ]]>
  364. </script>
  365. <script type="javascript" ev:event="xforms-select">
  366. <![CDATA[
  367. status = "click";
  368. ]]>
  369. </script>
  370. </select>
  371. <line id="line19" class="line_1" style="x1:762px; y1:21px; x2:1189px; y2:21px; "/>
  372. <caption id="caption39" class="tit_2" style="left:409px; top:103px; width:104px; height:13px; ">기본 신체정보</caption>
  373. <line id="line1" class="line_1" style="x1:5px; y1:21px; x2:396px; y2:21px; "/>
  374. <caption id="caption1" class="tit_2" style="left:10px; top:6px; width:108px; height:13px; ">신생아기본정보</caption>
  375. <line id="line2" class="line_2" style="x1:5px; y1:48px; x2:396px; y2:48px; "/>
  376. <caption id="caption2" class="cell_1" style="left:5px; top:26px; width:70px; height:23px; ">등록번호</caption>
  377. <line id="line3" class="line_2" style="x1:5px; y1:72px; x2:396px; y2:72px; "/>
  378. <caption id="caption3" class="cell_1" style="left:5px; top:50px; width:70px; height:23px; ">분만일시</caption>
  379. <caption id="caption4" class="cell_1" style="left:5px; top:74px; width:70px; height:23px; ">출생시체중</caption>
  380. <caption id="caption7" class="tit_2" style="left:10px; top:105px; width:104px; height:13px; ">가족사항</caption>
  381. <line id="line6" class="line_1" style="x1:5px; y1:120px; x2:396px; y2:120px; "/>
  382. <caption id="caption8" class="tit_2" style="left:10px; top:370px; width:104px; height:13px; ">가계도</caption>
  383. <line id="line7" class="line_1" style="x1:5px; y1:385px; x2:396px; y2:385px; "/>
  384. <caption id="caption9" class="cell_1" style="left:5px; top:390px; width:100px; height:23px; ">존재유무</caption>
  385. <input id="opt_existyn" ref="/root/main/wardrecinfo/famytree/existyn" disabled="true" navindex="23" style="left:108px; top:391px; width:105px; height:19px; "/>
  386. <line id="line8" class="line_3" style="x1:5px; y1:412px; x2:396px; y2:412px; "/>
  387. <caption id="caption10" class="tit_2" style="left:409px; top:6px; width:104px; height:13px; ">입실정보</caption>
  388. <button id="button40" class="btn2_letter4" navindex="21" style="left:216px; top:391px; width:64px; height:19px; ">
  389. <caption>끌어오기</caption>
  390. <script type="javascript" ev:event="DOMActivate">
  391. <![CDATA[
  392. setParameter("SPMMR04711_shape", model.getValue("root/properties/parameters/SPMMR04711_shape/SPMMR04711_shapevalue"));
  393. modal("SPMMR04700", 1,10, 10, "SPMMR04700" ,"/root/temp/strmeta", "/root/send");
  394. if(model.getValue("root/properties/parameters/SPMMR04711_shape/SPMMR04711_shapevalue") != "") {
  395. model.setValue("/root/main/wardrecinfo/famytree/existyn", "Y");
  396. opt_existyn.refresh();
  397. } else {
  398. model.setValue("/root/main/wardrecinfo/famytree/existyn", "");
  399. opt_existyn.refresh();
  400. }
  401. ]]>
  402. </script>
  403. </button>
  404. <select1 id="cmb_inrmtype" ref="/root/main/wardrecinfo/inrminfo/inrm/inrmtype" class="combo_default" navindex="38" appearance="minimal" style="left:507px; top:51px; width:132px; height:19px; ">
  405. <choices>
  406. <item>
  407. <label>cradle</label>
  408. <value>01</value>
  409. </item>
  410. <item>
  411. <label>transport incubator</label>
  412. <value>02</value>
  413. </item>
  414. <item>
  415. <label>기타</label>
  416. <value>03</value>
  417. </item>
  418. </choices>
  419. <script type="javascript" ev:event="xforms-value-changed">
  420. <![CDATA[
  421. if(model.getValue("/root/main/wardrecinfo/inrminfo/inrm/inrmtype") == "03") {
  422. ipt_inrmtypenm.visible = true;
  423. } else {
  424. ipt_inrmtypenm.visible = false;
  425. model.resetInstanceNode("/root/main/wardrecinfo/inrminfo/inrm/inrmtypenm")
  426. }
  427. ]]>
  428. </script>
  429. </select1>
  430. <select1 id="cmb_inacompst" ref="/root/main/wardrecinfo/inrminfo/inrm/inacompst" class="combo_default" navindex="40" appearance="minimal" style="left:507px; top:75px; width:132px; height:19px; ">
  431. <choices>
  432. <item>
  433. <label>분만실간호사</label>
  434. <value>01</value>
  435. </item>
  436. <item>
  437. <label>가족</label>
  438. <value>02</value>
  439. </item>
  440. <item>
  441. <label>기타</label>
  442. <value>03</value>
  443. </item>
  444. </choices>
  445. <script type="javascript" ev:event="xforms-value-changed">
  446. <![CDATA[
  447. if(model.getValue("/root/main/wardrecinfo/inrminfo/inrm/inacompst") == "03") {
  448. ipt_inacompstnm.visible = true;
  449. } else {
  450. ipt_inacompstnm.visible = false;
  451. model.resetInstanceNode("/root/main/wardrecinfo/inrminfo/inrm/inacompstnm");
  452. ipt_inacompstnm.refresh();
  453. }
  454. ]]>
  455. </script>
  456. </select1>
  457. <caption id="caption14" class="cell_1" style="left:404px; top:74px; width:100px; height:23px; ">동반자</caption>
  458. <line id="line9" class="line_1" style="x1:404px; y1:21px; x2:755px; y2:21px; "/>
  459. <input id="ipt_arvdt" ref="/root/main/wardrecinfo/inrminfo/inrm/arvdt" navindex="37" maxlength="4" format="hh:nn" style="left:642px; top:27px; width:113px; height:19px; text-align:center; "/>
  460. <line id="line10" class="line_2" style="x1:404px; y1:48px; x2:755px; y2:48px; "/>
  461. <line id="line12" class="line_2" style="x1:404px; y1:72px; x2:755px; y2:72px; "/>
  462. <line id="line13" class="line_3" style="x1:404px; y1:96px; x2:755px; y2:96px; "/>
  463. <caption id="caption11" class="cell_1" style="left:404px; top:26px; width:100px; height:23px; ">도착시간</caption>
  464. <caption id="caption13" class="cell_1" style="left:404px; top:50px; width:100px; height:23px; ">입실형태</caption>
  465. <input id="ipt_arvdd" ref="/root/main/wardrecinfo/inrminfo/inrm/arvdd" class="input_default" navindex="36" inputtype="date" maxlength="8" style="left:507px; top:27px; width:132px; height:19px; "/>
  466. <line id="line15" class="line_2" style="x1:404px; y1:145px; x2:755px; y2:145px; "/>
  467. <line id="line20" class="line_2" style="x1:404px; y1:169px; x2:755px; y2:169px; "/>
  468. <line id="line21" class="line_2" style="x1:404px; y1:193px; x2:755px; y2:193px; "/>
  469. <caption id="caption21" class="cell_1" style="left:601px; top:195px; width:76px; height:23px; ">.... 가슴둘레</caption>
  470. <caption id="caption22" class="cell_1" style="left:601px; top:123px; width:76px; height:23px; ">.... 신장</caption>
  471. <caption id="caption24" class="cell_1" style="left:601px; top:147px; width:76px; height:23px; ">.... 체중</caption>
  472. <caption id="caption25" class="cell_1" style="left:601px; top:171px; width:76px; height:23px; ">.... 머리둘레</caption>
  473. <line id="line29" class="line_3" style="x1:404px; y1:217px; x2:755px; y2:217px; "/>
  474. <input id="ipt_bdht" ref="/root/main/wardrecinfo/bdht" navindex="48" maxlength="5" format="9#.#" style="left:679px; top:124px; width:55px; height:19px; text-align:center; ">
  475. <script type="javascript" ev:event="xforms-value-changed">
  476. <![CDATA[
  477. fChkNoneInspCode("/root/main/wardrecinfo/bdht", "ipt_bdht");
  478. ]]>
  479. </script>
  480. </input>
  481. <input id="ipt_bdwt" ref="/root/main/wardrecinfo/bdwt" navindex="49" maxlength="5" format="9#.#" style="left:679px; top:148px; width:55px; height:19px; text-align:center; ">
  482. <script type="javascript" ev:event="xforms-value-changed">
  483. <![CDATA[
  484. fChkNoneInspCode("/root/main/wardrecinfo/bdwt", "ipt_bdwt");
  485. ]]>
  486. </script>
  487. </input>
  488. <caption id="caption26" style="left:561px; top:124px; width:39px; height:19px; text-align:center; ">mmHg</caption>
  489. <caption id="caption28" style="left:562px; top:149px; width:35px; height:19px; text-align:center; ">회/분</caption>
  490. <caption id="caption30" style="left:562px; top:173px; width:35px; height:19px; text-align:center; ">회/분</caption>
  491. <caption id="caption31" style="left:732px; top:124px; width:28px; height:19px; text-align:center; ">Cm</caption>
  492. <caption id="caption36" style="left:732px; top:148px; width:28px; height:19px; text-align:center; ">Kg</caption>
  493. <caption id="caption38" style="left:558px; top:196px; width:33px; height:19px; text-align:center; ">℃</caption>
  494. <line id="line31" class="line_2" style="x1:404px; y1:292px; x2:755px; y2:292px; "/>
  495. <line id="line32" class="line_2" style="x1:404px; y1:316px; x2:755px; y2:316px; "/>
  496. <line id="line33" class="line_1" style="x1:404px; y1:241px; x2:755px; y2:241px; "/>
  497. <caption id="caption40" class="cell_1" style="left:404px; top:318px; width:100px; height:23px; ">접종부위</caption>
  498. <line id="line35" class="line_2" style="x1:404px; y1:268px; x2:755px; y2:268px; "/>
  499. <line id="line36" class="line_3" style="x1:404px; y1:340px; x2:755px; y2:340px; "/>
  500. <caption id="caption41" class="cell_1" style="left:404px; top:246px; width:100px; height:23px; ">간염예방접종</caption>
  501. <caption id="caption42" class="tit_2" style="left:409px; top:226px; width:104px; height:13px; ">간염예방접종</caption>
  502. <caption id="caption43" class="cell_1" style="left:404px; top:270px; width:100px; height:23px; ">약품명</caption>
  503. <caption id="caption44" class="cell_1" style="left:404px; top:294px; width:100px; height:23px; ">약품번호</caption>
  504. <select1 id="rdo_hptsvacnyn" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnyn" navindex="52" appearance="full" cellspacing="15" cols="2" overflow="visible" style="left:506px; top:250px; width:75px; height:13px; border-style:none; ">
  505. <choices>
  506. <item>
  507. <label>무</label>
  508. <value>01</value>
  509. </item>
  510. <item>
  511. <label>유</label>
  512. <value>02</value>
  513. </item>
  514. </choices>
  515. <script type="javascript" ev:event="xforms-value-changed">
  516. <![CDATA[
  517. if(model.getValue("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnyn") == "01") {
  518. ipt_hptsvacnnm.disabled = true;
  519. cmb_hptsvacntim.disabled = true;
  520. ipt_hptsvacndrugno.disabled = true;
  521. cmb_hptsvacninocpart.disabled = true;
  522. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnnm");
  523. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacntim");
  524. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacndrugno");
  525. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacninocpart");
  526. } else {
  527. ipt_hptsvacnnm.disabled = false;
  528. cmb_hptsvacntim.disabled = false;
  529. ipt_hptsvacndrugno.disabled = false;
  530. cmb_hptsvacninocpart.disabled = false;
  531. }
  532. ipt_hptsvacnnm.refresh();
  533. cmb_hptsvacntim.refresh();
  534. ipt_hptsvacndrugno.refresh();
  535. cmb_hptsvacninocpart.refresh();
  536. ]]>
  537. </script>
  538. </select1>
  539. <line id="line38" class="line_1" style="x1:404px; y1:367px; x2:755px; y2:367px; "/>
  540. <caption id="caption50" class="tit_2" style="left:409px; top:352px; width:98px; height:13px; ">감염성 질환</caption>
  541. <line id="line41" class="line_1" style="x1:404px; y1:575px; x2:755px; y2:575px; "/>
  542. <select id="chk_spcffactinclyn" ref="/root/main/wardrecinfo/spcffact/spcf/spcffactinclyn" navindex="64" overflow="visible" appearance="full" style="left:681px; top:558px; width:70px; height:15px; border-style:none; ">
  543. <choices>
  544. <item>
  545. <label>해당없음</label>
  546. <value>1</value>
  547. </item>
  548. </choices>
  549. <script type="javascript" ev:event="xforms-value-changed">
  550. <![CDATA[
  551. if(model.getValue("/root/main/wardrecinfo/spcffact/spcf/spcffactinclyn")=="1") {
  552. var rtn = "";
  553. rtn = fSetStatus();
  554. if(rtn == "6") {
  555. tar_spcffact.disabled = true;
  556. model.resetInstanceNode("/root/main/wardrecinfo/spcffact/spcf/spcffactdetl");
  557. }
  558. } else {
  559. tar_spcffact.disabled = false;
  560. }
  561. tar_spcffact.refresh();
  562. ]]>
  563. </script>
  564. <script type="javascript" ev:event="xforms-select">
  565. <![CDATA[
  566. status = "click";
  567. ]]>
  568. </script>
  569. </select>
  570. <caption id="caption53" class="tit_2" style="left:407px; top:560px; width:104px; height:13px; ">특이사항</caption>
  571. <textarea id="tar_spcffact" ref="/root/main/wardrecinfo/spcffact/spcf/spcffactdetl" navindex="63" scroll="autovscroll" style="left:404px; top:580px; width:351px; height:85px; "/>
  572. <line id="line4" class="line_3" style="x1:5px; y1:96px; x2:396px; y2:96px; "/>
  573. <input id="ipt_pid" ref="/root/main/wardrecinfo/pid" disabled="true" navindex="1" editable="false" maxlength="10" style="left:78px; top:27px; width:124px; height:19px; "/>
  574. <caption id="caption5" class="cell_1" style="left:205px; top:26px; width:75px; height:23px; ">신생아이름</caption>
  575. <caption id="caption54" class="cell_1" style="left:205px; top:50px; width:75px; height:23px; ">성별</caption>
  576. <select1 id="cmb_sex" ref="/root/main/wardrecinfo/sex" class="combo_default" disabled="true" navindex="5" appearance="minimal" style="left:283px; top:51px; width:113px; height:19px; ">
  577. <choices>
  578. <item>
  579. <label>M</label>
  580. <value>M</value>
  581. </item>
  582. <item>
  583. <label>F</label>
  584. <value>F</value>
  585. </item>
  586. <item>
  587. <label>기타</label>
  588. <value>E</value>
  589. </item>
  590. </choices>
  591. </select1>
  592. <input id="ipt_nbabynm" ref="/root/main/wardrecinfo/nbabynm" disabled="true" navindex="2" editable="false" style="left:283px; top:27px; width:113px; height:19px; "/>
  593. <line id="line5" class="line_2" style="x1:5px; y1:171px; x2:396px; y2:171px; "/>
  594. <line id="line42" class="line_2" style="x1:5px; y1:195px; x2:396px; y2:195px; "/>
  595. <line id="line44" class="line_2" style="x1:5px; y1:147px; x2:396px; y2:147px; "/>
  596. <caption id="caption55" class="cell_1" style="left:202px; top:125px; width:194px; height:23px; ">아빠정보</caption>
  597. <caption id="caption6" class="cell_1" style="left:5px; top:125px; width:194px; height:23px; ">엄마정보</caption>
  598. <caption id="cap_mthernm" class="cell_1" style="left:5px; top:149px; width:80px; height:23px; ">이름</caption>
  599. <caption id="cap_mtherage" class="cell_1" style="left:5px; top:173px; width:80px; height:23px; ">나이</caption>
  600. <line id="line45" class="line_2" style="x1:5px; y1:243px; x2:396px; y2:243px; "/>
  601. <caption id="cap_mthertel" class="cell_1" style="left:5px; top:221px; width:80px; height:23px; ">연락처</caption>
  602. <line id="line46" class="line_2" style="x1:5px; y1:219px; x2:396px; y2:219px; "/>
  603. <caption id="cap_mtherbtype" class="cell_1" style="left:5px; top:197px; width:80px; height:23px; ">혈액형</caption>
  604. <caption id="caption61" class="cell_1" style="left:202px; top:221px; width:80px; height:23px; ">연락처</caption>
  605. <caption id="caption62" class="cell_1" style="left:202px; top:149px; width:80px; height:23px; ">이름</caption>
  606. <caption id="caption63" class="cell_1" style="left:202px; top:173px; width:80px; height:23px; ">나이</caption>
  607. <caption id="caption64" class="cell_1" style="left:202px; top:197px; width:80px; height:23px; ">혈액형</caption>
  608. <input id="ipt_mthernm" ref="/root/main/wardrecinfo/mthernm" disabled="true" navindex="8" style="left:88px; top:150px; width:111px; height:19px; "/>
  609. <input id="ipt_mtherage" ref="/root/main/wardrecinfo/mtherage" disabled="true" navindex="9" maxlength="3" style="left:88px; top:174px; width:111px; height:19px; "/>
  610. <input id="ipt_ftherage" ref="/root/main/wardrecinfo/ftherage" disabled="true" navindex="16" maxlength="3" style="left:285px; top:174px; width:111px; height:19px; "/>
  611. <input id="ipt_fthernm" ref="/root/main/wardrecinfo/fthernm" disabled="true" navindex="15" style="left:285px; top:150px; width:111px; height:19px; "/>
  612. <select1 id="cmb_mtherbtype" ref="/root/main/wardrecinfo/mtherbtype" class="combo_default" disabled="true" navindex="10" appearance="minimal" style="left:88px; top:198px; width:111px; height:19px; ">
  613. <choices>
  614. <itemset nodeset="/root/init/mlist/M0376">
  615. <label ref="cdnm"/>
  616. <value ref="cdid"/>
  617. </itemset>
  618. </choices>
  619. </select1>
  620. <select1 id="cmb_ftherbtype" ref="/root/main/wardrecinfo/ftherbtype" class="combo_default" disabled="true" navindex="17" appearance="minimal" style="left:285px; top:198px; width:111px; height:19px; ">
  621. <choices>
  622. <itemset nodeset="/root/init/mlist/M0376">
  623. <label ref="cdnm"/>
  624. <value ref="cdid"/>
  625. </itemset>
  626. </choices>
  627. </select1>
  628. <input id="ipt_mthertel" ref="/root/main/wardrecinfo/mthertel" disabled="true" navindex="12" maxlength="13" style="left:88px; top:222px; width:111px; height:19px; "/>
  629. <input id="ipt_fthertel" ref="/root/main/wardrecinfo/fthertel" disabled="true" navindex="19" maxlength="13" style="left:285px; top:222px; width:111px; height:19px; "/>
  630. <line id="line11" class="line_2" style="x1:5px; y1:267px; x2:396px; y2:267px; "/>
  631. <caption id="cap_mtherpid" class="cell_1" style="left:5px; top:245px; width:80px; height:23px; ">등록번호</caption>
  632. <line id="line43" class="line_3" style="x1:5px; y1:358px; x2:396px; y2:358px; "/>
  633. <input id="ipt_mtherindd" ref="/root/main/wardrecinfo/mtherindd" disabled="true" navindex="14" inputtype="date" maxlength="8" style="left:88px; top:270px; width:111px; height:19px; "/>
  634. <input id="ipt_mtherpid" ref="/root/main/wardrecinfo/mtherpid" disabled="true" navindex="13" maxlength="10" style="left:88px; top:246px; width:111px; height:19px; "/>
  635. <line id="line14" class="line_1" style="x1:6px; y1:441px; x2:397px; y2:441px; "/>
  636. <caption id="caption15" class="tit_2" style="left:11px; top:426px; width:104px; height:13px; ">초기간호</caption>
  637. <line id="line16" class="line_2" style="x1:6px; y1:468px; x2:397px; y2:468px; "/>
  638. <line id="line17" class="line_2" style="x1:6px; y1:594px; x2:397px; y2:594px; "/>
  639. <line id="line18" class="line_2" style="x1:6px; y1:569px; x2:397px; y2:569px; "/>
  640. <line id="line30" class="line_2" style="x1:6px; y1:519px; x2:397px; y2:519px; "/>
  641. <line id="line47" class="line_2" style="x1:171px; y1:618px; x2:397px; y2:618px; "/>
  642. <line id="line48" class="line_2" style="x1:171px; y1:642px; x2:397px; y2:642px; "/>
  643. <caption id="caption65" class="cell_1" style="left:6px; top:520px; width:80px; height:48px; ">Vitamin K1</caption>
  644. <caption id="caption67" class="cell_1" style="left:6px; top:446px; width:80px; height:23px; ">제대간호</caption>
  645. <caption id="caption68" class="cell_1" style="left:6px; top:470px; width:80px; height:48px; ">눈간호</caption>
  646. <caption id="caption16" class="cell_1" style="left:6px; top:595px; width:80px; height:71px; ">흡인/배액</caption>
  647. <caption id="caption29" class="cell_1" style="left:6px; top:570px; width:80px; height:23px; ">산소투여</caption>
  648. <line id="line49" class="line_3" style="x1:6px; y1:666px; x2:397px; y2:666px; "/>
  649. <select1 id="rdo_dembztcareyn" ref="/root/main/wardrecinfo/initcareinfo/initcare/dembztcareyn" navindex="24" appearance="full" cellspacing="5" cols="3" overflow="visible" style="left:89px; top:449px; width:140px; height:13px; border-style:none; ">
  650. <choices>
  651. <item>
  652. <label>무</label>
  653. <value>1</value>
  654. </item>
  655. <item>
  656. <label>알코올</label>
  657. <value>3</value>
  658. </item>
  659. <item>
  660. <label>기타</label>
  661. <value>2</value>
  662. </item>
  663. </choices>
  664. <script type="javascript" ev:event="xforms-value-changed">
  665. <![CDATA[
  666. if(model.getValue("/root/main/wardrecinfo/initcareinfo/initcare/dembztcareyn") == "2") {
  667. ipt_dembztcarecnts.disabled = false;
  668. } else {
  669. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/dembztcarecnts");
  670. ipt_dembztcarecnts.disabled = true;
  671. ipt_dembztcarecnts.refresh();
  672. }
  673. ]]>
  674. </script>
  675. </select1>
  676. <select1 id="rdo_oxydrugyn" ref="/root/main/wardrecinfo/initcareinfo/initcare/oxydrugyn" class="28" navindex="30" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:89px; top:574px; width:75px; height:13px; border-style:none; ">
  677. <choices>
  678. <item>
  679. <label>무</label>
  680. <value>1</value>
  681. </item>
  682. <item>
  683. <label>유</label>
  684. <value>2</value>
  685. </item>
  686. </choices>
  687. <script type="javascript" ev:event="xforms-value-changed">
  688. <![CDATA[
  689. if(model.getValue("/root/main/wardrecinfo/initcareinfo/initcare/oxydrugyn") == "2") {
  690. ipt_oxydrugcnts.disabled = false;
  691. } else {
  692. ipt_oxydrugcnts.disabled = true;
  693. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/oxydrugcnts");
  694. ipt_oxydrugcnts.refresh();
  695. }
  696. ]]>
  697. </script>
  698. </select1>
  699. <select1 id="rdo_vitaminyn" ref="/root/main/wardrecinfo/initcareinfo/initcare/vitaminyn" navindex="28" appearance="full" cellspacing="5" cols="3" rows="2" vcellspacing="7" overflow="visible" style="left:89px; top:522px; width:300px; height:43px; border-style:none; ">
  700. <choices>
  701. <item>
  702. <label>무</label>
  703. <value>1</value>
  704. </item>
  705. <item>
  706. <label>1mg IV</label>
  707. <value>3</value>
  708. </item>
  709. <item>
  710. <label>1mg IM</label>
  711. <value>4</value>
  712. </item>
  713. <item>
  714. <label>기타</label>
  715. <value>2</value>
  716. </item>
  717. </choices>
  718. <script type="javascript" ev:event="xforms-value-changed">
  719. <![CDATA[
  720. if(model.getValue("/root/main/wardrecinfo/initcareinfo/initcare/vitaminyn") == "2") {
  721. ipt_vitamincnts.disabled = false;
  722. } else {
  723. ipt_vitamincnts.disabled = true;
  724. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/vitamincnts");
  725. ipt_vitamincnts.refresh();
  726. }
  727. ]]>
  728. </script>
  729. </select1>
  730. <select1 id="rdo_eyecareyn" ref="/root/main/wardrecinfo/initcareinfo/initcare/eyecareyn" navindex="26" appearance="full" cols="3" rows="2" vcellspacing="7" overflow="visible" style="left:89px; top:470px; width:311px; height:46px; border-style:none; ">
  731. <choices>
  732. <item>
  733. <label>무</label>
  734. <value>1</value>
  735. </item>
  736. <item>
  737. <label>Erythrocolimycin</label>
  738. <value>3</value>
  739. </item>
  740. <item>
  741. <label>Tobramycin</label>
  742. <value>4</value>
  743. </item>
  744. <item>
  745. <label>Chloramphenicol</label>
  746. <value>5</value>
  747. </item>
  748. <item>
  749. <label>기타</label>
  750. <value>2</value>
  751. </item>
  752. </choices>
  753. <script type="javascript" ev:event="xforms-value-changed">
  754. <![CDATA[
  755. if(model.getValue("/root/main/wardrecinfo/initcareinfo/initcare/eyecareyn") == "2") {
  756. ipt_eyecarecnts.disabled = false;
  757. } else {
  758. ipt_eyecarecnts.disabled = true;
  759. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/eyecarecnts");
  760. ipt_eyecarecnts.refresh();
  761. }
  762. ]]>
  763. </script>
  764. </select1>
  765. <select1 id="rdo_suctdrgeyn" ref="/root/main/wardrecinfo/initcareinfo/initcare/suctdrgeyn" navindex="32" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:91px; top:622px; width:75px; height:13px; border-style:none; ">
  766. <choices>
  767. <item>
  768. <label>무</label>
  769. <value>1</value>
  770. </item>
  771. <item>
  772. <label>유</label>
  773. <value>2</value>
  774. </item>
  775. </choices>
  776. <script type="javascript" ev:event="xforms-value-changed">
  777. <![CDATA[
  778. if(model.getValue("/root/main/wardrecinfo/initcareinfo/initcare/suctdrgeyn") == "2") {
  779. cmb_suctdrgemodal.disabled=false;
  780. cmb_suctdrgevol.disabled=false;
  781. cmb_suctdrgecolor.disabled=false
  782. } else {
  783. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/suctdrgevol");
  784. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/suctdrgemodal");
  785. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/suctdrgecolor");
  786. cmb_suctdrgemodal.refresh();
  787. cmb_suctdrgevol.refresh();
  788. cmb_suctdrgecolor.refresh();
  789. cmb_suctdrgemodal.disabled=true;
  790. cmb_suctdrgevol.disabled=true;
  791. cmb_suctdrgecolor.disabled=true;
  792. }
  793. ]]>
  794. </script>
  795. </select1>
  796. <input id="ipt_dembztcarecnts" ref="/root/main/wardrecinfo/initcareinfo/initcare/dembztcarecnts" disabled="true" navindex="25" style="left:234px; top:447px; width:162px; height:19px; text-align:center; "/>
  797. <input id="ipt_oxydrugcnts" ref="/root/main/wardrecinfo/initcareinfo/initcare/oxydrugcnts" disabled="true" navindex="31" style="left:170px; top:571px; width:227px; height:19px; text-align:center; "/>
  798. <caption id="caption27" style="left:171px; top:597px; width:24px; height:19px; text-align:center; ">양</caption>
  799. <input id="ipt_vitamincnts" ref="/root/main/wardrecinfo/initcareinfo/initcare/vitamincnts" disabled="true" navindex="29" style="left:139px; top:547px; width:257px; height:19px; text-align:center; "/>
  800. <input id="ipt_eyecarecnts" ref="/root/main/wardrecinfo/initcareinfo/initcare/eyecarecnts" disabled="true" navindex="27" style="left:249px; top:495px; width:147px; height:19px; text-align:center; "/>
  801. <caption id="caption66" style="left:171px; top:622px; width:26px; height:19px; text-align:center; ">양상</caption>
  802. <caption id="caption69" style="left:171px; top:645px; width:26px; height:19px; text-align:center; ">색</caption>
  803. <select1 id="cmb_suctdrgevol" ref="/root/main/wardrecinfo/initcareinfo/initcare/suctdrgevol" class="combo_default" disabled="true" navindex="33" appearance="minimal" style="left:201px; top:597px; width:197px; height:19px; ">
  804. <choices>
  805. <item>
  806. <label>많음</label>
  807. <value>01</value>
  808. </item>
  809. <item>
  810. <label>보통</label>
  811. <value>02</value>
  812. </item>
  813. <item>
  814. <label>소량</label>
  815. <value>03</value>
  816. </item>
  817. </choices>
  818. </select1>
  819. <select1 id="cmb_suctdrgemodal" ref="/root/main/wardrecinfo/initcareinfo/initcare/suctdrgemodal" class="combo_default" disabled="true" navindex="34" appearance="minimal" style="left:201px; top:621px; width:197px; height:19px; ">
  820. <choices>
  821. <item>
  822. <label>진함</label>
  823. <value>01</value>
  824. </item>
  825. <item>
  826. <label>보통</label>
  827. <value>02</value>
  828. </item>
  829. <item>
  830. <label>묽음</label>
  831. <value>03</value>
  832. </item>
  833. </choices>
  834. </select1>
  835. <select1 id="cmb_suctdrgecolor" ref="/root/main/wardrecinfo/initcareinfo/initcare/suctdrgecolor" class="combo_default" disabled="true" navindex="35" appearance="minimal" style="left:201px; top:645px; width:197px; height:19px; ">
  836. <choices>
  837. <item>
  838. <label>무색</label>
  839. <value>01</value>
  840. </item>
  841. <item>
  842. <label>노랑색</label>
  843. <value>02</value>
  844. </item>
  845. <item>
  846. <label>붉은색</label>
  847. <value>03</value>
  848. </item>
  849. <item>
  850. <label>태변색</label>
  851. <value>04</value>
  852. </item>
  853. <item>
  854. <label>기타</label>
  855. <value>05</value>
  856. </item>
  857. </choices>
  858. </select1>
  859. <caption id="caption70" style="left:732px; top:172px; width:28px; height:19px; text-align:center; ">Cm</caption>
  860. <input id="ipt_headgirth" ref="/root/main/wardrecinfo/headgirth" navindex="50" maxlength="5" format="9#.#" style="left:679px; top:172px; width:55px; height:19px; text-align:center; ">
  861. <script type="javascript" ev:event="xforms-value-changed">
  862. <![CDATA[
  863. fChkNoneInspCode("/root/main/wardrecinfo/headgirth", "ipt_headgirth");
  864. ]]>
  865. </script>
  866. </input>
  867. <input id="ipt_chestgirth" ref="/root/main/wardrecinfo/chestgirth" navindex="51" maxlength="5" format="9#.#" style="left:679px; top:196px; width:55px; height:19px; text-align:center; ">
  868. <script type="javascript" ev:event="xforms-value-changed">
  869. <![CDATA[
  870. fChkNoneInspCode("/root/main/wardrecinfo/chestgirth", "ipt_chestgirth");
  871. ]]>
  872. </script>
  873. </input>
  874. <caption id="caption71" style="left:732px; top:197px; width:28px; height:19px; text-align:center; ">Cm</caption>
  875. <select id="chk_hptsvacninclyn" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacninclyn" overflow="visible" appearance="full" style="left:683px; top:224px; width:70px; height:15px; border-style:none; ">
  876. <choices>
  877. <item>
  878. <label>해당없음</label>
  879. <value>1</value>
  880. </item>
  881. </choices>
  882. <script type="javascript" ev:event="xforms-value-changed">
  883. <![CDATA[
  884. if(model.getValue("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacninclyn") == "1") {
  885. var rtn="";
  886. rtn = fSetStatus();
  887. if(rtn == "6") {
  888. rdo_hptsvacnyn.disabled = true;
  889. ipt_hptsvacnnm.disabled = true;
  890. cmb_hptsvacntim.disabled = true;
  891. ipt_hptsvacndrugno.disabled = true;
  892. cmb_hptsvacninocpart.disabled = true;
  893. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnyn");
  894. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnnm");
  895. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacntim");
  896. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacndrugno");
  897. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacninocpart");
  898. rdo_hptsvacnyn.refresh();
  899. ipt_hptsvacnnm.refresh();
  900. cmb_hptsvacntim.refresh();
  901. ipt_hptsvacndrugno.refresh();
  902. cmb_hptsvacninocpart.refresh();
  903. } else {
  904. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacninclyn");
  905. chk_hptsvacninclyn.refresh();
  906. return;
  907. }
  908. } else {
  909. rdo_hptsvacnyn.disabled = false;
  910. ipt_hptsvacnnm.disabled = false;
  911. cmb_hptsvacntim.disabled = false;
  912. ipt_hptsvacndrugno.disabled = false;
  913. cmb_hptsvacninocpart.disabled = false;
  914. }
  915. ]]>
  916. </script>
  917. <script type="javascript" ev:event="xforms-select">
  918. <![CDATA[
  919. status = "click";
  920. ]]>
  921. </script>
  922. </select>
  923. <input id="ipt_hptsvacnnm" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnnm" navindex="53" style="left:507px; top:271px; width:121px; height:19px; text-align:center; "/>
  924. <input id="ipt_hptsvacndrugno" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacndrugno" navindex="55" style="left:507px; top:295px; width:248px; height:19px; text-align:center; "/>
  925. <select id="chk_maternalinclyn" ref="/root/main/wardrecinfo/infcsickyn" disabled="true" navindex="53" overflow="visible" appearance="full" style="left:683px; top:349px; width:70px; height:15px; border-style:none; ">
  926. <choices>
  927. <item>
  928. <label>해당없음</label>
  929. <value>N</value>
  930. </item>
  931. </choices>
  932. <script type="javascript" ev:event="xforms-value-changed">
  933. <![CDATA[
  934. if(model.getValue("/root/main/wardrecinfo/infcsickyn") == "N") {
  935. var rtn = "";
  936. rtn = fSetStatus();
  937. if(rtn == "6") {
  938. model.resetInstanceNode("/root/main/wardrecinfo/infcsicknm");
  939. model.resetInstanceNode("/root/main/wardrecinfo/infcsickspec");
  940. chk_infcsicknm.refresh();
  941. ipt_infcsickspec.refresh();
  942. } else {
  943. return;
  944. }
  945. } else {
  946. chk_infcsicknm.disabled = false;
  947. ipt_infcsickspec.disabled = false;
  948. }
  949. ]]>
  950. </script>
  951. <script type="javascript" ev:event="xforms-select">
  952. <![CDATA[
  953. status = "click";
  954. ]]>
  955. </script>
  956. </select>
  957. <line id="line22" class="line_2" style="x1:762px; y1:96px; x2:1189px; y2:96px; "/>
  958. <line id="line23" class="line_2" style="x1:762px; y1:262px; x2:1189px; y2:262px; "/>
  959. <line id="line24" class="line_2" style="x1:762px; y1:72px; x2:1189px; y2:72px; "/>
  960. <caption id="caption33" class="cell_1" style="left:762px; top:50px; width:100px; height:23px; ">임신주수</caption>
  961. <caption id="caption34" class="cell_1" style="left:762px; top:74px; width:100px; height:23px; ">분만형태</caption>
  962. <line id="line25" class="line_2" style="x1:762px; y1:287px; x2:1189px; y2:287px; "/>
  963. <line id="line26" class="line_2" style="x1:762px; y1:403px; x2:1189px; y2:403px; "/>
  964. <line id="line27" class="line_2" style="x1:762px; y1:427px; x2:1189px; y2:427px; "/>
  965. <line id="line37" class="line_2" style="x1:762px; y1:452px; x2:1189px; y2:452px; "/>
  966. <caption id="caption35" class="cell_1" style="left:762px; top:98px; width:100px; height:23px; ">분만장소</caption>
  967. <line id="line39" class="line_2" style="x1:762px; y1:500px; x2:1189px; y2:500px; "/>
  968. <line id="line40" class="line_2" style="x1:762px; y1:524px; x2:1189px; y2:524px; "/>
  969. <line id="line51" class="line_2" style="x1:762px; y1:572px; x2:1189px; y2:572px; "/>
  970. <line id="line52" class="line_2" style="x1:762px; y1:618px; x2:1189px; y2:618px; "/>
  971. <line id="line53" class="line_2" style="x1:762px; y1:548px; x2:1189px; y2:548px; "/>
  972. <caption id="caption73" class="cell_1" style="left:762px; top:644px; width:100px; height:23px; ">특이사항</caption>
  973. <caption id="caption51" class="cell_1" style="left:762px; top:454px; width:100px; height:47px; ">Nuchal cord</caption>
  974. <caption id="caption52" class="cell_1" style="left:762px; top:550px; width:100px; height:23px; ">산소흡입</caption>
  975. <caption id="caption46" class="cell_1" style="left:762px; top:381px; width:100px; height:23px; ">Urine</caption>
  976. <caption id="caption47" class="cell_1" style="left:762px; top:405px; width:100px; height:23px; ">Stool</caption>
  977. <caption id="caption37" class="cell_1" style="left:762px; top:429px; width:100px; height:23px; ">태변착색</caption>
  978. <caption id="caption48" class="cell_1" style="left:762px; top:502px; width:100px; height:23px; ">true knot</caption>
  979. <caption id="caption49" class="cell_1" style="left:762px; top:526px; width:100px; height:23px; ">유도분만</caption>
  980. <input id="ipt_promdd" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/promdd" disabled="true" inputtype="date" style="left:985px; top:334px; width:85px; height:19px; "/>
  981. <input id="ipt_urinespec" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/urinespec" disabled="true" visibility="hidden" style="left:968px; top:382px; width:187px; height:19px; "/>
  982. <input id="ipt_promtm" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/promtm" disabled="true" format="hh:nn" style="left:1073px; top:334px; width:52px; height:19px; "/>
  983. <input id="ipt_stool" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/stool" disabled="true" navindex="75" visibility="hidden" style="left:968px; top:406px; width:187px; height:19px; "/>
  984. <input id="ipt_guiddlivspec" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/guiddlivspec" disabled="true" visibility="hidden" style="left:968px; top:527px; width:187px; height:19px; "/>
  985. <input id="ipt_oxygenabsopspec" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/oxygenabsopspec" disabled="true" style="left:968px; top:551px; width:140px; height:19px; "/>
  986. <input id="ipt_remk" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/remk" disabled="true" style="left:865px; top:645px; width:325px; height:19px; "/>
  987. <input id="ipt_cardresusspec" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/cardresusspec" disabled="true" style="left:865px; top:621px; width:325px; height:19px; "/>
  988. <caption id="caption86" class="output_fix" style="left:968px; top:455px; width:48px; height:19px; text-align:center; ">부위</caption>
  989. <caption id="caption87" class="output_fix" style="left:1111px; top:551px; width:44px; height:19px; text-align:center; ">(I/분)</caption>
  990. <select id="chk_initcareinclyn" ref="/root/main/wardrecinfo/initcareinfo/initcare/initcareinclyn" overflow="visible" appearance="full" style="left:326px; top:424px; width:70px; height:15px; border-style:none; ">
  991. <choices>
  992. <item>
  993. <label>해당없음</label>
  994. <value>1</value>
  995. </item>
  996. </choices>
  997. <script type="javascript" ev:event="xforms-select">
  998. <![CDATA[
  999. status = "click";
  1000. ]]>
  1001. </script>
  1002. <script type="javascript" ev:event="xforms-value-changed">
  1003. <![CDATA[
  1004. if(model.getValue("/root/main/wardrecinfo/initcareinfo/initcare/initcareinclyn") == "1") {
  1005. var rtn = "";
  1006. rtn = fSetStatus();
  1007. if(rtn == "6") {
  1008. rdo_dembztcareyn.disabled = true;
  1009. ipt_dembztcarecnts.disabled = true;
  1010. rdo_oxydrugyn.disabled = true;
  1011. ipt_oxydrugcnts.disabled = true;
  1012. rdo_vitaminyn.disabled = true;
  1013. ipt_vitamincnts.disabled = true;
  1014. rdo_eyecareyn.disabled = true;
  1015. ipt_eyecarecnts.disabled = true;
  1016. rdo_suctdrgeyn.disabled = true;
  1017. cmb_suctdrgevol.disabled = true;
  1018. cmb_suctdrgemodal.disabled = true;
  1019. cmb_suctdrgecolor.disabled = true;
  1020. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/dembztcareyn");
  1021. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/dembztcarecnts");
  1022. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/oxydrugyn");
  1023. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/oxydrugcnts");
  1024. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/vitaminyn");
  1025. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/vitamincnts");
  1026. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/eyecareyn");
  1027. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/eyecarecnts");
  1028. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/suctdrgeyn");
  1029. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/suctdrgevol");
  1030. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/suctdrgemodal");
  1031. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/suctdrgecolor");
  1032. rdo_dembztcareyn.refresh();
  1033. ipt_dembztcarecnts.refresh();
  1034. rdo_oxydrugyn.refresh();
  1035. ipt_oxydrugcnts.refresh();
  1036. rdo_vitaminyn.refresh();
  1037. ipt_vitamincnts.refresh();
  1038. rdo_eyecareyn.refresh();
  1039. ipt_eyecarecnts.refresh();
  1040. rdo_suctdrgeyn.refresh();
  1041. cmb_suctdrgevol.refresh();
  1042. cmb_suctdrgecolor.refresh();
  1043. cmb_suctdrgecolor.refresh();
  1044. } else {
  1045. model.resetInstanceNode("/root/main/wardrecinfo/initcareinfo/initcare/initcareinclyn");
  1046. chk_initcareinclyn.refresh();
  1047. }
  1048. } else {
  1049. rdo_dembztcareyn.disabled = false;
  1050. rdo_oxydrugyn.disabled = false;
  1051. rdo_vitaminyn.disabled = false;
  1052. rdo_eyecareyn.disabled = false;
  1053. rdo_suctdrgeyn.disabled = false;
  1054. model.setValue("/root/main/wardrecinfo/initcareinfo/initcare/dembztcareyn", "1");
  1055. model.setValue("/root/main/wardrecinfo/initcareinfo/initcare/oxydrugyn", "1");
  1056. model.setValue("/root/main/wardrecinfo/initcareinfo/initcare/vitaminyn", "1");
  1057. model.setValue("/root/main/wardrecinfo/initcareinfo/initcare/eyecareyn", "1");
  1058. model.setValue("/root/main/wardrecinfo/initcareinfo/initcare/suctdrgeyn", "1");
  1059. rdo_dembztcareyn.refresh();
  1060. rdo_oxydrugyn.refresh();
  1061. rdo_vitaminyn.refresh();
  1062. rdo_eyecareyn.refresh();
  1063. rdo_suctdrgeyn.refresh();
  1064. }
  1065. ]]>
  1066. </script>
  1067. </select>
  1068. <caption id="caption88" class="output_fix" style="left:968px; top:479px; width:48px; height:19px; text-align:center; ">횟수</caption>
  1069. <select1 id="rdo_urinecd" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/urinecd" disabled="true" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:865px; top:386px; width:100px; height:13px; border-style:none; ">
  1070. <choices>
  1071. <item>
  1072. <label>무</label>
  1073. <value>N</value>
  1074. </item>
  1075. <item>
  1076. <label>유</label>
  1077. <value>Y</value>
  1078. </item>
  1079. </choices>
  1080. </select1>
  1081. <select1 id="rdo_nuchalcordyn" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/nuchalcordcd" disabled="true" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:865px; top:469px; width:100px; height:13px; border-style:none; ">
  1082. <choices>
  1083. <item>
  1084. <label>무</label>
  1085. <value>N</value>
  1086. </item>
  1087. <item>
  1088. <label>유</label>
  1089. <value>Y</value>
  1090. </item>
  1091. </choices>
  1092. </select1>
  1093. <select1 id="cmb_nuchalcordpart" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/nuchalcordpart" disabled="true" appearance="minimal" style="left:1019px; top:455px; width:66px; height:19px; ">
  1094. <choices>
  1095. <item>
  1096. <label>trunk</label>
  1097. <value>1</value>
  1098. </item>
  1099. <item>
  1100. <label>neck</label>
  1101. <value>2</value>
  1102. </item>
  1103. <item>
  1104. <label>hand</label>
  1105. <value>3</value>
  1106. </item>
  1107. <item>
  1108. <label>foot</label>
  1109. <value>4</value>
  1110. </item>
  1111. <item>
  1112. <label>기타</label>
  1113. <value>5</value>
  1114. </item>
  1115. </choices>
  1116. </select1>
  1117. <select1 id="rdo_stoolyn" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/stoolcd" disabled="true" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:865px; top:409px; width:100px; height:13px; border-style:none; ">
  1118. <choices>
  1119. <item>
  1120. <label>무</label>
  1121. <value>N</value>
  1122. </item>
  1123. <item>
  1124. <label>유</label>
  1125. <value>Y</value>
  1126. </item>
  1127. </choices>
  1128. </select1>
  1129. <select1 id="rdo_mecstainyn" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/mecnmcolrayn" disabled="true" navindex="76" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:865px; top:434px; width:100px; height:13px; border-style:none; ">
  1130. <choices>
  1131. <item>
  1132. <label>무</label>
  1133. <value>N</value>
  1134. </item>
  1135. <item>
  1136. <label>유</label>
  1137. <value>Y</value>
  1138. </item>
  1139. </choices>
  1140. </select1>
  1141. <select1 id="cmb_mecstain" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/mecnmcolracd" disabled="true" appearance="minimal" style="left:968px; top:431px; width:186px; height:19px; ">
  1142. <choices>
  1143. <item>
  1144. <label>+1</label>
  1145. <value>1</value>
  1146. </item>
  1147. <item>
  1148. <label>+2</label>
  1149. <value>2</value>
  1150. </item>
  1151. <item>
  1152. <label>+3</label>
  1153. <value>3</value>
  1154. </item>
  1155. </choices>
  1156. </select1>
  1157. <select1 id="rdo_trueknotyn" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/trueknotyn" disabled="true" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:865px; top:507px; width:100px; height:13px; border-style:none; ">
  1158. <choices>
  1159. <item>
  1160. <label>무</label>
  1161. <value>N</value>
  1162. </item>
  1163. <item>
  1164. <label>유</label>
  1165. <value>Y</value>
  1166. </item>
  1167. </choices>
  1168. </select1>
  1169. <select1 id="rdo_oxygenabsopcd" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/oxygenabsopcd" disabled="true" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:865px; top:553px; width:100px; height:13px; border-style:none; ">
  1170. <choices>
  1171. <item>
  1172. <label>무</label>
  1173. <value>N</value>
  1174. </item>
  1175. <item>
  1176. <label>유</label>
  1177. <value>Y</value>
  1178. </item>
  1179. </choices>
  1180. </select1>
  1181. <select1 id="rdo_guiddlivyn" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/guiddlivyn" disabled="true" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:865px; top:530px; width:100px; height:13px; border-style:none; ">
  1182. <choices>
  1183. <item>
  1184. <label>무</label>
  1185. <value>N</value>
  1186. </item>
  1187. <item>
  1188. <label>유</label>
  1189. <value>Y</value>
  1190. </item>
  1191. </choices>
  1192. </select1>
  1193. <select1 id="rdo_cardresusyn" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/cardresusyn" disabled="true" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:865px; top:579px; width:100px; height:13px; border-style:none; ">
  1194. <choices>
  1195. <item>
  1196. <label>무</label>
  1197. <value>N</value>
  1198. </item>
  1199. <item>
  1200. <label>유</label>
  1201. <value>Y</value>
  1202. </item>
  1203. </choices>
  1204. </select1>
  1205. <select1 id="cmb_partrtntype" ref="/root/main/wardrecinfo/dlivflag" class="combo_default" disabled="true" appearance="minimal" style="left:1028px; top:75px; width:156px; height:19px; ">
  1206. <choices>
  1207. <itemset nodeset="/root/init/mlist/M0086">
  1208. <label ref="cdnm"/>
  1209. <value ref="cdid"/>
  1210. </itemset>
  1211. </choices>
  1212. </select1>
  1213. <select1 id="cmb_dilvplcecd" ref="/root/main/wardrecinfo/dlivplcecd" class="combo_default" disabled="true" appearance="minimal" style="left:865px; top:99px; width:160px; height:19px; ">
  1214. <choices>
  1215. <item>
  1216. <label>분만실</label>
  1217. <value>PT</value>
  1218. </item>
  1219. <item>
  1220. <label>수술실</label>
  1221. <value>OP</value>
  1222. </item>
  1223. <item>
  1224. <label>기타</label>
  1225. <value>E</value>
  1226. </item>
  1227. </choices>
  1228. </select1>
  1229. <input id="ipt_partrtndt" ref="/root/main/wardrecinfo/partrtndt" disabled="true" navindex="4" editable="false" format="hh:nn" style="left:163px; top:51px; width:39px; height:19px; "/>
  1230. <input id="ipt_partrtndd" ref="/root/main/wardrecinfo/partrtndd" class="input_default" disabled="true" navindex="3" editable="false" inputtype="date" style="left:78px; top:51px; width:82px; height:19px; "/>
  1231. <select1 id="cmb_weigunit" ref="/root/main/wardrecinfo/weigunit" class="combo_default" disabled="true" navindex="7" appearance="minimal" style="left:163px; top:75px; width:39px; height:19px; ">
  1232. <choices>
  1233. <item>
  1234. <label>kg</label>
  1235. <value>1</value>
  1236. </item>
  1237. <item>
  1238. <label>g</label>
  1239. <value>2</value>
  1240. </item>
  1241. </choices>
  1242. </select1>
  1243. <input id="ipt_weig" ref="/root/main/wardrecinfo/weig" disabled="true" navindex="6" editable="false" maxlength="5" style="left:78px; top:75px; width:82px; height:19px; "/>
  1244. <select1 id="rdo_antibiodrugyn" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/antibiodrugyn" disabled="true" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:934px; top:360px; width:116px; height:17px; border-style:none; ">
  1245. <choices>
  1246. <item>
  1247. <label>무</label>
  1248. <value>N</value>
  1249. </item>
  1250. <item>
  1251. <label>유</label>
  1252. <value>Y</value>
  1253. </item>
  1254. </choices>
  1255. </select1>
  1256. <caption id="caption56" style="left:865px; top:361px; width:66px; height:13px; vertical-align:middle; ">항생제 투여</caption>
  1257. <line id="line54" class="line_2" style="x1:762px; y1:355px; x2:1189px; y2:355px; "/>
  1258. <line id="line55" class="line_2" style="x1:762px; y1:379px; x2:1189px; y2:379px; "/>
  1259. <select1 id="rdo_promyn" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/promyn" disabled="true" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:865px; top:337px; width:111px; height:12px; border-style:none; ">
  1260. <choices>
  1261. <item>
  1262. <label>무</label>
  1263. <value>N</value>
  1264. </item>
  1265. <item>
  1266. <label>유</label>
  1267. <value>Y</value>
  1268. </item>
  1269. </choices>
  1270. </select1>
  1271. <caption id="caption45" class="cell_1" style="left:762px; top:333px; width:100px; height:47px; ">PROM</caption>
  1272. <input id="ipt_inrmtypenm" ref="/root/main/wardrecinfo/inrminfo/inrm/inrmtypenm" navindex="39" visibility="hidden" style="left:642px; top:51px; width:113px; height:19px; text-align:left; "/>
  1273. <input id="ipt_inacompstnm" ref="/root/main/wardrecinfo/inrminfo/inrm/inacompstnm" navindex="41" visibility="hidden" style="left:642px; top:75px; width:113px; height:19px; text-align:left; "/>
  1274. <caption id="caption57" class="cell_1" style="left:202px; top:245px; width:80px; height:23px; ">감염정보</caption>
  1275. <caption id="caption58" class="cell_1" style="left:631px; top:270px; width:60px; height:23px; ">차수</caption>
  1276. <select1 id="cmb_hptsvacntim" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacntim" class="combo_default" navindex="54" appearance="minimal" style="left:694px; top:271px; width:61px; height:19px; ">
  1277. <choices>
  1278. <item>
  1279. <label>1차</label>
  1280. <value>1</value>
  1281. </item>
  1282. <item>
  1283. <label>2차</label>
  1284. <value>2</value>
  1285. </item>
  1286. <item>
  1287. <label>3차</label>
  1288. <value>3</value>
  1289. </item>
  1290. </choices>
  1291. </select1>
  1292. <line id="line56" class="line_3" style="x1:404px; y1:424px; x2:755px; y2:424px; "/>
  1293. <select1 id="cmb_dlivkindcd" ref="/root/main/wardrecinfo/dlivkindcd" class="combo_default" disabled="true" appearance="minimal" style="left:865px; top:75px; width:160px; height:19px; ">
  1294. <choices>
  1295. <itemset nodeset="/root/init/mlist/M0188">
  1296. <label ref="cdnm"/>
  1297. <value ref="cdid"/>
  1298. </itemset>
  1299. </choices>
  1300. <script type="javascript" ev:event="xforms-value-changed">
  1301. <![CDATA[
  1302. if(cmb_dlivkindcd.value == "01"){
  1303. cmb_dlivflag.choices.itemset.attribute("nodeset") = "/root/init/mlist/M0086[cdid > 00 && cdid < 16]";
  1304. cmb_dlivflag.refresh();
  1305. }else if(cmb_dlivkindcd.value == "02"){
  1306. cmb_dlivflag.choices.itemset.attribute("nodeset") = "/root/init/dlivflag/flag2";
  1307. cmb_dlivflag.refresh();
  1308. }else{}
  1309. ]]>
  1310. </script>
  1311. </select1>
  1312. <input id="ipt_dilvplcespec" ref="/root/main/wardrecinfo/dlivplceetcspec" disabled="true" style="left:1028px; top:99px; width:156px; height:19px; "/>
  1313. <input id="ipt_infcsickspec" ref="/root/main/wardrecinfo/infcsickspec" disabled="true" navindex="58" style="left:453px; top:401px; width:300px; height:19px; "/>
  1314. <input id="ipt_prgdaycnt" ref="/root/main/wardrecinfo/prgdaycnt" class="input_default" disabled="true" maxlength="1" format="9" style="left:952px; top:51px; width:55px; height:19px; "/>
  1315. <input id="ipt_prgweekcnt" ref="/root/main/wardrecinfo/prgweekcnt" class="input_default" disabled="true" maxlength="2" format="99" style="left:865px; top:51px; width:55px; height:19px; "/>
  1316. <caption id="caption59" style="left:1008px; top:55px; width:38px; height:15px; vertical-align:middle; ">days</caption>
  1317. <caption id="caption60" style="left:921px; top:55px; width:38px; height:15px; vertical-align:middle; ">wks</caption>
  1318. <input id="ipt_nuchalcordpartspec" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/nuchalcordspec" disabled="true" style="left:1088px; top:455px; width:66px; height:19px; "/>
  1319. <select1 id="cmb_nuchalcordtime" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/nuchalcordtime" disabled="true" appearance="minimal" style="left:1019px; top:479px; width:66px; height:19px; ">
  1320. <choices>
  1321. <item>
  1322. <label>1</label>
  1323. <value>1</value>
  1324. </item>
  1325. <item>
  1326. <label>2</label>
  1327. <value>2</value>
  1328. </item>
  1329. <item>
  1330. <label>3</label>
  1331. <value>3</value>
  1332. </item>
  1333. <item>
  1334. <label>4</label>
  1335. <value>4</value>
  1336. </item>
  1337. <item>
  1338. <label>5</label>
  1339. <value>5</value>
  1340. </item>
  1341. <item>
  1342. <label>6</label>
  1343. <value>6</value>
  1344. </item>
  1345. </choices>
  1346. </select1>
  1347. <select1 id="cmb_trueknotspec" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/trueknotspec" disabled="true" appearance="minimal" style="left:968px; top:503px; width:188px; height:19px; ">
  1348. <choices>
  1349. <item>
  1350. <label>+1</label>
  1351. <value>1</value>
  1352. </item>
  1353. <item>
  1354. <label>+2</label>
  1355. <value>2</value>
  1356. </item>
  1357. <item>
  1358. <label>+3</label>
  1359. <value>3</value>
  1360. </item>
  1361. <item>
  1362. <label>+4</label>
  1363. <value>4</value>
  1364. </item>
  1365. <item>
  1366. <label>+5</label>
  1367. <value>5</value>
  1368. </item>
  1369. </choices>
  1370. </select1>
  1371. <select id="chk_cardresuscd" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/cardresuscd" disabled="true" overflow="visible" appearance="full" cellspacing="10" cols="6" sep="," style="left:864px; top:600px; width:325px; height:16px; border-style:none; ">
  1372. <choices>
  1373. <item>
  1374. <label>Mask bagging</label>
  1375. <value>1</value>
  1376. </item>
  1377. <item>
  1378. <label>Intubation</label>
  1379. <value>2</value>
  1380. </item>
  1381. <item>
  1382. <label>Cardiac massage</label>
  1383. <value>3</value>
  1384. </item>
  1385. </choices>
  1386. </select>
  1387. <line id="line57" class="line_2" style="x1:762px; y1:596px; x2:1189px; y2:596px; "/>
  1388. <line id="line58" class="line_2" style="x1:765px; y1:642px; x2:1156px; y2:642px; "/>
  1389. <caption id="caption72" class="cell_1" style="left:762px; top:574px; width:100px; height:69px; ">심폐소생술</caption>
  1390. <line id="line50" class="line_3" style="x1:762px; y1:666px; x2:1189px; y2:666px; "/>
  1391. <select1 id="rdo_ftherinfcinfoyn" ref="/root/main/wardrecinfo/ftherinfcinfoyn" disabled="true" navindex="20" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:285px; top:249px; width:75px; height:13px; border-style:none; ">
  1392. <choices>
  1393. <item>
  1394. <label>무</label>
  1395. <value>1</value>
  1396. </item>
  1397. <item>
  1398. <label>유</label>
  1399. <value>2</value>
  1400. </item>
  1401. </choices>
  1402. </select1>
  1403. <select id="chk_ftherinfcinfo" ref="/root/main/wardrecinfo/ftherinfcinfo" disabled="true" navindex="21" overflow="visible" appearance="full" cols="2" vcellspacing="5" style="left:265px; top:270px; width:135px; height:65px; border-style:none; ">
  1404. <choices>
  1405. <item>
  1406. <label>HBs Ag</label>
  1407. <value>1</value>
  1408. </item>
  1409. <item>
  1410. <label>HCV ab</label>
  1411. <value>2</value>
  1412. </item>
  1413. <item>
  1414. <label>VDRL</label>
  1415. <value>3</value>
  1416. </item>
  1417. <item>
  1418. <label>HIV</label>
  1419. <value>4</value>
  1420. </item>
  1421. <item>
  1422. <label>active TB</label>
  1423. <value>5</value>
  1424. </item>
  1425. <item>
  1426. <label>기타</label>
  1427. <value>6</value>
  1428. </item>
  1429. </choices>
  1430. </select>
  1431. <input id="ipt_ftherinfcinfonm" ref="/root/main/wardrecinfo/ftherinfcinfonm" disabled="true" navindex="22" style="left:265px; top:338px; width:131px; height:19px; "/>
  1432. <line id="line28" class="line_2" style="x1:5px; y1:291px; x2:201px; y2:291px; "/>
  1433. <caption id="cap_mtherindd" class="cell_1" style="left:5px; top:269px; width:80px; height:23px; ">입원일자</caption>
  1434. <line id="line59" class="line_2" style="x1:404px; y1:501px; x2:755px; y2:501px; "/>
  1435. <caption id="caption12" class="cell_1" style="left:404px; top:527px; width:100px; height:23px; ">접종부위</caption>
  1436. <line id="line60" class="line_2" style="x1:404px; y1:525px; x2:755px; y2:525px; "/>
  1437. <caption id="caption76" class="cell_1" style="left:404px; top:455px; width:100px; height:23px; ">간염예방접종</caption>
  1438. <line id="line61" class="line_1" style="x1:404px; y1:450px; x2:755px; y2:450px; "/>
  1439. <caption id="caption77" class="tit_2" style="left:407px; top:435px; width:153px; height:13px; ">B형간염 면역글로블린</caption>
  1440. <caption id="caption78" class="cell_1" style="left:404px; top:479px; width:100px; height:23px; ">약품명</caption>
  1441. <line id="line62" class="line_2" style="x1:404px; y1:477px; x2:755px; y2:477px; "/>
  1442. <input id="ipt_hptsvacndrugno2" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacndrugno2" navindex="61" style="left:507px; top:504px; width:248px; height:19px; text-align:center; "/>
  1443. <input id="ipt_hptsvacnnm2" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnnm2" navindex="60" style="left:507px; top:480px; width:248px; height:19px; text-align:center; "/>
  1444. <caption id="caption79" class="cell_1" style="left:404px; top:503px; width:100px; height:23px; ">약품번호</caption>
  1445. <line id="line63" class="line_3" style="x1:404px; y1:549px; x2:755px; y2:549px; "/>
  1446. <select1 id="rdo_hptsvacnyn2" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnyn2" navindex="59" appearance="full" cellspacing="15" cols="2" overflow="visible" style="left:506px; top:459px; width:90px; height:13px; border-style:none; ">
  1447. <choices>
  1448. <item>
  1449. <label>무</label>
  1450. <value>01</value>
  1451. </item>
  1452. <item>
  1453. <label>유</label>
  1454. <value>02</value>
  1455. </item>
  1456. </choices>
  1457. <script type="javascript" ev:event="xforms-value-changed">
  1458. <![CDATA[
  1459. if(model.getValue("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnyn2") == "01") {
  1460. ipt_hptsvacnnm2.disabled = true;
  1461. ipt_hptsvacndrugno2.disabled = true;
  1462. cmb_hptsvacninocpart2.disabled = true;
  1463. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacnnm2");
  1464. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacndrugno2");
  1465. model.resetInstanceNode("/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacninocpart2");
  1466. } else {
  1467. ipt_hptsvacnnm2.disabled = false;
  1468. ipt_hptsvacndrugno2.disabled = false;
  1469. cmb_hptsvacninocpart2.disabled = false;
  1470. }
  1471. ipt_hptsvacnnm2.refresh();
  1472. ipt_hptsvacndrugno2.refresh();
  1473. cmb_hptsvacninocpart2.refresh();
  1474. ]]>
  1475. </script>
  1476. </select1>
  1477. <select1 id="cmb_hptsvacninocpart" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacninocpart" class="combo_default" navindex="56" appearance="minimal" style="left:507px; top:319px; width:248px; height:19px; ">
  1478. <choices>
  1479. <item>
  1480. <label>Rt. Leg</label>
  1481. <value>1</value>
  1482. </item>
  1483. <item>
  1484. <label>Lt. Leg</label>
  1485. <value>2</value>
  1486. </item>
  1487. </choices>
  1488. </select1>
  1489. <select1 id="cmb_hptsvacninocpart2" ref="/root/main/wardrecinfo/hptsvacninfo/hptsvacn/hptsvacninocpart2" class="combo_default" disabled="true" navindex="62" appearance="minimal" style="left:507px; top:528px; width:248px; height:19px; ">
  1490. <choices>
  1491. <item>
  1492. <label>Rt. Leg</label>
  1493. <value>1</value>
  1494. </item>
  1495. <item>
  1496. <label>Lt. Leg</label>
  1497. <value>2</value>
  1498. </item>
  1499. </choices>
  1500. </select1>
  1501. <input id="ipt_lctdd" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/lctdd" class="input_default" disabled="true" inputtype="date" style="left:898px; top:311px; width:95px; height:19px; "/>
  1502. <select1 id="cmb_lctrejtresnspec" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/lctrejtresnspec" class="combo_default" disabled="true" appearance="minimal" style="left:898px; top:289px; width:135px; height:19px; ">
  1503. <choices>
  1504. <item>
  1505. <label>다태아 출산</label>
  1506. <value>1</value>
  1507. </item>
  1508. <item>
  1509. <label>제태기간 37주 미만</label>
  1510. <value>2</value>
  1511. </item>
  1512. <item>
  1513. <label>출생시 체중 2500g 미만</label>
  1514. <value>3</value>
  1515. </item>
  1516. <item>
  1517. <label>5분 Apgar score 8점 미만</label>
  1518. <value>4</value>
  1519. </item>
  1520. <item>
  1521. <label>입원시 거부</label>
  1522. <value>5</value>
  1523. </item>
  1524. <item>
  1525. <label>중도 거부</label>
  1526. <value>6</value>
  1527. </item>
  1528. <item>
  1529. <label>의학적 이유 기타</label>
  1530. <value>7</value>
  1531. </item>
  1532. </choices>
  1533. </select1>
  1534. <input id="ipt_lcttm" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/lcttm" class="input_default" disabled="true" maxlength="4" format="hh:nn" style="left:996px; top:311px; width:38px; height:19px; "/>
  1535. <line id="line64" class="line_2" style="x1:762px; y1:331px; x2:1189px; y2:331px; "/>
  1536. <input id="ipt_dlivpredrugspec" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/dlivpredrugspec" class="input_default" disabled="true" maxlength="50" style="left:1036px; top:289px; width:118px; height:19px; "/>
  1537. <line id="line65" class="line_2" style="x1:899px; y1:309px; x2:1189px; y2:309px; "/>
  1538. <caption id="caption82" style="left:864px; top:25px; width:15px; height:25px; vertical-align:middle; ">G</caption>
  1539. <caption id="caption83" style="left:911px; top:24px; width:15px; height:25px; vertical-align:middle; ">P</caption>
  1540. <caption id="caption84" style="left:958px; top:24px; width:15px; height:25px; vertical-align:middle; ">A</caption>
  1541. <input id="ipt_parityg" ref="/root/main/wardrecinfo/parityg" class="input_default" disabled="true" style="left:882px; top:27px; width:26px; height:19px; "/>
  1542. <caption id="caption85" style="left:1000px; top:24px; width:23px; height:25px; vertical-align:middle; ">(SA</caption>
  1543. <caption id="caption89" style="left:1055px; top:25px; width:18px; height:25px; vertical-align:middle; ">AA</caption>
  1544. <input id="ipt_parityl" ref="/root/main/wardrecinfo/parityl" class="input_default" disabled="true" style="left:1128px; top:27px; width:26px; height:19px; "/>
  1545. <caption id="caption90" style="left:1105px; top:25px; width:18px; height:25px; vertical-align:middle; ">) L</caption>
  1546. <input id="ipt_paritysa" ref="/root/main/wardrecinfo/paritysa" class="input_default" disabled="true" style="left:1026px; top:27px; width:26px; height:19px; "/>
  1547. <input id="ipt_parityaa" ref="/root/main/wardrecinfo/parityaa" class="input_default" disabled="true" style="left:1076px; top:27px; width:26px; height:19px; "/>
  1548. <input id="ipt_parityp" ref="/root/main/wardrecinfo/parityp" class="input_default" disabled="true" style="left:929px; top:27px; width:26px; height:19px; "/>
  1549. <input id="ipt_paritya" ref="/root/main/wardrecinfo/paritya" class="input_default" disabled="true" style="left:971px; top:27px; width:26px; height:19px; "/>
  1550. <line id="line66" class="line_2" style="x1:762px; y1:48px; x2:1189px; y2:48px; "/>
  1551. <caption id="caption81" class="cell_1" style="left:762px; top:26px; width:100px; height:23px; ">임신출산력</caption>
  1552. <line id="line67" class="line_2" style="x1:762px; y1:121px; x2:1189px; y2:121px; "/>
  1553. <caption id="caption91" class="cell_1" style="left:762px; top:123px; width:100px; height:163px; vertical-align:middle; ">Apgar Score</caption>
  1554. <datagrid id="grd_aslist" nodeset="/root/main/wardrecinfo/apgarscoreinfo/scorelist" allowselection="false" caption="평가항목^0점^1점^2점^1분^5분" colsep="^" colwidth="54, 60, 76, 72, 28, 28" rowsep="|" tooltip="true" style="left:864px; top:123px; width:325px; height:163px; font-size:8pt; ">
  1555. <col ref="scoreitem" style="text-align:center; "/>
  1556. <col ref="score0" style="text-align:center; "/>
  1557. <col ref="score1" style="text-align:center; "/>
  1558. <col ref="score2" style="text-align:center; "/>
  1559. <col ref="minute1" style="text-align:center; "/>
  1560. <col ref="minute5" style="text-align:center; "/>
  1561. </datagrid>
  1562. <caption id="caption80" class="cell_1" style="left:762px; top:288px; width:100px; height:44px; vertical-align:middle; ">첫 모유수유시간</caption>
  1563. <select1 id="rdo_fstlctyn" ref="/root/main/wardrecinfo/etcbrthinfo/etcbrth/fstlctyn" disabled="true" appearance="full" cellspacing="185" cols="1" rows="1" overflow="visible" style="left:865px; top:289px; width:31px; height:40px; line-spacing:5; border-style:none; ">
  1564. <choices>
  1565. <item>
  1566. <label>무</label>
  1567. <value>N</value>
  1568. </item>
  1569. <item>
  1570. <label>유</label>
  1571. <value>Y</value>
  1572. </item>
  1573. </choices>
  1574. <script type="javascript" ev:event="xforms-select">
  1575. <![CDATA[
  1576. if(rdo_fstlctyn.value == "N"){
  1577. cmb_lctrejtresnspec.disabled = false;
  1578. ipt_lctdd.disabled = true;
  1579. ipt_lcttm.disabled = true;
  1580. ipt_lctdd.value = "";
  1581. ipt_lcttm.value = "";
  1582. }else if(rdo_fstlctyn.value == "Y"){
  1583. cmb_lctrejtresnspec.disabled = true;
  1584. cmb_lctrejtresnspec.value = "";
  1585. ipt_lctdd.value = getCurrentDate();
  1586. ipt_lctdd.disabled = false;
  1587. ipt_lcttm.disabled = false;
  1588. }else{}
  1589. ]]>
  1590. </script>
  1591. </select1>
  1592. <line id="line68" class="line_3" style="x1:404px; y1:666px; x2:755px; y2:666px; "/>
  1593. <input id="ipt_pulse" ref="/root/main/wardrecinfo/pulse" navindex="44" maxlength="3" format="9#.#" style="left:466px; top:148px; width:96px; height:19px; text-align:center; ">
  1594. <script type="javascript" ev:event="xforms-value-changed">
  1595. <![CDATA[
  1596. fChkNoneInspCode("/root/main/wardrecinfo/pulse", "ipt_pulse");
  1597. ]]>
  1598. </script>
  1599. </input>
  1600. <input id="ipt_breth" ref="/root/main/wardrecinfo/breth" navindex="45" maxlength="3" format="9#.#" style="left:466px; top:172px; width:96px; height:19px; text-align:center; ">
  1601. <script type="javascript" ev:event="xforms-value-changed">
  1602. <![CDATA[
  1603. fChkNoneInspCode("/root/main/wardrecinfo/breth", "ipt_breth");
  1604. ]]>
  1605. </script>
  1606. </input>
  1607. <caption id="caption20" class="cell_1" style="left:404px; top:195px; width:60px; height:23px; ">.... 체온</caption>
  1608. <input id="ipt_highbp" ref="/root/main/wardrecinfo/highbp" navindex="42" maxlength="3" format="9#.#" style="left:466px; top:124px; width:45px; height:19px; text-align:center; ">
  1609. <script type="javascript" ev:event="xforms-value-changed">
  1610. <![CDATA[
  1611. fChkNoneInspCode("/root/main/wardrecinfo/highbp", "ipt_highbp");
  1612. ]]>
  1613. </script>
  1614. </input>
  1615. <select id="chk_brethinspyn" ref="/root/main/wardrecinfo/brethinspyn" navindex="59" overflow="visible" appearance="full" style="left:409px; top:175px; width:15px; height:15px; border-style:none; ">
  1616. <choices>
  1617. <item>
  1618. <label/>
  1619. <value>Y</value>
  1620. </item>
  1621. </choices>
  1622. <script type="javascript" ev:event="xforms-value-changed">
  1623. <![CDATA[
  1624. if(model.getValue("/root/main/wardrecinfo/brethinspyn") == "Y"){
  1625. ipt_breth.disabled = true;
  1626. model.resetInstanceNode("/root/main/wardrecinfo/breth");
  1627. }else{
  1628. ipt_breth.disabled = false;
  1629. }
  1630. ipt_breth.refresh();
  1631. ]]>
  1632. </script>
  1633. </select>
  1634. <select id="chk_bpinspyn" ref="/root/main/wardrecinfo/bpinspyn" navindex="59" overflow="visible" appearance="full" style="left:409px; top:127px; width:15px; height:15px; border-style:none; ">
  1635. <choices>
  1636. <item>
  1637. <label/>
  1638. <value>Y</value>
  1639. </item>
  1640. </choices>
  1641. <script type="javascript" ev:event="xforms-value-changed">
  1642. <![CDATA[
  1643. if(model.getValue("/root/main/wardrecinfo/bpinspyn") == "Y"){
  1644. ipt_highbp.disabled = true;
  1645. ipt_lowbp.disabled = true;
  1646. model.resetInstanceNode("/root/main/wardrecinfo/highbp");
  1647. model.resetInstanceNode("/root/main/wardrecinfo/lowbp");
  1648. }else{
  1649. ipt_highbp.disabled = false;
  1650. ipt_lowbp.disabled = false;
  1651. }
  1652. ipt_highbp.refresh();
  1653. ipt_lowbp.refresh();
  1654. ]]>
  1655. </script>
  1656. </select>
  1657. <select1 id="cmb_bdtp" ref="/root/main/wardrecinfo/bdtppartcd" class="combo_default" navindex="47" appearance="minimal" style="left:512px; top:196px; width:50px; height:19px; ">
  1658. <choices>
  1659. <itemset nodeset="/root/init/mlist/M0375">
  1660. <label ref="cdnm"/>
  1661. <value ref="cdid"/>
  1662. </itemset>
  1663. </choices>
  1664. </select1>
  1665. <input id="ipt_lowbp" ref="/root/main/wardrecinfo/lowbp" navindex="43" maxlength="3" format="9#.#" style="left:512px; top:124px; width:50px; height:19px; text-align:center; ">
  1666. <script type="javascript" ev:event="xforms-value-changed">
  1667. <![CDATA[
  1668. fChkNoneInspCode("/root/main/wardrecinfo/lowbp", "ipt_lowbp");
  1669. ]]>
  1670. </script>
  1671. </input>
  1672. <select id="chk_bdtpinspyn" ref="/root/main/wardrecinfo/bdtpinspyn" navindex="59" overflow="visible" appearance="full" style="left:409px; top:199px; width:15px; height:15px; border-style:none; ">
  1673. <choices>
  1674. <item>
  1675. <label/>
  1676. <value>Y</value>
  1677. </item>
  1678. </choices>
  1679. <script type="javascript" ev:event="xforms-value-changed">
  1680. <![CDATA[
  1681. if(model.getValue("/root/main/wardrecinfo/bdtpinspyn") == "Y"){
  1682. ipt_bdtp.disabled = true;
  1683. cmb_bdtp.disabled = true;
  1684. model.resetInstanceNode("/root/main/wardrecinfo/bdtp");
  1685. model.resetInstanceNode("/root/main/wardrecinfo/bdtppartcd");
  1686. }else{
  1687. ipt_bdtp.disabled = false;
  1688. cmb_bdtp.disabled = false;
  1689. }
  1690. ipt_bdtp.refresh();
  1691. cmb_bdtp.refresh();
  1692. ]]>
  1693. </script>
  1694. </select>
  1695. <input id="ipt_bdtp" ref="/root/main/wardrecinfo/bdtp" navindex="46" maxlength="5" format="9#.#" style="left:466px; top:196px; width:45px; height:19px; text-align:center; ">
  1696. <script type="javascript" ev:event="xforms-value-changed">
  1697. <![CDATA[
  1698. fChkNoneInspCode("/root/main/wardrecinfo/bdtp", "ipt_bdtp");
  1699. ]]>
  1700. </script>
  1701. </input>
  1702. <select id="chk_pulseinspyn" ref="/root/main/wardrecinfo/pulseinspyn" navindex="59" overflow="visible" appearance="full" style="left:409px; top:151px; width:15px; height:15px; border-style:none; ">
  1703. <choices>
  1704. <item>
  1705. <label/>
  1706. <value>Y</value>
  1707. </item>
  1708. </choices>
  1709. <script type="javascript" ev:event="xforms-value-changed">
  1710. <![CDATA[
  1711. if(model.getValue("/root/main/wardrecinfo/pulseinspyn") == "Y"){
  1712. ipt_pulse.disabled = true;
  1713. model.resetInstanceNode("/root/main/wardrecinfo/pulse");
  1714. }else{
  1715. ipt_pulse.disabled = false;
  1716. }
  1717. ipt_pulse.refresh();
  1718. ]]>
  1719. </script>
  1720. </select>
  1721. <select id="chk_bdhtinspyn" ref="/root/main/wardrecinfo/bdhtinspyn" navindex="59" overflow="visible" appearance="full" style="left:606px; top:127px; width:15px; height:15px; border-style:none; ">
  1722. <choices>
  1723. <item>
  1724. <label/>
  1725. <value>Y</value>
  1726. </item>
  1727. </choices>
  1728. <script type="javascript" ev:event="xforms-value-changed">
  1729. <![CDATA[
  1730. if(model.getValue("/root/main/wardrecinfo/bdhtinspyn") == "Y"){
  1731. ipt_bdht.disabled = true;
  1732. model.resetInstanceNode("/root/main/wardrecinfo/bdht");
  1733. }else{
  1734. ipt_bdht.disabled = false;
  1735. }
  1736. ipt_bdht.refresh();
  1737. ]]>
  1738. </script>
  1739. </select>
  1740. <select id="chk_bdwtinspyn" ref="/root/main/wardrecinfo/bdwtinspyn" navindex="59" overflow="visible" appearance="full" style="left:606px; top:151px; width:15px; height:15px; border-style:none; ">
  1741. <choices>
  1742. <item>
  1743. <label/>
  1744. <value>Y</value>
  1745. </item>
  1746. </choices>
  1747. <script type="javascript" ev:event="xforms-value-changed">
  1748. <![CDATA[
  1749. if(model.getValue("/root/main/wardrecinfo/bdwtinspyn") == "Y"){
  1750. ipt_bdwt.disabled = true;
  1751. model.resetInstanceNode("/root/main/wardrecinfo/bdwt");
  1752. }else{
  1753. ipt_bdwt.disabled = false;
  1754. }
  1755. ipt_bdwt.refresh();
  1756. ]]>
  1757. </script>
  1758. </select>
  1759. <select id="chk_headgirthinspyn" ref="/root/main/wardrecinfo/headgirthinspyn" navindex="59" overflow="visible" appearance="full" style="left:606px; top:175px; width:15px; height:15px; border-style:none; ">
  1760. <choices>
  1761. <item>
  1762. <label/>
  1763. <value>Y</value>
  1764. </item>
  1765. </choices>
  1766. <script type="javascript" ev:event="xforms-value-changed">
  1767. <![CDATA[
  1768. if(model.getValue("/root/main/wardrecinfo/headgirthinspyn") == "Y"){
  1769. ipt_headgirth.disabled = true;
  1770. model.resetInstanceNode("/root/main/wardrecinfo/headgirth");
  1771. }else{
  1772. ipt_headgirth.disabled = false;
  1773. }
  1774. ipt_headgirth.refresh();
  1775. ]]>
  1776. </script>
  1777. </select>
  1778. <select id="chk_chestgirthinspyn" ref="/root/main/wardrecinfo/chestgirthinspyn" navindex="59" overflow="visible" appearance="full" style="left:606px; top:199px; width:15px; height:15px; border-style:none; ">
  1779. <choices>
  1780. <item>
  1781. <label/>
  1782. <value>Y</value>
  1783. </item>
  1784. </choices>
  1785. <script type="javascript" ev:event="xforms-value-changed">
  1786. <![CDATA[
  1787. if(model.getValue("/root/main/wardrecinfo/chestgirthinspyn") == "Y"){
  1788. ipt_chestgirth.disabled = true;
  1789. model.resetInstanceNode("/root/main/wardrecinfo/chestgirth");
  1790. }else{
  1791. ipt_chestgirth.disabled = false;
  1792. }
  1793. ipt_chestgirth.refresh();
  1794. ]]>
  1795. </script>
  1796. </select>
  1797. <caption id="cap_insp" style="left:680px; top:99px; width:73px; height:19px; text-align:center; ">측정불가 V</caption>
  1798. </xhtml:body>
  1799. </xhtml:html>