SMMNW09400_NEW신체사정.xrw 89 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <mfmdstatinfo>
  12. <mfmdstat>
  13. <mfmdstatinfoinclyn/>
  14. <mfmdstat>
  15. <part/>
  16. <direc/>
  17. </mfmdstat>
  18. </mfmdstat>
  19. </mfmdstatinfo>
  20. <shpaininfo>
  21. <shpain>
  22. <shpaininfoinclyn/>
  23. <shpaininfoflag/>
  24. </shpain>
  25. </shpaininfo>
  26. <slepstatinfo>
  27. <slepstat>
  28. <slepdsordyn>1</slepdsordyn>
  29. <slepdsordtm/>
  30. <dugtmedyn>1</dugtmedyn>
  31. <dugtmeddetl/>
  32. </slepstat>
  33. </slepstatinfo>
  34. <cscsstatinfo>
  35. <cscsstat>
  36. <cscsstathuman/>
  37. <cscsstattm/>
  38. <cscsstatplce/>
  39. <cscsstat/>
  40. <communication>1</communication>
  41. <emotstat>1</emotstat>
  42. </cscsstat>
  43. </cscsstatinfo>
  44. <mensinfo>
  45. <mens>
  46. <mensyn/>
  47. <mensday/>
  48. <mensweek/>
  49. <mensstat/>
  50. <mensvol/>
  51. <fstmensage/>
  52. <closmensage/>
  53. <menspainyn/>
  54. <mensinclyn/>
  55. <endmensyn/>
  56. <lastmensdd/>
  57. <prgbthhisg/>
  58. <prgbthhisp/>
  59. <prgbthhisa/>
  60. <prgbthhissa/>
  61. <prgbthhisaa/>
  62. <prgbthhisl/>
  63. <mensaddinfoyn/>
  64. </mens>
  65. </mensinfo>
  66. <cirorgninfo>
  67. <cirorgn>
  68. <cirorgninfoinclyn/>
  69. <cirorgn>
  70. <cirdsordkind/>
  71. <edemakind>
  72. </edemakind>
  73. <edemadetll/>
  74. <yohnyn>1</yohnyn>
  75. <yohnddetl/>
  76. <cyccateyn>1</cyccateyn>
  77. <cyccatekind/>
  78. <catedetl/>
  79. </cirorgn>
  80. </cirorgn>
  81. </cirorgninfo>
  82. <resorgninfo>
  83. <resorgn>
  84. <resorgninfoinclyn/>
  85. <resorgn>
  86. <symp/>
  87. <list/>
  88. </resorgn>
  89. </resorgn>
  90. </resorgninfo>
  91. <digorgninfo>
  92. <digorgn>
  93. <digorgninfoinclyn/>
  94. <digorgn>
  95. <symp/>
  96. <cate/>
  97. <list/>
  98. </digorgn>
  99. </digorgn>
  100. </digorgninfo>
  101. <uriorgninfo>
  102. <uriorgn>
  103. <uriorgn>
  104. <symp/>
  105. <cate/>
  106. <list/>
  107. <urinecolor/>
  108. </uriorgn>
  109. <urinestat/>
  110. </uriorgn>
  111. </uriorgninfo>
  112. <stoolinfo>
  113. <stool>
  114. <stoolcateyn/>
  115. <stoolcatekind/>
  116. <stoolstatflag/>
  117. <stoolstatkind/>
  118. <stoolstatetc/>
  119. </stool>
  120. </stoolinfo>
  121. <actinfo>
  122. <act>
  123. <actfreeyn>1</actfreeyn>
  124. <supptoolkind/>
  125. </act>
  126. </actinfo>
  127. <nvesysinfo>
  128. <nvesys>
  129. <nvesysinfoinclyn/>
  130. <nvesys>
  131. <pupilsymmetryyn>1</pupilsymmetryyn>
  132. <pupilleft/>
  133. <pupilrght/>
  134. <pupilleftrflx/>
  135. <pupilrghtrflx/>
  136. </nvesys>
  137. <nvesysdsordinfo>
  138. <part/>
  139. <direc/>
  140. <symp/>
  141. <list/>
  142. </nvesysdsordinfo>
  143. </nvesys>
  144. </nvesysinfo>
  145. <visdsordinfo>
  146. <visdsord>
  147. <visdsordyn>1</visdsordyn>
  148. <visdsordpos/>
  149. <visdsordleft/>
  150. <visdsordrght/>
  151. <visdsordkind/>
  152. <visdsordblind/>
  153. </visdsord>
  154. </visdsordinfo>
  155. <heardsordinfo>
  156. <heardsord>
  157. <heardsordyn>1</heardsordyn>
  158. <heardsordpos/>
  159. <heardsordleft/>
  160. <heardsordrght/>
  161. <heardsordkind/>
  162. </heardsord>
  163. </heardsordinfo>
  164. <tootstatinfo>
  165. <tootstat>
  166. <tootstatkind/>
  167. </tootstat>
  168. </tootstatinfo>
  169. <skinsectinfo>
  170. <skinsect>
  171. <skincolorinfoinclyn/>
  172. <skincolor>
  173. <part/>
  174. <direc/>
  175. <symp/>
  176. <list/>
  177. </skincolor>
  178. <skinstatinfoinclyn/>
  179. <skinstat>
  180. <part/>
  181. <direc/>
  182. <symp/>
  183. <cate/>
  184. <list/>
  185. </skinstat>
  186. </skinsect>
  187. </skinsectinfo>
  188. </wardrecinfo>
  189. <cond>
  190. <unitflag/>
  191. </cond>
  192. </main>
  193. <send/>
  194. </root>
  195. </instance>
  196. <script type="javascript" ev:event="xforms-ready">
  197. <![CDATA[
  198. //---------(20101029) 경북대
  199. // 간호조사지에서 호출함
  200. fessential();
  201. //---------(20101029) 경북대
  202. ]]>
  203. </script>
  204. <script type="javascript">
  205. <![CDATA[
  206. var shpainPath = "/root/main/wardrecinfo/shpaininfo/shpain/shpain";
  207. var resorgnPath="/root/main/wardrecinfo/resorgninfo/resorgn/resorgn";
  208. var digorgnPath = "/root/main/wardrecinfo/digorgninfo/digorgn/digorgn";
  209. var nvesysdsordPath = "/root/main/wardrecinfo/nvesysinfo/nvesys/nvesysdsordinfo";
  210. var skincolorPath = "/root/main/wardrecinfo/skinsectinfo/skinsect/skincolor";
  211. var skinstatPath = "/root/main/wardrecinfo/skinsectinfo/skinsect/skinstat";
  212. var uriorgnPath = "/root/main/wardrecinfo/uriorgninfo/uriorgn/uriorgn";
  213. var stoolPath = "/root/main/wardrecinfo/stoolinfo/stool";
  214. var status = "select";
  215. function fInitEventBodyAses(pFlag) {
  216. if ( pFlag == "init"){
  217. var instUseYN = model.getValue("/root/codeinfo/codeinfo/codelist[cdgrupid ='172']/cdid");//JCI관련 필수입력사항 블러킹
  218. if ( instUseYN == "Y" ){
  219. //필수입력사항 표시
  220. //cap_aptt.visible = true; // 15.03.19 - 삭제 예정
  221. cap_cscsstat.visible = true;
  222. cap_digorgn.visible = true;
  223. cap_urine.visible = true;
  224. cap_stool.visible = true;
  225. cap_act.visible = true;
  226. cap_nvesysds.visible = true;
  227. cap_visd.visible = true;
  228. cap_heard.visible = true;
  229. cap_toot.visible = true;
  230. cap_shpaininfo.visible = true;
  231. }
  232. }
  233. if(model.getValue("/root/main/wardrecinfo/mfmdstatinfo/mfmdstat/mfmdstatinfoinclyn") == "1") { // 기형상태 해당없음
  234. chk_mfmdyn.dispatch("xforms-value-changed");
  235. }
  236. // if(model.getValue("/root/main/wardrecinfo/shpaininfo/shpain/shpaininfoinclyn") == "1") { // 통증 "무" 체크
  237. // rdo_shpaininfoinclyn.dispatch("xforms-value-changed");
  238. // }
  239. if(model.getValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgninfoinclyn") == "1") { // 순환기계 해당없음
  240. chk_cycdsordinclyn.dispatch("xforms-value-changed");
  241. } else {
  242. cmb_edema.dispatch("xforms-value-changed"); // 부종
  243. rdo_yohnyn.dispatch("xforms-value-changed"); // 요흔
  244. rdo_cyccateyn.dispatch("xforms-value-changed"); // 부착기구
  245. }
  246. if(model.getValue("/root/main/wardrecinfo/resorgninfo/resorgn/resorgninfoinclyn") == "1") { // 호흡기계 해당없음
  247. chk_resorgninfoinclyn.dispatch("xforms-value-changed");
  248. }
  249. if(model.getValue("/root/main/wardrecinfo/digorgninfo/digorgn/digorgninfoinclyn") == "1") { // 소화기계 해당없음
  250. chk_digorgninfoinclyn.dispatch("xforms-value-changed");
  251. }
  252. if(model.getValue("/root/main/wardrecinfo/nvesysinfo/nvesys/nvesysinfoinclyn") == "1") { // 신경계장애 해당없음
  253. chk_nvesysinfoinclyn.dispatch("xforms-value-changed");
  254. }
  255. if(model.getValue("/root/main/wardrecinfo/skinsectinfo/skinsect/skincolorinfoinclyn") == "1") { // 피부계 - 피부색 - 해당없음
  256. chk_skincoloryn.dispatch("xforms-value-changed");
  257. }
  258. if(model.getValue("/root/main/wardrecinfo/skinsectinfo/skinsect/skinstatinfoinclyn") == "1") { // 피부계 - 피부상태 - 해당없음
  259. chk_skinstatyn.dispatch("xforms-value-changed");
  260. }
  261. // 15.03.27 수정 - AYS
  262. if(model.getValue("/root/main/wardrecinfo/mensinfo/mens/mensinclyn") == "1") { // 여성정보 해당없음
  263. chk_mensinclyn.dispatch("xforms-value-changed");
  264. }
  265. if(model.getValue("/root/main/wardrecinfo/mensinfo/mens/mensaddinfoyn") == "1") { // 여성정보 추가사정 체크시
  266. chk_mensaddinfoyn.dispatch("xforms-value-changed");
  267. }
  268. rdo_slepdsord.dispatch("xforms-value-changed"); // 수명장애 - 유무
  269. rdo_drugtmedyn.dispatch("xforms-value-changed"); // 약물복용 - 유무
  270. rdo_stoolcateyn.dispatch("xforms-value-changed"); // 부착기구 - 유무
  271. rdo_visdsordyn.dispatch("xforms-value-changed"); // 시력장애 - 유무
  272. rdo_heardsordyn.dispatch("xforms-value-changed"); // 청력장애 - 유무
  273. // rdo_mensyn.dispatch("xforms-value-changed"); // 월경 유무관련
  274. rdo_actfreeyn.dispatch("xforms-value-changed"); // 활동 - 활동 항목
  275. //chk_mensinclyn.dispatch("xforms-value-changed"); // 여성정보 해당없음 15.04.01 - 추가 - AYS
  276. rdo_stoolstatflag.dispatch("xforms-value-changed"); // 대변 - 대변양상 15.05.13 추가 - AYS
  277. }
  278. function fSetStatus() {
  279. var rtn = "";
  280. if(status == "select") {
  281. rtn = "6";
  282. } else {
  283. rtn = messageBox("데이터를 ", "Q001");
  284. }
  285. return rtn;
  286. }
  287. function isCheckGridDataYN(grdData) {
  288. var isEmptyYN = "Y";
  289. if(grdData.rows == 2) {
  290. for(var i = 1; i < grdData.cols; i++) {
  291. if(grdData.valueMatrix(1, i) != "") {
  292. isEmptyYN = "N";
  293. break;
  294. } else {
  295. isEmptyYN = "Y";
  296. }
  297. }
  298. } else if(grdData.rows < 2) {
  299. isEmptyYN = "Y";
  300. } else {
  301. isEmptyYN = "N";
  302. }
  303. if(isEmptyYN == "Y") {
  304. status = "select";
  305. }
  306. return isEmptyYN;
  307. }
  308. function fSetPopupParam(part, direc, symp, cate, flag) {
  309. setParameter("SPMNW07500_PARAM1", "");
  310. setParameter("SPMNW07500_PARAM2", "");
  311. setParameter("SPMNW07500_PARAM3", "");
  312. setParameter("SPMNW07500_PARAM4", "");
  313. setParameter("SPMNW07500_PARAM5", "");
  314. var title ="";
  315. var path = "";
  316. var idx = -1;
  317. if(flag == "01") {
  318. title="동통팝업";
  319. path = shpainPath;
  320. idx = grd_shpain.row;
  321. } else if(flag =="02") {
  322. title="호흡기계";
  323. path = resorgnPath;
  324. idx = grd_resorgn.row;
  325. } else if(flag =="03") {
  326. title="소화기계";
  327. path = digorgnPath;
  328. idx = grd_digorgn.row;
  329. } else if(flag =="04") {
  330. title = "신경계장애";
  331. path = nvesysdsordPath;
  332. idx = grd_nvesysdsord.row;
  333. } else if(flag =="05") {
  334. title = "피부색";
  335. path = skincolorPath;
  336. idx = grd_skincolor.row;
  337. } else if(flag == "06") {
  338. title = "피부상태";
  339. path = skinstatPath;
  340. idx = grd_skinstat.row;
  341. } else if(flag == "07") {
  342. title = "비뇨기계";
  343. path = uriorgnPath;
  344. idx = grd_urine.row;
  345. } else if(flag == "08") {
  346. title = "대변";
  347. path = stoolPath;
  348. }
  349. setParameter("SPMNW07500_PARAM1", part);
  350. setParameter("SPMNW07500_PARAM2", direc);
  351. setParameter("SPMNW07500_PARAM3", symp);
  352. setParameter("SPMNW07500_PARAM4", title);
  353. setParameter("SPMNW07500_PARAM5", cate);
  354. modal("SPMNW07500",1, (event.screenX + 517 >= 1195)? 1195-517 : event.screenX , (event.screenY+306 >= 1024)? 1024-306: event.screenY );
  355. var flg = getParameter("SMMNW03100_PARAM4");
  356. if(flg == "Y") {
  357. if(part != "00") {
  358. part = getParameter("SMMNW03100_PARAM1");
  359. model.setValue(path + "[" + idx + "]/part", part);
  360. }
  361. if(direc != "00") {
  362. direc = getParameter("SMMNW03100_PARAM2");
  363. model.setValue(path + "[" + idx + "]/direc", direc);
  364. }
  365. if(symp != "00") {
  366. symp = getParameter("SMMNW03100_PARAM3");
  367. model.setValue(path + "[" + idx + "]/symp", symp);
  368. }
  369. if(cate != "00") {
  370. cate = getParameter("SMMNW03100_PARAM5");
  371. if(flag == "03") {
  372. grd_digorgn.valueMatrix(idx, grd_digorgn.colRef("cate")) = cate;
  373. grd_digorgn.rebuild();
  374. } else if(flag == "07") {
  375. grd_urine.valueMatrix(idx, grd_urine.colRef("cate")) = cate;
  376. grd_urine.rebuild();
  377. } else if(flag == "08") {
  378. model.setValue(path + "/stoolcatekind", cate);
  379. ipt_stoolcatekind.refresh();
  380. }
  381. }
  382. }
  383. }
  384. //---------(20101029) 경북대
  385. // 간호조사지에서 호출함
  386. function fessential() {
  387. if (fEssentialBackColor != "") {
  388. //----신체사정
  389. rdo_shpaininfoinclyn.attribute("background-color") = fEssentialBackColor;
  390. cmb_cscsstathuman.attribute("background-color") = fEssentialBackColor;
  391. cmb_cscsstattm.attribute("background-color") = fEssentialBackColor;
  392. cmb_cscsstatplce.attribute("background-color") = fEssentialBackColor;
  393. cmb_cscsstat.attribute("background-color") = fEssentialBackColor;
  394. rdo_communication.attribute("background-color") = fEssentialBackColor;
  395. cmb_emotstat.attribute("background-color") = fEssentialBackColor;
  396. grd_digorgn.attribute("background-color") = fEssentialBackColor;
  397. // cmb_stoolkind.attribute("background-color") = fEssentialBackColor;
  398. rdo_stoolcateyn.attribute("background-color") = fEssentialBackColor;
  399. rdo_stoolstatflag.attribute("background-color") = fEssentialBackColor;
  400. chk_tootstatkind.attribute("background-color") = fEssentialBackColor;
  401. rdo_urinestat.attribute("background-color") = fEssentialBackColor; // 비뇨기계
  402. grd_urine.attribute("background-color") = fEssentialBackColor; // 비뇨기계
  403. }
  404. }
  405. //---------(20101029) 경북대
  406. ]]>
  407. </script>
  408. </model>
  409. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  410. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  411. </xhtml:head>
  412. <xhtml:body pagewidth="1194" pageheight="673" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  413. <line id="line71" class="line_2" style="x1:401px; y1:596px; x2:792px; y2:596px; text-align:right; "/>
  414. <select id="chk_heardsordpos" ref="/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordpos" disabled="true" overflow="visible" appearance="full" cellspacing="60" cols="2" style="left:995px; top:288px; width:190px; height:13px; border-style:none; ">
  415. <choices>
  416. <item>
  417. <label>좌</label>
  418. <value>1</value>
  419. </item>
  420. <item>
  421. <label>우</label>
  422. <value>2</value>
  423. </item>
  424. </choices>
  425. <script type="javascript" ev:event="xforms-value-changed">
  426. <![CDATA[
  427. var heardsordpos = model.getValue("/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordpos");
  428. if(heardsordpos == "1") {
  429. ipt_heardsordleft.disabled = false;
  430. ipt_heardsordrght.disabled = true;
  431. model.resetInstanceNode("/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordrght");
  432. } else if(heardsordpos == "2") {
  433. ipt_heardsordrght.disabled = false;
  434. ipt_heardsordleft.disabled = true;
  435. model.resetInstanceNode("/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordleft");
  436. } else if(heardsordpos == "1 2" || heardsordpos == "2 1") {
  437. ipt_heardsordrght.disabled = false;
  438. ipt_heardsordleft.disabled = false;
  439. } else {
  440. ipt_heardsordrght.disabled = true;
  441. ipt_heardsordleft.disabled = true;
  442. model.resetInstanceNode("/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordleft");
  443. model.resetInstanceNode("/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordrght");
  444. }
  445. ipt_heardsordrght.refresh();
  446. ipt_heardsordleft.refresh();
  447. ]]>
  448. </script>
  449. </select>
  450. <select1 id="cmb_pupilleftrflx" ref="/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilleftrflx" class="combo_default" navindex="56" appearance="minimal" style="left:325px; top:512px; width:69px; height:19px; ">
  451. <choices>
  452. <itemset nodeset="/root/init/mlist/M0109">
  453. <label ref="cdnm"/>
  454. <value ref="cdid"/>
  455. </itemset>
  456. </choices>
  457. </select1>
  458. <select1 id="cmb_cscsstatplce" ref="/root/main/wardrecinfo/cscsstatinfo/cscsstat/cscsstatplce" class="combo_default" navindex="14" appearance="minimal" style="left:334px; top:298px; width:61px; height:19px; ">
  459. <choices>
  460. <itemset nodeset="/root/init/mlist/M0100">
  461. <label ref="cdnm"/>
  462. <value ref="cdid"/>
  463. </itemset>
  464. </choices>
  465. </select1>
  466. <caption id="caption113" class="tit_2" style="left:799px; top:170px; width:104px; height:13px; ">시력장애</caption>
  467. <line id="line84" class="line_1" style="x1:797px; y1:185px; x2:1186px; y2:185px; "/>
  468. <caption id="caption102" class="tit_2" style="left:8px; top:494px; width:97px; height:13px; ">신경계 장애</caption>
  469. <select1 id="cmb_emotstat" ref="/root/main/wardrecinfo/cscsstatinfo/cscsstat/emotstat" class="combo_default" navindex="17" appearance="minimal" style="left:88px; top:370px; width:307px; height:19px; ">
  470. <choices>
  471. <item>
  472. <label>안정</label>
  473. <value>1</value>
  474. </item>
  475. <item>
  476. <label>불안</label>
  477. <value>2</value>
  478. </item>
  479. <item>
  480. <label>슬픔</label>
  481. <value>3</value>
  482. </item>
  483. <item>
  484. <label>분노</label>
  485. <value>4</value>
  486. </item>
  487. <item>
  488. <label>우울</label>
  489. <value>5</value>
  490. </item>
  491. <item>
  492. <label>흥분</label>
  493. <value>6</value>
  494. </item>
  495. <item>
  496. <label>의식없음</label>
  497. <value>7</value>
  498. </item>
  499. </choices>
  500. </select1>
  501. <select1 id="rdo_slepdsord" ref="/root/main/wardrecinfo/slepstatinfo/slepstat/slepdsordyn" navindex="8" appearance="full" cellspacing="40" cols="2" overflow="visible" style="left:88px; top:432px; width:147px; height:13px; border-style:none; ">
  502. <choices>
  503. <item>
  504. <label>무</label>
  505. <value>1</value>
  506. </item>
  507. <item>
  508. <label>유</label>
  509. <value>2</value>
  510. </item>
  511. </choices>
  512. <script type="javascript" ev:event="xforms-value-changed">
  513. <![CDATA[
  514. if(model.getValue("/root/main/wardrecinfo/slepstatinfo/slepstat/slepdsordyn") == "1") {
  515. model.resetInstanceNode("/root/main/wardrecinfo/slepstatinfo/slepstat/slepdsordtm");
  516. ipt_slepdsord.disabled = true;
  517. } else {
  518. ipt_slepdsord.disabled = false;
  519. }
  520. ipt_slepdsord.refresh();
  521. ]]>
  522. </script>
  523. </select1>
  524. <button id="btn_mfmddel" class="btn2_letter3" style="left:342px; top:66px; width:53px; height:19px; ">
  525. <caption>행삭제</caption>
  526. <script type="javascript" ev:event="DOMActivate">
  527. <![CDATA[
  528. grd_mfmdstat.deleteRow(grd_mfmdstat.row);
  529. ]]>
  530. </script>
  531. </button>
  532. <caption id="caption60" class="cell_1" style="left:5px; top:321px; width:80px; height:23px; vertical-align:middle; ">의식상태</caption>
  533. <caption id="caption114" class="tit_2" style="left:799px; top:265px; width:104px; height:13px; ">청력장애</caption>
  534. <select1 id="cmb_pupilrghtrflx" ref="/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilrghtrflx" class="combo_default" navindex="58" appearance="minimal" style="left:325px; top:534px; width:69px; height:19px; ">
  535. <choices>
  536. <itemset nodeset="/root/init/mlist/M0109">
  537. <label ref="cdnm"/>
  538. <value ref="cdid"/>
  539. </itemset>
  540. </choices>
  541. </select1>
  542. <caption id="cap_drugtmed" class="cell_1" style="left:5px; top:453px; width:80px; height:23px; vertical-align:middle; ">약물복용</caption>
  543. <caption id="caption50" class="tit_2" style="left:9px; top:409px; width:80px; height:13px; ">수면상태</caption>
  544. <line id="line53" class="line_3" style="x1:4px; y1:476px; x2:395px; y2:476px; "/>
  545. <line id="line86" class="line_2" style="x1:794px; y1:229px; x2:1183px; y2:229px; "/>
  546. <caption id="cap_heardord" class="cell_1" style="left:797px; top:285px; width:80px; height:40px; vertical-align:middle; ">청력장애</caption>
  547. <select1 id="rdo_stoolcateyn" ref="/root/main/wardrecinfo/stoolinfo/stool/stoolcateyn" navindex="50" appearance="full" cellspacing="40" cols="2" overflow="visible" style="left:484px; top:579px; width:106px; height:13px; border-style:none; ">
  548. <choices>
  549. <item>
  550. <label>무</label>
  551. <value>1</value>
  552. </item>
  553. <item>
  554. <label>유</label>
  555. <value>2</value>
  556. </item>
  557. </choices>
  558. <script type="javascript" ev:event="xforms-value-changed">
  559. <![CDATA[
  560. if(model.getValue("/root/main/wardrecinfo/stoolinfo/stool/stoolcateyn") == "1") {
  561. model.resetInstanceNode("/root/main/wardrecinfo/stoolinfo/stool/stoolcatekind");
  562. ipt_stoolcatekind.disabled = true;
  563. btn_cate.disabled = true;
  564. } else {
  565. ipt_stoolcatekind.disabled = false;
  566. btn_cate.disabled = false;
  567. }
  568. ipt_stoolcatekind.refresh();
  569. btn_cate.refresh();
  570. ]]>
  571. </script>
  572. </select1>
  573. <line id="line98" class="line_2" style="x1:4px; y1:553px; x2:393px; y2:553px; "/>
  574. <caption id="caption40" class="tit_2" style="left:406px; top:10px; width:104px; height:13px; ">순환기계</caption>
  575. <line id="line54" class="line_1" style="x1:401px; y1:25px; x2:792px; y2:25px; "/>
  576. <line id="line65" class="line_1" style="x1:401px; y1:454px; x2:792px; y2:454px; "/>
  577. <caption id="caption95" class="tit_2" style="left:405px; top:439px; width:75px; height:13px; ">비뇨기계</caption>
  578. <line id="line87" class="line_1" style="x1:797px; y1:280px; x2:1186px; y2:280px; "/>
  579. <caption id="caption116" class="tit_2" style="left:799px; top:345px; width:104px; height:13px; ">치아상태</caption>
  580. <select1 id="cmb_pupilleft" ref="/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilleft" class="combo_default" navindex="55" appearance="minimal" style="left:205px; top:512px; width:44px; height:19px; ">
  581. <choices>
  582. <itemset nodeset="/root/init/mlist/M0110">
  583. <label ref="cdnm"/>
  584. <value ref="cdid"/>
  585. </itemset>
  586. </choices>
  587. </select1>
  588. <select1 id="cmb_cscsstat" ref="/root/main/wardrecinfo/cscsstatinfo/cscsstat/cscsstat" class="combo_default" navindex="15" appearance="minimal" style="left:88px; top:322px; width:308px; height:19px; ">
  589. <choices>
  590. <itemset nodeset="/root/init/mlist/M0075">
  591. <label ref="cdnm"/>
  592. <value ref="cdid"/>
  593. </itemset>
  594. </choices>
  595. </select1>
  596. <select1 id="cmb_cscsstathuman" ref="/root/main/wardrecinfo/cscsstatinfo/cscsstat/cscsstathuman" class="combo_default" navindex="12" appearance="minimal" style="left:120px; top:298px; width:67px; height:19px; ">
  597. <choices>
  598. <itemset nodeset="/root/init/mlist/M0100">
  599. <label ref="cdnm"/>
  600. <value ref="cdid"/>
  601. </itemset>
  602. </choices>
  603. </select1>
  604. <select1 id="rdo_drugtmedyn" ref="/root/main/wardrecinfo/slepstatinfo/slepstat/dugtmedyn" navindex="10" appearance="full" cellspacing="40" cols="2" overflow="visible" style="left:88px; top:457px; width:147px; height:13px; border-style:none; ">
  605. <choices>
  606. <item>
  607. <label>무</label>
  608. <value>1</value>
  609. </item>
  610. <item>
  611. <label>유</label>
  612. <value>2</value>
  613. </item>
  614. </choices>
  615. <script type="javascript" ev:event="xforms-value-changed">
  616. <![CDATA[
  617. if(model.getValue("/root/main/wardrecinfo/slepstatinfo/slepstat/dugtmedyn") == "1") {
  618. ipt_drugtmeddetl.disabled = true;
  619. model.resetInstanceNode("/root/main/wardrecinfo/slepstatinfo/slepstat/dugtmeddetl");
  620. } else {
  621. ipt_drugtmeddetl.disabled = false;
  622. }
  623. ipt_drugtmeddetl.refresh();
  624. ]]>
  625. </script>
  626. </select1>
  627. <caption id="caption52" class="cell_1" style="left:5px; top:345px; width:80px; height:23px; vertical-align:middle; ">의사소통</caption>
  628. <line id="line33" class="line_1" style="x1:6px; y1:508px; x2:396px; y2:508px; "/>
  629. <caption id="caption41" style="left:190px; top:301px; width:44px; height:14px; vertical-align:middle; ">시간 :</caption>
  630. <line id="line44" class="line_1" style="x1:5px; y1:424px; x2:396px; y2:424px; "/>
  631. <line id="line55" class="line_1" style="x1:5px; y1:292px; x2:396px; y2:292px; "/>
  632. <caption id="caption85" class="tit_2" style="left:405px; top:557px; width:45px; height:13px; ">대변</caption>
  633. <line id="line88" class="line_3" style="x1:797px; y1:325px; x2:1186px; y2:325px; "/>
  634. <line id="line45" class="line_2" style="x1:5px; y1:451px; x2:396px; y2:451px; "/>
  635. <line id="line56" class="line_2" style="x1:5px; y1:319px; x2:396px; y2:319px; "/>
  636. <caption id="caption53" class="cell_1" style="left:5px; top:369px; width:80px; height:23px; vertical-align:middle; ">정서상태</caption>
  637. <line id="line67" class="line_2" style="x1:401px; y1:483px; x2:792px; y2:483px; "/>
  638. <line id="line89" class="line_1" style="x1:797px; y1:360px; x2:1186px; y2:360px; "/>
  639. <select1 id="cmb_cscsstattm" ref="/root/main/wardrecinfo/cscsstatinfo/cscsstat/cscsstattm" class="combo_default" navindex="13" appearance="minimal" style="left:227px; top:298px; width:67px; height:19px; ">
  640. <choices>
  641. <itemset nodeset="/root/init/mlist/M0100">
  642. <label ref="cdnm"/>
  643. <value ref="cdid"/>
  644. </itemset>
  645. </choices>
  646. </select1>
  647. <caption id="cap_humanyn" class="cell_1" style="left:5px; top:297px; width:80px; height:23px; vertical-align:middle; ">지 남 력</caption>
  648. <caption id="caption108" class="cell_1" style="left:152px; top:534px; width:50px; height:20px; vertical-align:middle; ">우</caption>
  649. <caption id="caption87" class="cell_1" style="left:401px; top:576px; width:80px; height:21px; vertical-align:middle; ">부착기구</caption>
  650. <caption id="caption43" class="tit_2" style="left:10px; top:71px; width:104px; height:13px; ">기형상태</caption>
  651. <line id="line46" class="line_2" style="x1:4px; y1:343px; x2:395px; y2:343px; "/>
  652. <caption id="caption65" style="left:343px; top:434px; width:44px; height:14px; vertical-align:middle; ">시간/일</caption>
  653. <line id="line79" class="line_1" style="x1:791px; y1:25px; x2:792px; y2:25px; "/>
  654. <datagrid id="grd_mfmdstat" nodeset="/root/main/wardrecinfo/mfmdstatinfo/mfmdstat/mfmdstat" caption="부위^방향" colsep="^" colwidth="203, 167" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:5px; top:91px; width:390px; height:70px; ">
  655. <col ref="part" type="input"/>
  656. <col ref="direc" type="input"/>
  657. </datagrid>
  658. <button id="btn_shpaindel" class="btn2_letter3" visibility="hidden" style="left:342px; top:6px; width:53px; height:19px; ">
  659. <caption>행삭제</caption>
  660. <script type="javascript" ev:event="DOMActivate">
  661. <![CDATA[
  662. grd_shpain.deleteRow(grd_shpain.row);
  663. ]]>
  664. </script>
  665. </button>
  666. <select id="chk_mfmdyn" ref="/root/main/wardrecinfo/mfmdstatinfo/mfmdstat/mfmdstatinfoinclyn" navindex="71" overflow="visible" appearance="full" style="left:160px; top:68px; width:70px; height:15px; border-style:none; ">
  667. <choices>
  668. <item>
  669. <label>해당없음</label>
  670. <value>1</value>
  671. </item>
  672. </choices>
  673. <script type="javascript" ev:event="xforms-value-changed">
  674. <![CDATA[
  675. if(model.getValue("/root/main/wardrecinfo/mfmdstatinfo/mfmdstat/mfmdstatinfoinclyn") == "1") {
  676. var isEmptyYN = "Y";
  677. isEmptyYN = isCheckGridDataYN(grd_mfmdstat);
  678. var rtn = fSetStatus();
  679. if(rtn == "6") {
  680. model.removeNodeset("/root/main/wardrecinfo/mfmdstatinfo/mfmdstat/mfmdstat");
  681. grd_mfmdstat.rebuild();
  682. btn_mfmdadd.disabled = true;
  683. btn_mfmddel.disabled = true;
  684. } else if(rtn == "7") {
  685. model.setValue("/root/main/wardrecinfo/mfmdstatinfo/mfmdstat/mfmdstatinfoinclyn", "");
  686. chk_mfmdyn.refresh();
  687. }
  688. } else {
  689. btn_mfmdadd.disabled = false;
  690. btn_mfmddel.disabled = false;
  691. grd_mfmdstat.addRow();
  692. }
  693. ]]>
  694. </script>
  695. <script type="javascript" ev:event="xforms-select">
  696. <![CDATA[
  697. status = "click";
  698. ]]>
  699. </script>
  700. </select>
  701. <line id="line47" class="line_2" style="x1:4px; y1:367px; x2:395px; y2:367px; "/>
  702. <caption id="caption66" style="left:89px; top:301px; width:44px; height:14px; vertical-align:middle; ">사람:</caption>
  703. <line id="line58" class="line_1" style="x1:401px; y1:571px; x2:792px; y2:571px; "/>
  704. <button id="btn_mfmdadd" class="btn2_letter3" style="left:286px; top:66px; width:53px; height:19px; ">
  705. <caption>행추가</caption>
  706. <script type="javascript" ev:event="DOMActivate">
  707. <![CDATA[
  708. grd_mfmdstat.addRow();
  709. ]]>
  710. </script>
  711. </button>
  712. <line id="line37" class="line_1" style="x1:5px; y1:86px; x2:396px; y2:86px; "/>
  713. <caption id="cap_tootstat" class="cell_1" style="left:797px; top:365px; width:33px; height:40px; vertical-align:middle; ">
  714. <![CDATA[치아
  715. 상태]]>
  716. </caption>
  717. <caption id="caption46" style="left:297px; top:301px; width:44px; height:14px; vertical-align:middle; ">장소 :</caption>
  718. <select id="chk_nvesysinfoinclyn" ref="/root/main/wardrecinfo/nvesysinfo/nvesys/nvesysinfoinclyn" navindex="76" overflow="visible" appearance="full" style="left:158px; top:491px; width:70px; height:15px; border-style:none; ">
  719. <choices>
  720. <item>
  721. <label>해당없음</label>
  722. <value>1</value>
  723. </item>
  724. </choices>
  725. <script type="javascript" ev:event="xforms-value-changed">
  726. <![CDATA[
  727. if(model.getValue("/root/main/wardrecinfo/nvesysinfo/nvesys/nvesysinfoinclyn") == "1") {
  728. var isEmptyYN = "Y";
  729. isEmptyYN = isCheckGridDataYN(grd_nvesysdsord);
  730. var rtn = fSetStatus();
  731. if(rtn == "6") {
  732. rdo_pupilsymmetryyn.disabled = true;
  733. btn_nvesysadd.disabled = true;
  734. btn_nvesysdel.disabled = true;
  735. cmb_pupilleft.disabled = true;
  736. cmb_pupilrght.disabled = true;
  737. cmb_pupilleftrflx.disabled = true;
  738. cmb_pupilrghtrflx.disabled = true;
  739. model.resetInstanceNode("/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilsymmetryyn");
  740. model.resetInstanceNode("/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilleft");
  741. model.resetInstanceNode("/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilrght");
  742. model.resetInstanceNode("/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilleftrflx");
  743. model.resetInstanceNode("/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilrghtrflx");
  744. model.removeNodeset("/root/main/wardrecinfo/nvesysinfo/nvesys/nvesysdsordinfo");
  745. rdo_pupilsymmetryyn.refresh();
  746. cmb_pupilleft.refresh();
  747. cmb_pupilrght.refresh();
  748. cmb_pupilleftrflx.refresh();
  749. cmb_pupilrghtrflx.refresh();
  750. grd_nvesysdsord.rebuild();
  751. } else {
  752. model.resetInstanceNode("/root/main/wardrecinfo/nvesysinfo/nvesys/nvesysinfoinclyn");
  753. chk_nvesysinfoinclyn.refresh();
  754. return;
  755. }
  756. } else {
  757. rdo_pupilsymmetryyn.disabled = false;
  758. btn_nvesysadd.disabled = false;
  759. btn_nvesysdel.disabled = false;
  760. cmb_pupilleft.disabled = false;
  761. cmb_pupilrght.disabled = false;
  762. cmb_pupilleftrflx.disabled = false;
  763. cmb_pupilrghtrflx.disabled = false;
  764. grd_nvesysdsord.addRow();
  765. }
  766. ]]>
  767. </script>
  768. <script type="javascript" ev:event="xforms-select">
  769. <![CDATA[
  770. status = "click";
  771. ]]>
  772. </script>
  773. </select>
  774. <input id="ipt_drugtmeddetl" ref="/root/main/wardrecinfo/slepstatinfo/slepstat/dugtmeddetl" class="input_default" disabled="true" navindex="11" style="left:245px; top:454px; width:150px; height:19px; "/>
  775. <caption id="caption59" class="tit_2" style="left:9px; top:276px; width:71px; height:13px; ">의식상태</caption>
  776. <caption id="cap_visdord" class="cell_1" style="left:797px; top:190px; width:80px; height:55px; vertical-align:middle; ">시력장애</caption>
  777. <datagrid id="grd_nvesysdsord" nodeset="/root/main/wardrecinfo/nvesysinfo/nvesys/nvesysdsordinfo" caption="부위^방향^증상^목록" colsep="^" colwidth="60, 57, 130, 40" mergecellsfixedrows="bycolrec" rowsep="|" style="left:86px; top:555px; width:308px; height:65px; ">
  778. <col ref="part"/>
  779. <col ref="direc"/>
  780. <col ref="symp"/>
  781. <col ref="list" style="text-align:center; background-image:../../../com/commonweb/images/icon_search.gif; background-position:center; ">
  782. <script type="javascript" ev:event="onclick">
  783. <![CDATA[
  784. fSetPopupParam("01", "01", "01","00" , "04");
  785. ]]>
  786. </script>
  787. </col>
  788. </datagrid>
  789. <line id="line90" class="line_3" style="x1:797px; y1:406px; x2:1186px; y2:406px; "/>
  790. <select id="chk_tootstatkind" ref="/root/main/wardrecinfo/tootstatinfo/tootstat/tootstatkind" navindex="70" overflow="visible" appearance="full" cellspacing="0" cols="5" vcellspacing="3" style="left:830px; top:365px; width:355px; height:38px; border-style:none; ">
  791. <choices>
  792. <item>
  793. <label>양호</label>
  794. <value>1</value>
  795. </item>
  796. <item>
  797. <label>충치</label>
  798. <value>2</value>
  799. </item>
  800. <item>
  801. <label>보철</label>
  802. <value>3</value>
  803. </item>
  804. <item>
  805. <label>크라운</label>
  806. <value>4</value>
  807. </item>
  808. <item>
  809. <label>유치</label>
  810. <value>8</value>
  811. </item>
  812. <item>
  813. <label>부분의치</label>
  814. <value>5</value>
  815. </item>
  816. <item>
  817. <label>완전의치</label>
  818. <value>6</value>
  819. </item>
  820. <item>
  821. <label>임프란트</label>
  822. <value>7</value>
  823. </item>
  824. <item>
  825. <label>구강위생불량</label>
  826. <value>9</value>
  827. </item>
  828. </choices>
  829. </select>
  830. <button id="btn_shpainadd" class="btn2_letter3" visibility="hidden" style="left:286px; top:6px; width:53px; height:19px; ">
  831. <caption>행추가</caption>
  832. <script type="javascript" ev:event="DOMActivate">
  833. <![CDATA[
  834. grd_shpain.addRow();
  835. ]]>
  836. </script>
  837. </button>
  838. <button id="btn_nvesysadd" class="btn2_letter3" style="left:287px; top:488px; width:53px; height:19px; ">
  839. <caption>행추가</caption>
  840. <script type="javascript" ev:event="DOMActivate">
  841. <![CDATA[
  842. grd_nvesysdsord.addRow();
  843. ]]>
  844. </script>
  845. </button>
  846. <select1 id="cmb_pupilrght" ref="/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilrght" class="combo_default" navindex="57" appearance="minimal" style="left:205px; top:534px; width:44px; height:19px; ">
  847. <choices>
  848. <itemset nodeset="/root/init/mlist/M0110">
  849. <label ref="cdnm"/>
  850. <value ref="cdid"/>
  851. </itemset>
  852. </choices>
  853. </select1>
  854. <select1 id="rdo_communication" ref="/root/main/wardrecinfo/cscsstatinfo/cscsstat/communication" navindex="16" appearance="full" cellspacing="40" cols="3" overflow="visible" style="left:88px; top:348px; width:307px; height:13px; border-style:none; ">
  855. <choices>
  856. <item>
  857. <label>원만</label>
  858. <value>1</value>
  859. </item>
  860. <item>
  861. <label>곤란</label>
  862. <value>2</value>
  863. </item>
  864. <item>
  865. <label>불가능</label>
  866. <value>3</value>
  867. </item>
  868. </choices>
  869. </select1>
  870. <caption id="caption111" class="cell_1" style="left:272px; top:534px; width:50px; height:20px; vertical-align:middle; ">빛반사</caption>
  871. <line id="line60" class="line_2" style="x1:154px; y1:532px; x2:393px; y2:532px; "/>
  872. <button id="btn_nvesysdel" class="btn2_letter3" style="left:343px; top:488px; width:53px; height:19px; ">
  873. <caption>행삭제</caption>
  874. <script type="javascript" ev:event="DOMActivate">
  875. <![CDATA[
  876. grd_nvesysdsord.deleteItem(grd_nvesysdsord.row);
  877. ]]>
  878. </script>
  879. </button>
  880. <caption id="caption112" class="cell_1" style="left:6px; top:555px; width:80px; height:64px; vertical-align:middle; ">신경계장애</caption>
  881. <caption id="cap_pupil" class="cell_1" style="left:6px; top:513px; width:80px; height:41px; vertical-align:middle; ">동공</caption>
  882. <caption id="cap_slephandcap" class="cell_1" style="left:5px; top:429px; width:80px; height:23px; vertical-align:middle; ">수면장애</caption>
  883. <line id="line43" class="line_3" style="x1:5px; y1:391px; x2:396px; y2:391px; "/>
  884. <caption id="caption105" class="cell_1" style="left:152px; top:513px; width:50px; height:20px; vertical-align:middle; ">좌</caption>
  885. <caption id="caption109" class="cell_1" style="left:272px; top:513px; width:50px; height:20px; vertical-align:middle; ">빛반사</caption>
  886. <line id="line1" class="line_3" style="x1:797px; y1:245px; x2:1186px; y2:245px; "/>
  887. <button id="btn_digorgndel" class="btn2_letter3" style="left:739px; top:312px; width:53px; height:19px; ">
  888. <caption>행삭제</caption>
  889. <script type="javascript" ev:event="DOMActivate">
  890. <![CDATA[
  891. grd_digorgn.deleteRow(grd_digorgn.row);
  892. ]]>
  893. </script>
  894. </button>
  895. <datagrid id="grd_digorgn" nodeset="/root/main/wardrecinfo/digorgninfo/digorgn/digorgn" caption="증상^부착기구^목록" colsep="^" colwidth="181, 150, 40" mergecellsfixedrows="bycolrec" rowsep="|" style="left:401px; top:337px; width:391px; height:82px; ">
  896. <col ref="symp"/>
  897. <col ref="cate"/>
  898. <col ref="list" style="text-align:center; background-image:../../../com/commonweb/images/icon_search.gif; background-position:center; ">
  899. <script type="javascript" ev:event="onclick">
  900. <![CDATA[
  901. fSetPopupParam("00", "00", "03", "01", "03");
  902. ]]>
  903. </script>
  904. </col>
  905. </datagrid>
  906. <button id="btn_resorgndel" class="btn2_letter3" style="left:739px; top:187px; width:53px; height:19px; ">
  907. <caption>행삭제</caption>
  908. <script type="javascript" ev:event="DOMActivate">
  909. <![CDATA[
  910. grd_resorgn.deleteRow(grd_resorgn.row);
  911. ]]>
  912. </script>
  913. </button>
  914. <select id="chk_digorgninfoinclyn" ref="/root/main/wardrecinfo/digorgninfo/digorgn/digorgninfoinclyn" navindex="75" overflow="visible" appearance="full" style="left:556px; top:314px; width:70px; height:17px; border-style:none; ">
  915. <choices>
  916. <item>
  917. <label>해당없음</label>
  918. <value>1</value>
  919. </item>
  920. </choices>
  921. <script type="javascript" ev:event="xforms-value-changed">
  922. <![CDATA[
  923. if(model.getValue("/root/main/wardrecinfo/digorgninfo/digorgn/digorgninfoinclyn") == "1") {
  924. var isEmptyYN = "Y";
  925. isEmptyYN = isCheckGridDataYN(grd_digorgn);
  926. var rtn = fSetStatus();
  927. if(rtn == "6") {
  928. model.removeNodeset("/root/main/wardrecinfo/digorgninfo/digorgn/digorgn");
  929. grd_digorgn.rebuild();
  930. btn_digorgnadd.disabled = true;
  931. btn_digorgndel.disabled = true;
  932. } else if(rtn == "7") {
  933. model.setValue("/root/main/wardrecinfo/digorgninfo/digorgn/digorgninfoinclyn", "");
  934. chk_digorgninfoinclyn.refresh();
  935. }
  936. } else {
  937. btn_digorgnadd.disabled = false;
  938. btn_digorgndel.disabled = false;
  939. grd_digorgn.addRow();
  940. }
  941. ]]>
  942. </script>
  943. <script type="javascript" ev:event="xforms-select">
  944. <![CDATA[
  945. status = "click";
  946. ]]>
  947. </script>
  948. </select>
  949. <select id="chk_resorgninfoinclyn" ref="/root/main/wardrecinfo/resorgninfo/resorgn/resorgninfoinclyn" navindex="74" overflow="visible" appearance="full" style="left:556px; top:191px; width:70px; height:15px; border-style:none; ">
  950. <choices>
  951. <item>
  952. <label>해당없음</label>
  953. <value>1</value>
  954. </item>
  955. </choices>
  956. <script type="javascript" ev:event="xforms-value-changed">
  957. <![CDATA[
  958. if(model.getValue("/root/main/wardrecinfo/resorgninfo/resorgn/resorgninfoinclyn") == "1") {
  959. var isEmptyYN = "Y";
  960. isEmptyYN = isCheckGridDataYN(grd_resorgn);
  961. var rtn = fSetStatus();
  962. if(rtn == "6") {
  963. model.removeNodeset("/root/main/wardrecinfo/resorgninfo/resorgn/resorgn");
  964. grd_resorgn.rebuild();
  965. btn_resorgnadd.disabled = true;
  966. btn_resorgndel.disabled = true;
  967. } else if(rtn == "7") {
  968. model.setValue("/root/main/wardrecinfo/resorgninfo/resorgn/resorgninfoinclyn", "");
  969. chk_resorgninfoinclyn.refresh();
  970. }
  971. } else {
  972. btn_resorgnadd.disabled = false;
  973. btn_resorgndel.disabled = false;
  974. grd_resorgn.addRow();
  975. }
  976. ]]>
  977. </script>
  978. <script type="javascript" ev:event="xforms-select">
  979. <![CDATA[
  980. status = "click";
  981. ]]>
  982. </script>
  983. </select>
  984. <caption id="caption1" class="tit_2" style="left:405px; top:318px; width:70px; height:13px; ">소화기계</caption>
  985. <button id="btn_digorgnadd" class="btn2_letter3" style="left:683px; top:312px; width:53px; height:19px; ">
  986. <caption>행추가</caption>
  987. <script type="javascript" ev:event="DOMActivate">
  988. <![CDATA[
  989. grd_digorgn.addRow();
  990. ]]>
  991. </script>
  992. </button>
  993. <caption id="caption2" class="tit_2" style="left:406px; top:192px; width:74px; height:13px; ">호흡기계</caption>
  994. <button id="btn_resorgnadd" class="btn2_letter3" style="left:683px; top:187px; width:53px; height:19px; ">
  995. <caption>행추가</caption>
  996. <script type="javascript" ev:event="DOMActivate">
  997. <![CDATA[
  998. grd_resorgn.addRow();
  999. ]]>
  1000. </script>
  1001. </button>
  1002. <line id="line2" class="line_1" style="x1:401px; y1:332px; x2:792px; y2:332px; "/>
  1003. <datagrid id="grd_resorgn" nodeset="/root/main/wardrecinfo/resorgninfo/resorgn/resorgn" caption="증상^목록" colsep="^" colwidth="312, 60" mergecellsfixedrows="bycolrec" rowsep="|" style="left:401px; top:212px; width:391px; height:85px; ">
  1004. <col ref="symp"/>
  1005. <col ref="list" style="text-align:center; background-image:../../../com/commonweb/images/icon_search.gif; background-position:center; ">
  1006. <script type="javascript" ev:event="onclick">
  1007. <![CDATA[
  1008. fSetPopupParam("00", "00", "02","00", "02");
  1009. ]]>
  1010. </script>
  1011. </col>
  1012. </datagrid>
  1013. <line id="line3" class="line_1" style="x1:401px; y1:207px; x2:792px; y2:207px; "/>
  1014. <line id="line96" class="line_1" style="x1:5px; y1:190px; x2:395px; y2:190px; "/>
  1015. <caption id="cap_supptoolkind" class="cell_1" style="left:5px; top:219px; width:80px; height:40px; vertical-align:middle; ">보조기구</caption>
  1016. <line id="line35" class="line_3" style="x1:5px; y1:259px; x2:395px; y2:259px; "/>
  1017. <caption id="caption99" class="tit_2" style="left:10px; top:175px; width:63px; height:13px; ">활동</caption>
  1018. <select id="chk_supptoolkind" ref="/root/main/wardrecinfo/actinfo/act/supptoolkind" disabled="true" navindex="53" overflow="visible" appearance="full" cellspacing="10" cols="3" sep="▦" vcellspacing="4" style="left:88px; top:218px; width:307px; height:40px; border-style:none; ">
  1019. <choices>
  1020. <item>
  1021. <label>보조기</label>
  1022. <value>1</value>
  1023. </item>
  1024. <item>
  1025. <label>목발</label>
  1026. <value>2</value>
  1027. </item>
  1028. <item>
  1029. <label>지팡이</label>
  1030. <value>3</value>
  1031. </item>
  1032. <item>
  1033. <label>전동 Wheel Chair</label>
  1034. <value>4</value>
  1035. </item>
  1036. <item>
  1037. <label>Wheel Chair</label>
  1038. <value>5</value>
  1039. </item>
  1040. </choices>
  1041. </select>
  1042. <caption id="cap_actfreeyn" class="cell_1" style="left:5px; top:195px; width:80px; height:23px; vertical-align:middle; ">활동</caption>
  1043. <select1 id="rdo_actfreeyn" ref="/root/main/wardrecinfo/actinfo/act/actfreeyn" navindex="52" appearance="full" cellspacing="40" cols="3" overflow="visible" style="left:88px; top:199px; width:305px; height:13px; border-style:none; ">
  1044. <choices>
  1045. <item>
  1046. <label>독립적</label>
  1047. <value>1</value>
  1048. </item>
  1049. <item>
  1050. <label>부분보조</label>
  1051. <value>2</value>
  1052. </item>
  1053. <item>
  1054. <label>완전보조</label>
  1055. <value>3</value>
  1056. </item>
  1057. </choices>
  1058. <script type="javascript" ev:event="xforms-value-changed">
  1059. <![CDATA[
  1060. var value = model.getValue("/root/main/wardrecinfo/actinfo/act/actfreeyn");
  1061. if(value == "1") {
  1062. chk_supptoolkind.disabled = true;
  1063. model.removenode("/root/main/wardrecinfo/actinfo/act/supptoolkind");
  1064. chk_supptoolkind.refresh();
  1065. } else {
  1066. chk_supptoolkind.disabled = false;
  1067. model.makeNode("/root/main/wardrecinfo/actinfo/act/supptoolkind");
  1068. chk_supptoolkind.refresh();
  1069. }
  1070. ]]>
  1071. </script>
  1072. </select1>
  1073. <caption id="cap_skinstat" class="cell_1" style="left:797px; top:535px; width:80px; height:84px; vertical-align:middle; ">피부상태</caption>
  1074. <datagrid id="grd_skinstat" nodeset="/root/main/wardrecinfo/skinsectinfo/skinsect/skinstat" caption="부위^방향^증상^목록" colsep="^" colwidth="60, 60, 125, 40" mergecellsfixedrows="bycolrec" rowsep="|" style="left:880px; top:557px; width:303px; height:62px; ">
  1075. <col ref="part"/>
  1076. <col ref="direc"/>
  1077. <col ref="symp"/>
  1078. <col ref="list" style="text-align:center; background-image:../../../com/commonweb/images/icon_search.gif; background-position:center; ">
  1079. <script type="javascript" ev:event="onclick">
  1080. <![CDATA[
  1081. fSetPopupParam("03", "01", "06", "00", "06");
  1082. ]]>
  1083. </script>
  1084. </col>
  1085. </datagrid>
  1086. <button id="btn_skinstatdel" class="btn2_letter3" style="left:1133px; top:536px; width:53px; height:19px; ">
  1087. <caption>행삭제</caption>
  1088. <script type="javascript" ev:event="DOMActivate">
  1089. <![CDATA[
  1090. grd_skinstat.deleteRow(grd_skinstat.row);
  1091. ]]>
  1092. </script>
  1093. </button>
  1094. <select id="chk_skinstatyn" ref="/root/main/wardrecinfo/skinsectinfo/skinsect/skinstatinfoinclyn" navindex="78" overflow="visible" appearance="full" style="left:955px; top:538px; width:70px; height:15px; border-style:none; ">
  1095. <choices>
  1096. <item>
  1097. <label>해당없음</label>
  1098. <value>1</value>
  1099. </item>
  1100. </choices>
  1101. <script type="javascript" ev:event="xforms-value-changed">
  1102. <![CDATA[
  1103. if(model.getValue("/root/main/wardrecinfo/skinsectinfo/skinsect/skinstatinfoinclyn")=="1") {
  1104. var isEmptyYN = "Y";
  1105. isEmptyYN = isCheckGridDataYN(grd_skinstat);
  1106. var rtn = fSetStatus();
  1107. if(rtn == "6") {
  1108. btn_skinstatadd.disabled = true;
  1109. btn_skinstatdel.disabled = true;
  1110. model.removeNodeset("/root/main/wardrecinfo/skinsectinfo/skinsect/skinstat");
  1111. grd_skinstat.rebuild();
  1112. } else if(rtn == "7") {
  1113. model.setValue("/root/main/wardrecinfo/skinsectinfo/skinsect/skinstatinfoinclyn", "");
  1114. chk_skinstatyn.refresh();
  1115. }
  1116. } else {
  1117. model.setValue("/root/main/wardrecinfo/skinsectinfo/skinsect/skinstatinfoinclyn", "");
  1118. btn_skinstatadd.disabled = false;
  1119. btn_skinstatdel.disabled = false;
  1120. grd_skinstat.addRow();
  1121. }
  1122. ]]>
  1123. </script>
  1124. <script type="javascript" ev:event="xforms-select">
  1125. <![CDATA[
  1126. status = "click";
  1127. ]]>
  1128. </script>
  1129. </select>
  1130. <caption id="caption119" class="tit_2" style="left:803px; top:425px; width:64px; height:13px; ">피부계</caption>
  1131. <select id="chk_skincoloryn" ref="/root/main/wardrecinfo/skinsectinfo/skinsect/skincolorinfoinclyn" navindex="77" overflow="visible" appearance="full" style="left:955px; top:450px; width:70px; height:15px; border-style:none; ">
  1132. <choices>
  1133. <item>
  1134. <label>해당없음</label>
  1135. <value>1</value>
  1136. </item>
  1137. </choices>
  1138. <script type="javascript" ev:event="xforms-value-changed">
  1139. <![CDATA[
  1140. if(model.getValue("/root/main/wardrecinfo/skinsectinfo/skinsect/skincolorinfoinclyn") == "1" ){
  1141. var isEmptyYN = "Y";
  1142. isEmptyYN = isCheckGridDataYN(grd_skincolor);
  1143. var rtn = fSetStatus();
  1144. if(rtn == "6") {
  1145. btn_skincoloradd.disabled = true;
  1146. btn_skincolordel.disabled = true;
  1147. model.removeNodeset("/root/main/wardrecinfo/skinsectinfo/skinsect/skincolor");
  1148. grd_skincolor.rebuild();
  1149. } else if(rtn == "7") {
  1150. model.setValue("/root/main/wardrecinfo/skinsectinfo/skinsect/skincolorinfoinclyn", "");
  1151. chk_skincoloryn.refresh();
  1152. }
  1153. } else {
  1154. btn_skincoloradd.disabled = false;
  1155. btn_skincolordel.disabled = false;
  1156. grd_skincolor.addRow();
  1157. }
  1158. ]]>
  1159. </script>
  1160. <script type="javascript" ev:event="xforms-select">
  1161. <![CDATA[
  1162. status = "click";
  1163. ]]>
  1164. </script>
  1165. </select>
  1166. <button id="btn_skincolordel" class="btn2_letter3" style="left:1135px; top:447px; width:53px; height:19px; ">
  1167. <caption>행삭제</caption>
  1168. <script type="javascript" ev:event="DOMActivate">
  1169. <![CDATA[
  1170. grd_skincolor.deleteRow(grd_skincolor.row);
  1171. ]]>
  1172. </script>
  1173. </button>
  1174. <caption id="cap_skincolor" class="cell_1" style="left:797px; top:445px; width:80px; height:89px; vertical-align:middle; ">피부색</caption>
  1175. <datagrid id="grd_skincolor" nodeset="/root/main/wardrecinfo/skinsectinfo/skinsect/skincolor" caption="부위^방향^증상^목록" colsep="^" colwidth="60, 60, 125, 40" mergecellsfixedrows="bycolrec" rowsep="|" style="left:880px; top:468px; width:303px; height:64px; ">
  1176. <col ref="part"/>
  1177. <col ref="direc"/>
  1178. <col ref="symp" style="left:120px; top:20px; width:145px; height:20px; "/>
  1179. <col ref="list" style="text-align:center; background-image:../../../com/commonweb/images/icon_search.gif; background-position:center; ">
  1180. <script type="javascript" ev:event="onclick">
  1181. <![CDATA[
  1182. if(grd_skincolor.row > -1) {
  1183. fSetPopupParam("01", "01", "05", "00", "05");
  1184. }
  1185. ]]>
  1186. </script>
  1187. </col>
  1188. </datagrid>
  1189. <button id="btn_skinstatadd" class="btn2_letter3" style="left:1077px; top:536px; width:53px; height:19px; ">
  1190. <caption>행추가</caption>
  1191. <script type="javascript" ev:event="DOMActivate">
  1192. <![CDATA[
  1193. grd_skinstat.addRow();
  1194. ]]>
  1195. </script>
  1196. </button>
  1197. <line id="line91" class="line_1" style="x1:797px; y1:440px; x2:1186px; y2:440px; "/>
  1198. <line id="line92" class="line_2" style="x1:797px; y1:533px; x2:1186px; y2:533px; "/>
  1199. <line id="line93" class="line_3" style="x1:797px; y1:619px; x2:1186px; y2:619px; "/>
  1200. <button id="btn_skincoloradd" class="btn2_letter3" style="left:1079px; top:447px; width:53px; height:19px; ">
  1201. <caption>행추가</caption>
  1202. <script type="javascript" ev:event="DOMActivate">
  1203. <![CDATA[
  1204. grd_skincolor.addRow();
  1205. ]]>
  1206. </script>
  1207. </button>
  1208. <group id="grp_cycorgn" style="left:400px; top:30px; width:391px; height:140px; ">
  1209. <select id="chk_cycdsordkind" ref="/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cirdsordkind" navindex="27" overflow="visible" appearance="full" cols="5" style="left:83px; top:2px; width:306px; height:33px; border-style:none; ">
  1210. <choices>
  1211. <item>
  1212. <label>식은땀</label>
  1213. <value>01</value>
  1214. </item>
  1215. <item>
  1216. <label>부정맥</label>
  1217. <value>02</value>
  1218. </item>
  1219. <item>
  1220. <label>청색증</label>
  1221. <value>03</value>
  1222. </item>
  1223. <item>
  1224. <label>흉통</label>
  1225. <value>04</value>
  1226. </item>
  1227. <item>
  1228. <label>심잡음</label>
  1229. <value>05</value>
  1230. </item>
  1231. <item>
  1232. <label>호흡곤란</label>
  1233. <value>06</value>
  1234. </item>
  1235. <item>
  1236. <label>심계항진</label>
  1237. <value>07</value>
  1238. </item>
  1239. </choices>
  1240. </select>
  1241. <line id="line73" class="line_2" style="x1:0px; y1:37px; x2:391px; y2:37px; "/>
  1242. <input id="ipt_catedetl" ref="/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/catedetl" class="input_default" disabled="true" navindex="36" style="left:83px; top:111px; width:307px; height:19px; "/>
  1243. <caption id="caption103" class="cell_1" style="left:0px; top:0px; width:80px; height:38px; vertical-align:middle; ">순환장애</caption>
  1244. <line id="line74" class="line_2" style="x1:0px; y1:61px; x2:391px; y2:61px; "/>
  1245. <select1 id="cmb_yohn" ref="/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/yohnddetl" class="combo_default" disabled="true" navindex="32" appearance="minimal" style="left:237px; top:65px; width:153px; height:19px; ">
  1246. <choices>
  1247. <item>
  1248. <label>+ 1</label>
  1249. <value>2</value>
  1250. </item>
  1251. <item>
  1252. <label>+ 2</label>
  1253. <value>3</value>
  1254. </item>
  1255. <item>
  1256. <label>+ 3</label>
  1257. <value>4</value>
  1258. </item>
  1259. <item>
  1260. <label>+ 4</label>
  1261. <value>5</value>
  1262. </item>
  1263. </choices>
  1264. </select1>
  1265. <caption id="caption104" class="cell_1" style="left:0px; top:39px; width:80px; height:23px; vertical-align:middle; ">부종</caption>
  1266. <line id="line32" class="line_2" style="x1:0px; y1:85px; x2:391px; y2:85px; "/>
  1267. <input id="ipt_edema" ref="/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/edemadetll" class="input_default" disabled="true" navindex="30" style="left:237px; top:40px; width:153px; height:19px; "/>
  1268. <select1 id="cmb_cyccatekind" ref="/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cyccatekind" class="combo_default" disabled="true" navindex="35" appearance="minimal" style="left:237px; top:88px; width:153px; height:19px; ">
  1269. <choices>
  1270. <item>
  1271. <label>pace marker</label>
  1272. <value>1</value>
  1273. </item>
  1274. <item>
  1275. <label>자동인식세동 제거기</label>
  1276. <value>2</value>
  1277. </item>
  1278. <item>
  1279. <label>기타</label>
  1280. <value>3</value>
  1281. </item>
  1282. </choices>
  1283. <script type="javascript" ev:event="xforms-value-changed">
  1284. <![CDATA[
  1285. if(model.getValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cyccatekind") == "3"){
  1286. ipt_catedetl.disabled = false;
  1287. }else{
  1288. ipt_catedetl.disabled = true;
  1289. }
  1290. ]]>
  1291. </script>
  1292. </select1>
  1293. <caption id="caption96" class="cell_1" style="left:0px; top:63px; width:80px; height:23px; vertical-align:middle; ">요흔</caption>
  1294. <select1 id="rdo_yohnyn" ref="/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/yohnyn" navindex="31" appearance="full" cellspacing="40" cols="2" overflow="visible" style="left:83px; top:67px; width:151px; height:13px; border-style:none; ">
  1295. <choices>
  1296. <item>
  1297. <label>무</label>
  1298. <value>1</value>
  1299. </item>
  1300. <item>
  1301. <label>유</label>
  1302. <value>2</value>
  1303. </item>
  1304. </choices>
  1305. <script type="javascript" ev:event="xforms-value-changed">
  1306. <![CDATA[
  1307. if(model.getValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/yohnyn") == "1") {
  1308. cmb_yohn.disabled = true;
  1309. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/yohnddetl");
  1310. } else {
  1311. cmb_yohn.disabled = false;
  1312. }
  1313. cmb_yohn.refresh();
  1314. ]]>
  1315. </script>
  1316. </select1>
  1317. <select1 id="cmb_edema" ref="/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/edemakind" class="combo_default" navindex="29" appearance="minimal" style="left:83px; top:40px; width:151px; height:19px; ">
  1318. <choices>
  1319. <item>
  1320. <label>전신</label>
  1321. <value>1</value>
  1322. </item>
  1323. <item>
  1324. <label>사지</label>
  1325. <value>2</value>
  1326. </item>
  1327. <item>
  1328. <label>상지</label>
  1329. <value>3</value>
  1330. </item>
  1331. <item>
  1332. <label>하지</label>
  1333. <value>4</value>
  1334. </item>
  1335. <item>
  1336. <label>얼굴</label>
  1337. <value>5</value>
  1338. </item>
  1339. <item>
  1340. <label>안검</label>
  1341. <value>6</value>
  1342. </item>
  1343. <item>
  1344. <label>기타</label>
  1345. <value>7</value>
  1346. </item>
  1347. </choices>
  1348. <script type="javascript" ev:event="xforms-value-changed">
  1349. <![CDATA[
  1350. if(model.getValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/edemakind") == "7") {
  1351. ipt_edema.disabled = false;
  1352. } else {
  1353. ipt_edema.disabled = true;
  1354. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/edemadetll");
  1355. ipt_edema.refresh();
  1356. }
  1357. ]]>
  1358. </script>
  1359. </select1>
  1360. <select1 id="rdo_cyccateyn" ref="/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cyccateyn" navindex="34" appearance="full" cellspacing="40" cols="2" overflow="visible" style="left:83px; top:91px; width:151px; height:13px; border-style:none; ">
  1361. <choices>
  1362. <item>
  1363. <label>무</label>
  1364. <value>1</value>
  1365. </item>
  1366. <item>
  1367. <label>유</label>
  1368. <value>2</value>
  1369. </item>
  1370. </choices>
  1371. <script type="javascript" ev:event="xforms-value-changed">
  1372. <![CDATA[
  1373. if(model.getValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cyccateyn") == "1") {
  1374. cmb_cyccatekind.disabled = true;
  1375. ipt_catedetl.disabled = true;
  1376. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cyccatekind");
  1377. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/catedetl");
  1378. } else {
  1379. cmb_cyccatekind.disabled = false;
  1380. if(model.getValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cyccatekind") == "3"){
  1381. ipt_catedetl.disabled = false;
  1382. }else{
  1383. ipt_catedetl.disabled = true;
  1384. }
  1385. }
  1386. cmb_cyccatekind.refresh();
  1387. ipt_catedetl.refresh();
  1388. ]]>
  1389. </script>
  1390. </select1>
  1391. <caption id="caption101" class="cell_1" style="left:0px; top:87px; width:80px; height:44px; vertical-align:middle; ">부착기구</caption>
  1392. <line id="line61" class="line_3" style="x1:0px; y1:131px; x2:391px; y2:131px; "/>
  1393. </group>
  1394. <select id="chk_cycdsordinclyn" ref="/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgninfoinclyn" navindex="73" overflow="visible" appearance="full" style="left:717px; top:9px; width:70px; height:13px; border-style:none; ">
  1395. <choices>
  1396. <item>
  1397. <label>해당없음</label>
  1398. <value>1</value>
  1399. </item>
  1400. </choices>
  1401. <script type="javascript" ev:event="xforms-value-changed">
  1402. <![CDATA[
  1403. if(model.getValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgninfoinclyn") == "1") {
  1404. var rtn = fSetStatus();
  1405. if(rtn == "6") {
  1406. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cirdsordkind");
  1407. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/edemakind");
  1408. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/edemadetll");
  1409. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/yohnyn");
  1410. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/yohnddetl");
  1411. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cyccateyn");
  1412. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cyccatekind");
  1413. model.resetInstanceNode("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/catedetl");
  1414. chk_cycdsordkind.disabled = true;
  1415. cmb_edema.disabled = true;
  1416. ipt_edema.disabled = true;
  1417. rdo_yohnyn.disabled = true;
  1418. cmb_yohn.disabled = true;
  1419. rdo_cyccateyn.disabled = true;
  1420. cmb_cyccatekind.disabled = true;
  1421. ipt_catedetl.disabled = true;
  1422. } else {
  1423. model.setValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgninfoinclyn", "");
  1424. chk_cycdsordinclyn.refresh();
  1425. return;
  1426. }
  1427. } else {
  1428. model.setValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/yohnyn","1");
  1429. model.setValue("/root/main/wardrecinfo/cirorgninfo/cirorgn/cirorgn/cyccateyn", "1");
  1430. rdo_yohnyn.dispatch("xforms-value-changed");
  1431. rdo_cyccateyn.dispatch("xforms-value-changed");
  1432. chk_cycdsordkind.disabled = false;
  1433. cmb_edema.disabled = false;
  1434. ipt_edema.disabled = false;
  1435. rdo_yohnyn.disabled = false;
  1436. cmb_yohn.disabled = false;
  1437. //ipt_etcinfo.disabled = false;
  1438. rdo_cyccateyn.disabled = false;
  1439. cmb_cyccatekind.disabled = false;
  1440. ipt_catedetl.disabled = false;
  1441. }
  1442. chk_cycdsordkind.refresh();
  1443. cmb_edema.refresh();
  1444. ipt_edema.refresh();
  1445. rdo_yohnyn.refresh();
  1446. cmb_yohn.refresh();
  1447. //ipt_etcinfo.refresh();
  1448. rdo_cyccateyn.refresh();
  1449. cmb_cyccatekind.refresh();
  1450. ipt_catedetl.refresh();
  1451. ]]>
  1452. </script>
  1453. <script type="javascript" ev:event="xforms-select">
  1454. <![CDATA[
  1455. status = "click";
  1456. ]]>
  1457. </script>
  1458. </select>
  1459. <input id="ipt_slepdsord" ref="/root/main/wardrecinfo/slepstatinfo/slepstat/slepdsordtm" class="input_default" disabled="true" navindex="9" style="left:245px; top:430px; width:95px; height:19px; "/>
  1460. <select1 id="rdo_pupilsymmetryyn" ref="/root/main/wardrecinfo/nvesysinfo/nvesys/nvesys/pupilsymmetryyn" navindex="54" appearance="full" vcellspacing="3" overflow="visible" style="left:89px; top:514px; width:60px; height:40px; border-style:none; ">
  1461. <choices>
  1462. <item>
  1463. <label>대칭</label>
  1464. <value>1</value>
  1465. </item>
  1466. <item>
  1467. <label>비대칭</label>
  1468. <value>2</value>
  1469. </item>
  1470. </choices>
  1471. </select1>
  1472. <line id="line78" class="line_3" style="x1:4px; y1:619px; x2:395px; y2:619px; "/>
  1473. <select id="chk_blindnesspos" ref="/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordblind" overflow="visible" appearance="full" cellspacing="60" cols="2" style="left:880px; top:231px; width:305px; height:13px; border-style:none; ">
  1474. <choices>
  1475. <item>
  1476. <label>blindness(좌)</label>
  1477. <value>l</value>
  1478. </item>
  1479. <item>
  1480. <label>blindness(우)</label>
  1481. <value>2</value>
  1482. </item>
  1483. </choices>
  1484. </select>
  1485. <select id="chk_visdordpos" ref="/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordpos" disabled="true" overflow="visible" appearance="full" cellspacing="60" cols="2" style="left:995px; top:193px; width:190px; height:13px; border-style:none; ">
  1486. <choices>
  1487. <item>
  1488. <label>좌</label>
  1489. <value>1</value>
  1490. </item>
  1491. <item>
  1492. <label>우</label>
  1493. <value>2</value>
  1494. </item>
  1495. </choices>
  1496. <script type="javascript" ev:event="xforms-value-changed">
  1497. <![CDATA[
  1498. var visdsordpos = model.getValue("/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordpos") ;
  1499. if( visdsordpos == "1") {
  1500. ipt_visdsordleft.disabled = false;
  1501. ipt_visdsordrght.disabled = true;
  1502. model.resetInstanceNode("/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordrght");
  1503. } else if(visdsordpos == "2") {
  1504. ipt_visdsordrght.disabled = false;
  1505. ipt_visdsordleft.disabled = true;
  1506. model.resetInstanceNode("/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordleft");
  1507. } else if(visdsordpos == "1 2" || visdsordpos == "2 1") {
  1508. ipt_visdsordrght.disabled = false;
  1509. ipt_visdsordleft.disabled = false;
  1510. } else {
  1511. ipt_visdsordrght.disabled = true;
  1512. ipt_visdsordleft.disabled = true;
  1513. model.resetInstanceNode("/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordleft");
  1514. model.resetInstanceNode("/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordrght");
  1515. }
  1516. ipt_visdsordrght.refresh();
  1517. ipt_visdsordleft.refresh();
  1518. ]]>
  1519. </script>
  1520. </select>
  1521. <line id="line85" class="line_2" style="x1:878px; y1:210px; x2:1187px; y2:210px; "/>
  1522. <select id="chk_visdsordkind" ref="/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordkind" disabled="true" overflow="visible" appearance="full" cellspacing="15" cols="4" style="left:880px; top:213px; width:290px; height:13px; border-style:none; ">
  1523. <choices>
  1524. <item>
  1525. <label>안경</label>
  1526. <value>1</value>
  1527. </item>
  1528. <item>
  1529. <label>렌즈</label>
  1530. <value>2</value>
  1531. </item>
  1532. <item>
  1533. <label>의안(좌)</label>
  1534. <value>3</value>
  1535. </item>
  1536. <item>
  1537. <label>의안(우)</label>
  1538. <value>4</value>
  1539. </item>
  1540. </choices>
  1541. </select>
  1542. <select1 id="rdo_visdsordyn" ref="/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordyn" appearance="full" cellspacing="20" cols="2" overflow="visible" style="left:880px; top:193px; width:82px; height:13px; border-style:none; ">
  1543. <choices>
  1544. <item>
  1545. <label>무</label>
  1546. <value>1</value>
  1547. </item>
  1548. <item>
  1549. <label>유</label>
  1550. <value>2</value>
  1551. </item>
  1552. </choices>
  1553. <script type="javascript" ev:event="xforms-value-changed">
  1554. <![CDATA[
  1555. if(model.getValue("/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordyn") == "1") {
  1556. chk_visdordpos.disabled = true;
  1557. chk_visdsordkind.disabled = true;
  1558. model.resetInstanceNode("/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordpos");
  1559. model.resetInstanceNode("/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordkind");
  1560. } else {
  1561. chk_visdordpos.disabled = false;
  1562. chk_visdsordkind.disabled = false;
  1563. }
  1564. chk_visdordpos.dispatch("xforms-value-changed");
  1565. chk_visdordpos.refresh();
  1566. chk_visdsordkind.refresh();
  1567. ]]>
  1568. </script>
  1569. </select1>
  1570. <line id="line108" class="line_2" style="x1:878px; y1:305px; x2:1187px; y2:305px; "/>
  1571. <select id="chk_heardsordkind" ref="/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordkind" disabled="true" overflow="visible" appearance="full" cellspacing="15" cols="4" style="left:880px; top:308px; width:290px; height:13px; border-style:none; ">
  1572. <choices>
  1573. <item>
  1574. <label>보청기(좌)</label>
  1575. <value>1</value>
  1576. </item>
  1577. <item>
  1578. <label>보청기(우)</label>
  1579. <value>2</value>
  1580. </item>
  1581. </choices>
  1582. </select>
  1583. <select1 id="rdo_heardsordyn" ref="/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordyn" appearance="full" cellspacing="20" cols="2" overflow="visible" style="left:880px; top:288px; width:82px; height:13px; border-style:none; ">
  1584. <choices>
  1585. <item>
  1586. <label>무</label>
  1587. <value>1</value>
  1588. </item>
  1589. <item>
  1590. <label>유</label>
  1591. <value>2</value>
  1592. </item>
  1593. </choices>
  1594. <script type="javascript" ev:event="xforms-value-changed">
  1595. <![CDATA[
  1596. if(model.getValue("/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordyn") == "1") {
  1597. chk_heardsordkind.disabled = true;
  1598. chk_heardsordpos.disabled = true;
  1599. model.resetInstanceNode("/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordpos");
  1600. model.resetInstanceNode("/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordkind");
  1601. } else {
  1602. chk_heardsordpos.disabled = false;
  1603. chk_heardsordkind.disabled = false;
  1604. }
  1605. chk_heardsordpos.dispatch("xforms-value-changed");
  1606. chk_heardsordpos.refresh();
  1607. chk_heardsordkind.refresh();
  1608. ]]>
  1609. </script>
  1610. </select1>
  1611. <line id="line8" class="line_3" style="x1:400px; y1:534px; x2:791px; y2:534px; "/>
  1612. <input id="ipt_visdsordrght" ref="/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordrght" class="input_default" disabled="true" style="left:1120px; top:190px; width:50px; height:19px; "/>
  1613. <input id="ipt_visdsordleft" ref="/root/main/wardrecinfo/visdsordinfo/visdsord/visdsordleft" class="input_default" disabled="true" style="left:1029px; top:190px; width:50px; height:19px; "/>
  1614. <input id="ipt_heardsordleft" ref="/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordleft" class="input_default" disabled="true" style="left:1029px; top:285px; width:50px; height:19px; "/>
  1615. <input id="ipt_heardsordrght" ref="/root/main/wardrecinfo/heardsordinfo/heardsord/heardsordrght" class="input_default" disabled="true" style="left:1120px; top:285px; width:50px; height:19px; "/>
  1616. <button id="btn_cate" class="icon_search" disabled="true" style="left:774px; top:577px; width:16px; height:16px; ">
  1617. <caption/>
  1618. <script type="javascript" ev:event="DOMActivate">
  1619. <![CDATA[
  1620. fSetPopupParam("00", "00", "00", "03", "08");
  1621. ]]>
  1622. </script>
  1623. </button>
  1624. <input id="ipt_stoolcatekind" ref="/root/main/wardrecinfo/stoolinfo/stool/stoolcatekind" disabled="true" style="left:600px; top:576px; width:170px; height:19px; "/>
  1625. <datagrid id="grd_urine" nodeset="/root/main/wardrecinfo/uriorgninfo/uriorgn/uriorgn" caption="소변증상^부착기구^목록" colsep="^" colwidth="181, 150, 40" ellipsis="true" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:400px; top:485px; width:390px; height:48px; ">
  1626. <col ref="symp"/>
  1627. <col ref="cate"/>
  1628. <col ref="list" style="text-align:center; background-image:../../../com/commonweb/images/icon_search.gif; background-position:center; ">
  1629. <script type="javascript" ev:event="onclick">
  1630. <![CDATA[
  1631. fSetPopupParam("00", "00", "07", "02", "07");
  1632. ]]>
  1633. </script>
  1634. </col>
  1635. </datagrid>
  1636. <button id="btn_urinedel" class="btn2_letter3" style="left:739px; top:434px; width:53px; height:19px; ">
  1637. <caption>행삭제</caption>
  1638. <script type="javascript" ev:event="DOMActivate">
  1639. <![CDATA[
  1640. grd_urine.deleteRow(grd_urine.row);
  1641. ]]>
  1642. </script>
  1643. </button>
  1644. <button id="btn_urineadd" class="btn2_letter3" style="left:683px; top:434px; width:53px; height:19px; ">
  1645. <caption>행추가</caption>
  1646. <script type="javascript" ev:event="DOMActivate">
  1647. <![CDATA[
  1648. grd_urine.addRow();
  1649. ]]>
  1650. </script>
  1651. </button>
  1652. <caption id="caption3" style="left:250px; top:517px; width:24px; height:14px; vertical-align:middle; ">mm</caption>
  1653. <caption id="caption5" style="left:250px; top:538px; width:24px; height:14px; vertical-align:middle; ">mm</caption>
  1654. <button id="button1" class="btn2_letter6" style="left:309px; top:6px; width:86px; height:19px; ">
  1655. <caption>통증관리기록</caption>
  1656. <script type="javascript" ev:event="DOMActivate">
  1657. <![CDATA[
  1658. open("SMMNW04810");
  1659. ]]>
  1660. </script>
  1661. </button>
  1662. <line id="line20" class="line_3" style="x1:5px; y1:54px; x2:396px; y2:54px; "/>
  1663. <caption id="caption6" class="tit_2" style="left:10px; top:11px; width:104px; height:13px; ">통증</caption>
  1664. <caption id="caption22" class="cell_1" style="left:5px; top:31px; width:80px; height:23px; vertical-align:middle; ">통증</caption>
  1665. <line id="line5" class="line_1" style="x1:5px; y1:26px; x2:396px; y2:26px; "/>
  1666. <select1 id="rdo_shpaininfoinclyn" ref="/root/main/wardrecinfo/shpaininfo/shpain/shpaininfoinclyn" navindex="52" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:87px; top:36px; width:168px; height:13px; border-style:none; ">
  1667. <choices>
  1668. <item>
  1669. <label>무</label>
  1670. <value>1</value>
  1671. </item>
  1672. <item>
  1673. <label>유</label>
  1674. <value>2</value>
  1675. </item>
  1676. </choices>
  1677. <script type="javascript" ev:event="onclick">
  1678. <![CDATA[
  1679. //20110307 이선경 수정 : (경북대) 일반병동, 정신과, 소아간호정보조사지일 경우는 (유) 체크기 통증관리기록 자동 팝업
  1680. var unitflag = model.getValue("/root/init/cond/unitflag");
  1681. if(unitflag == "ward" || unitflag == "mental" || unitflag == "kid" ){
  1682. if(model.getValue("/root/main/wardrecinfo/shpaininfo/shpain/shpaininfoinclyn") == "2") {
  1683. open("SMMNW04810");
  1684. }
  1685. }
  1686. ]]>
  1687. </script>
  1688. </select1>
  1689. <caption id="cap_cscsstat" class="input_essential" visibility="hidden" style="left:84px; top:276px; width:15px; height:10px; "/>
  1690. <caption id="cap_digorgn" class="input_essential" visibility="hidden" style="left:475px; top:318px; width:15px; height:10px; "/>
  1691. <caption id="cap_urine" class="input_essential" visibility="hidden" style="left:476px; top:439px; width:15px; height:10px; "/>
  1692. <caption id="cap_stool" class="input_essential" visibility="hidden" style="left:450px; top:557px; width:15px; height:10px; "/>
  1693. <caption id="cap_act" class="input_essential" visibility="hidden" style="left:58px; top:175px; width:15px; height:10px; "/>
  1694. <caption id="cap_nvesysds" class="input_essential" visibility="hidden" style="left:95px; top:494px; width:15px; height:10px; "/>
  1695. <caption id="cap_visd" class="input_essential" visibility="hidden" style="left:870px; top:170px; width:15px; height:10px; "/>
  1696. <caption id="cap_heard" class="input_essential" visibility="hidden" style="left:870px; top:265px; width:15px; height:10px; "/>
  1697. <caption id="cap_toot" class="input_essential" visibility="hidden" style="left:870px; top:345px; width:15px; height:10px; "/>
  1698. <caption id="cap_shpaininfo" class="input_essential" visibility="hidden" style="left:55px; top:11px; width:15px; height:10px; "/>
  1699. <caption id="cap_endmensyn" class="cell_1" style="left:964px; top:30px; width:80px; height:23px; ">폐경여부</caption>
  1700. <group id="grp_mensaddinfo" disabled="true" style="left:795px; top:54px; width:394px; height:101px; ">
  1701. <line id="line51" class="line_2" style="x1:0px; y1:25px; x2:391px; y2:25px; "/>
  1702. <input id="ipt_fstmensage" ref="/root/main/wardrecinfo/mensinfo/mens/fstmensage" class="input_default" navindex="23" style="left:83px; top:3px; width:81px; height:19px; "/>
  1703. <input id="ipt_prgbthhisa" ref="/root/main/wardrecinfo/mensinfo/mens/prgbthhisa" class="input_default" navindex="49" imemode="alpha" maxlength="3" style="left:190px; top:78px; width:26px; height:19px; "/>
  1704. <line id="line52" class="line_2" style="x1:0px; y1:51px; x2:391px; y2:51px; "/>
  1705. <caption id="caption125" style="left:274px; top:76px; width:18px; height:25px; vertical-align:middle; ">AA</caption>
  1706. <caption id="caption72" class="cell_1" style="left:0px; top:52px; width:85px; height:23px; vertical-align:middle; ">월경기간/주기</caption>
  1707. <input id="ipt_mensvol" ref="/root/main/wardrecinfo/mensinfo/mens/mensvol" class="input_default" navindex="22" style="left:83px; top:27px; width:81px; height:19px; "/>
  1708. <caption id="caption73" style="left:167px; top:6px; width:18px; height:14px; vertical-align:middle; ">세</caption>
  1709. <caption id="caption127" style="left:324px; top:76px; width:18px; height:25px; vertical-align:middle; ">) L</caption>
  1710. <input id="ipt_prgbthhisg" ref="/root/main/wardrecinfo/mensinfo/mens/prgbthhisg" class="input_default" navindex="47" imemode="alpha" maxlength="3" style="left:101px; top:78px; width:26px; height:19px; "/>
  1711. <caption id="caption55" class="cell_1" style="left:199px; top:52px; width:65px; height:23px; vertical-align:middle; ">상태</caption>
  1712. <select1 id="rdo_menspainyn" ref="/root/main/wardrecinfo/mensinfo/mens/menspainyn" navindex="25" appearance="full" cellspacing="20" cols="2" overflow="visible" style="left:272px; top:30px; width:82px; height:13px; border-style:none; ">
  1713. <choices>
  1714. <item>
  1715. <label>무</label>
  1716. <value>1</value>
  1717. </item>
  1718. <item>
  1719. <label>유</label>
  1720. <value>2</value>
  1721. </item>
  1722. </choices>
  1723. </select1>
  1724. <caption id="cap_lastmensdd" class="cell_1" style="left:183px; top:1px; width:81px; height:23px; ">최종월경일</caption>
  1725. <caption id="caption56" class="cell_1" style="left:0px; top:1px; width:80px; height:23px; vertical-align:middle; ">초경</caption>
  1726. <caption id="caption4" style="left:112px; top:56px; width:20px; height:14px; vertical-align:middle; ">일/</caption>
  1727. <caption id="caption57" class="cell_1" style="left:183px; top:26px; width:81px; height:23px; vertical-align:middle; ">월경통</caption>
  1728. <select1 id="rdo_mensstat" ref="/root/main/wardrecinfo/mensinfo/mens/mensstat" navindex="21" appearance="full" cellspacing="0" cols="2" overflow="visible" style="left:272px; top:56px; width:102px; height:13px; border-style:none; ">
  1729. <choices>
  1730. <item>
  1731. <label>불규칙</label>
  1732. <value>1</value>
  1733. </item>
  1734. <item>
  1735. <label>규칙</label>
  1736. <value>2</value>
  1737. </item>
  1738. </choices>
  1739. </select1>
  1740. <input id="ipt_mensday" ref="/root/main/wardrecinfo/mensinfo/mens/mensday" class="input_default" navindex="19" style="left:88px; top:53px; width:23px; height:19px; "/>
  1741. <caption id="caption48" class="cell_1" style="left:0px; top:26px; width:80px; height:23px; vertical-align:middle; ">양</caption>
  1742. <line id="line100" class="line_2" style="x1:0px; y1:1px; x2:391px; y2:1px; "/>
  1743. <input id="ipt_prgbthhisl" ref="/root/main/wardrecinfo/mensinfo/mens/prgbthhisl" class="input_default" navindex="52" imemode="alpha" maxlength="3" style="left:350px; top:78px; width:26px; height:19px; "/>
  1744. <input id="ipt_mensweek" ref="/root/main/wardrecinfo/mensinfo/mens/mensweek" class="input_default" navindex="20" style="left:134px; top:53px; width:23px; height:19px; "/>
  1745. <caption id="caption38" style="left:156px; top:56px; width:42px; height:14px; vertical-align:middle; ">일 주기</caption>
  1746. <caption id="caption120" style="left:83px; top:76px; width:15px; height:25px; vertical-align:middle; ">G</caption>
  1747. <input id="ipt_prgbthhissa" ref="/root/main/wardrecinfo/mensinfo/mens/prgbthhissa" class="input_default" navindex="50" imemode="alpha" maxlength="3" style="left:245px; top:78px; width:26px; height:19px; "/>
  1748. <caption id="caption121" style="left:130px; top:75px; width:15px; height:25px; vertical-align:middle; ">P</caption>
  1749. <input id="ipt_lastmensdd" ref="/root/main/wardrecinfo/mensinfo/mens/lastmensdd" class="input_default" navindex="46" inputtype="date" format="yyyy-mm-dd" style="left:266px; top:4px; width:123px; height:19px; "/>
  1750. <input id="ipt_prgbthhisaa" ref="/root/main/wardrecinfo/mensinfo/mens/prgbthhisaa" class="input_default" navindex="51" imemode="alpha" maxlength="3" style="left:295px; top:78px; width:26px; height:19px; "/>
  1751. <input id="ipt_prgbthhisp" ref="/root/main/wardrecinfo/mensinfo/mens/prgbthhisp" class="input_default" navindex="48" imemode="alpha" maxlength="3" style="left:148px; top:78px; width:26px; height:19px; "/>
  1752. <caption id="caption122" style="left:177px; top:75px; width:15px; height:25px; vertical-align:middle; ">A</caption>
  1753. <caption id="cap_prgbthhis" class="cell_1" style="left:0px; top:77px; width:80px; height:23px; ">임신출산력</caption>
  1754. <caption id="caption123" style="left:219px; top:75px; width:23px; height:25px; vertical-align:middle; ">(SA</caption>
  1755. <line id="line7" class="line_2" style="x1:0px; y1:76px; x2:391px; y2:76px; "/>
  1756. <line id="line9" class="line_3" style="x1:0px; y1:100px; x2:391px; y2:100px; "/>
  1757. </group>
  1758. <select1 id="rdo_endmensyn" ref="/root/main/wardrecinfo/mensinfo/mens/endmensyn" navindex="44" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:1048px; top:34px; width:75px; height:13px; border-style:none; ">
  1759. <choices>
  1760. <item>
  1761. <label>무</label>
  1762. <value>1</value>
  1763. </item>
  1764. <item>
  1765. <label>유</label>
  1766. <value>2</value>
  1767. </item>
  1768. </choices>
  1769. <script type="javascript" ev:event="xforms-value-changed">
  1770. <![CDATA[
  1771. if(model.getValue("/root/main/wardrecinfo/mensinfo/mens/endmensyn") == "2") {
  1772. ipt_closmensage.disabled = false;
  1773. // if ( chk_mensinclyn.value !="1") {
  1774. // rdo_mensyn.value = "2";
  1775. // rdo_mensyn.dispatch("xforms-value-changed");
  1776. // }
  1777. } else {
  1778. ipt_closmensage.disabled = true;
  1779. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/closmensage");
  1780. // if ( chk_mensinclyn.value !="1") {
  1781. // rdo_mensyn.value = "1";
  1782. // rdo_mensyn.dispatch("xforms-value-changed");
  1783. // }
  1784. ipt_closmensage.refresh();
  1785. }
  1786. ]]>
  1787. </script>
  1788. </select1>
  1789. <input id="ipt_closmensage" ref="/root/main/wardrecinfo/mensinfo/mens/closmensage" style="left:1129px; top:31px; width:46px; height:19px; "/>
  1790. <caption id="caption54" class="tit_2" style="left:798px; top:10px; width:80px; height:15px; ">여성정보</caption>
  1791. <select id="chk_mensinclyn" ref="/root/main/wardrecinfo/mensinfo/mens/mensinclyn" navindex="75" overflow="visible" appearance="full" style="left:989px; top:9px; width:70px; height:15px; border-style:none; ">
  1792. <choices>
  1793. <item>
  1794. <label>해당없음</label>
  1795. <value>1</value>
  1796. </item>
  1797. </choices>
  1798. <script type="javascript" ev:event="xforms-value-changed">
  1799. <![CDATA[
  1800. if(model.getValue("/root/main/wardrecinfo/mensinfo/mens/mensinclyn") == "1") { // 여정정보 해당없음
  1801. var rtn = fSetStatus();
  1802. if(rtn == "6") {
  1803. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensyn"); // 월경 유무
  1804. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/endmensyn"); // 폐경 여부
  1805. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/closmensage"); // 폐경 나이
  1806. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/fstmensage"); // 초경 나이
  1807. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/lastmensdd"); // 최종 월경일
  1808. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensvol"); // 월경 양
  1809. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/menspainyn"); // 월경 통 유무
  1810. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensday"); // 월경 기간(일)
  1811. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensweek"); // 월경 기간(주기)
  1812. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensstat"); // 월경 상태
  1813. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisg"); // 임신출산력 G
  1814. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisp"); // 임신출산력 P
  1815. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisa"); // 임신출산력 A
  1816. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhissa"); // 임신출산력 SA
  1817. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisaa"); // 임신출산력 AA
  1818. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisl"); // 임신출산력 L
  1819. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensaddinfoyn"); // 여성정보 추가사정
  1820. rdo_mensyn.disabled = true;
  1821. rdo_endmensyn.disabled = true;
  1822. ipt_closmensage.disabled = true;
  1823. ipt_fstmensage.disabled = true;
  1824. ipt_lastmensdd.disabled = true;
  1825. ipt_mensvol.disabled = true;
  1826. rdo_menspainyn.disabled = true;
  1827. ipt_mensday.disabled = true;
  1828. ipt_mensweek.disabled = true;
  1829. rdo_mensstat.disabled = true;
  1830. ipt_prgbthhisg.disabled = true;
  1831. ipt_prgbthhisp.disabled = true;
  1832. ipt_prgbthhisa.disabled = true;
  1833. ipt_prgbthhissa.disabled = true;
  1834. ipt_prgbthhisaa.disabled = true;
  1835. ipt_prgbthhisl.disabled = true;
  1836. chk_mensaddinfoyn.disabled = true;
  1837. } else {
  1838. model.setValue("/root/main/wardrecinfo/mensinfo/mens/mensinclyn", "");
  1839. chk_mensinclyn.refresh();
  1840. return;
  1841. }
  1842. } else {
  1843. if(model.getValue("/root/main/wardrecinfo/mensinfo/mens/mensaddinfoyn") == "1")
  1844. {
  1845. rdo_mensyn.disabled = false;
  1846. rdo_endmensyn.disabled = false;
  1847. ipt_closmensage.disabled = false;
  1848. ipt_fstmensage.disabled = false;
  1849. ipt_lastmensdd.disabled = false;
  1850. ipt_mensvol.disabled = false;
  1851. rdo_menspainyn.disabled = false;
  1852. ipt_mensday.disabled = false;
  1853. ipt_mensweek.disabled = false;
  1854. rdo_mensstat.disabled = false;
  1855. ipt_prgbthhisg.disabled = false;
  1856. ipt_prgbthhisp.disabled = false;
  1857. ipt_prgbthhisa.disabled = false;
  1858. ipt_prgbthhissa.disabled = false;
  1859. ipt_prgbthhisaa.disabled = false;
  1860. ipt_prgbthhisl.disabled = false;
  1861. chk_mensaddinfoyn.disabled = false;
  1862. } else {
  1863. rdo_mensyn.disabled = false;
  1864. rdo_endmensyn.disabled = false;
  1865. ipt_closmensage.disabled = false;
  1866. chk_mensaddinfoyn.disabled = false;
  1867. ipt_fstmensage.disabled = true;
  1868. ipt_lastmensdd.disabled = true;
  1869. ipt_mensvol.disabled = true;
  1870. rdo_menspainyn.disabled = true;
  1871. ipt_mensday.disabled = true;
  1872. ipt_mensweek.disabled = true;
  1873. rdo_mensstat.disabled = true;
  1874. ipt_prgbthhisg.disabled = true;
  1875. ipt_prgbthhisp.disabled = true;
  1876. ipt_prgbthhisa.disabled = true;
  1877. ipt_prgbthhissa.disabled = true;
  1878. ipt_prgbthhisaa.disabled = true;
  1879. ipt_prgbthhisl.disabled = true;
  1880. }
  1881. }
  1882. rdo_mensyn.refresh();
  1883. rdo_endmensyn.refresh();
  1884. ipt_closmensage.refresh();
  1885. ipt_fstmensage.refresh();
  1886. ipt_lastmensdd.refresh();
  1887. ipt_mensvol.refresh();
  1888. rdo_menspainyn.refresh();
  1889. ipt_mensday.refresh();
  1890. ipt_mensweek.refresh();
  1891. rdo_mensstat.refresh();
  1892. ipt_prgbthhisg.refresh();
  1893. ipt_prgbthhisp.refresh();
  1894. ipt_prgbthhisa.refresh();
  1895. ipt_prgbthhissa.refresh();
  1896. ipt_prgbthhisaa.refresh();
  1897. ipt_prgbthhisl.refresh();
  1898. chk_mensaddinfoyn.refresh();
  1899. ]]>
  1900. </script>
  1901. <script type="javascript" ev:event="xforms-select">
  1902. <![CDATA[
  1903. status = "click";
  1904. ]]>
  1905. </script>
  1906. </select>
  1907. <caption id="caption58" class="cell_1" style="left:795px; top:30px; width:80px; height:23px; vertical-align:middle; ">월경</caption>
  1908. <caption id="caption15" style="left:1174px; top:31px; width:15px; height:19px; text-align:center; ">세</caption>
  1909. <select1 id="rdo_mensyn" ref="/root/main/wardrecinfo/mensinfo/mens/mensyn" navindex="18" appearance="full" cellspacing="20" cols="2" overflow="visible" style="left:878px; top:33px; width:82px; height:13px; border-style:none; ">
  1910. <choices>
  1911. <item>
  1912. <label>유</label>
  1913. <value>1</value>
  1914. </item>
  1915. <item>
  1916. <label>무</label>
  1917. <value>2</value>
  1918. </item>
  1919. </choices>
  1920. <script type="javascript" ev:event="xforms-value-changed">
  1921. <![CDATA[
  1922. // if ( chk_mensinclyn.value !="1") {
  1923. // if(model.getValue("/root/main/wardrecinfo/mensinfo/mens/mensyn") == "1") {
  1924. // rdo_endmensyn.value = "1";
  1925. // rdo_endmensyn.dispatch("xforms-value-changed");
  1926. //
  1927. // } else {
  1928. // rdo_endmensyn.value = "2";
  1929. // rdo_endmensyn.dispatch("xforms-value-changed");
  1930. // }
  1931. // }
  1932. ]]>
  1933. </script>
  1934. </select1>
  1935. <line id="line6" class="line_1" style="x1:795px; y1:25px; x2:1186px; y2:25px; "/>
  1936. <select id="chk_mensaddinfoyn" ref="/root/main/wardrecinfo/mensinfo/mens/mensaddinfoyn" navindex="75" overflow="visible" appearance="full" style="left:1066px; top:10px; width:120px; height:15px; border-style:none; ">
  1937. <choices>
  1938. <item>
  1939. <label>여성정보 추가사정</label>
  1940. <value>1</value>
  1941. </item>
  1942. </choices>
  1943. <script type="javascript" ev:event="xforms-value-changed">
  1944. <![CDATA[
  1945. if(model.getValue("/root/main/wardrecinfo/mensinfo/mens/mensaddinfoyn") == "1") {
  1946. ipt_fstmensage.disabled = false;
  1947. ipt_lastmensdd.disabled = false;
  1948. ipt_mensvol.disabled = false;
  1949. rdo_menspainyn.disabled = false;
  1950. ipt_mensday.disabled = false;
  1951. ipt_mensweek.disabled = false;
  1952. rdo_mensstat.disabled = false;
  1953. ipt_prgbthhisg.disabled = false;
  1954. ipt_prgbthhisp.disabled = false;
  1955. ipt_prgbthhisa.disabled = false;
  1956. ipt_prgbthhissa.disabled = false;
  1957. ipt_prgbthhisaa.disabled = false;
  1958. ipt_prgbthhisl.disabled = false;
  1959. grp_mensaddinfo.disabled = false;
  1960. } else {
  1961. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/fstmensage"); // 초경 나이
  1962. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/lastmensdd"); // 최종 월경일
  1963. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensvol"); // 월경 양
  1964. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/menspainyn"); // 월경 통 유무
  1965. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensday"); // 월경 기간(일)
  1966. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensweek"); // 월경 기간(주기)
  1967. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/mensstat"); // 월경 상태
  1968. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisg"); // 임신출산력 G
  1969. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisp"); // 임신출산력 P
  1970. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisa"); // 임신출산력 A
  1971. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhissa"); // 임신출산력 SA
  1972. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisaa"); // 임신출산력 AA
  1973. model.resetInstanceNode("/root/main/wardrecinfo/mensinfo/mens/prgbthhisl"); // 임신출산력 L
  1974. ipt_fstmensage.disabled = true;
  1975. ipt_lastmensdd.disabled = true;
  1976. ipt_mensvol.disabled = true;
  1977. rdo_menspainyn.disabled = true;
  1978. ipt_mensday.disabled = true;
  1979. ipt_mensweek.disabled = true;
  1980. rdo_mensstat.disabled = true;
  1981. ipt_prgbthhisg.disabled = true;
  1982. ipt_prgbthhisp.disabled = true;
  1983. ipt_prgbthhisa.disabled = true;
  1984. ipt_prgbthhissa.disabled = true;
  1985. ipt_prgbthhisaa.disabled = true;
  1986. ipt_prgbthhisl.disabled = true;
  1987. }
  1988. rdo_mensyn.refresh();
  1989. rdo_endmensyn.refresh();
  1990. ipt_closmensage.refresh();
  1991. ipt_fstmensage.refresh();
  1992. ipt_lastmensdd.refresh();
  1993. ipt_mensvol.refresh();
  1994. rdo_menspainyn.refresh();
  1995. ipt_mensday.refresh();
  1996. ipt_mensweek.refresh();
  1997. rdo_mensstat.refresh();
  1998. ipt_prgbthhisg.refresh();
  1999. ipt_prgbthhisp.refresh();
  2000. ipt_prgbthhisa.refresh();
  2001. ipt_prgbthhissa.refresh();
  2002. ipt_prgbthhisaa.refresh();
  2003. ipt_prgbthhisl.refresh();
  2004. grp_mensaddinfo.refresh();
  2005. chk_mensaddinfoyn.refresh();
  2006. ]]>
  2007. </script>
  2008. <script type="javascript" ev:event="xforms-select">
  2009. <![CDATA[
  2010. // status = "click";
  2011. // ]]>
  2012. </script>
  2013. </select>
  2014. <select1 id="rdo_stoolstatflag" ref="/root/main/wardrecinfo/stoolinfo/stool/stoolstatflag" navindex="50" appearance="full" cellspacing="8" cols="2" overflow="visible" style="left:484px; top:601px; width:106px; height:13px; border-style:none; ">
  2015. <choices>
  2016. <item>
  2017. <label>정상</label>
  2018. <value>1</value>
  2019. </item>
  2020. <item>
  2021. <label>비정상</label>
  2022. <value>2</value>
  2023. </item>
  2024. </choices>
  2025. <script type="javascript" ev:event="xforms-value-changed">
  2026. <![CDATA[
  2027. if(model.getValue("/root/main/wardrecinfo/stoolinfo/stool/stoolstatflag") == "1") {
  2028. model.resetInstanceNode("/root/main/wardrecinfo/stoolinfo/stool/stoolstatetc");
  2029. model.resetInstanceNode("/root/main/wardrecinfo/stoolinfo/stool/stoolstatkind");
  2030. ipt_stoolstatetc.disabled = true;
  2031. cmb_stoolstatkind.disabled = true;
  2032. //cmb_stoolstatkind.value = "";
  2033. } else {
  2034. // ipt_stoolstatetc.disabled = false;
  2035. cmb_stoolstatkind.disabled = false;
  2036. //cmb_stoolstatkind.value = "";
  2037. }
  2038. cmb_stoolstatkind.dispatch("xforms-value-changed");
  2039. ipt_stoolstatetc.refresh();
  2040. cmb_stoolstatkind.refresh();
  2041. ]]>
  2042. </script>
  2043. </select1>
  2044. <caption id="caption7" class="cell_1" style="left:401px; top:598px; width:80px; height:21px; vertical-align:middle; ">대변양상</caption>
  2045. <line id="line57" class="line_3" style="x1:401px; y1:619px; x2:791px; y2:619px; "/>
  2046. <select1 id="cmb_stoolstatkind" ref="/root/main/wardrecinfo/stoolinfo/stool/stoolstatkind" disabled="true" appearance="minimal" style="left:600px; top:598px; width:75px; height:19px; ">
  2047. <choices>
  2048. <item>
  2049. <label>설사</label>
  2050. <value>1</value>
  2051. </item>
  2052. <item>
  2053. <label>변비</label>
  2054. <value>2</value>
  2055. </item>
  2056. <item>
  2057. <label>기타</label>
  2058. <value>3</value>
  2059. </item>
  2060. </choices>
  2061. <script type="javascript" ev:event="xforms-value-changed">
  2062. <![CDATA[
  2063. var stoolstatkind = model.getValue("/root/main/wardrecinfo/stoolinfo/stool/stoolstatkind");
  2064. if(stoolstatkind == "3") { //기타
  2065. ipt_stoolstatetc.disabled = false;
  2066. } else {
  2067. model.resetInstanceNode("/root/main/wardrecinfo/stoolinfo/stool/stoolstatetc");
  2068. ipt_stoolstatetc.disabled = true;
  2069. }
  2070. ipt_stoolstatetc.refresh();
  2071. ]]>
  2072. </script>
  2073. </select1>
  2074. <input id="ipt_stoolstatetc" ref="/root/main/wardrecinfo/stoolinfo/stool/stoolstatetc" class="input_default" disabled="true" navindex="9" style="left:682px; top:598px; width:88px; height:19px; "/>
  2075. <caption id="cap_tnsseffcyn" class="cell_1" style="left:400px; top:459px; width:90px; height:23px; ">소변양상</caption>
  2076. <select1 id="rdo_urinestat" ref="/root/main/wardrecinfo/uriorgninfo/uriorgn/urinestat" navindex="37" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:493px; top:463px; width:152px; height:13px; border-style:none; ">
  2077. <choices>
  2078. <item>
  2079. <label>정상</label>
  2080. <value>1</value>
  2081. </item>
  2082. <item>
  2083. <label>비정상</label>
  2084. <value>2</value>
  2085. </item>
  2086. </choices>
  2087. </select1>
  2088. </xhtml:body>
  2089. </xhtml:html>