SMADC02600_NST환자관리.xrw 326 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>NST 환자관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <patinfo>
  11. <baseinfo>
  12. <pid/>
  13. <orddd/>
  14. <hngnm/>
  15. <roomcd/>
  16. <sna/>
  17. <brthdd/>
  18. <hometel/>
  19. <mpphontel/>
  20. <addr/>
  21. <ioflag/>
  22. <orddeptnm/>
  23. <orddeptcd/>
  24. <cnstdd/>
  25. <orddrnm/>
  26. <orddrcd/>
  27. <hd/>
  28. <pod/>
  29. <cretno/>
  30. <prcpgenrflag/>
  31. <reqdd/>
  32. <medispclidnm/>
  33. <repldd/>
  34. <mngtrepldd/>
  35. </baseinfo>
  36. <diaginfo>
  37. <diagcd/>
  38. <diagengnm/>
  39. </diaginfo>
  40. <opinfo>
  41. <opdd/>
  42. <opnm/>
  43. </opinfo>
  44. <nutrmngtinfo>
  45. <execdd/>
  46. <nutrmngtkind/>
  47. <srchrslt/>
  48. </nutrmngtinfo>
  49. <inmotvinfo>
  50. <inmotiv/>
  51. </inmotvinfo>
  52. <mealprcpinfo>
  53. <prcpdd/>
  54. <dietmeal/>
  55. <dietnm/>
  56. </mealprcpinfo>
  57. <rgstseqnolist>
  58. <rgstseqno/>
  59. </rgstseqnolist>
  60. <drugteaminfo>
  61. <prcpdd/>
  62. <drugcd/>
  63. <drugnm/>
  64. </drugteaminfo>
  65. <purshistinfo>
  66. <cnstcnts12/>
  67. <rgstseqno/>
  68. <rgstdd/>
  69. <repldd/>
  70. <cnststat/>
  71. <pid/>
  72. <formrecseq/>
  73. <cnstseqno/>
  74. </purshistinfo>
  75. </patinfo>
  76. <nstinfo>
  77. <nutrpninfo>
  78. <pid/>
  79. <rgstseqno/>
  80. <formrecseq/>
  81. <statflag/>
  82. <nutrprob/>
  83. <nutrprobetc/>
  84. <actgrde/>
  85. <actgrdeetc/>
  86. <etrlfd/>
  87. <tubfd/>
  88. <itvnfd/>
  89. <totintkcalr/>
  90. <totintkprot/>
  91. <ht/>
  92. <wt/>
  93. <ubw/>
  94. <ibw/>
  95. <pibw/>
  96. <abw/>
  97. <wtchngkg/>
  98. <wtchngprec/>
  99. <wtchngmm/>
  100. <physmeasetc/>
  101. <alb/>
  102. <tlc/>
  103. <hb/>
  104. <hct/>
  105. <trf/>
  106. <rbp/>
  107. <na/>
  108. <k/>
  109. <cl/>
  110. <bun/>
  111. <cr/>
  112. <tg/>
  113. <chol/>
  114. <ca/>
  115. <p/>
  116. <mg/>
  117. <uun/>
  118. <ins/>
  119. <druginfo/>
  120. <nutrjudg/>
  121. <basewt/>
  122. <basewtflag/>
  123. <basembolkg/>
  124. <basembolcm/>
  125. <basembolyy/>
  126. <basembolcalc/>
  127. <corrcalr/>
  128. <needcalrflag/>
  129. <needcalr1/>
  130. <needcalr2/>
  131. <needcalr3/>
  132. <needcalr4/>
  133. <needcalr5/>
  134. <needcalrcalc/>
  135. <prot1/>
  136. <prot2/>
  137. <protcalc1/>
  138. <protcalc2/>
  139. <waterreqvol/>
  140. <dexwdrugspd/>
  141. <protsuplvol/>
  142. <drugplan/>
  143. <suplplanetc/>
  144. <droffr/>
  145. <droffrflag/>
  146. <dieteroffr/>
  147. <dieteroffrflag/>
  148. <pharmstoffr/>
  149. <pharmstoffrflag/>
  150. <pharmstid/>
  151. <pharmstnm/>
  152. <execdd/>
  153. <ibwper/>
  154. <nbintake/>
  155. <nbcalval/>
  156. <reqdd/>
  157. <pursyn/>
  158. <nutritionlab/>
  159. <recmdrugtype/>
  160. <recmdrugvol/>
  161. <nutrprobetc/>
  162. <actgrdeetc/>
  163. <replnm/>
  164. <replid/>
  165. <pursflag/>
  166. <pursseq/>
  167. <nurseoffr/>
  168. <nurseoffrflag/>
  169. <drnm/>
  170. <drid/>
  171. <nursenm/>
  172. <dieternm/>
  173. <drugpath/>
  174. <advflag/>
  175. <orderyn/>
  176. <signno/>
  177. <cnstdd/>
  178. </nutrpninfo>
  179. <nutrpninfo2>
  180. <cnstseqno/>
  181. <tabflag/>
  182. <drugpath/>
  183. </nutrpninfo2>
  184. <careplaninfo>
  185. <replyn/>
  186. <workflag/>
  187. <problemcareplan/>
  188. <rgstdd/>
  189. <rgsttm/>
  190. </careplaninfo>
  191. <adchcnstinfo>
  192. <cnstcnts10/>
  193. <cnstcnts11/>
  194. <cnstcnts12/>
  195. <cnstnewflag/>
  196. </adchcnstinfo>
  197. </nstinfo>
  198. <ennstinfo>
  199. <nutreninfo>
  200. <pid/>
  201. <rgstseqno/>
  202. <formrecseq/>
  203. <statflag/>
  204. <nutrprob/>
  205. <nutrprobetc/>
  206. <actgrde/>
  207. <actgrdeetc/>
  208. <drugpath/>
  209. <etrlfd/>
  210. <tubfd/>
  211. <itvnfd/>
  212. <totintkcalr/>
  213. <totintkprot/>
  214. <ht/>
  215. <wt/>
  216. <ubw/>
  217. <ibw/>
  218. <pibw/>
  219. <abw/>
  220. <wtchngkg/>
  221. <wtchngperc/>
  222. <wtchngmm/>
  223. <physmeasetc/>
  224. <alb/>
  225. <tlc/>
  226. <hb/>
  227. <hct/>
  228. <trf/>
  229. <rbp/>
  230. <na/>
  231. <k/>
  232. <cl/>
  233. <bun/>
  234. <cr/>
  235. <tg/>
  236. <chol/>
  237. <ca/>
  238. <p/>
  239. <mg/>
  240. <uun/>
  241. <ins/>
  242. <druginfo/>
  243. <nutrjudg/>
  244. <basewt/>
  245. <basewtflag/>
  246. <basembolkg/>
  247. <basembolcm/>
  248. <basembolyy/>
  249. <basembolcalc/>
  250. <corrcalr/>
  251. <needcalrflag/>
  252. <needcalr1/>
  253. <needcalr2/>
  254. <needcalr3/>
  255. <needcalr4/>
  256. <needcalr5/>
  257. <needcalrcalc/>
  258. <prot1/>
  259. <prot2/>
  260. <protcalc/>
  261. <waterreqvol/>
  262. <nutrreqvol/>
  263. <mntr/>
  264. <infsinitspd/>
  265. <infsaftspd/>
  266. <infsmthd/>
  267. <tubepos/>
  268. <suplnutr/>
  269. <droffr/>
  270. <droffrflag/>
  271. <dieteroffr/>
  272. <dieteroffrflag/>
  273. <pharmstoffr/>
  274. <pharmstoffrflag/>
  275. <nurseoffr/>
  276. <nurseoffrflag/>
  277. <dieterid/>
  278. <execdd/>
  279. <nbcalval/>
  280. <nbintake/>
  281. <pursflag/>
  282. <drnm/>
  283. <pharmstnm/>
  284. <nursenm/>
  285. </nutreninfo>
  286. <nutreninfo2>
  287. <cnstseqno/>
  288. <tabflag/>
  289. <cnstcnts2/>
  290. </nutreninfo2>
  291. <careplaninfo>
  292. <replyn/>
  293. <workflag/>
  294. <problemcareplan/>
  295. <rgstdd/>
  296. <rgsttm/>
  297. </careplaninfo>
  298. </ennstinfo>
  299. <pursnstinfo>
  300. <nutrpursinfo>
  301. <pid/>
  302. <rgstseqno/>
  303. <formrecseq/>
  304. <statflag/>
  305. <nutrprob/>
  306. <nutrprobetc/>
  307. <actgrde/>
  308. <actgrdeetc/>
  309. <drugpath/>
  310. <etrlfd/>
  311. <tubfd/>
  312. <itvnfd/>
  313. <totintkcalr/>
  314. <totintkprot/>
  315. <ht/>
  316. <wt/>
  317. <ubw/>
  318. <ibw/>
  319. <ibwper/>
  320. <pibw/>
  321. <abw/>
  322. <wtchngkg/>
  323. <wtchngperc/>
  324. <wtchngmm/>
  325. <physmeasetc/>
  326. <alb/>
  327. <tlc/>
  328. <hb/>
  329. <hct/>
  330. <trf/>
  331. <rbp/>
  332. <na/>
  333. <k/>
  334. <cl/>
  335. <bun/>
  336. <cr/>
  337. <tg/>
  338. <chol/>
  339. <ca/>
  340. <p/>
  341. <mg/>
  342. <uun/>
  343. <ins/>
  344. <druginfo/>
  345. <nutrjudg/>
  346. <basewt/>
  347. <basewtflag/>
  348. <basembolkg/>
  349. <basembolcm/>
  350. <basembolyy/>
  351. <basembolcalc/>
  352. <corrcalr/>
  353. <needcalrflag/>
  354. <needcalr1/>
  355. <needcalr2/>
  356. <needcalr3/>
  357. <needcalr4/>
  358. <needcalr5/>
  359. <needcalrcalc/>
  360. <prot1/>
  361. <prot2/>
  362. <protcalc/>
  363. <waterreqvol/>
  364. <nutrreqvol/>
  365. <mntr/>
  366. <infsinitspd/>
  367. <infsaftspd/>
  368. <infsmthd/>
  369. <tubepos/>
  370. <suplnutr/>
  371. <droffr/>
  372. <droffrflag/>
  373. <dieteroffr/>
  374. <dieteroffrflag/>
  375. <pharmstoffr/>
  376. <pharmstoffrflag/>
  377. <dieterid/>
  378. <execdd/>
  379. <nbcalval/>
  380. <nbintake/>
  381. <pursflag/>
  382. <pursseq/>
  383. <nurseoffr/>
  384. <nurseoffrflag/>
  385. <nursenm/>
  386. <drnm/>
  387. <pharmstnm/>
  388. </nutrpursinfo>
  389. <nutrpursinfo2>
  390. <cnstseqno/>
  391. <tabflag/>
  392. <cnstcnts2/>
  393. </nutrpursinfo2>
  394. <careplaninfo>
  395. <replyn/>
  396. <workflag/>
  397. <problemcareplan/>
  398. <rgstdd/>
  399. <rgsttm/>
  400. </careplaninfo>
  401. <adchcnstinfo>
  402. <cnstcnts10/>
  403. <cnstcnts11/>
  404. <cnstcnts12/>
  405. <cnstnewflag/>
  406. </adchcnstinfo>
  407. </pursnstinfo>
  408. <edunstinfo>
  409. <nutreduinfo>
  410. <pid/>
  411. <rgstseqno/>
  412. <formrecseq/>
  413. <statflag/>
  414. <nutrprob/>
  415. <nutrprobetc/>
  416. <actgrde/>
  417. <actgrdeetc/>
  418. <drugpath/>
  419. <etrlfd/>
  420. <tubfd/>
  421. <itvnfd/>
  422. <totintkcalr/>
  423. <totintkprot/>
  424. <ht/>
  425. <wt/>
  426. <ubw/>
  427. <ibw/>
  428. <ibwper/>
  429. <pibw/>
  430. <abw/>
  431. <wtchngkg/>
  432. <wtchngperc/>
  433. <wtchngmm/>
  434. <physmeasetc/>
  435. <alb/>
  436. <tlc/>
  437. <hb/>
  438. <hct/>
  439. <trf/>
  440. <rbp/>
  441. <na/>
  442. <k/>
  443. <cl/>
  444. <bun/>
  445. <cr/>
  446. <tg/>
  447. <chol/>
  448. <ca/>
  449. <p/>
  450. <mg/>
  451. <uun/>
  452. <ins/>
  453. <druginfo/>
  454. <nutrjudg/>
  455. <basewt/>
  456. <basewtflag/>
  457. <basembolkg/>
  458. <basembolcm/>
  459. <basembolyy/>
  460. <basembolcalc/>
  461. <corrcalr/>
  462. <needcalrflag/>
  463. <needcalr1/>
  464. <needcalr2/>
  465. <needcalr3/>
  466. <needcalr4/>
  467. <needcalr5/>
  468. <needcalrcalc/>
  469. <prot1/>
  470. <prot2/>
  471. <protcalc/>
  472. <waterreqvol/>
  473. <nutrreqvol/>
  474. <mntr/>
  475. <infsinitspd/>
  476. <infsaftspd/>
  477. <infsmthd/>
  478. <tubepos/>
  479. <suplnutr/>
  480. <droffr/>
  481. <droffrflag/>
  482. <dieteroffr/>
  483. <dieteroffrflag/>
  484. <pharmstoffr/>
  485. <pharmstoffrflag/>
  486. <dieterid/>
  487. <execdd/>
  488. <nbcalval/>
  489. <nbintake/>
  490. <pursflag/>
  491. <pursseq/>
  492. <cnstcnts11/>
  493. <dietedurmk/>
  494. <dietedurslt/>
  495. <dietedustandard/>
  496. <dietstandard/>
  497. </nutreduinfo>
  498. <nutreduinfo2>
  499. <cnstseqno/>
  500. <tabflag/>
  501. <cnstcnts2/>
  502. </nutreduinfo2>
  503. <careplaninfo>
  504. <replyn/>
  505. <workflag/>
  506. <problemcareplan/>
  507. <rgstdd/>
  508. <rgsttm/>
  509. </careplaninfo>
  510. <enreduinfo>
  511. <delyn/>
  512. <educd/>
  513. <educnts/>
  514. <eduprepyn/>
  515. <eduwho/>
  516. <eduway/>
  517. <edurslt/>
  518. <edudd/>
  519. <edutm/>
  520. </enreduinfo>
  521. </edunstinfo>
  522. <nstreqinfo>
  523. <data/>
  524. </nstreqinfo>
  525. <maindata>
  526. <nutrstatjudg>
  527. <physmeasibw/>
  528. <nutrjudg/>
  529. </nutrstatjudg>
  530. </maindata>
  531. </main>
  532. <send>
  533. <srchinfo>
  534. <code/>
  535. <cnstseqno/>
  536. <hideflag2>Y</hideflag2>
  537. <hideflag>Y</hideflag>
  538. <data/>
  539. <prcpgenrflag/>
  540. <orddd/>
  541. <cretno/>
  542. <formrecseq/>
  543. <rgstseqno/>
  544. <pid/>
  545. <rgstseqno_purs/>
  546. <cnstcnts11/>
  547. <sabun/>
  548. <orderyn/>
  549. <inordid/>
  550. <inordnm/>
  551. <inorddeptcd/>
  552. <inorddepdnm/>
  553. <cnstdd/>
  554. </srchinfo>
  555. <modifysendsrc>
  556. <pid/>
  557. <formrecseq/>
  558. <rgstseqno/>
  559. </modifysendsrc>
  560. <userinfo>
  561. <userid/>
  562. </userinfo>
  563. <srchrgstseqnoinfo>
  564. <pid/>
  565. <formrecseq/>
  566. <nstgubun/>
  567. </srchrgstseqnoinfo>
  568. <data>
  569. <careplan>
  570. <nstpndata/>
  571. </careplan>
  572. </data>
  573. <popup>
  574. <drcmt/>
  575. <dietercmt/>
  576. <pharmstcmt/>
  577. <nursecmt/>
  578. <pndrcmt/>
  579. <pndietercmt/>
  580. <pnpharmstcmt/>
  581. <pnnursecmt/>
  582. <mngtdrcmt/>
  583. <mngtdietercmt/>
  584. <mngtpharmstcmt/>
  585. <mngtnursecmt/>
  586. </popup>
  587. </send>
  588. <init>
  589. <eninfo>
  590. <needcalrlist>
  591. <needcalr1/>
  592. <needcalr2/>
  593. <needcalr3/>
  594. <needcalr4/>
  595. <needcalr5/>
  596. <needcalr6/>
  597. <needcalr7/>
  598. <needcalr8/>
  599. <needcalr9/>
  600. <needcalr10/>
  601. <needcalr11/>
  602. <needcalr12/>
  603. <needcalr13/>
  604. <needcalr14/>
  605. <needcalr15/>
  606. <needcalr16/>
  607. <needcalr17/>
  608. </needcalrlist>
  609. <basembolinfolist>
  610. <mbasembolkg/>
  611. <mbasembolcm/>
  612. <mbasembolyy/>
  613. <mbasembolcalc/>
  614. <wbasembolkg/>
  615. <wbasembolcm/>
  616. <wbasembolyy/>
  617. <wbasembolcalc/>
  618. <age/>
  619. </basembolinfolist>
  620. </eninfo>
  621. <pursinfo>
  622. <needcalrlist>
  623. <needcalr1/>
  624. <needcalr2/>
  625. <needcalr3/>
  626. <needcalr4/>
  627. <needcalr5/>
  628. <needcalr6/>
  629. <needcalr7/>
  630. <needcalr8/>
  631. <needcalr9/>
  632. <needcalr10/>
  633. <needcalr11/>
  634. <needcalr12/>
  635. <needcalr13/>
  636. <needcalr14/>
  637. <needcalr15/>
  638. <needcalr16/>
  639. <needcalr17/>
  640. </needcalrlist>
  641. <basembolinfolist>
  642. <mbasembolkg/>
  643. <mbasembolcm/>
  644. <mbasembolyy/>
  645. <mbasembolcalc/>
  646. <wbasembolkg/>
  647. <wbasembolcm/>
  648. <wbasembolyy/>
  649. <wbasembolcalc/>
  650. <age/>
  651. </basembolinfolist>
  652. </pursinfo>
  653. <eduinfo>
  654. <needcalrlist>
  655. <needcalr1/>
  656. <needcalr2/>
  657. <needcalr3/>
  658. <needcalr4/>
  659. <needcalr5/>
  660. <needcalr6/>
  661. <needcalr7/>
  662. <needcalr8/>
  663. <needcalr9/>
  664. <needcalr10/>
  665. <needcalr11/>
  666. <needcalr12/>
  667. <needcalr13/>
  668. <needcalr14/>
  669. <needcalr15/>
  670. <needcalr16/>
  671. <needcalr17/>
  672. </needcalrlist>
  673. <basembolinfolist>
  674. <mbasembolkg/>
  675. <mbasembolcm/>
  676. <mbasembolyy/>
  677. <mbasembolcalc/>
  678. <wbasembolkg/>
  679. <wbasembolcm/>
  680. <wbasembolyy/>
  681. <wbasembolcalc/>
  682. <age/>
  683. </basembolinfolist>
  684. </eduinfo>
  685. <pninfo>
  686. <needcalrlist>
  687. <needcalr1/>
  688. <needcalr2/>
  689. <needcalr3/>
  690. <needcalr4/>
  691. <needcalr5/>
  692. <needcalr6/>
  693. <needcalr7/>
  694. <needcalr8/>
  695. <needcalr9/>
  696. <needcalr10/>
  697. <needcalr11/>
  698. <needcalr12/>
  699. <needcalr13/>
  700. <needcalr14/>
  701. <needcalr15/>
  702. <needcalr16/>
  703. <needcalr17/>
  704. </needcalrlist>
  705. <basembolinfolist>
  706. <mbasembolkg/>
  707. <mbasembolcm/>
  708. <mbasembolcalc/>
  709. <wbasembolkg/>
  710. <wbasembolcm/>
  711. <wbasembolyy/>
  712. <wbasembolcalc/>
  713. <mbasembolyy/>
  714. <mbasembolcalc/>
  715. <age/>
  716. </basembolinfolist>
  717. <cmb_pharm/>
  718. </pninfo>
  719. <calc>11</calc>
  720. <bee/>
  721. <examrslt>
  722. <alb/>
  723. <hb/>
  724. <trf/>
  725. <na/>
  726. <k/>
  727. <cl/>
  728. </examrslt>
  729. <cmb_info>
  730. <dieter>
  731. <dieter/>
  732. </dieter>
  733. </cmb_info>
  734. <modifyyn>
  735. </modifyyn>
  736. <codelist>
  737. <suplnutr>
  738. <codelist>
  739. <cdnm/>
  740. <cdid/>
  741. </codelist>
  742. </suplnutr>
  743. <drid>
  744. <codelist>
  745. <cdnm/>
  746. <cdid/>
  747. </codelist>
  748. </drid>
  749. <nstcode>
  750. <codelist>
  751. <cdnm/>
  752. <cdid/>
  753. <nstcodetext/>
  754. <kcalml/>
  755. </codelist>
  756. </nstcode>
  757. </codelist>
  758. <opnerdatanstinfo>
  759. <nstflag/>
  760. <nodepath/>
  761. </opnerdatanstinfo>
  762. <jcilist>
  763. <careplanlist/>
  764. </jcilist>
  765. <encodelist>
  766. <edustandard/>
  767. <dietstandard/>
  768. </encodelist>
  769. <opnermntrinfo>
  770. <mntr/>
  771. </opnermntrinfo>
  772. <pathtwtlist>
  773. <patbdht/>
  774. <patbdwt/>
  775. </pathtwtlist>
  776. </init>
  777. <hidden>
  778. <phdrnm/>
  779. <cnststatinfo>
  780. <cnststat/>
  781. </cnststatinfo>
  782. <redatalist>
  783. <redata>
  784. <pid/>
  785. <rgstseqno/>
  786. <formrecseq/>
  787. <repldd/>
  788. <nutrjudg/>
  789. <age/>
  790. <ht/>
  791. <sex/>
  792. <basewt/>
  793. <basembolcalc/>
  794. <needcalrflag/>
  795. <corrcalr/>
  796. <needcalr1/>
  797. <needcalr2/>
  798. <needcalr3/>
  799. <needcalr4/>
  800. <needcalr5/>
  801. <needcalrcalc/>
  802. <replcnts/>
  803. </redata>
  804. </redatalist>
  805. <prntdata>
  806. <pid/>
  807. <hngnm/>
  808. <sna/>
  809. <orddeptnm/>
  810. <orddrnm/>
  811. <ioflag/>
  812. <reqdd/>
  813. <newElement/>
  814. </prntdata>
  815. <recevenutritionlab>
  816. <path>/root/main/nstinfo/nutrpninfo/nutritionlab</path>
  817. <path2>/root/main/nstinfo/nutrpninfo/ins</path2>
  818. <nutritionlab/>
  819. <nutritionlabchk/>
  820. </recevenutritionlab>
  821. <ret>
  822. <rgstseqno/>
  823. <cnstseqno/>
  824. <formrecseq/>
  825. </ret>
  826. <userinfo>
  827. <userid/>
  828. <usernm/>
  829. </userinfo>
  830. <rgstseqnolist>
  831. <pursseqret/>
  832. </rgstseqnolist>
  833. <edunstinfo>
  834. <StandardEdu/>
  835. <StandardFfr/>
  836. </edunstinfo>
  837. <opnerdatanstinfo>
  838. <nstflag/>
  839. <nodepath/>
  840. </opnerdatanstinfo>
  841. <sendENREDUData>
  842. <nodesendYN>Y</nodesendYN>
  843. </sendENREDUData>
  844. <sendENRCAREPLANData>
  845. <nodesendYN>Y</nodesendYN>
  846. </sendENRCAREPLANData>
  847. <cnsttypelist>EN</cnsttypelist>
  848. <item>
  849. <count/>
  850. </item>
  851. <signno>
  852. <signno/>
  853. </signno>
  854. </hidden>
  855. <temp>
  856. <cnstinfo/>
  857. <replform>
  858. <replcnts/>
  859. <sel/>
  860. <formflag/>
  861. </replform>
  862. <nutritontext>
  863. <![CDATA[
  864. 1)체중 주 1회
  865. 2)Eyetone BS g 6hr (for 3days)
  866. 3)주 2회(첫 2주동안), 주 1회(계속)
  867. CBS, FBS, BUN/Scr, Pr/Alb,. TRF, RBP, OT/PT/Alk-P,
  868. CPK, Na/K/Cl, Ca/P/Mg Chol/TG, 24hr Urine Urea & Cr
  869. 4) lsolator Culture 주 1회
  870. ]]>
  871. </nutritontext>
  872. <drugformtext>
  873. <![CDATA[
  874. 1)10% D/W 1000mL IV for 6~8hr
  875. 2)15% D/W 1000mL IV for 6~8hr(10% DW 1L + 50% DW 100mL)
  876. 3)( )gtt + HS(수분공급 및 삼투압 희석 필요시) for ()days
  877. 4)2~3gtt씩 증량 + HS ()days씩 유지
  878. 5)( )gtt까지 증량가능 + HS 유지 (중단시에는 Tapering하며 stop)
  879. -현재 상태에서 환자의 필요열량은 약 ()kcal/day 입니다.
  880. 환자상태에 따라 투여량을 적절히 조절해 주십시오.
  881. -고농도의 당 ( g/P)이 지속적으로 공급되어 현재보다 혈당이
  882. 상승할 수 있으니 안정화 될 때까지는 E/T Monitoring 해 주시고,
  883. 필요시에는 RI Mix 하여 투여하십시오.
  884. (E/T 2-3일간 측정결과 200이상 지속시 1일 RI sc량 평균의 2/3 를
  885. TPN 내 mix 하고,이후에는 RI schedule 에 따라 add.)
  886. <<일반적인 PNT3 처방시-MO/MH 등>>
  887. -PNT3는 1160kcal/1200ml/p의 열량을 내는 제형입니다.
  888. 현재 상태에서 환자의 필요열량은 약 1800kcal/d 이니,
  889. 환자상태 및 oral intake량 등에 따라 투여량을 적절히 조절해
  890. 주십시오.
  891. -oral intake 부족으로 PNT 단기간 투여시 급여적용에 문제될 수
  892. 있으니 고려해 주시고,5일 미만 투여 예상시에는 비급여 처방하셔
  893. 야 합니다.
  894. (이때는 single AA fluid(AM-T10 등:600kcal/bt)로 change하는 것
  895. 이 좋겠습니다.)
  896. -고농도의 당(250g/pack)이 지속적으로 공급되어 현재보다 혈당
  897. 상승 할 수 있으니 안정화될 때까지는 E/T monitoring해 주시고,
  898. 필요시에는 RI mix하여 투여하십시오.
  899. <<일반적인 PNT1 처방시-MO/MH 등>>
  900. -PNT1은 560kcal/1000ml/P의 열량을 내는 제형입니다.
  901. 현재상태에서 환자의 필요열량은 약 1700kcal/d이므로 환자의
  902. oral intake상태에 따라 투여량을 적절히 조절해 주시고, 수분공급
  903. 및 삼투압 희석 필요시에는 HS side infusion 하십시오.
  904. -oral intake 부족으로 PNT1만으로 지속 투여시, 급여적용에 문제
  905. 될 수 있으니 증량계획이 없는 경우 single AA fluid(AM-T10 등)로
  906. change하는것이 좋겠습니다.
  907. -7~10일 이상의 영양지원이 필요한 경우에는 PNT1만으로는 열량
  908. 및 단백공급이 많이 부족할 수 있으니 PNT2->PNT3로 증량투여해
  909. 주십시오.
  910. <<일반적인 peripheral PNT1 처방시>>
  911. -PNT1은 삼투압 1000mOsm/L이상의 중심정맥용 제형입니다.
  912. 따라서 부득이하게 말초로 투여하실 경우에는 IV site edema, pain,
  913. phlebitis 등의 monitoring이 필요합니다.
  914. -현재상태에서 환자의 필요열량은 약 2000kcal/d이니 환자의
  915. oral intake 상태에 따라 투여량을 적절히 조절해 주시고,수분공급
  916. 및 삼투압 희석 필요시에는 HS side infusion 하십시오.
  917. -oral intake 부족으로 PNT1만으로 지속 투여시, 급여적용에 문제
  918. 될 수 있으니 중심정맥을 통한 증량계획이 없는 경우
  919. single AA fluid(AM-T10 등)로 change하는 것이 좋겠습니다.
  920. -7~10일 이상의 영양지원이 필요한 경우에는 PNT1만으로는 열량
  921. 및 단백공급이 많이 부족할 수 있으니 중심정맥을 통한 영양지원
  922. (PNT2->PNT3로 증량)을 고려해 주십시오.
  923. ]]>
  924. </drugformtext>
  925. <drugformetctext>
  926. <![CDATA[* 고농도의 당( g/pack)이 지속적으로 공급되어 현재보다 혈당
  927. 상승 할 수 있으니 안정화될 때까지는 E/T monitoring해 주시고,
  928. 필요시에는 RI mix하여 투여하십시오.
  929. (E/T 2~3일간 측정결과, 200 이상 지속시 1일 RI sc량 평균의 2/3
  930. 를 TPN내 mix하고, 이후에는 RI schedule에 따라 add.)
  931. * PNT1 : 120g glucose+ 2.1%AA -> 560kcal/1000ml/pack
  932. * PNT2 : 180g glucose+ 2.8%AA -> 840kcal/1100ml/pack
  933. * PNT3 : 250g glucose+ 3.5%AA ->1160kcal/1200ml/pack
  934. * CLN10 : 160g glucose+ 4%AA+ 40g lipid ->1200kcal/1000ml/pack
  935. * CLN15 : 240g glucose+ 4%AA+ 60g lipid ->1800kcal/1500ml/pack
  936. * CLN20 : 320g glucose+ 4%AA+ 80g lipid ->2400kcal/2000ml/pack
  937. * KABP15: 97g glucose+ 2.3%AA+ 51g lipid ->1000kcal/1500ml/pack
  938. * KABP20: 130g glucose+2.3%AA+ 68g lipid ->1400kcal/2000ml/pack
  939. * 특히 PNT1은 공급열량에 비해 해당 volume이 커서 효율적인 영양
  940. 지원이 어렵고, 유지 제형이 아닌 titration 위한 primary form
  941. 이니 변경투여를 고려해 주십시오. 추천되는 제형은 ( )입니다.
  942. * CLN은 commercial TPN으로 vitamin & trace elements 함유하고
  943. 있지 않습니다. Wx. closure에 이러한 nutrients들이 매우 중요
  944. 하니 1pack당 V-MV5 1vial & FURV 0.5ml mix하여 투여하시면
  945. 도움이 될 것으로 생각됩니다.
  946. (FURV는 Zn, Cu, Cr, Mn 등을 함유하는 mixture로 10ml/vial이니,
  947. 1vial 처방하신 후 CLN 투여시 0.5ml mix하고 remain은 냉장보관
  948. 하면서 5~7일간 사용하십시오. 단, 오염이 의심될 경우에는 폐기
  949. 해 주십시오.)
  950. * KABP는 고가의 말초정맥용 TPN으로, 2주 이내 투여를 원칙으로
  951. 합니다. 따라서 2주 이상 투여 예상시에는 중심정맥의 확보 고려
  952. 해 주시고, 그 이상 처방시에는 급여 적용되지 않으니 고려해 주십
  953. 시오.(KABP15/20:\52,800/\60,876)
  954. * PNT1만으로는 열량 및 단백공급이 매우 부족하니 peripheral PN
  955. 단기간 유지하실 경우에는 KABP15/20으로 투여하는 것이 추천
  956. 되며, 2주 이내 투여가 원칙(급여적용)이니 고려해 주십시오.
  957. ]]>
  958. </drugformetctext>
  959. <ibwper/>
  960. <popupdata>
  961. <repltype/>
  962. <receivedata/>
  963. </popupdata>
  964. <formdata>
  965. <replinfo/>
  966. </formdata>
  967. <dieteroffren>
  968. <![CDATA[
  969. * 추천 식사처방 코드 : 경장영양 ( ) > ( )
  970. * 환자 적응도에 따라 매일 200cc 씩 증량하여 주십시오. ( / -> / -> … -> / )
  971. * 환자 영양상태 평가 위해 TRF/RBP, 24hr urinary nitrogen, TC/TG 검사 필요합니다.
  972. * 혈당 상승 하거나 설사 발생시 제형 변경 필요합니다. 협진 재의뢰 해 주십시오
  973. * TF 증량됨에 따라 PN 투여량 감량 필요합니다.
  974. * PN에 대해서는 특수조제실로 문의해 주십시오.
  975. ]]>
  976. </dieteroffren>
  977. <code>
  978. <codelist>
  979. <cdnm/>
  980. <cdid/>
  981. </codelist>
  982. </code>
  983. <replcntsinfo>
  984. <replcnts/>
  985. </replcntsinfo>
  986. <pharmstcode/>
  987. <drcode/>
  988. <kindcode>
  989. <kindlist>
  990. <cdid/>
  991. <cdnm/>
  992. <cntlyn1/>
  993. </kindlist>
  994. </kindcode>
  995. </temp>
  996. <pharmstcode>
  997. </pharmstcode>
  998. </root>
  999. </instance>
  1000. <script type="javascript" ev:event="xforms-ready">
  1001. <![CDATA[
  1002. fInit();
  1003. if(btn_en.selected == true ) {
  1004. var cnststat = model.getValue("/root/temp/cnstinfo/cnststat");
  1005. var firstinfo = model.getValue("/root/temp/cnstinfo/firstinfo");
  1006. if (cnststat == "의뢰확정"){
  1007. btn_stat.disabled = false;
  1008. }else{
  1009. btn_stat.disabled = true;
  1010. }
  1011. if(firstinfo != ""){
  1012. btn_finish.disabled = true;
  1013. }
  1014. }
  1015. ]]>
  1016. </script>
  1017. <submission id="TRADB00001"/>
  1018. <submission id="TRADC02601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/patinfo"/>
  1019. <submission id="TRADC02602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/ennstinfo"/>
  1020. <submission id="TRADC02611" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/edunstinfo"/>
  1021. <submission id="TRADC02612" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/pursnstinfo"/>
  1022. <submission id="TRADC02603" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/nstinfo"/>
  1023. <submission id="TRANC00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/init/cmb_info/dieter"/>
  1024. <submission id="TXADC02601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/nstinfo" replace="instance" resultref="/root/hidden/ret"/>
  1025. <submission id="TXADC02602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/ennstinfo" replace="instance" resultref="/root/hidden/ret"/>
  1026. <submission id="TXADC02603" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/edunstinfo" replace="instance" resultref="/root/hidden/ret"/>
  1027. <submission id="TXADC02604" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/pursnstinfo" replace="instance" resultref="/root/hidden/ret"/>
  1028. <submission id="TRADC02605" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/init/examrslt"/>
  1029. <submission id="TRADC02614" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/init/pathtwtlist"/>
  1030. <submission id="TRADC62202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/hidden/cnststatinfo"/>
  1031. <submission id="TRADC62201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" resultref="/root/temp/formdata"/>
  1032. <submission id="TRADC02606" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/hidden/redatalist"/>
  1033. <submission id="TRADC02607" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/temp/code"/>
  1034. <submission id="TRADC02608" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/temp/code"/>
  1035. <submission id="TRADC02609" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/userinfo" replace="instance" resultref="/root/hidden/userinfo"/>
  1036. <submission id="TRADC02610" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchrgstseqnoinfo" replace="instance" resultref="/root/hidden/rgstseqnolist"/>
  1037. <submission id="TXANC00356" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data/mrjhedu" resultref="/root/hidden/msglist"/>
  1038. <submission id="TXANC00357" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data/careplan" resultref="/root/hidden/msglist"/>
  1039. <submission id="TXADC00905" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data/careplan/nstpndata" replace="instance" resultref="/root/hidden"/>
  1040. <submission id="TRADC02615" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/pharmstcode/codelist"/>
  1041. <submission id="TXADC02605" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/hidden/item"/>
  1042. <submission id="TXADC02606" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/temp/cnstinfo" replace="instance" resultref="/root/hidden/item"/>
  1043. <submission id="TRADC02616" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/temp/code"/>
  1044. <submission id="TRADC02617" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/temp/kindcode"/>
  1045. <submission id="TXADC02607" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/ennstinfo" replace="instance" resultref="/root/hidden/item"/>
  1046. <submission id="TXADC02608" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/pursnstinfo" replace="instance" resultref="/root/hidden/item"/>
  1047. <submission id="TRADC62203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/hidden/cnststatinfo"/>
  1048. <submission id="TXADC02616" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/signdata" replace="instance" resultref="/root/hidden/item"/>
  1049. <submission id="TXADC02609" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/signdata" replace="instance" resultref="/root/hidden/signno"/>
  1050. <submission id="TXADC02619" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/nstinfo/nutrpninfo" replace="instance" resultref="/root/hidden/item"/>
  1051. </model>
  1052. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  1053. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  1054. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  1055. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  1056. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  1057. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  1058. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  1059. <script type="javascript" src="../../../ast/pharmacyconsultweb/js/SPADC62200.js"/>
  1060. <script type="javascript" src="../../../ast/pharmacyconsultweb/js/SMADC02600.js"/>
  1061. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  1062. <script type="javascript" src="../../../com/signweb/js/ZES001.js"/>
  1063. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  1064. <script type="javascript" src="../../../ast/pharmacybaseweb/js/pharmacycombolist.js"/>
  1065. <script type="javascript" src="../../../emr/carecomweb/js/ENRSignEngine.js"/>
  1066. <script type="javascript">
  1067. <![CDATA[
  1068. function fTest() {
  1069. cmb_nstcode.dispatch("onclick");
  1070. }
  1071. function fSign() {
  1072. Sign.certreload = true ; // 전자서명 호출시 인증저장 버튼을 누늘때마다 인증서가 뜨도록 처리
  1073. Sign.certchkflag = "N";
  1074. if( Sign.signprocess() == true ){
  1075. /// alert("signprocess-true");
  1076. var sPid = model.getValue("/root/main/patinfo/baseinfo/pid");
  1077. var sIndd = model.getValue("/root/main/patinfo/baseinfo/orddd");
  1078. var sCretNo = model.getValue("/root/main/patinfo/baseinfo/cretno");
  1079. var sOrdDeptCd = model.getValue("/root/main/patinfo/baseinfo/orddeptcd");
  1080. var sOrdDrId = model.getValue("/root/main/patinfo/baseinfo/orddrcd");
  1081. var sSignno = model.getValue("/root/main/nstinfo/nutrpninfo/signno");
  1082. var sCnstdd = model.getValue("/root/main/nstinfo/nutrpninfo/cnstdd");
  1083. if (sSignno == "") {
  1084. var Sstat = "C";
  1085. }else{
  1086. var Sstat = "U";
  1087. }
  1088. // 전자인증 관련 환자 인적 정보를 보내줌.
  1089. model.makeValue("/root/send/signdata/pid", sPid ); //등록번호
  1090. model.makeValue("/root/send/signdata/orddd", sIndd); //입원일자
  1091. model.makeValue("/root/send/signdata/signno", sSignno); //서명번호
  1092. model.makeValue("/root/send/signdata/cretno", sCretNo); //생성번호
  1093. model.makeValue("/root/send/signdata/recdd", getCurrentDate()); // 실제 기록이 이루어진 기록일자
  1094. model.makeValue("/root/send/signdata/rectm", getCurrentTime()); //실제 기록이 이루어진 기록시간
  1095. model.makeValue("/root/send/signdata/recsaveflag", "Y"); //전자서명 인적정보 변경여부(기록일시 변경되는 경우 : Y, 그외 : N)
  1096. model.makeValue("/root/send/signdata/signflag", "02" ); //서명자료구분 (01 : 진료, 02 : 간호, 03 : LIS, 04 : 진료지원)
  1097. model.makeValue("/root/send/signdata/signgenrflag", "I" ); //외래/입원구분(코드정의서 M0010 참조)
  1098. model.makeValue("/root/send/signdata/formcd", "1600017997" ); //각 기록지별 서식코드
  1099. model.makeValue("/root/send/signdata/orddeptcd", sOrdDeptCd); //진료부서코드
  1100. model.makeValue("/root/send/signdata/orddrid", sOrdDrId ); //진료의사ID
  1101. model.makeValue("/root/send/signdata/dispyn", "Y"); //기록뷰어에는 조회안되도록
  1102. model.makeValue("/root/send/signdata/stat", Sstat); //// Insert :'C', Update = 'U'
  1103. model.makeValue("/root/send/signdata/cnstdd", sCnstdd);
  1104. // 인증할 데이터 정보(미기록 노드 제거된 정보)
  1105. // 미기록 노드 제거전 원본 노드 정보 : Sign.signedInfos[3]
  1106. model.makeValue("/root/send/signdata/signbfcnts", Sign.signedInfos[1]);
  1107. // 공인인증 처리후 데이터
  1108. model.makeValue("/root/send/signdata/signaftcnts", Sign.signedInfos[2]);
  1109. //
  1110. } else{
  1111. return false;
  1112. }
  1113. model.makeValue("/root/send/signdata/screenid", getScreenID());
  1114. return true;
  1115. }
  1116. function fMake_SignData() {
  1117. // alert("signprocess-sign");
  1118. Sign.addnode("/root/main/signSaveData");
  1119. }
  1120. ]]>
  1121. </script>
  1122. </xhtml:head>
  1123. <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  1124. <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
  1125. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:129px; height:14px; ">NST환자관리</caption>
  1126. </group>
  1127. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  1128. <group id="group2" style="left:0px; top:5px; width:1194px; height:184px; ">
  1129. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:1px; top:1px; width:1191px; height:179px; background-color:#fffbf2; border-color:#ffd799; "/>
  1130. <caption id="caption5" class="search_name" style="left:4px; top:4px; width:95px; height:17px; ">등록번호 :</caption>
  1131. <caption id="caption2" class="search_name" style="left:189px; top:9px; width:75px; height:17px; ">환자명 :</caption>
  1132. <output id="output3" ref="/root/main/patinfo/baseinfo/hngnm" class="output_search" style="left:275px; top:4px; width:125px; height:19px; "/>
  1133. <caption id="caption4" class="search_name" style="left:189px; top:29px; width:95px; height:17px; ">생년월일 :</caption>
  1134. <output id="output4" ref="/root/main/patinfo/baseinfo/brthdd" class="output_search" style="left:275px; top:29px; width:125px; height:19px; "/>
  1135. <caption id="caption7" class="search_name" style="left:4px; top:29px; width:75px; height:17px; ">S/A :</caption>
  1136. <output id="output5" ref="/root/main/patinfo/baseinfo/sna" class="output_search" style="left:94px; top:29px; width:90px; height:19px; "/>
  1137. <caption id="caption8" class="search_name" style="left:4px; top:54px; width:75px; height:17px; ">병실 :</caption>
  1138. <caption id="caption11" class="search_name" style="left:189px; top:54px; width:90px; height:17px; ">입원일자 :</caption>
  1139. <output id="output10" ref="/root/temp/cnstinfo/roomcd" class="output_search" style="left:94px; top:54px; width:90px; height:19px; "/>
  1140. <output id="output11" ref="/root/main/patinfo/baseinfo/orddeptnm" class="output_search" style="left:94px; top:79px; width:90px; height:19px; "/>
  1141. <caption id="caption14" class="search_name" style="left:4px; top:79px; width:75px; height:17px; ">진료과 :</caption>
  1142. <output id="output12" ref="/root/main/patinfo/baseinfo/orddd" class="output_search" format="yyyy-mm-dd" style="left:275px; top:54px; width:125px; height:19px; "/>
  1143. <output id="output13" ref="/root/temp/cnstinfo/pdano" class="output_search" style="left:140px; top:130px; width:90px; height:19px; "/>
  1144. <caption id="caption17" class="search_name" style="left:4px; top:104px; width:141px; height:17px; ">주치교수/주치의 :</caption>
  1145. <caption id="caption19" class="search_name" style="left:405px; top:2px; width:75px; height:17px; ">진단명 :</caption>
  1146. <datagrid id="datagrid2" nodeset="/root/main/patinfo/diaginfo" scroll="vertical" autoresize="true" caption="진단코드^진단명" colsep="^" colwidth="70, 151" mergecellsfixedrows="bycolrec" rowsep="|" style="left:404px; top:20px; width:240px; height:60px; ">
  1147. <col ref="diagcd"/>
  1148. <col ref="diagengnm"/>
  1149. </datagrid>
  1150. <caption id="caption20" class="search_name" visibility="hidden" style="left:545px; top:0px; width:115px; height:17px; ">영양관리이력 :</caption>
  1151. <caption id="caption21" class="search_name" style="left:405px; top:160px; width:90px; height:17px; ">입원동기 :</caption>
  1152. <output id="output14" ref="/root/main/patinfo/inmotvinfo/inmotiv" class="output_search" style="left:494px; top:158px; width:146px; height:19px; "/>
  1153. <input id="input2" ref="/root/main/patinfo/baseinfo/pid" class="input_s_essential" navindex="66" style="left:94px; top:4px; width:90px; height:19px; ">
  1154. <script type="javascript" ev:event="onkeydown">
  1155. <![CDATA[
  1156. inputEnterKey("btn_sea","DOMActivate");
  1157. ]]>
  1158. </script>
  1159. </input>
  1160. <caption id="caption3" class="search_name" visibility="visible" style="left:5px; top:155px; width:55px; height:17px; ">HD :</caption>
  1161. <output id="output2" ref="/root/main/patinfo/baseinfo/hd" class="output_search" style="left:69px; top:155px; width:40px; height:19px; "/>
  1162. <caption id="caption9" class="search_name" visibility="visible" style="left:111px; top:155px; width:65px; height:17px; ">POD :</caption>
  1163. <output id="output15" ref="/root/main/patinfo/baseinfo/pod" class="output_search" style="left:176px; top:155px; width:40px; height:19px; "/>
  1164. <datagrid id="datagrid4" nodeset="/root/main/patinfo/opinfo" scroll="vertical" autoresize="true" caption="수술일^수술명" colsep="^" colwidth="70, 151" mergecellsfixedrows="bycolrec" rowsep="|" style="left:404px; top:101px; width:240px; height:54px; ">
  1165. <col ref="opdd" format="yyyy-mm-dd"/>
  1166. <col ref="opnm"/>
  1167. </datagrid>
  1168. <caption id="caption15" class="search_name" style="left:406px; top:81px; width:110px; height:17px; ">수술정보:</caption>
  1169. <output id="output1" ref="/root/main/patinfo/baseinfo/reqdd" class="output_search" format="yyyy-mm-dd" style="left:275px; top:79px; width:125px; height:19px; "/>
  1170. <caption id="caption1" class="search_name" style="left:189px; top:79px; width:90px; height:17px; ">의뢰일자 :</caption>
  1171. <switch id="switch2" style="left:910px; top:26px; width:280px; height:149px; ">
  1172. <case id="case6" selected="true">
  1173. <datagrid id="grd_mealprcpinfo" nodeset="/root/main/patinfo/mealprcpinfo" scroll="vertical" autoresize="true" caption="일자^끼니^식사명" colsep="^" colwidth="76, 44, 137" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:2px; width:277px; height:145px; ">
  1174. <col ref="prcpdd" format="yyyy-mm-dd"/>
  1175. <col ref="dietmeal"/>
  1176. <col ref="dietnm"/>
  1177. </datagrid>
  1178. </case>
  1179. <case id="case7">
  1180. <datagrid id="grd_drugteaminfo" nodeset="/root/main/patinfo/drugteaminfo" scroll="vertical" autoresize="true" caption="처방일자^약품코드^약품코드명" colsep="^" colwidth="69, 73, 114" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:2px; width:277px; height:145px; ">
  1181. <col ref="prcpdd" format="yyyy-mm-dd"/>
  1182. <col ref="drugcd"/>
  1183. <col ref="drugnm"/>
  1184. </datagrid>
  1185. </case>
  1186. </switch>
  1187. <button id="btn_sea" class="btn1_letter2" visibility="hidden" style="left:25px; top:5px; width:56px; height:22px; ">
  1188. <caption>조회</caption>
  1189. <script type="javascript" ev:event="DOMActivate">
  1190. <![CDATA[
  1191. var pid = model.getValue("/root/temp/cnstinfo/pid");
  1192. model.setValue("/root/main/patinfo/baseinfo/pid", pid);
  1193. model.setValue("/root/send/srchinfo/cnstseqno", cnstseqno);
  1194. model.setValue("/root/send/srchinfo/formrecseq", formrecseq);
  1195. model.setValue("/root/send/srchinfo/pid", model.getValue("/root/temp/cnstinfo/pid"));
  1196. model.setValue("/root/send/srchinfo/cretno", model.getValue("/root/temp/cnstinfo/cretno"));
  1197. model.setValue("/root/send/srchinfo/orddd", model.getValue("/root/temp/cnstinfo/orddd"));
  1198. model.setValue("/root/send/srchinfo/prcpgenrflag", model.getValue("/root/temp/cnstinfo/prcpgenrflag"));
  1199. // model.setValue("/root/send/srchinfo/rgstseqno", model.getValue("/root/temp/cnstinfo/rgstseqno"));
  1200. model.setValue("/root/send/srchinfo/cnstcnts11", gv_formrecseq); //2010-01-08 원Formrecseq로 추구관리이력조회 하기 위함
  1201. submit("TRADC02601"); //기본정보가져오기
  1202. if(case1.selected == true ) {
  1203. btn_en.dispatch("DOMActivate");
  1204. submit("TRADC02602");
  1205. }
  1206. if(case2.selected == true ) {
  1207. btn_pn.dispatch("DOMActivate");
  1208. }
  1209. if(case3.selected == true ) { //교육의뢰
  1210. btn_edureq.dispatch("DOMActivate");
  1211. submit("TRADC02611");
  1212. }
  1213. if(case4.selected == true ) { //추구관리
  1214. btn_mngt.dispatch("DOMActivate");
  1215. submit("TRADC02612");
  1216. }
  1217. if(formcd == "0000000770"){
  1218. submit("TRADC02603");
  1219. //2009-12-17 추구관리 조회시 [추구관리 표시]/ 조회 adchcnstinfo - cnstcnts10 = 'PURS'
  1220. if (model.getValue("/root/main/nstinfo/nutrpninfo/pursflag") == "PURS") {
  1221. out_pn_purs.attribute("text")="[ 추구관리 : " + model.getValue("/root/main/nstinfo/nutrpninfo/pursseq") + " ]";
  1222. }else {
  1223. out_pn_purs.attribute("text")="";
  1224. }
  1225. }
  1226. fCalRecmDrugVol();
  1227. model.refresh();
  1228. //fSetReplNm(); // 회신약사 이름 설정
  1229. ]]>
  1230. </script>
  1231. </button>
  1232. <output id="output7" ref="/root/temp/cnstinfo/orddrnm" class="output_search" style="left:139px; top:104px; width:131px; height:19px; "/>
  1233. <switch id="switch3" style="left:646px; top:26px; width:260px; height:149px; ">
  1234. <case id="case5" style="left:0px; top:0px; width:260px; height:148px; ">
  1235. <datagrid id="grd_nutrmngtinfo" nodeset="/root/main/patinfo/nutrmngtinfo" scroll="auto" autoresize="true" caption="일자^영양관리유형^검색결과" colsep="^" colwidth="69, 113, 69" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:2px; width:259px; height:145px; ">
  1236. <col ref="execdd" style="text-align:center; "/>
  1237. <col ref="nutrmngtkind"/>
  1238. <col ref="srchrslt"/>
  1239. </datagrid>
  1240. </case>
  1241. <case id="case9" selected="true">
  1242. <datagrid id="grd_purshistinfo" nodeset="/root/main/patinfo/purshistinfo" scroll="auto" autoresize="true" caption="순번^순번^작성일자^회신일자^상태^pid^formrecseq^cnstseqno" colsep="^" colwidth="35, 24, 73, 72, 59, 72, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:2px; width:258px; height:144px; ">
  1243. <col ref="cnstcnts12" style="text-align:center; "/>
  1244. <col ref="rgstseqno" style="text-align:center; "/>
  1245. <col ref="rgstdd" format="yyyy-mm-dd" style="text-align:center; "/>
  1246. <col ref="repldd" format="yyyy-mm-dd" style="text-align:center; "/>
  1247. <col ref="cnststat"/>
  1248. <col ref="pid" visibility="hidden"/>
  1249. <col ref="formrecseq" visibility="hidden"/>
  1250. <col ref="cnstseqno"/>
  1251. <script type="javascript" ev:event="ondblclick">
  1252. <![CDATA[
  1253. if (btn_mngt.selected == true ) {
  1254. model.setValue("/root/main/patinfo/baseinfo/pid" , model.getValue("/root/main/patinfo/purshistinfo[" + grd_purshistinfo.row + "]/pid"));
  1255. model.setValue("/root/send/srchinfo/rgstseqno" , model.getValue("/root/main/patinfo/purshistinfo[" + grd_purshistinfo.row + "]/rgstseqno"));
  1256. model.setValue("/root/send/srchinfo/formrecseq" , model.getValue("/root/main/patinfo/purshistinfo[" + grd_purshistinfo.row + "]/formrecseq"));
  1257. model.setValue("/root/send/srchinfo/cnstseqno" , model.getValue("/root/main/patinfo/purshistinfo[" + grd_purshistinfo.row + "]/cnstseqno"));
  1258. model.makeValue("/root/main/patinfo/baseinfo/mngtrepldd" , model.getValue("/root/main/patinfo/purshistinfo[" + grd_purshistinfo.row + "]/repldd"));
  1259. formrecseq = model.getValue("/root/main/patinfo/purshistinfo[" + grd_purshistinfo.row + "]/formrecseq"); //2010-05-11 NST-EN 추구관리 회신시 상태 오류 (첫의뢰 formrecseq를 가져가는 경우가 있음)
  1260. submit("TRADC02612");
  1261. model.makeValue("/root/main/pursnstinfo/adchcnstinfo/cnstcnts10", "PURS"); // 추구관리-구분
  1262. model.makeValue("/root/main/pursnstinfo/adchcnstinfo/cnstcnts11", gv_formrecseq); // 추구관리-원Formrecseq
  1263. model.makeValue("/root/main/pursnstinfo/adchcnstinfo/cnstnewflag", ""); // 추구관리-신규여부 확인
  1264. out_en_purs.attribute("text")="[ 추구관리 : " + model.getValue("/root/main/patinfo/purshistinfo[" + grd_purshistinfo.row + "]/cnstcnts12") + " ]";
  1265. btn_en_purs.attribute("visibility") = "visible";
  1266. fBtnDisabled();
  1267. }
  1268. ]]>
  1269. </script>
  1270. </datagrid>
  1271. </case>
  1272. </switch>
  1273. <button id="btn_nutrmngt" class="btn_sw" group="tab2" selected="true" style="left:646px; top:5px; width:120px; height:22px; ">
  1274. <caption>영양관리이력</caption>
  1275. <toggle case="case5" ev:event="onclick"/>
  1276. </button>
  1277. <button id="btn_purshistinfo" class="btn_sw" group="tab2" style="left:767px; top:5px; width:120px; height:22px; ">
  1278. <caption>추구관리이력</caption>
  1279. <toggle case="case9" ev:event="onclick"/>
  1280. </button>
  1281. <caption id="caption12" class="search_name" style="left:4px; top:129px; width:136px; height:17px; ">의뢰인 N-Zone :</caption>
  1282. </group>
  1283. <switch id="switch1" style="left:0px; top:211px; width:1194px; height:530px; border-color:#c7a3cf; border-style:solid; ">
  1284. <case id="case1" style="left:0px; top:0px; width:1195px; height:703px; ">
  1285. <input id="input1" ref="/root/main/ennstinfo/nutreninfo/wt" class="input_default" navindex="78" format="#,###.##" style="left:163px; top:252px; width:45px; height:19px; ">
  1286. <script type="javascript" ev:event="DOMFocusOut">
  1287. <![CDATA[
  1288. fCalcWeightEn();
  1289. fCalcBeeEn();
  1290. fCalcNeedCalEn();
  1291. model.refresh();
  1292. ]]>
  1293. </script>
  1294. </input>
  1295. <caption id="caption22" class="cell_1" style="left:240px; top:250px; width:38px; height:23px; vertical-align:middle; ">UBW</caption>
  1296. <caption id="caption23" style="left:675px; top:175px; width:55px; height:20px; vertical-align:middle; ">kcal/kg</caption>
  1297. <caption id="caption24" class="cell_1" style="left:801px; top:438px; width:48px; height:23px; vertical-align:middle; ">
  1298. <![CDATA[약 사]]>
  1299. <script type="javascript" ev:event="onclick">
  1300. <![CDATA[
  1301. model.setValue("/root/send/popup/pharmstcmt", "");
  1302. grp_pharmstcmt.visible = true;
  1303. var pharmstcmt = model.getValue("/root/main/ennstinfo/nutreninfo/pharmstoffr");
  1304. model.setValue("/root/send/popup/pharmstcmt",pharmstcmt);
  1305. model.setFocus("txt_pharmstcmt");
  1306. model.refresh();
  1307. ]]>
  1308. </script>
  1309. </caption>
  1310. <caption id="caption26" style="left:145px; top:201px; width:30px; height:20px; vertical-align:middle; ">kcal</caption>
  1311. <line id="line3" class="line_2" style="x1:2px; y1:272px; x2:430px; y2:272px; "/>
  1312. <input id="input3" ref="/root/main/ennstinfo/nutreninfo/mg" class="input_default" navindex="103" format="#,###.##" style="left:192px; top:432px; width:45px; height:19px; "/>
  1313. <line id="line4" class="line_2" style="x1:2px; y1:427px; x2:430px; y2:427px; "/>
  1314. <input id="input4" ref="/root/main/ennstinfo/nutreninfo/bun" class="input_default" navindex="97" format="#,###.##" style="left:65px; top:406px; width:45px; height:19px; "/>
  1315. <line id="line5" class="line_2" style="x1:2px; y1:46px; x2:427px; y2:46px; "/>
  1316. <caption id="caption27" class="cell_1" style="left:94px; top:380px; width:38px; height:23px; vertical-align:middle; ">RBP</caption>
  1317. <line id="line6" class="line_2" style="x1:2px; y1:402px; x2:430px; y2:402px; "/>
  1318. <caption id="caption29" class="cell_1" style="left:432px; top:326px; width:73px; height:23px; vertical-align:middle; ">수분요구량</caption>
  1319. <input id="input6" ref="/root/main/ennstinfo/nutreninfo/wtchngmm" class="input_default" navindex="86" format="#,###.##" style="left:240px; top:305px; width:25px; height:19px; "/>
  1320. <input id="input7" ref="/root/main/ennstinfo/nutreninfo/totintkcalr" class="input_default" navindex="75" format="#,###.##" style="left:90px; top:201px; width:55px; height:19px; "/>
  1321. <caption id="caption34" class="tit_2" style="left:10px; top:5px; width:122px; height:13px; ">영양관련 문제점</caption>
  1322. <input id="input8" ref="/root/main/ennstinfo/nutreninfo/hb" class="input_default" navindex="90" format="#,###.##" style="left:257px; top:357px; width:45px; height:19px; "/>
  1323. <caption id="caption35" class="cell_1" style="left:2px; top:430px; width:68px; height:23px; vertical-align:middle; ">Ca/P/Mg</caption>
  1324. <caption id="caption36" class="tit_2" style="left:10px; top:155px; width:122px; height:13px; ">병원식 섭취상태</caption>
  1325. <line id="line7" class="line_3" style="x1:2px; y1:222px; x2:430px; y2:222px; "/>
  1326. <caption id="caption37" style="left:365px; top:387px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  1327. <input id="input9" ref="/root/main/ennstinfo/nutreninfo/pibw" class="input_default" navindex="82" format="#,###.#" roundmode="round" roundposition="-2" style="left:231px; top:279px; width:45px; height:19px; "/>
  1328. <line id="line8" class="line_3" style="x1:2px; y1:524px; x2:430px; y2:524px; "/>
  1329. <caption id="caption38" class="cell_1" style="left:190px; top:277px; width:38px; height:23px; vertical-align:middle; ">PIBW</caption>
  1330. <caption id="caption39" visibility="hidden" style="left:166px; top:282px; width:24px; height:15px; vertical-align:middle; ">%)</caption>
  1331. <caption id="caption40" class="tit_2" style="left:436px; top:155px; width:391px; height:13px; ">필요열량(Total Caloric Need : TCN)</caption>
  1332. <caption id="caption41" style="left:627px; top:202px; width:35px; height:20px; vertical-align:middle; ">(AF)x</caption>
  1333. <caption id="caption42" style="left:828px; top:228px; width:20px; height:20px; vertical-align:middle; ">=</caption>
  1334. <caption id="caption45" style="left:595px; top:175px; width:15px; height:20px; vertical-align:middle; ">x</caption>
  1335. <textarea id="textarea4" ref="/root/main/ennstinfo/nutreninfo/dieteroffr" navindex="152" style="left:854px; top:383px; width:216px; height:25px; ">
  1336. <script type="javascript" ev:event="onkeyup">
  1337. <![CDATA[
  1338. model.setValue("/root/main/ennstinfo/nutreninfo/dieterid",getUserId()); // 입력시 로그인 Id입력
  1339. combo28.refresh();
  1340. ]]>
  1341. </script>
  1342. </textarea>
  1343. <input id="input10" ref="/root/main/ennstinfo/nutreninfo/cl" class="input_default" navindex="96" format="#,###.##" style="left:375px; top:382px; width:45px; height:19px; "/>
  1344. <caption id="caption46" style="left:115px; top:411px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  1345. <line id="line9" class="line_2" style="x1:2px; y1:299px; x2:430px; y2:299px; "/>
  1346. <input id="input11" ref="/root/main/ennstinfo/nutreninfo/totintkprot" class="input_default" navindex="76" format="#,###.##" style="left:280px; top:201px; width:55px; height:19px; "/>
  1347. <caption id="caption47" class="cell_1" style="left:2px; top:355px; width:38px; height:23px; vertical-align:middle; ">Alb</caption>
  1348. <caption id="caption48" style="left:307px; top:362px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  1349. <line id="line10" class="line_1" style="x1:2px; y1:20px; x2:430px; y2:20px; "/>
  1350. <input id="input12" ref="/root/temp/ibwper" class="input_default" navindex="81" visibility="hidden" editable="false" format="#,###.##" roundmode="round" roundposition="-3" style="left:121px; top:279px; width:45px; height:19px; "/>
  1351. <caption id="caption50" style="left:717px; top:202px; width:35px; height:20px; vertical-align:middle; ">(IF) =</caption>
  1352. <caption id="caption51" style="left:465px; top:249px; width:59px; height:23px; vertical-align:middle; ">1784-11*(</caption>
  1353. <caption id="caption52" style="left:585px; top:326px; width:214px; height:23px; vertical-align:middle; ">
  1354. <![CDATA[ml/day <1500 + 20 x (현재체중 - 20)>]]>
  1355. </caption>
  1356. <caption id="caption53" class="cell_1" style="left:120px; top:250px; width:38px; height:23px; vertical-align:middle; ">Wt</caption>
  1357. <textarea id="textarea5" ref="/root/main/ennstinfo/nutreninfo/pharmstoffr" navindex="154" style="left:854px; top:438px; width:216px; height:25px; ">
  1358. <script type="javascript" ev:event="onkeyup">
  1359. <![CDATA[
  1360. model.setValue("/root/main/ennstinfo/nutreninfo/pharmstnm",getUserName()); // 입력시 로그인 Id입력
  1361. input127.refresh();
  1362. ]]>
  1363. </script>
  1364. </textarea>
  1365. <line id="line12" class="line_2" style="x1:2px; y1:100px; x2:430px; y2:100px; "/>
  1366. <caption id="caption54" style="left:145px; top:308px; width:25px; height:15px; vertical-align:middle; ">kg(</caption>
  1367. <input id="input14" ref="/root/main/ennstinfo/nutreninfo/ins" class="input_default" navindex="104" format="#,###.##" style="left:301px; top:432px; width:45px; height:19px; "/>
  1368. <caption id="caption56" class="tit_2" style="left:10px; top:230px; width:122px; height:13px; ">신체계측</caption>
  1369. <line id="line13" class="line_2" style="x1:2px; y1:452px; x2:430px; y2:452px; "/>
  1370. <line id="line14" class="line_3" style="x1:432px; y1:74px; x2:1190px; y2:74px; "/>
  1371. <input id="input15" ref="/root/main/ennstinfo/nutreninfo/tg" class="input_default" navindex="100" format="#,###.##" style="left:318px; top:406px; width:45px; height:19px; "/>
  1372. <caption id="caption57" class="cell_1" style="left:185px; top:404px; width:68px; height:23px; vertical-align:middle; ">Chol/TG</caption>
  1373. <caption id="caption58" style="left:434px; top:100px; width:112px; height:23px; vertical-align:middle; ">남자 : 66.5 + 13.7 x</caption>
  1374. <caption id="caption59" style="left:585px; top:125px; width:65px; height:23px; text-align:center; vertical-align:middle; ">Kg + 1.9 x</caption>
  1375. <caption id="caption60" style="left:813px; top:125px; width:23px; height:23px; text-align:center; vertical-align:middle; ">yr =</caption>
  1376. <caption id="caption61" style="left:556px; top:249px; width:74px; height:23px; vertical-align:middle; ">
  1377. <![CDATA[->나이)+5*(]]>
  1378. </caption>
  1379. <caption id="caption63" style="left:277px; top:280px; width:25px; height:15px; vertical-align:middle; ">%</caption>
  1380. <input id="input18" ref="/root/main/ennstinfo/nutreninfo/ubw" class="input_default" navindex="79" format="#,###.##" style="left:283px; top:252px; width:45px; height:19px; ">
  1381. <script type="javascript" ev:event="DOMFocusOut">
  1382. <![CDATA[
  1383. fCalcWtChangeEn();
  1384. model.refresh();
  1385. ]]>
  1386. </script>
  1387. </input>
  1388. <caption id="caption64" class="cell_1" style="left:801px; top:355px; width:48px; height:23px; vertical-align:middle; ">
  1389. <![CDATA[의 사]]>
  1390. <script type="javascript" ev:event="onclick">
  1391. <![CDATA[
  1392. model.setValue("/root/send/popup/drcmt", "");
  1393. grp_drcmt.visible = true;
  1394. var drcmt = model.getValue("/root/main/ennstinfo/nutreninfo/droffr");
  1395. model.setValue("/root/send/popup/drcmt",drcmt);
  1396. model.setFocus("txt_drcmt");
  1397. model.refresh();
  1398. ]]>
  1399. </script>
  1400. </caption>
  1401. <input id="input19" ref="/root/main/ennstinfo/nutreninfo/ca" class="input_default" navindex="101" format="#,###.##" style="left:75px; top:432px; width:45px; height:19px; "/>
  1402. <caption id="caption65" class="cell_2" style="left:2px; top:199px; width:83px; height:23px; vertical-align:middle; ">총섭취열량</caption>
  1403. <caption id="caption66" class="cell_1" style="left:2px; top:123px; width:60px; height:23px; vertical-align:middle; ">투여경로</caption>
  1404. <line id="line16" class="line_3" style="x1:2px; y1:326px; x2:430px; y2:326px; "/>
  1405. <input id="input20" ref="/root/main/ennstinfo/nutreninfo/cr" class="input_default" navindex="98" format="#,###.##" style="left:125px; top:406px; width:45px; height:19px; "/>
  1406. <line id="line17" class="line_1" style="x1:432px; y1:20px; x2:1190px; y2:20px; "/>
  1407. <caption id="caption67" style="left:307px; top:411px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  1408. <input id="input22" ref="/root/init/bee" class="input_default" navindex="129" editable="false" format="#,###.##" roundmode="round" roundposition="-3" style="left:662px; top:227px; width:60px; height:19px; "/>
  1409. <caption id="caption68" style="left:660px; top:249px; width:80px; height:23px; vertical-align:middle; ">
  1410. <![CDATA[->체중)+244*(]]>
  1411. </caption>
  1412. <caption id="caption70" style="left:330px; top:255px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  1413. <select id="checkbox1" ref="/root/main/ennstinfo/nutreninfo/nutrprob" navindex="67" overflow="visible" appearance="full" cols="7" rows="2" vcellspacing="8" style="left:2px; top:22px; width:413px; height:50px; border-style:none; ">
  1414. <choices>
  1415. <item>
  1416. <label>메스꺼움</label>
  1417. <value>1</value>
  1418. </item>
  1419. <item>
  1420. <label>식욕부진</label>
  1421. <value>2</value>
  1422. </item>
  1423. <item>
  1424. <label>구토</label>
  1425. <value>3</value>
  1426. </item>
  1427. <item>
  1428. <label>설사</label>
  1429. <value>4</value>
  1430. </item>
  1431. <item>
  1432. <label>변비</label>
  1433. <value>5</value>
  1434. </item>
  1435. <item>
  1436. <label>소화불량</label>
  1437. <value>6</value>
  1438. </item>
  1439. <item>
  1440. <label>고열</label>
  1441. <value>7</value>
  1442. </item>
  1443. <item>
  1444. <label>욕창</label>
  1445. <value>8</value>
  1446. </item>
  1447. <item>
  1448. <label>인공호흡기</label>
  1449. <value>9</value>
  1450. </item>
  1451. <item>
  1452. <label>기타</label>
  1453. <value>10</value>
  1454. </item>
  1455. </choices>
  1456. </select>
  1457. <caption id="caption71" class="cell_1" style="left:258px; top:430px; width:38px; height:23px; vertical-align:middle; ">INS</caption>
  1458. <caption id="caption72" style="left:307px; top:387px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  1459. <input id="input23" ref="/root/main/ennstinfo/nutreninfo/abw" class="input_default" navindex="83" format="#,###.#" roundmode="round" roundposition="-2" style="left:353px; top:279px; width:45px; height:19px; "/>
  1460. <line id="line19" class="line_1" style="x1:2px; y1:170px; x2:430px; y2:170px; "/>
  1461. <input id="input24" ref="/root/main/ennstinfo/nutreninfo/etrlfd" class="input_default" navindex="72" format="#,###.##" style="left:60px; top:178px; width:45px; height:19px; ">
  1462. <script type="javascript" ev:event="DOMFocusOut">
  1463. <![CDATA[
  1464. fCalcintkcalr("EN" ,NstNodepathINIT ,NstNodepath); //총섭취열량 계산
  1465. model.refresh();
  1466. ]]>
  1467. </script>
  1468. </input>
  1469. <input id="input25" ref="/root/main/ennstinfo/nutreninfo/chol" class="input_default" navindex="99" format="#,###.##" style="left:258px; top:406px; width:45px; height:19px; "/>
  1470. <input id="input28" ref="/root/init/eninfo/basembolinfolist/age" class="input_default" navindex="132" editable="false" style="left:519px; top:250px; width:36px; height:19px; "/>
  1471. <caption id="caption73" style="left:789px; top:249px; width:45px; height:23px; vertical-align:middle; ">)+239*</caption>
  1472. <line id="line20" class="line_3" style="x1:801px; y1:492px; x2:1189px; y2:492px; "/>
  1473. <caption id="caption74" class="tit_2" style="left:807px; top:333px; width:53px; height:13px; ">
  1474. <![CDATA[제언]]>
  1475. <script type="javascript" ev:event="ondblclick">
  1476. <![CDATA[
  1477. var Dutplceinstcd = getUserInfo("dutplceinstcd");
  1478. if(Dutplceinstcd == '031'){
  1479. model.setValue("/root/main/ennstinfo/nutreninfo/drnm",'박진영');
  1480. }
  1481. ]]>
  1482. </script>
  1483. </caption>
  1484. <input id="input29" ref="/root/main/ennstinfo/nutreninfo/physmeasetc" class="input_default" navindex="87" style="left:295px; top:305px; width:130px; height:19px; "/>
  1485. <select id="checkbox2" ref="/root/main/ennstinfo/nutreninfo/actgrde" navindex="69" overflow="visible" appearance="full" cols="4" rows="2" sep="|" vcellspacing="8" style="left:65px; top:73px; width:350px; height:50px; border-style:none; ">
  1486. <choices>
  1487. <item>
  1488. <label>bed ridden</label>
  1489. <value>1</value>
  1490. </item>
  1491. <item>
  1492. <label>wheel chair</label>
  1493. <value>2</value>
  1494. </item>
  1495. <item>
  1496. <label>bed side PT</label>
  1497. <value>3</value>
  1498. </item>
  1499. <item>
  1500. <label>PT</label>
  1501. <value>4</value>
  1502. </item>
  1503. <item>
  1504. <label>light ambulation</label>
  1505. <value>5</value>
  1506. </item>
  1507. <item>
  1508. <label>기타</label>
  1509. <value>6</value>
  1510. </item>
  1511. </choices>
  1512. </select>
  1513. <input id="input31" ref="/root/main/ennstinfo/nutreninfo/hct" class="input_default" navindex="91" format="#,###.##" style="left:317px; top:357px; width:45px; height:19px; "/>
  1514. <input id="input33" ref="/root/init/eninfo/needcalrlist/needcalr6" class="input_default" navindex="126" format="#,###.#" roundmode="round" roundposition="-2" style="left:752px; top:202px; width:70px; height:19px; ">
  1515. <script type="javascript" ev:event="DOMFocusOut">
  1516. <![CDATA[
  1517. ]]>
  1518. </script>
  1519. </input>
  1520. <caption id="caption75" style="left:1057px; top:228px; width:90px; height:23px; vertical-align:middle; ">(+ W. F. : 20%)</caption>
  1521. <input id="input34" ref="/root/init/eninfo/needcalrlist/needcalr11" class="input_default" navindex="131" format="#,###.#" roundmode="round" roundposition="-2" style="left:842px; top:227px; width:90px; height:19px; "/>
  1522. <input id="input35" ref="/root/init/eninfo/needcalrlist/needcalr17" class="input_default" navindex="137" format="#,###.#" roundmode="round" roundposition="-2" style="left:985px; top:250px; width:50px; height:19px; "/>
  1523. <caption id="caption76" style="left:881px; top:249px; width:47px; height:23px; vertical-align:middle; ">)+804*(</caption>
  1524. <input id="input36" ref="/root/main/ennstinfo/nutreninfo/corrcalr" class="input_default" navindex="138" format="#,###.#" roundmode="round" roundposition="-2" style="left:1110px; top:175px; width:75px; height:19px; "/>
  1525. <caption id="caption77" class="cell_2" style="left:1025px; top:173px; width:83px; height:23px; vertical-align:middle; ">보정열량</caption>
  1526. <input id="input39" ref="/root/main/ennstinfo/nutreninfo/ht" class="input_default" navindex="77" format="#,###.##" style="left:45px; top:252px; width:45px; height:19px; ">
  1527. <script type="javascript" ev:event="DOMFocusOut">
  1528. <![CDATA[
  1529. fCalcWeightEn();
  1530. fCalcBeeEn();
  1531. fCalcNeedCalEn();
  1532. model.refresh();
  1533. ]]>
  1534. </script>
  1535. </input>
  1536. <select id="checkbox3" ref="/root/main/ennstinfo/nutreninfo/droffrflag" navindex="151" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:1074px; top:354px; width:61px; height:22px; border-style:none; ">
  1537. <choices>
  1538. <item>
  1539. <label>회신</label>
  1540. <value>2</value>
  1541. </item>
  1542. </choices>
  1543. </select>
  1544. <caption id="caption78" class="cell_1" style="left:801px; top:384px; width:48px; height:23px; vertical-align:middle; ">
  1545. <![CDATA[영양사]]>
  1546. <script type="javascript" ev:event="onclick">
  1547. <![CDATA[
  1548. model.setValue("/root/send/popup/dietercmt", "");
  1549. grp_dietercmt.visible = true;
  1550. var dietercmt = model.getValue("/root/main/ennstinfo/nutreninfo/dieteroffr");
  1551. model.setValue("/root/send/popup/dietercmt",dietercmt);
  1552. model.setFocus("txt_dietercmt");
  1553. model.refresh();
  1554. ]]>
  1555. </script>
  1556. </caption>
  1557. <select id="checkbox9" ref="/root/main/ennstinfo/nutreninfo/drugpath" navindex="71" overflow="visible" appearance="full" cols="6" rows="1" style="left:65px; top:128px; width:355px; height:19px; border-style:none; ">
  1558. <choices>
  1559. <item>
  1560. <label>EN</label>
  1561. <value>1</value>
  1562. </item>
  1563. <item>
  1564. <label>TPN</label>
  1565. <value>2</value>
  1566. </item>
  1567. <item>
  1568. <label>PPN</label>
  1569. <value>3</value>
  1570. </item>
  1571. <item>
  1572. <label>EN+TPN</label>
  1573. <value>4</value>
  1574. </item>
  1575. <item>
  1576. <label>EN+PPN</label>
  1577. <value>5</value>
  1578. </item>
  1579. </choices>
  1580. </select>
  1581. <input id="input40" ref="/root/main/ennstinfo/nutreninfo/tubfd" class="input_default" navindex="73" format="#,###.##" style="left:203px; top:177px; width:45px; height:19px; ">
  1582. <script type="javascript" ev:event="DOMFocusOut">
  1583. <![CDATA[
  1584. fCalcintkcalr("EN" ,NstNodepathINIT ,NstNodepath); //총섭취열량 계산
  1585. model.refresh();
  1586. ]]>
  1587. </script>
  1588. </input>
  1589. <line id="line22" class="line_2" style="x1:2px; y1:198px; x2:430px; y2:198px; "/>
  1590. <input id="input41" ref="/root/main/ennstinfo/nutreninfo/p" class="input_default" navindex="102" format="#,###.##" style="left:135px; top:432px; width:45px; height:19px; "/>
  1591. <caption id="caption79" style="left:585px; top:99px; width:50px; height:24px; text-align:center; vertical-align:middle; ">Kg + 5 x</caption>
  1592. <input id="input43" ref="/root/init/bee" class="input_default" navindex="123" editable="false" format="#,###.##" roundmode="round" roundposition="-3" style="left:467px; top:202px; width:60px; height:19px; ">
  1593. <script type="javascript" ev:event="DOMFocusOut">
  1594. <![CDATA[
  1595. ]]>
  1596. </script>
  1597. </input>
  1598. <select1 id="combo10" ref="/root/init/eninfo/needcalrlist/needcalr8" class="combo_search" navindex="128" appearance="minimal" style="left:572px; top:227px; width:55px; height:19px; ">
  1599. <choices>
  1600. <item>
  1601. <label>(1.2) confined to bed</label>
  1602. <value>1.2</value>
  1603. </item>
  1604. <item>
  1605. <label>(1.3) out of bed</label>
  1606. <value>1.3</value>
  1607. </item>
  1608. </choices>
  1609. <script type="javascript" ev:event="DOMFocusOut">
  1610. <![CDATA[
  1611. fCalcNeedCalEn();
  1612. model.refresh();
  1613. ]]>
  1614. </script>
  1615. </select1>
  1616. <caption id="caption80" style="left:971px; top:249px; width:20px; height:23px; vertical-align:middle; ">)=</caption>
  1617. <line id="line23" class="line_2" style="x1:432px; y1:247px; x2:1190px; y2:247px; "/>
  1618. <line id="line24" class="line_2" style="x1:432px; y1:197px; x2:1190px; y2:197px; "/>
  1619. <line id="line25" class="line_1" style="x1:802px; y1:497px; x2:1190px; y2:497px; "/>
  1620. <select id="checkbox11_old" ref="/root/main/ennstinfo/nutreninfo/nutrjudg_old" navindex="109" visibility="hidden" overflow="visible" appearance="full" cols="5" rows="2" sep="|" style="left:545px; top:5px; width:25px; height:15px; border-style:none; ">
  1621. <choices>
  1622. <item>
  1623. <label>양호</label>
  1624. <value>1</value>
  1625. </item>
  1626. <item>
  1627. <label>가벼운 영양불량</label>
  1628. <value>2</value>
  1629. </item>
  1630. <item>
  1631. <label>중정도 영양불량</label>
  1632. <value>3</value>
  1633. </item>
  1634. <item>
  1635. <label>심한 영양불량</label>
  1636. <value>4</value>
  1637. </item>
  1638. <item>
  1639. <label>marasmus</label>
  1640. <value>5</value>
  1641. </item>
  1642. <item>
  1643. <label>kwashiorkor</label>
  1644. <value>6</value>
  1645. </item>
  1646. <item>
  1647. <label>Protein malnutrition</label>
  1648. <value>7</value>
  1649. </item>
  1650. <item>
  1651. <label>Energy malnutrition</label>
  1652. <value>8</value>
  1653. </item>
  1654. <item>
  1655. <label>Severe Protein Energy malnutrition</label>
  1656. <value>9</value>
  1657. </item>
  1658. </choices>
  1659. </select>
  1660. <select id="checkbox12" ref="/root/main/ennstinfo/nutreninfo/dieteroffrflag" navindex="153" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:1074px; top:383px; width:56px; height:22px; border-style:none; ">
  1661. <choices>
  1662. <item>
  1663. <label>회신</label>
  1664. <value>2</value>
  1665. </item>
  1666. </choices>
  1667. </select>
  1668. <line id="line26" class="line_1" style="x1:801px; y1:347px; x2:1189px; y2:347px; "/>
  1669. <input id="input45" ref="/root/main/ennstinfo/nutreninfo/na" class="input_default" navindex="94" format="#,###.##" style="left:257px; top:382px; width:45px; height:19px; "/>
  1670. <button id="button2" class="btn2_letter5" style="left:352px; top:225px; width:75px; height:19px; ">
  1671. <caption>소아기준표</caption>
  1672. <script type="javascript" ev:event="DOMActivate">
  1673. <![CDATA[
  1674. popChildBaseTable();
  1675. ]]>
  1676. </script>
  1677. </button>
  1678. <input id="input46" ref="/root/main/ennstinfo/nutreninfo/tlc" class="input_default" navindex="89" format="#,###.##" style="left:137px; top:357px; width:45px; height:19px; "/>
  1679. <caption id="caption82" style="left:248px; top:177px; width:47px; height:20px; vertical-align:middle; ">kcal/d</caption>
  1680. <input id="input47" ref="/root/main/ennstinfo/nutreninfo/wtchngkg" class="input_default" navindex="84" format="(-)#,###.#" style="left:95px; top:305px; width:45px; height:19px; "/>
  1681. <line id="line29" class="line_2" style="x1:432px; y1:123px; x2:892px; y2:123px; "/>
  1682. <select1 id="combo11" ref="/root/init/eninfo/needcalrlist/needcalr4" class="combo_search" navindex="124" appearance="minimal" style="left:572px; top:202px; width:55px; height:19px; ">
  1683. <choices>
  1684. <item>
  1685. <label>(1.2) confined to bed</label>
  1686. <value>1.2</value>
  1687. </item>
  1688. <item>
  1689. <label>(1.3) out of bed</label>
  1690. <value>1.3</value>
  1691. </item>
  1692. </choices>
  1693. <script type="javascript" ev:event="DOMFocusOut">
  1694. <![CDATA[
  1695. fCalcNeedCalEn();
  1696. model.refresh();
  1697. ]]>
  1698. </script>
  1699. </select1>
  1700. <input id="input49" ref="/root/main/ennstinfo/nutreninfo/basewt" class="input_default" navindex="133" editable="false" format="#,###.##" roundmode="round" roundposition="-3" style="left:615px; top:250px; width:44px; height:19px; "/>
  1701. <line id="line30" class="line_3" style="x1:432px; y1:272px; x2:1190px; y2:272px; "/>
  1702. <line id="line31" class="line_2" style="x1:432px; y1:349px; x2:800px; y2:349px; "/>
  1703. <caption id="caption83" style="left:210px; top:255px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  1704. <input id="input159" ref="/root/main/ennstinfo/nutreninfo/basewt" class="input_default" navindex="110" format="#,###.#" roundmode="round" roundposition="-2" style="left:963px; top:105px; width:45px; height:19px; "/>
  1705. <select id="checkbox13" ref="/root/main/ennstinfo/nutreninfo/pharmstoffrflag" navindex="155" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:1074px; top:438px; width:56px; height:22px; border-style:none; ">
  1706. <choices>
  1707. <item>
  1708. <label>회신</label>
  1709. <value>2</value>
  1710. </item>
  1711. </choices>
  1712. </select>
  1713. <input id="input173" ref="/root/main/ennstinfo/nutreninfo/itvnfd" class="input_default" navindex="74" format="#,###.##" style="left:348px; top:177px; width:45px; height:19px; ">
  1714. <script type="javascript" ev:event="DOMFocusOut">
  1715. <![CDATA[
  1716. fCalcintkcalr("EN" ,NstNodepathINIT ,NstNodepath); //총섭취열량 계산
  1717. model.refresh();
  1718. ]]>
  1719. </script>
  1720. </input>
  1721. <input id="input176" ref="/root/main/ennstinfo/nutreninfo/rbp" class="input_default" navindex="93" format="#,###.##" style="left:137px; top:382px; width:45px; height:19px; "/>
  1722. <button id="button5" class="btn2_letter6" style="left:341px; top:330px; width:86px; height:19px; ">
  1723. <caption>검사결과조회</caption>
  1724. <script type="javascript" ev:event="DOMActivate">
  1725. <![CDATA[
  1726. //2010-01-13 검사결과 조회 등록번호 연동
  1727. /*
  1728. if ( model.getValue("/root/send/srchinfo/pid") !="") {
  1729. model.setValue("/root/send/srchinfo/pid",model.getValue("/root/main/patinfo/baseinfo/pid"));
  1730. }
  1731. open("SMAER00800", 0, 0, 0, "SMAER00800", "/root/send/srchinfo/pid", "/root/send/srchinfo/data/singdata/srchpid");
  1732. // model.setValue("/root/send/srchinfo/formrecseq", model.getValue("/root/temp/cnstinfo/formrecseq"));
  1733. // model.setValue("/root/send/srchinfo/pid", model.getValue("/root/temp/cnstinfo/pid"));
  1734. // model.setValue("/root/send/srchinfo/cretno", model.getValue("/root/temp/cnstinfo/cretno"));
  1735. // model.setValue("/root/send/srchinfo/orddd", model.getValue("/root/temp/cnstinfo/orddd"));
  1736. // model.setValue("/root/send/srchinfo/prcpgenrflag", model.getValue("/root/temp/cnstinfo/prcpgenrflag"));
  1737. // model.setValue("/root/send/srchinfo/rgstseqno", model.getValue("/root/temp/cnstinfo/rgstseqno"));
  1738. //
  1739. // submit("TRADC02605");
  1740. //
  1741. // model.setValue("/root/main/ennstinfo/nutreninfo/alb", model.getValue("/root/init/examrslt/alb"));
  1742. // model.setValue("/root/main/ennstinfo/nutreninfo/trf", model.getValue("/root/init/examrslt/trf"));
  1743. // model.setValue("/root/main/ennstinfo/nutreninfo/hb", model.getValue("/root/init/examrslt/hb"));
  1744. // model.setValue("/root/main/ennstinfo/nutreninfo/na", model.getValue("/root/init/examrslt/na"));
  1745. // model.setValue("/root/main/ennstinfo/nutreninfo/k", model.getValue("/root/init/examrslt/k"));
  1746. // model.setValue("/root/main/ennstinfo/nutreninfo/cl", model.getValue("/root/init/examrslt/cl"));
  1747. */
  1748. /*
  1749. if ( model.getValue("/root/send/srchinfo/pid") !="") {
  1750. model.setValue("/root/send/srchinfo/pid",model.getValue("/root/main/patinfo/baseinfo/pid"));
  1751. }
  1752. open("SMAER00800", 0, 0, 0, "SMAER00800", "/root/send/srchinfo/pid", "/root/send/srchinfo/data/singdata/srchpid");
  1753. */
  1754. open("SMAER00800","","","","","/root/main/patinfo/baseinfo/pid","/root/send/data/singdata/srchpid");
  1755. ]]>
  1756. </script>
  1757. </button>
  1758. <caption id="caption84" style="left:705px; top:98px; width:63px; height:23px; text-align:center; vertical-align:middle; ">cm - 6.8 x</caption>
  1759. <caption id="caption85" style="left:822px; top:202px; width:55px; height:20px; vertical-align:middle; ">kcal/day</caption>
  1760. <select1 id="combo17" ref="/root/init/eninfo/needcalrlist/needcalr10" class="combo_search" navindex="130" appearance="minimal" style="left:772px; top:227px; width:55px; height:19px; ">
  1761. <choices>
  1762. <item>
  1763. <label>(0.2) T.F. : 20~30%</label>
  1764. <value>0.2</value>
  1765. </item>
  1766. <item>
  1767. <label>(0.3) W.F. : 20%</label>
  1768. <value>0.3</value>
  1769. </item>
  1770. </choices>
  1771. <script type="javascript" ev:event="DOMFocusOut">
  1772. <![CDATA[
  1773. fCalcNeedCalEn();
  1774. model.refresh();
  1775. ]]>
  1776. </script>
  1777. </select1>
  1778. <caption id="caption86" style="left:932px; top:228px; width:116px; height:23px; vertical-align:middle; ">( + T.F. : 20 ~ 30 %)</caption>
  1779. <line id="line33" class="line_1" style="x1:432px; y1:298px; x2:800px; y2:298px; "/>
  1780. <line id="line34" class="line_2" style="x1:432px; y1:324px; x2:800px; y2:324px; "/>
  1781. <input id="input177" ref="/root/main/ennstinfo/nutreninfo/actgrdeetc" class="input_default" navindex="70" style="left:220px; top:102px; width:205px; height:19px; "/>
  1782. <input id="input180" ref="/root/main/ennstinfo/nutreninfo/k" class="input_default" navindex="95" format="#,###.##" style="left:317px; top:382px; width:45px; height:19px; "/>
  1783. <caption id="caption87" style="left:105px; top:178px; width:42px; height:20px; vertical-align:middle; ">kcal/d</caption>
  1784. <line id="line35" class="line_3" style="x1:432px; y1:147px; x2:892px; y2:147px; "/>
  1785. <select1 id="combo18" ref="/root/init/eninfo/needcalrlist/needcalr5" class="combo_search" navindex="125" appearance="minimal" style="left:662px; top:202px; width:55px; height:19px; ">
  1786. <choices>
  1787. <item>
  1788. <label>(1.1) minor</label>
  1789. <value>1.1</value>
  1790. </item>
  1791. <item>
  1792. <label>(1.2) mild</label>
  1793. <value>1.2</value>
  1794. </item>
  1795. <item>
  1796. <label>(1.35) skeletal</label>
  1797. <value>1.35</value>
  1798. </item>
  1799. <item>
  1800. <label>(1.5) 40% BSA</label>
  1801. <value>1.5</value>
  1802. </item>
  1803. <item>
  1804. <label>(1.4) mod</label>
  1805. <value>1.4</value>
  1806. </item>
  1807. <item>
  1808. <label>(1.6) head with steroid Tx</label>
  1809. <value>1.6</value>
  1810. </item>
  1811. <item>
  1812. <label>(1.8) severe</label>
  1813. <value>1.8</value>
  1814. </item>
  1815. <item>
  1816. <label>(1.95) 100% BSA</label>
  1817. <value>1.95</value>
  1818. </item>
  1819. </choices>
  1820. <script type="javascript" ev:event="DOMFocusOut">
  1821. <![CDATA[
  1822. fCalcNeedCalEn();
  1823. model.refresh();
  1824. ]]>
  1825. </script>
  1826. </select1>
  1827. <caption id="caption88" style="left:562px; top:228px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  1828. <caption id="caption90" style="left:470px; top:177px; width:43px; height:20px; vertical-align:middle; ">계수법</caption>
  1829. <caption id="caption91" class="cell_2" style="left:900px; top:105px; width:60px; height:23px; vertical-align:middle; ">기준체중</caption>
  1830. <caption id="caption92" style="left:182px; top:437px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  1831. <caption id="caption93" class="cell_1" style="left:310px; top:277px; width:38px; height:23px; vertical-align:middle; ">ABW</caption>
  1832. <input id="input186" ref="/root/main/ennstinfo/nutreninfo/wtchngperc" class="input_default" navindex="85" format="(-)#,###.#" roundmode="round" roundposition="-2" style="left:170px; top:305px; width:45px; height:19px; "/>
  1833. <caption id="caption94" style="left:813px; top:98px; width:23px; height:23px; text-align:center; vertical-align:middle; ">yr =</caption>
  1834. <caption id="caption95" style="left:527px; top:203px; width:43px; height:20px; vertical-align:middle; ">(BEE)</caption>
  1835. <input id="input192" ref="/root/main/ennstinfo/nutreninfo/execdd" class="input_essential" navindex="157" inputtype="date" style="left:1045px; top:505px; width:100px; height:19px; "/>
  1836. <caption id="caption97" class="tit_2" style="left:10px; top:335px; width:122px; height:13px; ">검사결과</caption>
  1837. <button id="button28" class="btn2_letter4" style="left:363px; top:479px; width:64px; height:19px; ">
  1838. <caption>약품편람</caption>
  1839. <script type="javascript" ev:event="DOMActivate">
  1840. <![CDATA[
  1841. modal("SMADB01900", 0,100,100,"SMADB01900","","","left:30; top:50; width:1230; height:840;");
  1842. ]]>
  1843. </script>
  1844. </button>
  1845. <caption id="caption98" class="cell_1" style="left:184px; top:355px; width:68px; height:23px; vertical-align:middle; ">Hb/Hct</caption>
  1846. <caption id="caption99" class="tit_2" style="left:10px; top:484px; width:122px; height:13px; ">약물정보</caption>
  1847. <caption id="caption100" class="cell_1" style="left:290px; top:175px; width:55px; height:23px; vertical-align:middle; ">정맥영양</caption>
  1848. <line id="line36" class="line_1" style="x1:2px; y1:245px; x2:430px; y2:245px; "/>
  1849. <line id="line39" class="line_1" style="x1:432px; y1:170px; x2:1190px; y2:170px; "/>
  1850. <select1 id="combo20" ref="/root/init/eninfo/needcalrlist/needcalr14" class="combo_search" navindex="134" appearance="minimal" style="left:739px; top:250px; width:50px; height:19px; ">
  1851. <choices>
  1852. <item>
  1853. <label>male</label>
  1854. <value>1</value>
  1855. </item>
  1856. <item>
  1857. <label>female</label>
  1858. <value>0</value>
  1859. </item>
  1860. </choices>
  1861. <script type="javascript" ev:event="DOMFocusOut">
  1862. <![CDATA[
  1863. fCalcNeedCalEn();
  1864. model.refresh();
  1865. ]]>
  1866. </script>
  1867. </select1>
  1868. <caption id="caption254" style="left:400px; top:280px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  1869. <caption id="caption255" style="left:90px; top:255px; width:25px; height:15px; vertical-align:middle; ">cm</caption>
  1870. <caption id="caption256" style="left:1013px; top:107px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  1871. <caption id="caption283" class="cell_2" style="left:177px; top:199px; width:98px; height:23px; vertical-align:middle; ">총섭취단백질량</caption>
  1872. <caption id="caption298" class="cell_1" style="left:2px; top:380px; width:38px; height:23px; vertical-align:middle; ">TRF</caption>
  1873. <input id="input196" ref="/root/main/ennstinfo/nutreninfo/alb" class="input_default" navindex="88" format="#,###.##" style="left:45px; top:357px; width:45px; height:19px; "/>
  1874. <line id="line41" class="line_1" style="x1:2px; y1:350px; x2:430px; y2:350px; "/>
  1875. <button id="button29" class="btn2_letter5" style="left:352px; top:150px; width:75px; height:19px; ">
  1876. <caption>섭취량평가</caption>
  1877. </button>
  1878. <caption id="caption305" style="left:562px; top:203px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  1879. <input id="input200" ref="/root/init/bee" class="input_default" navindex="127" editable="false" format="#,###.##" roundmode="round" roundposition="-3" style="left:467px; top:227px; width:60px; height:19px; ">
  1880. <script type="javascript" ev:event="DOMFocusOut">
  1881. <![CDATA[
  1882. ]]>
  1883. </script>
  1884. </input>
  1885. <caption id="caption310" style="left:722px; top:228px; width:40px; height:19px; vertical-align:middle; ">(BEE)</caption>
  1886. <select1 id="combo21" ref="/root/init/eninfo/needcalrlist/needcalr15" class="combo_search" navindex="135" appearance="minimal" style="left:832px; top:250px; width:50px; height:19px; ">
  1887. <choices>
  1888. <item>
  1889. <label>present</label>
  1890. <value>1</value>
  1891. </item>
  1892. <item>
  1893. <label>absent</label>
  1894. <value>0</value>
  1895. </item>
  1896. </choices>
  1897. </select1>
  1898. <input id="input201" ref="/root/init/eninfo/needcalrlist/needcalr1" class="input_default" navindex="121" format="#,###.##" roundmode="round" roundposition="-3" style="left:530px; top:175px; width:60px; height:19px; ">
  1899. <script type="javascript" ev:event="DOMFocusOut">
  1900. <![CDATA[
  1901. fCalcNeedCalEn();
  1902. model.refresh();
  1903. ]]>
  1904. </script>
  1905. </input>
  1906. <textarea id="textarea13" ref="/root/main/ennstinfo/nutreninfo/droffr" navindex="150" style="left:854px; top:355px; width:216px; height:25px; ">
  1907. <script type="javascript" ev:event="onkeyup">
  1908. <![CDATA[
  1909. model.setValue("/root/main/ennstinfo/nutreninfo/drnm",getUserName()); // 입력시 로그인 Id입력
  1910. input122.refresh();
  1911. ]]>
  1912. </script>
  1913. </textarea>
  1914. <caption id="caption314" class="cell_1" style="left:2px; top:78px; width:60px; height:42px; vertical-align:middle; ">활동정도</caption>
  1915. <line id="line43" class="line_2" style="x1:2px; y1:377px; x2:430px; y2:377px; "/>
  1916. <caption id="caption315" class="cell_1" style="left:2px; top:176px; width:55px; height:23px; vertical-align:middle; ">경구영양</caption>
  1917. <input id="input203" ref="/root/main/ennstinfo/nutreninfo/ibw" class="input_default" navindex="80" editable="false" format="#,###.#" roundmode="round" roundposition="-2" style="left:45px; top:279px; width:45px; height:19px; "/>
  1918. <caption id="caption318" class="cell_1" style="left:2px; top:277px; width:38px; height:23px; vertical-align:middle; ">IBW</caption>
  1919. <caption id="caption320" style="left:393px; top:177px; width:42px; height:20px; vertical-align:middle; ">kcal/d</caption>
  1920. <line id="line44" class="line_1" style="x1:2px; y1:499px; x2:430px; y2:499px; "/>
  1921. <line id="line45" class="line_3" style="x1:2px; y1:477px; x2:430px; y2:477px; "/>
  1922. <caption id="caption321" style="left:627px; top:228px; width:35px; height:20px; vertical-align:middle; ">(AF)+</caption>
  1923. <caption id="caption322" style="left:1034px; top:249px; width:158px; height:23px; vertical-align:middle; ">kcal/day(Ventilator care시)</caption>
  1924. <select1 id="combo22" ref="/root/init/eninfo/needcalrlist/needcalr16" class="combo_search" navindex="136" appearance="minimal" style="left:922px; top:250px; width:50px; height:19px; ">
  1925. <choices>
  1926. <item>
  1927. <label>present</label>
  1928. <value>1</value>
  1929. </item>
  1930. <item>
  1931. <label>absent</label>
  1932. <value>0</value>
  1933. </item>
  1934. </choices>
  1935. <script type="javascript" ev:event="DOMFocusOut">
  1936. <![CDATA[
  1937. fCalcNeedCalEn();
  1938. model.refresh();
  1939. ]]>
  1940. </script>
  1941. </select1>
  1942. <textarea id="textarea15" ref="/root/main/ennstinfo/nutreninfo/mntr" navindex="144" style="left:802px; top:304px; width:385px; height:21px; "/>
  1943. <caption id="caption344" class="cell_1" style="left:802px; top:505px; width:48px; height:23px; vertical-align:middle; ">영양사</caption>
  1944. <caption id="caption345" class="cell_1" style="left:2px; top:404px; width:58px; height:23px; vertical-align:middle; ">BUN/Cr</caption>
  1945. <caption id="caption346" class="cell_1" style="left:185px; top:380px; width:68px; height:23px; vertical-align:middle; ">Na/K/Cl</caption>
  1946. <line id="line83" class="line_3" style="x1:2px; y1:147px; x2:430px; y2:147px; "/>
  1947. <input id="input205" ref="/root/main/ennstinfo/nutreninfo/druginfo" class="input_default" navindex="108" style="left:0px; top:504px; width:428px; height:19px; "/>
  1948. <caption id="caption347" style="left:125px; top:437px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  1949. <caption id="caption348" class="cell_1" style="left:145px; top:175px; width:55px; height:23px; vertical-align:middle; ">경관영양</caption>
  1950. <line id="line100" class="line_1" style="x1:435px; y1:96px; x2:895px; y2:96px; "/>
  1951. <caption id="caption349" class="tit_2" style="left:436px; top:81px; width:391px; height:13px; ">기초대사량(Basal Energy Expenditure : BEE)</caption>
  1952. <caption id="caption350" style="left:705px; top:125px; width:65px; height:23px; text-align:center; vertical-align:middle; ">cm - 4.7 x</caption>
  1953. <caption id="caption351" style="left:527px; top:228px; width:40px; height:19px; vertical-align:middle; ">(BEE)</caption>
  1954. <caption id="caption352" style="left:826px; top:251px; width:15px; height:20px; vertical-align:middle; ">(</caption>
  1955. <caption id="caption353" class="cell_1" style="left:2px; top:250px; width:38px; height:23px; vertical-align:middle; ">Ht</caption>
  1956. <caption id="caption354" class="cell_1" style="left:980px; top:505px; width:60px; height:23px; vertical-align:middle; ">수행일자</caption>
  1957. <line id="line106" class="line_2" style="x1:2px; y1:74px; x2:430px; y2:74px; "/>
  1958. <caption id="caption355" class="cell_1" style="left:2px; top:303px; width:88px; height:23px; vertical-align:middle; ">Wt Change</caption>
  1959. <caption id="caption356" style="left:215px; top:308px; width:30px; height:15px; vertical-align:middle; ">%)/</caption>
  1960. <input id="input208" ref="/root/main/ennstinfo/nutreninfo/trf" class="input_default" navindex="92" format="#,###.##" style="left:45px; top:382px; width:45px; height:19px; "/>
  1961. <caption id="caption357" class="cell_1" style="left:94px; top:355px; width:38px; height:23px; vertical-align:middle; ">TLC</caption>
  1962. <caption id="caption358" class="tit_2" style="left:436px; top:5px; width:111px; height:13px; ">영양상태 판정</caption>
  1963. <caption id="caption359" style="left:96px; top:282px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  1964. <caption id="caption360" style="left:434px; top:125px; width:111px; height:23px; vertical-align:middle; ">여자 : 655 + 9.6 x</caption>
  1965. <line id="line112" class="line_2" style="x1:432px; y1:223px; x2:1190px; y2:223px; "/>
  1966. <caption id="caption361" class="tit_2" style="left:436px; top:284px; width:309px; height:13px; ">영양요구량</caption>
  1967. <input id="input210" ref="/root/main/ennstinfo/nutreninfo/waterreqvol" class="input_default" navindex="142" format="#,###.#" roundmode="round" roundposition="-2" style="left:507px; top:327px; width:76px; height:19px; "/>
  1968. <select1 id="combo25" ref="/root/main/ennstinfo/nutreninfo/tubepos" class="combo_default" navindex="148" appearance="minimal" style="left:507px; top:453px; width:293px; height:19px; ">
  1969. <choices>
  1970. <item>
  1971. <label>-</label>
  1972. <value>1</value>
  1973. </item>
  1974. <item>
  1975. <label>NG tube</label>
  1976. <value>2</value>
  1977. </item>
  1978. <item>
  1979. <label>NJ tube</label>
  1980. <value>3</value>
  1981. </item>
  1982. <item>
  1983. <label>PEG</label>
  1984. <value>4</value>
  1985. </item>
  1986. <item>
  1987. <label>PEJ</label>
  1988. <value>5</value>
  1989. </item>
  1990. <item>
  1991. <label>Gastrostomy</label>
  1992. <value>6</value>
  1993. </item>
  1994. <item>
  1995. <label>Jejunostomy</label>
  1996. <value>7</value>
  1997. </item>
  1998. </choices>
  1999. </select1>
  2000. <caption id="caption25" style="left:760px; top:407px; width:35px; height:15px; vertical-align:middle; ">cc/hr</caption>
  2001. <caption id="caption55" class="cell_1" style="left:432px; top:452px; width:73px; height:23px; vertical-align:middle; ">관의위치</caption>
  2002. <line id="line1" class="line_2" style="x1:432px; y1:449px; x2:800px; y2:449px; "/>
  2003. <caption id="caption291" class="cell_1" style="left:432px; top:427px; width:73px; height:23px; vertical-align:middle; ">주입방법</caption>
  2004. <input id="input212" ref="/root/main/ennstinfo/nutreninfo/infsaftspd" class="input_default" navindex="146" format="#,###.##" roundmode="round" roundposition="-3" style="left:713px; top:404px; width:45px; height:19px; "/>
  2005. <line id="line115" class="line_1" style="x1:432px; y1:397px; x2:800px; y2:397px; "/>
  2006. <caption id="caption362" class="cell_1" style="left:432px; top:477px; width:73px; height:23px; vertical-align:middle; ">공급영양액</caption>
  2007. <caption id="caption363" style="left:652px; top:407px; width:63px; height:15px; vertical-align:middle; ">목표도달시</caption>
  2008. <caption id="caption364" class="tit_2" style="left:436px; top:382px; width:176px; height:13px; ">영양지원공급계획(EN)</caption>
  2009. <input id="input213" ref="/root/main/ennstinfo/nutreninfo/infsinitspd" class="input_default" navindex="145" format="#,###.##" roundmode="round" roundposition="-3" style="left:571px; top:404px; width:45px; height:19px; "/>
  2010. <caption id="caption365" style="left:507px; top:407px; width:63px; height:15px; vertical-align:middle; ">초기공급시</caption>
  2011. <select1 id="combo26" ref="/root/main/ennstinfo/nutreninfo/infsmthd" class="combo_default" navindex="147" appearance="minimal" style="left:507px; top:428px; width:293px; height:19px; ">
  2012. <choices>
  2013. <item>
  2014. <label>-</label>
  2015. <value>1</value>
  2016. </item>
  2017. <item>
  2018. <label>Bolus feeding</label>
  2019. <value>2</value>
  2020. </item>
  2021. <item>
  2022. <label>Intermitent feeding</label>
  2023. <value>3</value>
  2024. </item>
  2025. <item>
  2026. <label>Continuous feeding</label>
  2027. <value>4</value>
  2028. </item>
  2029. </choices>
  2030. </select1>
  2031. <caption id="caption366" class="cell_1" style="left:432px; top:402px; width:73px; height:23px; vertical-align:middle; ">주입속도</caption>
  2032. <line id="line118" class="line_2" style="x1:432px; y1:474px; x2:800px; y2:474px; "/>
  2033. <caption id="caption367" style="left:616px; top:407px; width:35px; height:15px; vertical-align:middle; ">cc/hr</caption>
  2034. <line id="line121" class="line_2" style="x1:432px; y1:424px; x2:800px; y2:424px; "/>
  2035. <button id="button13" class="btn2_letter4" style="left:1121px; top:277px; width:64px; height:19px; ">
  2036. <caption>모니터링</caption>
  2037. <script type="javascript" ev:event="DOMActivate">
  2038. <![CDATA[
  2039. //window.load("SPADC61300_NST모니터링.xrw","modal","code", "left:500px; top:200px; width:530px; height:390px;min:hidden;max:hidden;resize:false;");
  2040. modal("SPADC61300",0,100,150,"SPADC61300");
  2041. //2010-04-20 EN / 추구관리 모두 사용 - 모니터링 데이타 연동 안됨
  2042. model.setValue("/root/main/ennstinfo/nutreninfo/mntr" ,model.getValue("/root/init/opnermntrinfo/mntr")) ;
  2043. textarea15.refresh();
  2044. ]]>
  2045. </script>
  2046. </button>
  2047. <line id="line125" class="line_1" style="x1:801px; y1:298px; x2:1189px; y2:298px; "/>
  2048. <caption id="caption368" class="tit_2" style="left:805px; top:284px; width:176px; height:13px; ">모니터링</caption>
  2049. <caption id="caption10" style="left:655px; top:304px; width:40px; height:20px; vertical-align:middle; ">g/kg=</caption>
  2050. <caption id="caption18" style="left:575px; top:304px; width:15px; height:20px; vertical-align:middle; ">x</caption>
  2051. <input id="input13" ref="/root/main/ennstinfo/nutreninfo/prot1" class="input_default" navindex="139" format="#,###.#" roundmode="round" roundposition="-2" style="left:507px; top:304px; width:60px; height:19px; ">
  2052. <script type="javascript" ev:event="DOMFocusOut">
  2053. <![CDATA[
  2054. fCalcFPNEn();
  2055. model.refresh();
  2056. ]]>
  2057. </script>
  2058. </input>
  2059. <caption id="caption43" class="cell_1" style="left:432px; top:302px; width:73px; height:23px; vertical-align:middle; ">단백질</caption>
  2060. <line id="line11" class="line_3" style="x1:801px; y1:329px; x2:1189px; y2:329px; "/>
  2061. <select1 id="combo27" ref="/root/main/ennstinfo/nutreninfo/suplnutr" class="combo_default" navindex="149" appearance="minimal" editmode="inputsearch" style="left:507px; top:479px; width:293px; height:19px; ">
  2062. <choices>
  2063. <itemset nodeset="/root/init/codelist/suplnutr/codelist">
  2064. <label ref="cdnm"/>
  2065. <value ref="cdid"/>
  2066. </itemset>
  2067. </choices>
  2068. </select1>
  2069. <line id="line15" class="line_3" style="x1:432px; y1:500px; x2:800px; y2:500px; "/>
  2070. <line id="line2" class="line_3" style="x1:430px; y1:374px; x2:798px; y2:374px; "/>
  2071. <input id="input17" ref="/root/main/ennstinfo/nutreninfo/nutrreqvol" class="input_default" navindex="143" style="left:507px; top:352px; width:288px; height:19px; "/>
  2072. <caption id="caption28" class="cell_1" style="left:432px; top:351px; width:73px; height:23px; vertical-align:middle; ">기타</caption>
  2073. <select1 id="combo28" ref="/root/main/ennstinfo/nutreninfo/dieterid" class="combo_default" navindex="156" appearance="minimal" style="left:854px; top:505px; width:108px; height:19px; ">
  2074. <choices>
  2075. <itemset nodeset="/root/init/cmb_info/dieter/dieter">
  2076. <label ref="cdnm"/>
  2077. <value ref="cdid"/>
  2078. </itemset>
  2079. </choices>
  2080. </select1>
  2081. <line id="line18" class="line_3" style="x1:802px; y1:527px; x2:1190px; y2:527px; "/>
  2082. <button id="button39" class="btn2_letter5" style="left:1070px; top:30px; width:75px; height:19px; ">
  2083. <caption>판정기준표</caption>
  2084. <script type="javascript" ev:event="DOMActivate">
  2085. <![CDATA[
  2086. modal("SPANC00303","","","","","","");
  2087. //2010-01-14 판정기준표 추가 (클릭시 NST화면에 적용하기) -화면신규발생 (SPANC00303 ->SPADC02900_판정기준표)
  2088. //modal("SPADC02900","","","","SPADC02900","/root/hidden/cnsttypelist","/root/hidden/opnerdata/cnsttype"); //의뢰구분
  2089. ]]>
  2090. </script>
  2091. </button>
  2092. <select1 id="radio17" ref="/root/main/ennstinfo/nutreninfo/basewtflag" navindex="111" appearance="full" cols="3" rows="1" overflow="visible" style="left:1043px; top:105px; width:137px; height:20px; border-style:none; ">
  2093. <choices>
  2094. <item>
  2095. <label>IBW</label>
  2096. <value>1</value>
  2097. </item>
  2098. <item>
  2099. <label>ABW</label>
  2100. <value>2</value>
  2101. </item>
  2102. <item>
  2103. <label>Wt</label>
  2104. <value>3</value>
  2105. </item>
  2106. </choices>
  2107. <script type="javascript" ev:event="onclick">
  2108. <![CDATA[
  2109. fCalcWeightEx();
  2110. model.refresh();
  2111. ]]>
  2112. </script>
  2113. </select1>
  2114. <input id="input119" ref="/root/main/ennstinfo/nutreninfo/protcalc" class="input_default" navindex="141" format="#,###.#" roundmode="round" roundposition="-2" style="left:695px; top:304px; width:60px; height:19px; "/>
  2115. <caption id="caption171" style="left:755px; top:305px; width:40px; height:20px; vertical-align:middle; ">g/day</caption>
  2116. <select1 id="radio1" ref="/root/main/ennstinfo/nutreninfo/needcalrflag" navindex="120" appearance="full" vcellspacing="7" overflow="visible" style="left:432px; top:176px; width:28px; height:97px; border-style:none; ">
  2117. <choices>
  2118. <item>
  2119. <label>=</label>
  2120. <value>1</value>
  2121. </item>
  2122. <item>
  2123. <label>=</label>
  2124. <value>2</value>
  2125. </item>
  2126. <item>
  2127. <label>=</label>
  2128. <value>3</value>
  2129. </item>
  2130. <item>
  2131. <label>=</label>
  2132. <value>4</value>
  2133. </item>
  2134. </choices>
  2135. <script type="javascript" ev:event="onclick">
  2136. <![CDATA[
  2137. fCalcNeedCalEn();
  2138. model.refresh();
  2139. ]]>
  2140. </script>
  2141. </select1>
  2142. <input id="ipt_mkg" ref="/root/main/ennstinfo/nutreninfo/basewt" class="input_default" navindex="112" format="#,###.##" style="left:544px; top:101px; width:41px; height:19px; "/>
  2143. <input id="ipt_mcm" ref="/root/main/ennstinfo/nutreninfo/ht" class="input_default" navindex="113" format="#,###.##" style="left:645px; top:101px; width:60px; height:19px; "/>
  2144. <input id="ipt_myr" ref="/root/init/eninfo/basembolinfolist/age" class="input_default" navindex="114" format="#,###" style="left:770px; top:101px; width:40px; height:19px; "/>
  2145. <input id="ipt_mtotal" ref="/root/init/eninfo/basembolinfolist/mbasembolcalc" class="input_default" navindex="115" format="#,###.##" roundmode="round" roundposition="-2" style="left:838px; top:101px; width:55px; height:19px; "/>
  2146. <input id="ipt_wkg" ref="/root/main/ennstinfo/nutreninfo/basewt" class="input_default" navindex="116" format="#,###.##" style="left:545px; top:126px; width:40px; height:19px; "/>
  2147. <input id="ipt_wcm" ref="/root/main/ennstinfo/nutreninfo/ht" class="input_default" navindex="117" format="#,###.##" style="left:645px; top:126px; width:60px; height:19px; "/>
  2148. <input id="ipt_wyr" ref="/root/init/eninfo/basembolinfolist/age" class="input_default" navindex="118" format="#,###" style="left:770px; top:126px; width:40px; height:19px; "/>
  2149. <input id="ipt_wtotal" ref="/root/init/eninfo/basembolinfolist/wbasembolcalc" class="input_default" navindex="119" format="#,###.##" roundmode="round" roundposition="-3" style="left:838px; top:126px; width:55px; height:19px; "/>
  2150. <caption id="caption414" style="left:338px; top:202px; width:25px; height:15px; vertical-align:middle; ">g</caption>
  2151. <input id="input32" ref="/root/main/ennstinfo/nutreninfo/prot2" class="input_default" navindex="140" format="#,###.#" roundmode="round" roundposition="-2" style="left:587px; top:304px; width:60px; height:19px; ">
  2152. <script type="javascript" ev:event="DOMFocusOut">
  2153. <![CDATA[
  2154. fCalcFPNEn();
  2155. model.refresh();
  2156. ]]>
  2157. </script>
  2158. </input>
  2159. <input id="input37" ref="/root/init/eninfo/needcalrlist/needcalr2" class="input_default" navindex="122" format="#,###.##" roundmode="round" roundposition="-3" style="left:605px; top:175px; width:60px; height:19px; ">
  2160. <script type="javascript" ev:event="DOMFocusOut">
  2161. <![CDATA[
  2162. fCalcNeedCalEn();
  2163. model.refresh();
  2164. ]]>
  2165. </script>
  2166. </input>
  2167. <input id="input42" ref="/root/main/ennstinfo/nutreninfo/nbcalval" class="input_default" navindex="107" format="#,###.#" roundmode="round" roundposition="-2" style="left:375px; top:455px; width:45px; height:19px; "/>
  2168. <input id="input21" ref="/root/main/ennstinfo/nutreninfo/uun" class="input_default" navindex="106" format="#,###.##" style="left:195px; top:455px; width:45px; height:19px; ">
  2169. <script type="javascript" ev:event="DOMFocusOut">
  2170. <![CDATA[
  2171. fCalcNbalanceEn();
  2172. model.refresh();
  2173. ]]>
  2174. </script>
  2175. </input>
  2176. <caption id="caption438" style="left:245px; top:455px; width:125px; height:23px; vertical-align:middle; ">(24HrUUN) * 1.2 + 2) =</caption>
  2177. <input id="input38" ref="/root/main/ennstinfo/nutreninfo/nbintake" class="input_default" navindex="105" format="#,###.##" style="left:80px; top:455px; width:45px; height:19px; ">
  2178. <script type="javascript" ev:event="DOMFocusOut">
  2179. <![CDATA[
  2180. fCalcNbalanceEn();
  2181. model.refresh();
  2182. ]]>
  2183. </script>
  2184. </input>
  2185. <caption id="caption49" class="cell_1" style="left:2px; top:454px; width:73px; height:23px; vertical-align:middle; ">N-Balance</caption>
  2186. <caption id="caption430" style="left:130px; top:455px; width:65px; height:23px; vertical-align:middle; ">(intake) - (</caption>
  2187. <caption id="caption439" style="left:760px; top:228px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  2188. <caption id="caption440" style="left:268px; top:303px; width:30px; height:25px; vertical-align:middle; ">개월</caption>
  2189. <input id="input30" ref="/root/main/ennstinfo/nutreninfo/nutrprobetc" class="input_default" navindex="68" style="left:195px; top:50px; width:230px; height:19px; "/>
  2190. <button id="button4" class="btn2_letter6" style="left:856px; top:413px; width:86px; height:19px; ">
  2191. <caption>영양사 제언</caption>
  2192. <script type="javascript" ev:event="onclick">
  2193. <![CDATA[
  2194. if(textarea19.visible == true)
  2195. {
  2196. textarea19.visible = false;
  2197. }
  2198. else
  2199. {
  2200. textarea19.visible = true;
  2201. }
  2202. ]]>
  2203. </script>
  2204. </button>
  2205. <line id="line82" class="line_1" style="x1:900px; y1:96px; x2:1185px; y2:96px; "/>
  2206. <line id="line167" class="line_3" style="x1:900px; y1:135px; x2:1185px; y2:135px; "/>
  2207. <textarea id="textarea19" ref="/root/temp/dieteroffren" visibility="hidden" scroll="autovscroll" editable="false" style="left:790px; top:120px; width:390px; height:155px; "/>
  2208. <button id="btn_careplan_en" class="btn2_letter7" visibility="hidden" style="left:971px; top:413px; width:97px; height:19px; ">
  2209. <caption>Care Plan입력</caption>
  2210. <script type="javascript" ev:event="onclick">
  2211. <![CDATA[
  2212. model.setValue("/root/init/opnerdatanstinfo/nodepath" ,NstNodepathMain);
  2213. modal("SPADC02700", "", "", "", "SPADC02700", "/root/init/opnerdatanstinfo", "/root/init/opnerdatanstinfo"); //Care Plan 내용 입력창 연동
  2214. ]]>
  2215. </script>
  2216. </button>
  2217. <select id="chk_careplan_en" ref="/root/hidden/sendENRCAREPLANData/nodesendYN" visibility="hidden" overflow="visible" appearance="full" style="left:954px; top:413px; width:20px; height:20px; border-style:none; ">
  2218. <choices>
  2219. <item>
  2220. <label/>
  2221. <value>Y</value>
  2222. </item>
  2223. </choices>
  2224. </select>
  2225. <select id="checkbox11" ref="/root/main/ennstinfo/nutreninfo/nutrjudg" navindex="109" overflow="visible" appearance="full" cols="3" rows="2" sep="|" style="left:435px; top:30px; width:630px; height:40px; border-style:none; ">
  2226. <choices>
  2227. <item>
  2228. <label>No malnutrition present</label>
  2229. <value>1</value>
  2230. </item>
  2231. <item>
  2232. <label>Mild malnutrition</label>
  2233. <value>2</value>
  2234. </item>
  2235. <item>
  2236. <label>Moderate malnutrition</label>
  2237. <value>3</value>
  2238. </item>
  2239. <item>
  2240. <label>Severe Protein Energy malnutrition</label>
  2241. <value>4</value>
  2242. </item>
  2243. <item>
  2244. <label>Energy malnutrition</label>
  2245. <value>5</value>
  2246. </item>
  2247. <item>
  2248. <label>Protein malnutrition</label>
  2249. <value>6</value>
  2250. </item>
  2251. </choices>
  2252. </select>
  2253. <group id="grp_drcmt" visibility="hidden" style="left:350px; top:235px; width:445px; height:245px; ">
  2254. <textarea id="txt_drcmt" ref="/root/send/popup/drcmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  2255. <button id="button60" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  2256. <caption>닫기</caption>
  2257. <script type="javascript" ev:event="DOMActivate">
  2258. <![CDATA[
  2259. grp_drcmt.visible = false;
  2260. ]]>
  2261. </script>
  2262. </button>
  2263. <caption id="caption500" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">의사제언</caption>
  2264. <shape id="rectangle2" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  2265. <button id="button70" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  2266. <caption>입력</caption>
  2267. <script type="javascript" ev:event="DOMActivate">
  2268. <![CDATA[
  2269. model.setValue("/root/main/ennstinfo/nutreninfo/droffr", "");
  2270. model.setValue("/root/main/ennstinfo/nutreninfo/droffr",model.getValue("/root/send/popup/drcmt") );
  2271. model.setValue("/root/main/ennstinfo/nutreninfo/drnm",getUserName()); // 입력시 로그인 Id입력
  2272. grp_drcmt.visible = false;
  2273. model.refresh();
  2274. ]]>
  2275. </script>
  2276. </button>
  2277. </group>
  2278. <caption id="caption469" class="cell_1" style="left:801px; top:467px; width:48px; height:23px; vertical-align:middle; ">
  2279. <![CDATA[간호사]]>
  2280. <script type="javascript" ev:event="onclick">
  2281. <![CDATA[
  2282. model.setValue("/root/send/popup/nursecmt", "");
  2283. grp_nursecmt.visible = true;
  2284. var nursecmt = model.getValue("/root/main/ennstinfo/nutreninfo/nurseoffr");
  2285. model.setValue("/root/send/popup/nursecmt",nursecmt);
  2286. model.setFocus("txt_nursecmt");
  2287. model.refresh();
  2288. ]]>
  2289. </script>
  2290. </caption>
  2291. <textarea id="textarea3" ref="/root/main/ennstinfo/nutreninfo/nurseoffr" navindex="199" style="left:854px; top:466px; width:216px; height:25px; ">
  2292. <script type="javascript" ev:event="onkeyup">
  2293. <![CDATA[
  2294. model.setValue("/root/main/ennstinfo/nutreninfo/nursenm",getUserName()); // 입력시 로그인 Id입력
  2295. input129.refresh();
  2296. ]]>
  2297. </script>
  2298. </textarea>
  2299. <select id="checkbox24" ref="/root/main/ennstinfo/nutreninfo/nurseoffrflag" navindex="155" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:1074px; top:466px; width:56px; height:22px; border-style:none; ">
  2300. <choices>
  2301. <item>
  2302. <label>회신</label>
  2303. <value>2</value>
  2304. </item>
  2305. </choices>
  2306. </select>
  2307. <input id="input122" ref="/root/main/ennstinfo/nutreninfo/drnm" visibility="hidden" style="left:440px; top:505px; width:80px; height:19px; "/>
  2308. <input id="input127" ref="/root/main/ennstinfo/nutreninfo/pharmstnm" visibility="hidden" style="left:510px; top:505px; width:80px; height:19px; "/>
  2309. <input id="input129" ref="/root/main/ennstinfo/nutreninfo/nursenm" visibility="hidden" style="left:590px; top:505px; width:80px; height:19px; "/>
  2310. <group id="grp_nursecmt" visibility="hidden" style="left:350px; top:235px; width:445px; height:245px; ">
  2311. <textarea id="textarea1" ref="/root/send/popup/nursecmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  2312. <button id="button1" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  2313. <caption>닫기</caption>
  2314. <script type="javascript" ev:event="DOMActivate">
  2315. <![CDATA[
  2316. grp_nursecmt.visible = false;
  2317. ]]>
  2318. </script>
  2319. </button>
  2320. <caption id="caption30" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">간호사제언</caption>
  2321. <shape id="rectangle4" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  2322. <button id="button3" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  2323. <caption>입력</caption>
  2324. <script type="javascript" ev:event="DOMActivate">
  2325. <![CDATA[
  2326. model.setValue("/root/main/ennstinfo/nutreninfo/nurseoffr", "");
  2327. model.setValue("/root/main/ennstinfo/nutreninfo/nurseoffr",model.getValue("/root/send/popup/nursecmt") );
  2328. model.setValue("/root/main/ennstinfo/nutreninfo/nursenm",getUserName()); // 입력시 로그인 Id입력
  2329. grp_nursecmt.visible = false;
  2330. model.refresh();
  2331. ]]>
  2332. </script>
  2333. </button>
  2334. </group>
  2335. <group id="grp_pharmstcmt" visibility="hidden" style="left:350px; top:235px; width:445px; height:245px; ">
  2336. <textarea id="txt_pharmstcmt" ref="/root/send/popup/pharmstcmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  2337. <button id="button800" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  2338. <caption>닫기</caption>
  2339. <script type="javascript" ev:event="DOMActivate">
  2340. <![CDATA[
  2341. grp_pharmstcmt.visible = false;
  2342. ]]>
  2343. </script>
  2344. </button>
  2345. <caption id="caption31" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">약사제언</caption>
  2346. <shape id="rectangle3" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  2347. <button id="button9" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  2348. <caption>입력</caption>
  2349. <script type="javascript" ev:event="DOMActivate">
  2350. <![CDATA[
  2351. model.setValue("/root/main/ennstinfo/nutreninfo/pharmstoffr", "");
  2352. model.setValue("/root/main/ennstinfo/nutreninfo/pharmstoffr",model.getValue("/root/send/popup/pharmstcmt"));
  2353. model.setValue("/root/main/ennstinfo/nutreninfo/pharmstnm",getUserName()); // 입력시 로그인 Id입력
  2354. grp_pharmstcmt.visible = false;
  2355. model.refresh();
  2356. ]]>
  2357. </script>
  2358. </button>
  2359. </group>
  2360. <group id="grp_dietercmt" visibility="hidden" style="left:350px; top:235px; width:445px; height:245px; ">
  2361. <textarea id="txt_dietercmt" ref="/root/send/popup/dietercmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  2362. <button id="button100" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  2363. <caption>닫기</caption>
  2364. <script type="javascript" ev:event="DOMActivate">
  2365. <![CDATA[
  2366. grp_dietercmt.visible = false;
  2367. ]]>
  2368. </script>
  2369. </button>
  2370. <caption id="caption900" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">영양사제언</caption>
  2371. <shape id="rectangle1" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  2372. <button id="button300" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  2373. <caption>입력</caption>
  2374. <script type="javascript" ev:event="DOMActivate">
  2375. <![CDATA[
  2376. model.setValue("/root/main/ennstinfo/nutreninfo/dieteroffr", "");
  2377. model.setValue("/root/main/ennstinfo/nutreninfo/dieteroffr",model.getValue("/root/send/popup/dietercmt") );
  2378. model.setValue("/root/main/ennstinfo/nutreninfo/dieterid",getUserId()); // 입력시 로그인 Id입력
  2379. grp_dietercmt.visible = false;
  2380. model.refresh();
  2381. ]]>
  2382. </script>
  2383. </button>
  2384. </group>
  2385. <button id="button57" class="btn4_letter5" style="left:1079px; top:412px; width:62px; height:22px; ">
  2386. <caption>제언저장</caption>
  2387. <script type="javascript" ev:event="onclick">
  2388. <![CDATA[
  2389. if(btn_en.selected == true ) { //영양상태판정-EN
  2390. var userid = getUserInfo("userid");
  2391. model.makeValue("/root/send/srchinfo/sabun", userid);
  2392. submit("TRADC02617");
  2393. var cdid = model.getValue("/root/temp/kindcode/kindlist/cdid");
  2394. if(cdid == ""){
  2395. messageBox("(AST.AEBMCODE) 제언 입력자권한 여부를","I007");
  2396. return ;
  2397. }else{
  2398. var cdnm = model.getValue("/root/temp/kindcode/kindlist/cdnm");
  2399. var cntlyn1 = model.getValue("/root/temp/kindcode/kindlist/cntlyn1");
  2400. model.makeValue("/root/main/ennstinfo/nutreninfo/cdnm", cdnm);
  2401. model.makeValue("/root/main/ennstinfo/nutreninfo/cntlyn1", cntlyn1);
  2402. submit("TXADC02607");
  2403. btn_sea.dispatch("DOMActivate");
  2404. }
  2405. }
  2406. ]]>
  2407. </script>
  2408. </button>
  2409. </case>
  2410. <case id="case2" selected="true" style="left:0px; top:0px; width:1192px; height:528px; ">
  2411. <line id="line164" class="line_2" style="x1:430px; y1:347px; x2:798px; y2:347px; "/>
  2412. <line id="line168" class="line_2" style="x1:435px; y1:447px; x2:803px; y2:447px; "/>
  2413. <input id="ipt_recmdrugvol" ref="/root/main/nstinfo/nutrpninfo/recmdrugvol" navindex="231" style="left:655px; top:327px; width:85px; height:19px; text-align:right; ">
  2414. <script type="javascript" ev:event="xforms-value-changed">
  2415. <![CDATA[
  2416. fCalcFPN();
  2417. model.refresh();
  2418. ]]>
  2419. </script>
  2420. </input>
  2421. <line id="line78" class="line_1" style="x1:655px; y1:320px; x2:795px; y2:320px; "/>
  2422. <caption id="caption448" style="left:745px; top:326px; width:51px; height:20px; ">kcal/day</caption>
  2423. <caption id="caption447" class="tit_2" style="left:655px; top:305px; width:121px; height:13px; ">추천공급열량</caption>
  2424. <caption id="caption445" style="left:435px; top:124px; width:30px; height:23px; vertical-align:middle; ">여자</caption>
  2425. <caption id="caption444" style="left:435px; top:100px; width:30px; height:23px; vertical-align:middle; ">남자</caption>
  2426. <caption id="caption102" class="tit_2" style="left:435px; top:280px; width:176px; height:13px; ">영양지원공급계획(PN)</caption>
  2427. <line id="line48" class="line_3" style="x1:430px; y1:473px; x2:798px; y2:473px; "/>
  2428. <textarea id="tar_nutritionlab" ref="/root/main/nstinfo/nutrpninfo/nutritionlab" navindex="234" scroll="autovscroll" style="left:431px; top:497px; width:369px; height:25px; background-color:#ffffff; "/>
  2429. <line id="line72" class="line_1" style="x1:900px; y1:95px; x2:1185px; y2:95px; "/>
  2430. <input id="input108" ref="/root/main/nstinfo/nutrpninfo/basewt" class="input_default" navindex="207" format="#,###.##" roundmode="round" roundposition="-3" style="left:968px; top:100px; width:45px; height:19px; ">
  2431. <script type="javascript" ev:event="xforms-value-changed">
  2432. <![CDATA[
  2433. fCalcBee();
  2434. fCalcNeedCal();
  2435. model.refresh();
  2436. //fCalcFPN();
  2437. ]]>
  2438. </script>
  2439. </input>
  2440. <select1 id="radio18" ref="/root/main/nstinfo/nutrpninfo/basewtflag" navindex="208" appearance="full" cols="3" rows="1" overflow="visible" style="left:1055px; top:100px; width:125px; height:20px; border-style:none; ">
  2441. <choices>
  2442. <item>
  2443. <label>IBW</label>
  2444. <value>1</value>
  2445. </item>
  2446. <item>
  2447. <label>ABW</label>
  2448. <value>2</value>
  2449. </item>
  2450. <item>
  2451. <label>Wt</label>
  2452. <value>3</value>
  2453. </item>
  2454. </choices>
  2455. <script type="javascript" ev:event="onclick">
  2456. <![CDATA[
  2457. //fCalcWeight();
  2458. fCalcWeightEx();
  2459. model.refresh();
  2460. ]]>
  2461. </script>
  2462. </select1>
  2463. <caption id="caption325" class="cell_2" style="left:905px; top:100px; width:60px; height:23px; vertical-align:middle; ">기준체중</caption>
  2464. <caption id="caption62" style="left:1018px; top:102px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  2465. <line id="line75" class="line_3" style="x1:900px; y1:125px; x2:1185px; y2:125px; "/>
  2466. <caption id="caption443" visibility="hidden" style="left:760px; top:349px; width:20px; height:20px; ">%</caption>
  2467. <caption id="caption442" class="tit_2" style="left:435px; top:305px; width:175px; height:13px; ">추천제형</caption>
  2468. <line id="line69" class="line_1" style="x1:430px; y1:320px; x2:645px; y2:320px; "/>
  2469. <input id="ipt_prot2" ref="/root/main/nstinfo/nutrpninfo/prot2" navindex="231" visibility="hidden" style="left:655px; top:350px; width:100px; height:19px; text-align:right; ">
  2470. <script type="javascript" ev:event="xforms-value-changed">
  2471. <![CDATA[
  2472. fCalcFPN();
  2473. model.refresh();
  2474. ]]>
  2475. </script>
  2476. </input>
  2477. <select1 id="cmb_nstcode" ref="/root/main/nstinfo/nutrpninfo/recmdrugtype" class="combo_search" navindex="229" appearance="minimal" cellspacing="10" showvalue="true" style="left:430px; top:327px; width:215px; height:19px; ">
  2478. <choices>
  2479. <itemset nodeset="/root/init/codelist/nstcode/codelist">
  2480. <label ref="cdid"/>
  2481. <value ref="cdnm"/>
  2482. </itemset>
  2483. </choices>
  2484. <script type="javascript" ev:event="xforms-value-changed">
  2485. <![CDATA[
  2486. /*
  2487. 추천제형은 NST CodeMaster의 항목을 가져와 단위가 다름.
  2488. 그렇기 때문에 100분위 환산을 해줌 */
  2489. model.setValue("/root/main/nstinfo/nutrpninfo/prot2", cmb_nstcode.label);
  2490. fCalcFPN();
  2491. model.refresh();
  2492. ]]>
  2493. </script>
  2494. </select1>
  2495. <button id="button10" class="btn2_letter4" style="left:1120px; top:343px; width:64px; height:19px; ">
  2496. <caption>제형선택</caption>
  2497. <script type="javascript" ev:event="onclick">
  2498. <![CDATA[
  2499. open("SPADC62500","","","","","","");
  2500. /*
  2501. textarea18.attribute("left") = 790;
  2502. textarea18.attribute("top") = 25;
  2503. textarea18.attribute("width") = 398;
  2504. textarea18.attribute("height")= 450;
  2505. textarea18.visible = !(textarea18.visible);
  2506. */
  2507. ]]>
  2508. </script>
  2509. </button>
  2510. <caption id="caption333" class="cell_1" style="left:431px; top:451px; width:84px; height:19px; text-align:center; vertical-align:middle; ">수분요구량</caption>
  2511. <caption id="caption135" class="tit_2" style="left:805px; top:280px; width:140px; height:14px; ">Plan 및 Comment</caption>
  2512. <line id="line139" class="line_2" style="x1:2px; y1:402px; x2:430px; y2:402px; "/>
  2513. <caption id="caption168" class="cell_1" style="left:94px; top:380px; width:38px; height:23px; vertical-align:middle; ">RBP</caption>
  2514. <line id="line84" class="line_2" style="x1:2px; y1:47px; x2:392px; y2:47px; "/>
  2515. <input id="input93" ref="/root/main/nstinfo/nutrpninfo/bun" class="input_default" navindex="189" style="left:65px; top:406px; width:45px; height:19px; "/>
  2516. <line id="line73" class="line_2" style="x1:2px; y1:427px; x2:430px; y2:427px; "/>
  2517. <input id="input71" ref="/root/main/nstinfo/nutrpninfo/mg" class="input_default" navindex="195" style="left:197px; top:431px; width:45px; height:19px; "/>
  2518. <line id="line62" class="line_2" style="x1:2px; y1:272px; x2:430px; y2:272px; "/>
  2519. <caption id="caption124" style="left:145px; top:201px; width:30px; height:20px; vertical-align:middle; ">kcal</caption>
  2520. <line id="line51" class="line_1" style="x1:429px; y1:295px; x2:797px; y2:295px; "/>
  2521. <caption id="caption334" class="cell_1" style="left:431px; top:426px; width:84px; height:19px; text-align:center; vertical-align:middle; ">당투여속도</caption>
  2522. <caption id="caption114" style="left:735px; top:373px; width:53px; height:23px; vertical-align:middle; ">g N/day</caption>
  2523. <caption id="caption103" visibility="visible" style="left:166px; top:282px; width:24px; height:15px; vertical-align:middle; ">%)</caption>
  2524. <caption id="caption169" class="cell_1" style="left:190px; top:277px; width:38px; height:23px; vertical-align:middle; ">PIBW</caption>
  2525. <line id="line85" class="line_3" style="x1:2px; y1:524px; x2:430px; y2:524px; "/>
  2526. <input id="input94" ref="/root/main/nstinfo/nutrpninfo/pibw" class="input_default" navindex="174" format="#,###.##" roundmode="round" roundposition="-3" style="left:231px; top:279px; width:45px; height:19px; "/>
  2527. <caption id="caption158" style="left:365px; top:387px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  2528. <line id="line74" class="line_3" style="x1:2px; y1:222px; x2:430px; y2:222px; "/>
  2529. <caption id="caption147" class="tit_2" style="left:10px; top:155px; width:122px; height:13px; ">병원식 섭취상태</caption>
  2530. <caption id="caption136" class="cell_1" style="left:2px; top:430px; width:73px; height:23px; vertical-align:middle; ">Ca/P/Mg</caption>
  2531. <input id="input72" ref="/root/main/nstinfo/nutrpninfo/hb" class="input_default" navindex="182" style="left:257px; top:357px; width:45px; height:19px; "/>
  2532. <caption id="caption125" class="tit_2" style="left:10px; top:5px; width:122px; height:13px; ">영양관련 문제점</caption>
  2533. <input id="input61" ref="/root/main/nstinfo/nutrpninfo/totintkcalr" class="input_default" navindex="167" style="left:90px; top:201px; width:55px; height:19px; "/>
  2534. <caption id="caption335" style="left:591px; top:451px; width:214px; height:19px; vertical-align:middle; ">
  2535. <![CDATA[ml/day <1500 + 20 x (현재체중 - 20)>]]>
  2536. </caption>
  2537. <line id="line53" class="line_1" style="x1:801px; y1:295px; x2:1189px; y2:295px; "/>
  2538. <caption id="caption104" class="cell_1" style="left:2px; top:454px; width:73px; height:23px; vertical-align:middle; ">N-Balance</caption>
  2539. <input id="input51" ref="/root/temp/ibwper" class="input_default" navindex="173" visibility="visible" editable="false" format="#,###.##" roundmode="round" roundposition="-3" style="left:121px; top:279px; width:45px; height:19px; "/>
  2540. <line id="line86" class="line_1" style="x1:2px; y1:20px; x2:430px; y2:20px; "/>
  2541. <caption id="caption159" style="left:307px; top:362px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  2542. <caption id="caption137" class="cell_1" style="left:2px; top:355px; width:38px; height:23px; vertical-align:middle; ">Alb</caption>
  2543. <input id="input73" ref="/root/main/nstinfo/nutrpninfo/totintkprot" class="input_default" navindex="168" style="left:280px; top:201px; width:55px; height:19px; "/>
  2544. <line id="line64" class="line_2" style="x1:2px; y1:299px; x2:430px; y2:299px; "/>
  2545. <caption id="caption115" style="left:115px; top:411px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  2546. <input id="input62" ref="/root/main/nstinfo/nutrpninfo/cl" class="input_default" navindex="188" style="left:375px; top:382px; width:45px; height:19px; "/>
  2547. <caption id="caption336" style="left:635px; top:400px; width:79px; height:19px; vertical-align:middle; ">g/kg/day</caption>
  2548. <input id="ipt_pndexwdrugspd" ref="/root/main/nstinfo/nutrpninfo/dexwdrugspd" class="input_default" navindex="238" format="#,###.##" roundmode="round" roundposition="-3" style="left:521px; top:426px; width:69px; height:19px; "/>
  2549. <caption id="caption105" class="cell_1" style="left:185px; top:404px; width:68px; height:23px; vertical-align:middle; ">Chol/TG</caption>
  2550. <input id="input52" ref="/root/main/nstinfo/nutrpninfo/tg" class="input_default" navindex="192" style="left:318px; top:406px; width:45px; height:19px; "/>
  2551. <line id="line76" class="line_2" style="x1:2px; y1:452px; x2:430px; y2:452px; "/>
  2552. <caption id="caption138" class="tit_2" style="left:10px; top:230px; width:122px; height:13px; ">신체계측</caption>
  2553. <input id="input74" ref="/root/main/nstinfo/nutrpninfo/ins" class="input_default" visibility="hidden" style="left:299px; top:431px; width:96px; height:19px; "/>
  2554. <caption id="caption127" class="cell_1" style="left:800px; top:301px; width:55px; height:39px; vertical-align:middle; ">Plan</caption>
  2555. <caption id="caption116" style="left:145px; top:308px; width:25px; height:15px; vertical-align:middle; ">kg(</caption>
  2556. <line id="line54" class="line_2" style="x1:2px; y1:100px; x2:430px; y2:100px; "/>
  2557. <caption id="caption128" style="left:580px; top:373px; width:100px; height:23px; vertical-align:middle; ">g protein/day =</caption>
  2558. <caption id="caption106" style="left:307px; top:411px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  2559. <input id="input53" ref="/root/main/nstinfo/nutrpninfo/uun" class="input_default" navindex="197" format="#,###.##" roundmode="round" roundposition="-3" style="left:195px; top:455px; width:45px; height:19px; ">
  2560. <script type="javascript" ev:event="DOMFocusOut">
  2561. <![CDATA[
  2562. fCalcNbalance();
  2563. model.refresh();
  2564. ]]>
  2565. </script>
  2566. </input>
  2567. <input id="input97" ref="/root/main/nstinfo/nutrpninfo/cr" class="input_default" navindex="190" style="left:125px; top:406px; width:45px; height:19px; "/>
  2568. <line id="line77" class="line_3" style="x1:2px; y1:326px; x2:430px; y2:326px; "/>
  2569. <caption id="caption139" class="cell_1" style="left:2px; top:123px; width:60px; height:23px; vertical-align:middle; ">투여경로</caption>
  2570. <caption id="caption117" class="cell_2" style="left:2px; top:199px; width:83px; height:23px; vertical-align:middle; ">총섭취열량</caption>
  2571. <input id="input64" ref="/root/main/nstinfo/nutrpninfo/ca" class="input_default" navindex="193" style="left:80px; top:431px; width:45px; height:19px; "/>
  2572. <input id="input54" ref="/root/main/nstinfo/nutrpninfo/chol" class="input_default" navindex="191" style="left:258px; top:405px; width:45px; height:19px; "/>
  2573. <input id="input110" ref="/root/main/nstinfo/nutrpninfo/etrlfd" class="input_default" navindex="164" style="left:60px; top:178px; width:45px; height:19px; ">
  2574. <script type="javascript" ev:event="DOMFocusOut">
  2575. <![CDATA[
  2576. fCalcintkcalr("PN" ,NstNodepathINIT ,NstNodepath); //총섭취열량 계산
  2577. model.refresh();
  2578. ]]>
  2579. </script>
  2580. </input>
  2581. <line id="line89" class="line_1" style="x1:2px; y1:170px; x2:430px; y2:170px; "/>
  2582. <input id="input98" ref="/root/main/nstinfo/nutrpninfo/abw" class="input_default" navindex="175" format="#,###.##" roundmode="round" roundposition="-3" style="left:353px; top:279px; width:45px; height:19px; ">
  2583. <script type="javascript" ev:event="DOMFocusOut">
  2584. <![CDATA[
  2585. fCalcWeightEx();
  2586. model.refresh();
  2587. ]]>
  2588. </script>
  2589. </input>
  2590. <caption id="caption129" style="left:307px; top:387px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  2591. <caption id="caption107" class="cell_1" visibility="hidden" style="left:256px; top:429px; width:38px; height:23px; vertical-align:middle; ">INS</caption>
  2592. <line id="line79" class="line_2" style="x1:435px; y1:422px; x2:803px; y2:422px; "/>
  2593. <input id="ipt_pnprotsuplvol" ref="/root/main/nstinfo/nutrpninfo/protsuplvol" class="input_default" navindex="239" format="#,###.##" roundmode="round" roundposition="-3" style="left:521px; top:400px; width:111px; height:19px; "/>
  2594. <input id="input77" ref="/root/main/nstinfo/nutrpninfo/hct" class="input_default" navindex="183" style="left:317px; top:357px; width:45px; height:19px; "/>
  2595. <caption id="caption109" class="cell_1" style="left:431px; top:350px; width:84px; height:19px; text-align:center; vertical-align:middle; ">OrderVolume</caption>
  2596. <input id="input67" ref="/root/main/nstinfo/nutrpninfo/p" class="input_default" navindex="194" style="left:140px; top:431px; width:45px; height:19px; "/>
  2597. <line id="line58" class="line_2" style="x1:2px; y1:198px; x2:430px; y2:198px; "/>
  2598. <input id="input56" ref="/root/main/nstinfo/nutrpninfo/tubfd" class="input_default" navindex="165" style="left:203px; top:177px; width:45px; height:19px; ">
  2599. <script type="javascript" ev:event="DOMFocusOut">
  2600. <![CDATA[
  2601. fCalcintkcalr("PN" ,NstNodepathINIT ,NstNodepath); //총섭취열량 계산
  2602. model.refresh();
  2603. ]]>
  2604. </script>
  2605. </input>
  2606. <input id="input102" ref="/root/main/nstinfo/nutrpninfo/wtchngkg" class="input_default" navindex="176" format="(-)#,###.##" roundmode="round" roundposition="-3" style="left:95px; top:305px; width:45px; height:19px; ">
  2607. <script type="javascript" ev:event="DOMFocusOut">
  2608. <![CDATA[
  2609. fCalcWtChange(); //2010-01-11 Wt Change kg / % 구하기 추가
  2610. model.refresh();
  2611. ]]>
  2612. </script>
  2613. </input>
  2614. <caption id="caption170" style="left:248px; top:177px; width:47px; height:20px; vertical-align:middle; ">kcal/d</caption>
  2615. <input id="input68" ref="/root/main/nstinfo/nutrpninfo/tlc" class="input_default" navindex="181" style="left:137px; top:357px; width:45px; height:19px; "/>
  2616. <button id="button11" class="btn2_letter5" style="left:352px; top:225px; width:75px; height:19px; ">
  2617. <caption>소아기준표</caption>
  2618. <script type="javascript" ev:event="DOMActivate">
  2619. <![CDATA[
  2620. popChildBaseTable();
  2621. ]]>
  2622. </script>
  2623. </button>
  2624. <input id="input57" ref="/root/main/nstinfo/nutrpninfo/na" class="input_default" navindex="186" style="left:257px; top:382px; width:45px; height:19px; "/>
  2625. <line id="line49" class="line_2" style="x1:432px; y1:372px; x2:800px; y2:372px; "/>
  2626. <button id="button12" class="btn2_letter6" style="left:341px; top:330px; width:86px; height:19px; ">
  2627. <caption>검사결과조회</caption>
  2628. <script type="javascript" ev:event="DOMActivate">
  2629. <![CDATA[
  2630. //2010-01-13 검사결과 조회 등록번호 연동
  2631. /*
  2632. if ( model.getValue("/root/send/srchinfo/pid") !="") {
  2633. model.setValue("/root/send/srchinfo/pid",model.getValue("/root/main/patinfo/baseinfo/pid"));
  2634. }
  2635. open("SMAER00800", 0, 0, 0, "SMAER00800", "/root/send/srchinfo/pid", "/root/send/srchinfo/data/singdata/srchpid");
  2636. */
  2637. open("SMAER00800","","","","","/root/main/patinfo/baseinfo/pid","/root/send/data/singdata/srchpid");
  2638. ]]>
  2639. </script>
  2640. </button>
  2641. <input id="input69" ref="/root/main/nstinfo/nutrpninfo/rbp" class="input_default" navindex="185" style="left:137px; top:382px; width:45px; height:19px; "/>
  2642. <input id="input58" ref="/root/main/nstinfo/nutrpninfo/itvnfd" class="input_default" navindex="166" style="left:348px; top:177px; width:45px; height:19px; ">
  2643. <script type="javascript" ev:event="DOMFocusOut">
  2644. <![CDATA[
  2645. fCalcintkcalr("PN" ,NstNodepathINIT ,NstNodepath); //총섭취열량 계산
  2646. model.refresh();
  2647. ]]>
  2648. </script>
  2649. </input>
  2650. <caption id="caption150" class="cell_1" style="left:431px; top:377px; width:84px; height:19px; text-align:center; vertical-align:middle; ">단백 공급량</caption>
  2651. <button id="button30" class="btn2_letter6" style="left:431px; top:476px; width:86px; height:19px; ">
  2652. <caption>Nutrition Lab</caption>
  2653. <script type="javascript" ev:event="onclick">
  2654. <![CDATA[
  2655. //2010-01-14 Nutrition Lab 팝업창에 내용 전달 추가
  2656. model.setValue("/root/hidden/recevenutritionlab/nutritionlab" , model.getValue("/root/main/nstinfo/nutrpninfo/nutritionlab")); //Nutriotion Lab 내용
  2657. model.setValue("/root/hidden/recevenutritionlab/nutritionlabchk" , model.getValue("/root/main/nstinfo/nutrpninfo/ins")); //Nutriotion Lab Check Value
  2658. modal("SPADC62400",0,100,150,"SPADC62400","/root/hidden/recevenutritionlab","/root/hidden/receiveref");
  2659. ]]>
  2660. </script>
  2661. </button>
  2662. <caption id="caption161" style="left:105px; top:178px; width:42px; height:20px; vertical-align:middle; ">kcal/d</caption>
  2663. <input id="input59" ref="/root/main/nstinfo/nutrpninfo/k" class="input_default" navindex="187" style="left:317px; top:382px; width:45px; height:19px; "/>
  2664. <button id="button20" class="btn2_letter4" style="left:1120px; top:364px; width:64px; height:19px; ">
  2665. <caption>확대보기</caption>
  2666. <script type="javascript" ev:event="DOMActivate">
  2667. <![CDATA[
  2668. if(model.getValue("/root/send/srchinfo/hideflag") == "N") {
  2669. txt_suplplanetc.attribute("left")=860;
  2670. txt_suplplanetc.attribute("top") = 343;
  2671. txt_suplplanetc.attribute("width")=255;
  2672. txt_suplplanetc.attribute("height") = 40;
  2673. model.setValue("/root/send/srchinfo/hideflag","Y");
  2674. }else {
  2675. txt_suplplanetc.attribute("left")=700;
  2676. txt_suplplanetc.attribute("top") = 40;
  2677. txt_suplplanetc.attribute("width")=490;
  2678. txt_suplplanetc.attribute("height") = 250;
  2679. model.setValue("/root/send/srchinfo/hideflag","N");
  2680. }
  2681. ]]>
  2682. </script>
  2683. </button>
  2684. <input id="input105" ref="/root/main/nstinfo/nutrpninfo/wtchngprec" class="input_default" navindex="177" format="(-)#,###.##" roundmode="round" roundposition="-3" style="left:170px; top:305px; width:45px; height:19px; "/>
  2685. <caption id="caption173" class="cell_1" style="left:310px; top:277px; width:38px; height:23px; vertical-align:middle; ">ABW</caption>
  2686. <caption id="caption151" style="left:187px; top:436px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  2687. <line id="line90" class="line_1" style="x1:2px; y1:245px; x2:430px; y2:245px; "/>
  2688. <caption id="caption174" class="cell_1" style="left:290px; top:175px; width:55px; height:23px; vertical-align:middle; ">정맥영양</caption>
  2689. <caption id="caption163" class="tit_2" style="left:10px; top:484px; width:122px; height:13px; ">약물정보</caption>
  2690. <caption id="caption152" class="cell_1" style="left:184px; top:355px; width:68px; height:23px; vertical-align:middle; ">Hb/Hct</caption>
  2691. <button id="button14" class="btn2_letter4" style="left:363px; top:479px; width:64px; height:19px; ">
  2692. <caption>약품편람</caption>
  2693. <script type="javascript" ev:event="DOMActivate">
  2694. <![CDATA[
  2695. modal("SMADB01900", 0,100,100,"SMADB01900","","","left:30; top:50; width:1230; height:840;");
  2696. ]]>
  2697. </script>
  2698. </button>
  2699. <caption id="caption130" class="tit_2" style="left:10px; top:335px; width:122px; height:13px; ">검사결과</caption>
  2700. <button id="button15" class="btn2_letter5" style="left:352px; top:150px; width:75px; height:19px; ">
  2701. <caption>섭취량평가</caption>
  2702. <script type="javascript" ev:event="DOMActivate">
  2703. <![CDATA[
  2704. ]]>
  2705. </script>
  2706. </button>
  2707. <line id="line91" class="line_1" style="x1:2px; y1:350px; x2:430px; y2:350px; "/>
  2708. <input id="input107" ref="/root/main/nstinfo/nutrpninfo/alb" class="input_default" navindex="180" style="left:45px; top:357px; width:45px; height:19px; "/>
  2709. <caption id="caption164" class="cell_1" style="left:2px; top:380px; width:38px; height:23px; vertical-align:middle; ">TRF</caption>
  2710. <caption id="caption142" class="cell_1" style="left:800px; top:342px; width:55px; height:39px; vertical-align:middle; ">기타</caption>
  2711. <caption id="caption131" class="cell_2" style="left:177px; top:199px; width:98px; height:23px; vertical-align:middle; ">총섭취단백질량</caption>
  2712. <caption id="caption143" style="left:591px; top:423px; width:84px; height:22px; vertical-align:middle; ">mg/kg/min</caption>
  2713. <caption id="caption110" style="left:598px; top:346px; width:22px; height:23px; vertical-align:middle; ">ml</caption>
  2714. <line id="line81" class="line_3" style="x1:2px; y1:477px; x2:430px; y2:477px; "/>
  2715. <line id="line92" class="line_1" style="x1:2px; y1:499px; x2:430px; y2:499px; "/>
  2716. <caption id="caption176" style="left:393px; top:177px; width:42px; height:20px; vertical-align:middle; ">kcal/d</caption>
  2717. <caption id="caption165" class="cell_1" style="left:2px; top:277px; width:38px; height:23px; vertical-align:middle; ">IBW</caption>
  2718. <input id="input90" ref="/root/main/nstinfo/nutrpninfo/ibw" class="input_default" navindex="172" editable="false" format="#,###.##" roundmode="round" roundposition="-3" style="left:45px; top:279px; width:45px; height:19px; ">
  2719. <script type="javascript" ev:event="DOMFocusOut">
  2720. <![CDATA[
  2721. fCalcWeightEx();
  2722. model.refresh();
  2723. ]]>
  2724. </script>
  2725. </input>
  2726. <caption id="caption154" class="cell_1" style="left:2px; top:176px; width:55px; height:23px; vertical-align:middle; ">경구영양</caption>
  2727. <line id="line70" class="line_2" style="x1:2px; y1:377px; x2:430px; y2:377px; "/>
  2728. <caption id="caption132" class="cell_1" style="left:2px; top:78px; width:60px; height:42px; vertical-align:middle; ">활동정도</caption>
  2729. <button id="button35" class="btn5_letter3" visibility="visible" style="left:740px; top:426px; width:53px; height:19px; ">
  2730. <caption>계산식</caption>
  2731. <script type="javascript" ev:event="DOMActivate">
  2732. <![CDATA[
  2733. rdo_calc.attribute("visibility") = "visible";
  2734. ]]>
  2735. </script>
  2736. </button>
  2737. <caption id="caption166" class="cell_1" style="left:145px; top:175px; width:55px; height:23px; vertical-align:middle; ">경관영양</caption>
  2738. <caption id="caption144" style="left:130px; top:436px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  2739. <input id="input80" ref="/root/main/nstinfo/nutrpninfo/druginfo" class="input_default" style="left:2px; top:504px; width:428px; height:19px; "/>
  2740. <line id="line71" class="line_3" style="x1:2px; y1:147px; x2:430px; y2:147px; "/>
  2741. <caption id="caption122" class="cell_1" style="left:185px; top:380px; width:68px; height:23px; vertical-align:middle; ">Na/K/Cl</caption>
  2742. <caption id="caption111" class="cell_1" style="left:2px; top:404px; width:58px; height:23px; vertical-align:middle; ">BUN/Cr</caption>
  2743. <input id="ipt_pnwaterreqvol" ref="/root/main/nstinfo/nutrpninfo/waterreqvol" class="input_default" navindex="237" format="#,###.##" roundmode="round" roundposition="-3" style="left:521px; top:451px; width:69px; height:19px; ">
  2744. <script type="javascript" ev:event="xforms-value-changed">
  2745. <![CDATA[
  2746. rdo_calc.dispatch("xforms-select");
  2747. ]]>
  2748. </script>
  2749. </input>
  2750. <button id="button36" class="btn2_letter4" style="left:1120px; top:321px; width:64px; height:19px; ">
  2751. <caption>확대보기</caption>
  2752. <script type="javascript" ev:event="DOMActivate">
  2753. <![CDATA[
  2754. if(model.getValue("/root/send/srchinfo/hideflag2") == "N") {
  2755. txt_drugplan.attribute("left")=860;
  2756. txt_drugplan.attribute("top") = 300;
  2757. txt_drugplan.attribute("width")=255;
  2758. txt_drugplan.attribute("height") = 40;
  2759. model.setValue("/root/send/srchinfo/hideflag2","Y");
  2760. }else {
  2761. txt_drugplan.attribute("left")=700;
  2762. txt_drugplan.attribute("top") = 40;
  2763. txt_drugplan.attribute("width")=490;
  2764. txt_drugplan.attribute("height") = 250;
  2765. model.setValue("/root/send/srchinfo/hideflag2","N");
  2766. }
  2767. ]]>
  2768. </script>
  2769. </button>
  2770. <caption id="caption101" style="left:96px; top:282px; width:25px; height:15px; vertical-align:middle; ">kg (</caption>
  2771. <caption id="caption145" class="cell_1" style="left:94px; top:355px; width:38px; height:23px; vertical-align:middle; ">TLC</caption>
  2772. <input id="input81" ref="/root/main/nstinfo/nutrpninfo/trf" class="input_default" navindex="184" style="left:45px; top:382px; width:45px; height:19px; "/>
  2773. <caption id="caption123" style="left:215px; top:308px; width:25px; height:15px; vertical-align:middle; ">%)/</caption>
  2774. <caption id="caption112" class="cell_1" style="left:2px; top:303px; width:88px; height:23px; vertical-align:middle; ">Wt Change</caption>
  2775. <line id="line50" class="line_2" style="x1:2px; y1:74px; x2:430px; y2:74px; "/>
  2776. <line id="line55" class="line_3" style="x1:801px; y1:386px; x2:1189px; y2:386px; "/>
  2777. <select id="chk_drugpath" ref="/root/main/nstinfo/nutrpninfo2/drugpath" navindex="163" overflow="visible" appearance="full" cols="6" rows="1" style="left:65px; top:128px; width:355px; height:19px; border-style:none; ">
  2778. <choices>
  2779. <item>
  2780. <label>EN</label>
  2781. <value>1</value>
  2782. </item>
  2783. <item>
  2784. <label>TPN</label>
  2785. <value>2</value>
  2786. </item>
  2787. <item>
  2788. <label>PPN</label>
  2789. <value>3</value>
  2790. </item>
  2791. <item>
  2792. <label>EN+TPN</label>
  2793. <value>4</value>
  2794. </item>
  2795. <item>
  2796. <label>EN+PPN</label>
  2797. <value>5</value>
  2798. </item>
  2799. </choices>
  2800. <script type="javascript" ev:event="xforms-value-changed">
  2801. <![CDATA[
  2802. model.setValue("/root/main/nstinfo/nutrpninfo/drugpath",model.getValue("/root/main/nstinfo/nutrpninfo2/drugpath"));
  2803. ]]>
  2804. </script>
  2805. </select>
  2806. <select id="checkbox15" ref="/root/main/nstinfo/nutrpninfo/nutrprob" navindex="159" overflow="visible" appearance="full" cols="7" rows="2" vcellspacing="8" style="left:2px; top:22px; width:413px; height:50px; border-style:none; ">
  2807. <choices>
  2808. <item>
  2809. <label>메스꺼움</label>
  2810. <value>1</value>
  2811. </item>
  2812. <item>
  2813. <label>식욕부진</label>
  2814. <value>2</value>
  2815. </item>
  2816. <item>
  2817. <label>구토</label>
  2818. <value>3</value>
  2819. </item>
  2820. <item>
  2821. <label>설사</label>
  2822. <value>4</value>
  2823. </item>
  2824. <item>
  2825. <label>변비</label>
  2826. <value>5</value>
  2827. </item>
  2828. <item>
  2829. <label>소화불량</label>
  2830. <value>6</value>
  2831. </item>
  2832. <item>
  2833. <label>고열</label>
  2834. <value>7</value>
  2835. </item>
  2836. <item>
  2837. <label>욕창</label>
  2838. <value>8</value>
  2839. </item>
  2840. <item>
  2841. <label>인공호흡기</label>
  2842. <value>9</value>
  2843. </item>
  2844. <item>
  2845. <label>기타</label>
  2846. <value>10</value>
  2847. </item>
  2848. </choices>
  2849. </select>
  2850. <select id="checkbox16" ref="/root/main/nstinfo/nutrpninfo/actgrde" navindex="161" overflow="visible" appearance="full" cols="4" rows="2" vcellspacing="8" style="left:65px; top:73px; width:345px; height:50px; border-style:none; ">
  2851. <choices>
  2852. <item>
  2853. <label>bed ridden</label>
  2854. <value>1</value>
  2855. </item>
  2856. <item>
  2857. <label>wheel chair</label>
  2858. <value>2</value>
  2859. </item>
  2860. <item>
  2861. <label>bed side PT</label>
  2862. <value>3</value>
  2863. </item>
  2864. <item>
  2865. <label>PT</label>
  2866. <value>4</value>
  2867. </item>
  2868. <item>
  2869. <label>light ambulation</label>
  2870. <value>5</value>
  2871. </item>
  2872. <item>
  2873. <label>기타</label>
  2874. <value>6</value>
  2875. </item>
  2876. </choices>
  2877. </select>
  2878. <input id="input44" ref="/root/main/nstinfo/nutrpninfo/nutrprobetc" class="input_default" navindex="160" style="left:195px; top:50px; width:230px; height:19px; "/>
  2879. <input id="input48" ref="/root/main/nstinfo/nutrpninfo/actgrdeetc" class="input_default" navindex="162" style="left:215px; top:100px; width:205px; height:19px; "/>
  2880. <input id="input50" ref="/root/main/nstinfo/nutrpninfo/wtchngmm" class="input_default" navindex="178" format="#,###.##" style="left:240px; top:305px; width:25px; height:19px; "/>
  2881. <input id="input99" ref="/root/main/nstinfo/nutrpninfo/physmeasetc" class="input_default" navindex="179" style="left:295px; top:305px; width:130px; height:19px; "/>
  2882. <caption id="caption113" class="cell_1" style="left:801px; top:452px; width:48px; height:20px; vertical-align:middle; ">
  2883. <![CDATA[약사]]>
  2884. <script type="javascript" ev:event="onclick">
  2885. <![CDATA[
  2886. model.setValue("/root/send/popup/pnpharmstcmt", "");
  2887. grp_pnpharmstcmt.visible = true;
  2888. var pnpharmstcmt = model.getValue("/root/main/nstinfo/nutrpninfo/pharmstoffr");
  2889. model.setValue("/root/send/popup/pnpharmstcmt",pnpharmstcmt);
  2890. model.setFocus("txt_pnpharmstcmt");
  2891. model.refresh();
  2892. ]]>
  2893. </script>
  2894. </caption>
  2895. <textarea id="textarea8" ref="/root/main/nstinfo/nutrpninfo/dieteroffr" navindex="242" style="left:854px; top:430px; width:210px; height:20px; ">
  2896. <script type="javascript" ev:event="onkeyup">
  2897. <![CDATA[
  2898. model.setValue("/root/main/nstinfo/nutrpninfo/dieternm",getUserName()); // 입력시 로그인 Id입력
  2899. input164.refresh();
  2900. ]]>
  2901. </script>
  2902. </textarea>
  2903. <textarea id="textarea9" ref="/root/main/nstinfo/nutrpninfo/pharmstoffr" navindex="244" style="left:854px; top:452px; width:210px; height:20px; "/>
  2904. <caption id="caption96" class="cell_1" style="left:801px; top:410px; width:48px; height:20px; vertical-align:middle; ">
  2905. <![CDATA[의사]]>
  2906. <script type="javascript" ev:event="onclick">
  2907. <![CDATA[
  2908. model.setValue("/root/send/popup/pndrcmt", "");
  2909. grp_pndrcmt.visible = true;
  2910. var pndrcmt = model.getValue("/root/main/nstinfo/nutrpninfo/droffr");
  2911. model.setValue("/root/send/popup/pndrcmt",pndrcmt);
  2912. model.setFocus("txt_pndrcmt");
  2913. model.refresh();
  2914. ]]>
  2915. </script>
  2916. </caption>
  2917. <caption id="caption32" class="tit_2" style="left:802px; top:388px; width:111px; height:13px; ">
  2918. <![CDATA[제언]]>
  2919. <script type="javascript" ev:event="ondblclick">
  2920. <![CDATA[
  2921. cmb_dr.visible = true; // 20141118 jmkim 의사 지정 위해 hidden -> visible로 변경 처리
  2922. ]]>
  2923. </script>
  2924. </caption>
  2925. <caption id="caption33" class="cell_1" style="left:801px; top:431px; width:48px; height:20px; vertical-align:middle; ">
  2926. <![CDATA[영양사]]>
  2927. <script type="javascript" ev:event="onclick">
  2928. <![CDATA[
  2929. model.setValue("/root/send/popup/pndietercmt", "");
  2930. grp_pndietercmt.visible = true;
  2931. var pndietercmt = model.getValue("/root/main/nstinfo/nutrpninfo/dieteroffr");
  2932. model.setValue("/root/send/popup/pndietercmt",pndietercmt);
  2933. model.setFocus("txt_pndietercmt");
  2934. model.refresh();
  2935. ]]>
  2936. </script>
  2937. </caption>
  2938. <select id="checkbox17" ref="/root/main/nstinfo/nutrpninfo/droffrflag" navindex="241" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:1067px; top:406px; width:57px; height:20px; border-style:none; ">
  2939. <choices>
  2940. <item>
  2941. <label>회신</label>
  2942. <value>2</value>
  2943. </item>
  2944. </choices>
  2945. </select>
  2946. <line id="line37" class="line_1" style="x1:801px; y1:402px; x2:1189px; y2:402px; "/>
  2947. <select id="checkbox18" ref="/root/main/nstinfo/nutrpninfo/dieteroffrflag" navindex="243" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:1067px; top:428px; width:57px; height:20px; border-style:none; ">
  2948. <choices>
  2949. <item>
  2950. <label>회신</label>
  2951. <value>2</value>
  2952. </item>
  2953. </choices>
  2954. </select>
  2955. <select id="checkbox19" ref="/root/main/nstinfo/nutrpninfo/pharmstoffrflag" navindex="245" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:1067px; top:450px; width:57px; height:20px; border-style:none; ">
  2956. <choices>
  2957. <item>
  2958. <label>회신</label>
  2959. <value>2</value>
  2960. </item>
  2961. </choices>
  2962. </select>
  2963. <textarea id="textarea10" ref="/root/main/nstinfo/nutrpninfo/droffr" navindex="240" style="left:854px; top:408px; width:210px; height:20px; ">
  2964. <script type="javascript" ev:event="onkeyup">
  2965. <![CDATA[
  2966. model.setValue("/root/main/nstinfo/nutrpninfo/drnm",getUserName()); // 입력시 로그인 Id입력
  2967. input153.refresh();
  2968. ]]>
  2969. </script>
  2970. </textarea>
  2971. <line id="line40" class="line_3" style="x1:432px; y1:524px; x2:800px; y2:524px; "/>
  2972. <line id="line59" class="line_1" style="x1:802px; y1:496px; x2:1190px; y2:496px; "/>
  2973. <line id="line67" class="line_3" style="x1:802px; y1:524px; x2:1190px; y2:524px; "/>
  2974. <caption id="caption146" class="cell_1" style="left:240px; top:250px; width:38px; height:23px; vertical-align:middle; ">UBW</caption>
  2975. <caption id="caption153" style="left:90px; top:255px; width:25px; height:15px; vertical-align:middle; ">cm</caption>
  2976. <input id="input78" ref="/root/main/nstinfo/nutrpninfo/ht" class="input_default" navindex="169" format="#,###.##" roundmode="round" roundposition="-3" style="left:45px; top:252px; width:45px; height:19px; ">
  2977. <script type="javascript" ev:event="DOMFocusOut">
  2978. <![CDATA[
  2979. fCalcWeight();
  2980. fCalcBee();
  2981. model.refresh();
  2982. fTest() ;
  2983. ]]>
  2984. </script>
  2985. </input>
  2986. <caption id="caption160" style="left:210px; top:255px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  2987. <input id="input82" ref="/root/main/nstinfo/nutrpninfo/wt" class="input_default" navindex="170" format="#,###.##" roundmode="round" roundposition="-3" style="left:163px; top:252px; width:45px; height:19px; ">
  2988. <script type="javascript" ev:event="DOMFocusOut">
  2989. <![CDATA[
  2990. fCalcWeight();
  2991. fCalcWtChange(); //2010-01-11 Wt Change kg / % 구하기 추가
  2992. fCalcBee();
  2993. //fCalDexwDrugSpd(); //계산식에 의한 계산.
  2994. fCalDexwDrugSpdTPNCD(); //2010-02-24 NST 마스터의 항목(혼합후 dextrose)으로 계산 << 당투여속도 = (NST 마스터-혼합후 dextrose %) * ordervolume* 10 / (1440*현재 체중) >>
  2995. model.refresh();
  2996. ]]>
  2997. </script>
  2998. </input>
  2999. <caption id="caption239" style="left:330px; top:255px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  3000. <input id="input86" ref="/root/main/nstinfo/nutrpninfo/ubw" class="input_default" navindex="171" format="#,###.##" roundmode="round" roundposition="-3" style="left:283px; top:252px; width:45px; height:19px; "/>
  3001. <caption id="caption244" class="cell_1" style="left:2px; top:250px; width:38px; height:23px; vertical-align:middle; ">Ht</caption>
  3002. <caption id="caption248" class="cell_1" style="left:120px; top:250px; width:38px; height:23px; vertical-align:middle; ">Wt</caption>
  3003. <caption id="caption249" style="left:277px; top:280px; width:25px; height:15px; vertical-align:middle; ">%</caption>
  3004. <caption id="caption252" style="left:400px; top:280px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  3005. <caption id="caption44" style="left:1034px; top:249px; width:158px; height:23px; vertical-align:middle; ">kcal/day(Ventilator care시)</caption>
  3006. <line id="line21" class="line_3" style="x1:432px; y1:272px; x2:1190px; y2:272px; "/>
  3007. <select id="chk_nutjudg_old" ref="/root/main/nstinfo/nutrpninfo/nutrjudg_old" navindex="198" visibility="hidden" overflow="visible" appearance="full" cols="5" rows="2" sep="|" style="left:565px; top:5px; width:20px; height:15px; border-style:none; ">
  3008. <choices>
  3009. <item>
  3010. <label>양호</label>
  3011. <value>1</value>
  3012. </item>
  3013. <item>
  3014. <label>가벼운 영양불량</label>
  3015. <value>2</value>
  3016. </item>
  3017. <item>
  3018. <label>중정도 영양불량</label>
  3019. <value>3</value>
  3020. </item>
  3021. <item>
  3022. <label>심한 영양불량</label>
  3023. <value>4</value>
  3024. </item>
  3025. <item>
  3026. <label>marasmus</label>
  3027. <value>5</value>
  3028. </item>
  3029. <item>
  3030. <label>kwashiorkor</label>
  3031. <value>6</value>
  3032. </item>
  3033. <item>
  3034. <label>Protein malnutrition</label>
  3035. <value>7</value>
  3036. </item>
  3037. <item>
  3038. <label>Energy malnutrition</label>
  3039. <value>8</value>
  3040. </item>
  3041. <item>
  3042. <label>Severe Protein Energy malnutrition</label>
  3043. <value>9</value>
  3044. </item>
  3045. </choices>
  3046. </select>
  3047. <caption id="caption69" style="left:811px; top:124px; width:23px; height:23px; text-align:center; vertical-align:middle; ">yr =</caption>
  3048. <caption id="caption81" style="left:811px; top:97px; width:23px; height:23px; text-align:center; vertical-align:middle; ">yr =</caption>
  3049. <caption id="caption89" style="left:550px; top:249px; width:74px; height:23px; vertical-align:middle; ">
  3050. <![CDATA[->나이)+5*(]]>
  3051. </caption>
  3052. <caption id="caption108" style="left:724px; top:202px; width:35px; height:20px; vertical-align:middle; ">(IF) =</caption>
  3053. <caption id="caption120" class="tit_2" style="left:436px; top:5px; width:111px; height:13px; ">영양상태 판정</caption>
  3054. <caption id="caption133" style="left:527px; top:203px; width:43px; height:20px; vertical-align:middle; ">(BEE)</caption>
  3055. <caption id="caption140" style="left:703px; top:97px; width:63px; height:23px; text-align:center; vertical-align:middle; ">cm - 6.8 x</caption>
  3056. <caption id="caption148" style="left:789px; top:249px; width:45px; height:23px; vertical-align:middle; ">)+239*</caption>
  3057. <caption id="caption149" style="left:465px; top:249px; width:59px; height:23px; vertical-align:middle; ">1784-11*(</caption>
  3058. <caption id="caption156" class="tit_2" style="left:436px; top:155px; width:254px; height:13px; ">필요열량(Total Caloric Need : TCN)</caption>
  3059. <caption id="caption157" style="left:829px; top:202px; width:55px; height:20px; vertical-align:middle; ">kcal/day</caption>
  3060. <caption id="caption162" style="left:627px; top:202px; width:35px; height:20px; vertical-align:middle; ">(AF)x</caption>
  3061. <caption id="caption180" class="tit_2" style="left:434px; top:81px; width:391px; height:13px; ">기초대사량(Basal Energy Expenditure : BEE)</caption>
  3062. <caption id="caption182" style="left:562px; top:203px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  3063. <caption id="caption195" style="left:932px; top:228px; width:116px; height:23px; vertical-align:middle; ">( + T.F. : 20 ~ 30 %)</caption>
  3064. <line id="line32" class="line_2" style="x1:432px; y1:247px; x2:1190px; y2:247px; "/>
  3065. <caption id="caption210" style="left:1057px; top:228px; width:90px; height:23px; vertical-align:middle; ">(+ W. F. : 20%)</caption>
  3066. <caption id="caption211" style="left:829px; top:228px; width:20px; height:20px; vertical-align:middle; ">=</caption>
  3067. <line id="line38" class="line_3" style="x1:435px; y1:145px; x2:895px; y2:145px; "/>
  3068. <line id="line42" class="line_2" style="x1:432px; y1:197px; x2:1190px; y2:197px; "/>
  3069. <caption id="caption226" style="left:881px; top:249px; width:47px; height:23px; vertical-align:middle; ">)+804*(</caption>
  3070. <caption id="caption257" style="left:562px; top:228px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  3071. <caption id="caption259" class="cell_2" style="left:1025px; top:173px; width:83px; height:23px; vertical-align:middle; ">보정열량</caption>
  3072. <line id="line47" class="line_3" style="x1:432px; y1:69px; x2:1190px; y2:69px; "/>
  3073. <caption id="caption261" style="left:595px; top:175px; width:15px; height:20px; vertical-align:middle; ">x</caption>
  3074. <caption id="caption263" style="left:675px; top:175px; width:55px; height:20px; vertical-align:middle; ">kcal/kg</caption>
  3075. <caption id="caption268" style="left:583px; top:98px; width:50px; height:24px; text-align:center; vertical-align:middle; ">Kg + 5 x</caption>
  3076. <input id="input104" ref="/root/main/nstinfo/nutrpninfo/corrcalr" class="input_default" navindex="228" format="#,###.##" roundmode="round" roundposition="-3" style="left:1110px; top:175px; width:75px; height:19px; "/>
  3077. <caption id="caption269" style="left:647px; top:249px; width:83px; height:23px; vertical-align:middle; ">
  3078. <![CDATA[->체중)+244*(]]>
  3079. </caption>
  3080. <line id="line87" class="line_1" style="x1:432px; y1:170px; x2:1190px; y2:170px; "/>
  3081. <line id="line88" class="line_1" style="x1:433px; y1:20px; x2:1191px; y2:20px; "/>
  3082. <caption id="caption270" style="left:467px; top:99px; width:73px; height:23px; vertical-align:middle; ">66.5 + 13.7 x</caption>
  3083. <caption id="caption275" style="left:467px; top:124px; width:73px; height:23px; vertical-align:middle; ">655 + 9.6 x</caption>
  3084. <line id="line126" class="line_1" style="x1:435px; y1:95px; x2:895px; y2:95px; "/>
  3085. <line id="line137" class="line_2" style="x1:435px; y1:123px; x2:895px; y2:123px; "/>
  3086. <caption id="caption276" style="left:583px; top:124px; width:65px; height:23px; text-align:center; vertical-align:middle; ">Kg + 1.9 x</caption>
  3087. <line id="line138" class="line_2" style="x1:432px; y1:223px; x2:1190px; y2:223px; "/>
  3088. <caption id="caption282" style="left:703px; top:124px; width:65px; height:23px; text-align:center; vertical-align:middle; ">cm - 4.7 x</caption>
  3089. <caption id="caption285" style="left:527px; top:228px; width:40px; height:19px; vertical-align:middle; ">(BEE)</caption>
  3090. <caption id="caption292" style="left:826px; top:251px; width:15px; height:20px; vertical-align:middle; ">(</caption>
  3091. <caption id="caption306" style="left:470px; top:177px; width:43px; height:20px; vertical-align:middle; ">계수법</caption>
  3092. <caption id="caption323" style="left:627px; top:228px; width:43px; height:20px; vertical-align:middle; ">(AF) +</caption>
  3093. <caption id="caption324" style="left:727px; top:228px; width:46px; height:19px; vertical-align:middle; ">(BEE)</caption>
  3094. <caption id="caption326" style="left:971px; top:249px; width:20px; height:23px; vertical-align:middle; ">)=</caption>
  3095. <button id="button37" class="btn2_letter5" style="left:1070px; top:30px; width:75px; height:19px; ">
  3096. <caption>판정기준표</caption>
  3097. <script type="javascript" ev:event="DOMActivate">
  3098. <![CDATA[
  3099. //modal("SPANC00303","","","","","","");
  3100. //2010-01-14 판정기준표 추가 (클릭시 NST화면에 적용하기) -화면신규발생 (SPANC00303 ->SPADC02900_판정기준표)
  3101. modal("SPADC02900","","","","SPADC02900","/root/hidden/cnsttypelist","/root/hidden/opnerdata/cnsttype"); //의뢰구분
  3102. ]]>
  3103. </script>
  3104. </button>
  3105. <button id="button38" class="btn2_letter4" style="left:1120px; top:300px; width:64px; height:19px; ">
  3106. <caption>제형선택</caption>
  3107. <script type="javascript" ev:event="onclick">
  3108. <![CDATA[
  3109. open("SPADC62500","","","","","","");
  3110. /*
  3111. textarea3.attribute("left") = 790;
  3112. textarea3.attribute("top") = 25;
  3113. textarea3.attribute("width") = 398;
  3114. textarea3.attribute("height")= 450;
  3115. textarea3.visible = !(textarea3.visible);
  3116. */
  3117. ]]>
  3118. </script>
  3119. </button>
  3120. <input id="ipt_mbasembolkg" ref="/root/main/nstinfo/nutrpninfo/basewt" class="input_default" navindex="199" format="#,###.##" roundmode="round" roundposition="-3" style="left:542px; top:100px; width:41px; height:19px; "/>
  3121. <input id="ipt_mbasembolcm" ref="/root/main/nstinfo/nutrpninfo/ht" class="input_default" navindex="200" format="#,###.##" roundmode="round" roundposition="-3" style="left:643px; top:100px; width:60px; height:19px; "/>
  3122. <input id="ipt_mbasembolyy" ref="/root/init/pninfo/basembolinfolist/age" class="input_default" navindex="201" style="left:768px; top:100px; width:40px; height:19px; "/>
  3123. <input id="ipt_mbasembolcalc" ref="/root/init/pninfo/basembolinfolist/mbasembolcalc" class="input_default" navindex="202" format="#,###.##" roundmode="round" roundposition="-3" style="left:836px; top:100px; width:55px; height:19px; "/>
  3124. <input id="ipt_wbasembolkg" ref="/root/main/nstinfo/nutrpninfo/basewt" class="input_default" navindex="203" format="#,###.##" roundmode="round" roundposition="-3" style="left:543px; top:125px; width:40px; height:19px; "/>
  3125. <input id="ipt_wbasembolcm" ref="/root/main/nstinfo/nutrpninfo/ht" class="input_default" navindex="204" format="#,###.##" roundmode="round" roundposition="-3" style="left:643px; top:125px; width:60px; height:19px; "/>
  3126. <input id="ipt_wbasembolyy" ref="/root/init/pninfo/basembolinfolist/age" class="input_default" navindex="205" style="left:768px; top:125px; width:40px; height:19px; "/>
  3127. <input id="ipt_wbasembolcalc" ref="/root/init/pninfo/basembolinfolist/wbasembolcalc" class="input_default" navindex="206" format="#,###.##" roundmode="round" roundposition="-3" style="left:836px; top:125px; width:55px; height:19px; "/>
  3128. <input id="ipt_needcalr1" ref="/root/init/pninfo/needcalrlist/needcalr1" class="input_default" navindex="210" format="#,###.##" roundmode="round" roundposition="-3" style="left:530px; top:175px; width:60px; height:19px; ">
  3129. <script type="javascript" ev:event="DOMFocusOut">
  3130. <![CDATA[
  3131. fCalcNeedCal();
  3132. model.refresh();
  3133. ]]>
  3134. </script>
  3135. </input>
  3136. <input id="ipt_needcalr3" ref="/root/init/bee" class="input_default" navindex="213" format="#,###.##" roundmode="round" roundposition="-3" style="left:467px; top:202px; width:60px; height:19px; "/>
  3137. <select1 id="cmb_needcalr4" ref="/root/init/pninfo/needcalrlist/needcalr4" class="combo_search" navindex="214" appearance="minimal" style="left:572px; top:202px; width:55px; height:19px; ">
  3138. <choices>
  3139. <item>
  3140. <label>(1.2) confined to bed</label>
  3141. <value>1.2</value>
  3142. </item>
  3143. <item>
  3144. <label>(1.3) out of bed</label>
  3145. <value>1.3</value>
  3146. </item>
  3147. </choices>
  3148. <script type="javascript" ev:event="xforms-value-changed">
  3149. <![CDATA[
  3150. fCalcNeedCal();
  3151. model.refresh();
  3152. ]]>
  3153. </script>
  3154. </select1>
  3155. <select1 id="cmb_needcalr5" ref="/root/init/pninfo/needcalrlist/needcalr5" class="combo_search" navindex="215" appearance="minimal" style="left:662px; top:202px; width:60px; height:19px; ">
  3156. <choices>
  3157. <item>
  3158. <label>(1.1) minor</label>
  3159. <value>1.1</value>
  3160. </item>
  3161. <item>
  3162. <label>(1.2) mild</label>
  3163. <value>1.2</value>
  3164. </item>
  3165. <item>
  3166. <label>(1.35) skeletal</label>
  3167. <value>1.35</value>
  3168. </item>
  3169. <item>
  3170. <label>(1.5) 40% BSA</label>
  3171. <value>1.5</value>
  3172. </item>
  3173. <item>
  3174. <label>(1.4) mod</label>
  3175. <value>1.4</value>
  3176. </item>
  3177. <item>
  3178. <label>(1.6) head with steroid Tx</label>
  3179. <value>1.6</value>
  3180. </item>
  3181. <item>
  3182. <label>(1.8) severe</label>
  3183. <value>1.8</value>
  3184. </item>
  3185. <item>
  3186. <label>(1.95) 100% BSA</label>
  3187. <value>1.95</value>
  3188. </item>
  3189. </choices>
  3190. <script type="javascript" ev:event="xforms-value-changed">
  3191. <![CDATA[
  3192. fCalcNeedCal();
  3193. model.refresh();
  3194. ]]>
  3195. </script>
  3196. </select1>
  3197. <input id="ipt_needcalr6" ref="/root/init/pninfo/needcalrlist/needcalr6" class="input_default" navindex="216" format="#,###.##" roundmode="round" roundposition="-3" style="left:759px; top:202px; width:70px; height:19px; "/>
  3198. <input id="ipt_needcalr7" ref="/root/init/bee" class="input_default" navindex="217" format="#,###.##" roundmode="round" roundposition="-3" style="left:467px; top:227px; width:60px; height:19px; "/>
  3199. <select1 id="cmb_needcalr8" ref="/root/init/pninfo/needcalrlist/needcalr8" class="combo_search" navindex="218" appearance="minimal" style="left:572px; top:227px; width:55px; height:19px; ">
  3200. <choices>
  3201. <item>
  3202. <label>(1.2) confined to bed</label>
  3203. <value>1.2</value>
  3204. </item>
  3205. <item>
  3206. <label>(1.3) out of bed</label>
  3207. <value>1.3</value>
  3208. </item>
  3209. </choices>
  3210. <script type="javascript" ev:event="xforms-value-changed">
  3211. <![CDATA[
  3212. fCalcNeedCal();
  3213. model.refresh();
  3214. ]]>
  3215. </script>
  3216. </select1>
  3217. <input id="ipt_needcalr9" ref="/root/init/bee" class="input_default" navindex="219" format="#,###.##" roundmode="round" roundposition="-3" style="left:667px; top:227px; width:60px; height:19px; "/>
  3218. <select1 id="cmb_needcalr10" ref="/root/init/pninfo/needcalrlist/needcalr10" class="combo_search" navindex="220" appearance="minimal" style="left:773px; top:227px; width:55px; height:19px; ">
  3219. <choices>
  3220. <item>
  3221. <label>(0.2) T.F. : 20~30%</label>
  3222. <value>0.2</value>
  3223. </item>
  3224. <item>
  3225. <label>(0.3) W.F. : 20%</label>
  3226. <value>0.3</value>
  3227. </item>
  3228. </choices>
  3229. <script type="javascript" ev:event="xforms-value-changed">
  3230. <![CDATA[
  3231. fCalcNeedCal();
  3232. model.refresh();
  3233. ]]>
  3234. </script>
  3235. </select1>
  3236. <input id="ipt_needcalr11" ref="/root/init/pninfo/needcalrlist/needcalr11" class="input_default" navindex="221" format="#,###.##" roundmode="round" roundposition="-3" style="left:842px; top:227px; width:90px; height:19px; "/>
  3237. <input id="ipt_needcalr12" ref="/root/init/pninfo/basembolinfolist/age" class="input_default" navindex="222" format="#,###.##" roundmode="round" roundposition="-3" style="left:520px; top:250px; width:31px; height:19px; "/>
  3238. <input id="ipt_needcal13" ref="/root/main/nstinfo/nutrpninfo/basewt" class="input_default" navindex="223" format="#,###.##" roundmode="round" roundposition="-3" style="left:618px; top:250px; width:34px; height:19px; "/>
  3239. <select1 id="cmb_needcalr14" ref="/root/init/pninfo/needcalrlist/needcalr14" class="combo_search" navindex="224" appearance="minimal" style="left:727px; top:250px; width:63px; height:19px; ">
  3240. <choices>
  3241. <item>
  3242. <label>male</label>
  3243. <value>1</value>
  3244. </item>
  3245. <item>
  3246. <label>female</label>
  3247. <value>0</value>
  3248. </item>
  3249. </choices>
  3250. <script type="javascript" ev:event="xforms-value-changed">
  3251. <![CDATA[
  3252. fCalcNeedCal();
  3253. model.refresh();
  3254. ]]>
  3255. </script>
  3256. </select1>
  3257. <select1 id="cmb_needcalr15" ref="/root/init/pninfo/needcalrlist/needcalr15" class="combo_search" navindex="225" appearance="minimal" style="left:832px; top:250px; width:50px; height:19px; ">
  3258. <choices>
  3259. <item>
  3260. <label>present</label>
  3261. <value>1</value>
  3262. </item>
  3263. <item>
  3264. <label>absent</label>
  3265. <value>0</value>
  3266. </item>
  3267. </choices>
  3268. <script type="javascript" ev:event="xforms-value-changed">
  3269. <![CDATA[
  3270. fCalcNeedCal();
  3271. model.refresh();
  3272. ]]>
  3273. </script>
  3274. </select1>
  3275. <select1 id="cmb_needcalr16" ref="/root/init/pninfo/needcalrlist/needcalr16" class="combo_search" navindex="226" appearance="minimal" style="left:922px; top:250px; width:50px; height:19px; ">
  3276. <choices>
  3277. <item>
  3278. <label>present</label>
  3279. <value>1</value>
  3280. </item>
  3281. <item>
  3282. <label>absent</label>
  3283. <value>0</value>
  3284. </item>
  3285. </choices>
  3286. <script type="javascript" ev:event="xforms-value-changed">
  3287. <![CDATA[
  3288. fCalcNeedCal();
  3289. model.refresh();
  3290. ]]>
  3291. </script>
  3292. </select1>
  3293. <input id="ipt_needcalr17" ref="/root/init/pninfo/needcalrlist/needcalr17" class="input_default" navindex="227" format="#,###.##" roundmode="round" roundposition="-3" style="left:985px; top:250px; width:50px; height:19px; "/>
  3294. <input id="ipt_prot1" ref="/root/main/nstinfo/nutrpninfo/prot1" class="input_default" navindex="230" format="#,###.##" roundmode="round" roundposition="-3" style="left:521px; top:350px; width:76px; height:19px; ">
  3295. <script type="javascript" ev:event="DOMFocusOut">
  3296. <![CDATA[
  3297. fCalcFPN();
  3298. model.refresh();
  3299. ]]>
  3300. </script>
  3301. </input>
  3302. <input id="ipt_protcalc1" ref="/root/main/nstinfo/nutrpninfo/protcalc1" class="input_default" navindex="232" editable="false" format="#,###.##" roundmode="round" roundposition="-3" style="left:521px; top:377px; width:53px; height:19px; "/>
  3303. <input id="ipt_protcalc2" ref="/root/main/nstinfo/nutrpninfo/protcalc2" class="input_default" navindex="233" editable="false" format="#,###.##" roundmode="round" roundposition="-3" style="left:674px; top:377px; width:54px; height:19px; ">
  3304. <script type="javascript" ev:event="xforms-value-changed">
  3305. <![CDATA[
  3306. ]]>
  3307. </script>
  3308. </input>
  3309. <select1 id="rdo_needcalrflag" ref="/root/main/nstinfo/nutrpninfo/needcalrflag" navindex="209" appearance="full" vcellspacing="7" overflow="visible" style="left:432px; top:176px; width:35px; height:97px; border-style:none; ">
  3310. <choices>
  3311. <item>
  3312. <label>=</label>
  3313. <value>1</value>
  3314. </item>
  3315. <item>
  3316. <label>=</label>
  3317. <value>2</value>
  3318. </item>
  3319. <item>
  3320. <label>=</label>
  3321. <value>3</value>
  3322. </item>
  3323. <item>
  3324. <label>=</label>
  3325. <value>4</value>
  3326. </item>
  3327. </choices>
  3328. <script type="javascript" ev:event="xforms-value-changed">
  3329. <![CDATA[
  3330. fCalcNeedCal();
  3331. model.refresh();
  3332. ]]>
  3333. </script>
  3334. <script type="javascript" ev:event="ondblclick">
  3335. <![CDATA[
  3336. rdo_needcalrflag.value = "";
  3337. model.refresh();
  3338. ]]>
  3339. </script>
  3340. </select1>
  3341. <caption id="caption225" style="left:763px; top:227px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  3342. <select1 id="cmb_rgstseqno" ref="/root/send/srchinfo/rgstseqno" class="combo_search" navindex="158" appearance="minimal" style="left:338px; top:0px; width:42px; height:19px; ">
  3343. <choices>
  3344. <itemset nodeset="/root/main/patinfo/rgstseqnolist">
  3345. <label ref="rgstseqno"/>
  3346. <value ref="rgstseqno"/>
  3347. </itemset>
  3348. </choices>
  3349. <script type="javascript" ev:event="xforms-select">
  3350. <![CDATA[
  3351. btn_mealinfo.selected = false;
  3352. btn_pham.selected =true;
  3353. model.toggle("case2");
  3354. model.toggle("case7");
  3355. model.setValue("/root/init/pninfo/needcalrlist/needcalr1","");
  3356. model.setValue("/root/init/pninfo/needcalrlist/needcalr2","");
  3357. model.setValue("/root/init/pninfo/needcalrlist/needcalr3","");
  3358. model.setValue("/root/init/pninfo/needcalrlist/needcalr4","");
  3359. model.setValue("/root/init/pninfo/needcalrlist/needcalr5","");
  3360. model.setValue("/root/init/pninfo/needcalrlist/needcalr6","");
  3361. model.setValue("/root/init/pninfo/needcalrlist/needcalr7","");
  3362. model.setValue("/root/init/pninfo/needcalrlist/needcalr8","");
  3363. model.setValue("/root/init/pninfo/needcalrlist/needcalr9","");
  3364. model.setValue("/root/init/pninfo/needcalrlist/needcalr10","");
  3365. model.setValue("/root/init/pninfo/needcalrlist/needcalr11","");
  3366. model.setValue("/root/init/pninfo/needcalrlist/needcalr12","");
  3367. model.setValue("/root/init/pninfo/needcalrlist/needcalr13","");
  3368. model.setValue("/root/init/pninfo/needcalrlist/needcalr14","");
  3369. model.setValue("/root/init/pninfo/needcalrlist/needcalr15","");
  3370. model.setValue("/root/init/pninfo/needcalrlist/needcalr16","");
  3371. model.setValue("/root/init/pninfo/needcalrlist/needcalr17","");
  3372. submit("TRADC02603");
  3373. ///////2016.7.26. 김치국 NST처방 AI600 등록
  3374. //alert(model.getValue("/root/main/nstinfo/nutrpninfo/orderyn"));
  3375. chk_orderyn.disabled = false;
  3376. model.setValue("/root/send/srchinfo/orderyn","");
  3377. if ( model.getValue("/root/main/nstinfo/nutrpninfo/a") == "Y") {
  3378. model.setValue("/root/send/srchinfo/orderyn","Y");
  3379. chk_orderyn.disabled = true;
  3380. }
  3381. /*
  3382. @ 약사 이름 설정
  3383. */
  3384. if(model.getValue("/root/main/nstinfo/nutrpninfo/pharmstnm") == ""){
  3385. model.setValue("/root/main/nstinfo/nutrpninfo/pharmstnm", getUserName());
  3386. model.setValue("/root/main/nstinfo/nutrpninfo/pharmstid", getUserId());
  3387. }
  3388. /*
  3389. @ 회신약사 이름 설정
  3390. */
  3391. //fSetReplNm();
  3392. // 회신자 id 전역변수 설정
  3393. gv_replid = model.getValue("/root/main/nstinfo/nutrpninfo/replid");
  3394. fSetBee("PN"); // 기초대사량 설정
  3395. fSetTCN("PN"); // 필요열량 설정
  3396. fSetEtc("PN");
  3397. fCalRecmDrugVol();
  3398. formrecseq = model.getValue("/root/main/nstinfo/nutrpninfo/formrecseq"); //전역변수 설정
  3399. cnstseqno = model.getValue("/root/main/nstinfo/nutrpninfo2/cnstseqno"); //전역변수 설정
  3400. model.setValue("/root/send/srchinfo/formrecseq", formrecseq );
  3401. model.setValue("/root/send/srchinfo/cnstseqno",cnstseqno );
  3402. ///2014년 10.16 김치국 ast.adchcnstinfo의 cnstcnts2 as drugpath 를 ast.adcdnstpn 의 drugpath로 정리
  3403. model.setValue("/root/main/nstinfo/nutrpninfo2/drugpath",model.getValue("/root/main/nstinfo/nutrpninfo/drugpath"));
  3404. fCalcWeight();
  3405. fCalcBee();
  3406. fCalcNeedCal(true);
  3407. fBtnDisabled();
  3408. // 미의뢰회신건인지 아닌지 구분
  3409. // 정상적인 의뢰인 경우 rgstseqno 발생전에 formrecseq가 발생되어 업데이트 되는게 정상적인 동작
  3410. if(formrecseq == ""){
  3411. gv_consult = "NR";
  3412. fCretCnstinfo();
  3413. }
  3414. //2009-12-17 추구관리 조회시 [추구관리 표시]/ 조회 adchcnstinfo - cnstcnts10 = 'PURS'
  3415. if (model.getValue("/root/main/nstinfo/nutrpninfo/pursflag") == "PURS") { //2009-12-17 추구관리 표시
  3416. out_pn_purs.attribute("text")="[ 추구관리 : " + model.getValue("/root/main/nstinfo/nutrpninfo/pursseq") + " ]";
  3417. model.makeValue(NstNodepathMain + "adchcnstinfo/cnstcnts10", "PURS"); // 추구관리-구분
  3418. model.makeValue(NstNodepathMain + "adchcnstinfo/cnstcnts11", gv_formrecseq); // 추구관리-원Formrecseq
  3419. }else {
  3420. out_pn_purs.attribute("text")="";
  3421. }
  3422. model.makeValue(NstNodepathMain + "adchcnstinfo/cnstnewflag", ""); // 추구관리-신규여부 확인
  3423. model.refresh();
  3424. ]]>
  3425. </script>
  3426. </select1>
  3427. <input id="input5" ref="/root/init/pninfo/needcalrlist/needcalr2" class="input_default" navindex="211" format="#,###.##" roundmode="round" roundposition="-3" style="left:605px; top:175px; width:60px; height:19px; ">
  3428. <script type="javascript" ev:event="DOMFocusOut">
  3429. <![CDATA[
  3430. fCalcNeedCal();
  3431. model.refresh();
  3432. ]]>
  3433. </script>
  3434. </input>
  3435. <caption id="caption232" style="left:810px; top:175px; width:55px; height:20px; vertical-align:middle; ">kcal/day</caption>
  3436. <input id="input16" ref="/root/init/pninfo/needcalrlist/needcalr7" class="input_default" navindex="212" format="#,###.##" roundmode="round" roundposition="-3" style="left:740px; top:175px; width:70px; height:19px; "/>
  3437. <caption id="caption234" style="left:725px; top:175px; width:20px; height:20px; vertical-align:middle; ">=</caption>
  3438. <caption id="caption316" style="left:130px; top:455px; width:65px; height:23px; vertical-align:middle; ">(intake) - (</caption>
  3439. <input id="input26" ref="/root/main/nstinfo/nutrpninfo/nbintake" class="input_default" navindex="196" format="#,###.##" roundmode="round" roundposition="-3" style="left:80px; top:455px; width:45px; height:19px; ">
  3440. <script type="javascript" ev:event="DOMFocusOut">
  3441. <![CDATA[
  3442. fCalcNbalance();
  3443. model.refresh();
  3444. ]]>
  3445. </script>
  3446. </input>
  3447. <caption id="caption319" style="left:245px; top:455px; width:125px; height:23px; vertical-align:middle; ">(24HrUUN) * 1.2 + 2) =</caption>
  3448. <input id="input27" ref="/root/main/nstinfo/nutrpninfo/nbcalval" class="input_default" style="left:375px; top:455px; width:45px; height:19px; "/>
  3449. <caption id="caption415" style="left:339px; top:202px; width:25px; height:15px; vertical-align:middle; ">g</caption>
  3450. <select id="chk_nutjudgOLD" ref="/root/hidden/redatalist/redata/nutrjudg" visibility="hidden" overflow="visible" appearance="full" cols="2" rows="2" style="left:540px; top:5px; width:20px; height:15px; border-style:none; ">
  3451. <choices>
  3452. <item>
  3453. <label>양호</label>
  3454. <value>1</value>
  3455. </item>
  3456. <item>
  3457. <label>가벼운 영양불량</label>
  3458. <value>2</value>
  3459. </item>
  3460. <item>
  3461. <label>중정도 영양불량</label>
  3462. <value>3</value>
  3463. </item>
  3464. <item>
  3465. <label>심한 영양불량</label>
  3466. <value>4</value>
  3467. </item>
  3468. <item>
  3469. <label>marasmus</label>
  3470. <value>5</value>
  3471. </item>
  3472. <item>
  3473. <label>kwashiorkor</label>
  3474. <value>6</value>
  3475. </item>
  3476. <item>
  3477. <label>Protein malnutrition</label>
  3478. <value>7</value>
  3479. </item>
  3480. <item>
  3481. <label>Energy malnutrition</label>
  3482. <value>8</value>
  3483. </item>
  3484. <item>
  3485. <label>Severe Protein Energy malnutrition</label>
  3486. <value>9</value>
  3487. </item>
  3488. </choices>
  3489. </select>
  3490. <caption id="caption441" style="left:270px; top:308px; width:30px; height:15px; vertical-align:middle; ">개월</caption>
  3491. <textarea id="textarea18" ref="/root/temp/drugformetctext" visibility="hidden" scroll="autovscroll" editable="false" style="left:395px; top:350px; width:85px; height:85px; "/>
  3492. <textarea id="textarea6" ref="/root/temp/drugformtext" visibility="hidden" scroll="autovscroll" editable="false" style="left:400px; top:260px; width:85px; height:85px; "/>
  3493. <output id="out_pn_purs" style="left:145px; top:0px; width:185px; height:19px; font-family:굴림체; font-size:9pt; font-weight:bold; color:#008000; text-align:right; "/>
  3494. <button id="btn_pn_purs" class="btn_number" visibility="hidden" style="left:385px; top:0px; width:65px; height:19px; font-weight:bold; font-style:italic; ">
  3495. <caption>+NEW</caption>
  3496. <script type="javascript" ev:event="onclick">
  3497. <![CDATA[
  3498. /*
  3499. @ NST PN/EN/교육관리 추구관리 [+] 버튼 클릭시 - 2009-12-18
  3500. #parameter
  3501. - tmpflag : pn(=PN)/en(=EN)/교육의뢰(=EDU) 구분
  3502. - pursflag : PURS 추구관리
  3503. */
  3504. fPursuit("PN","PURS", NstNodepathMain,NstNodepath);
  3505. ]]>
  3506. </script>
  3507. </button>
  3508. <select id="chk_nutjudg" ref="/root/main/nstinfo/nutrpninfo/nutrjudg" navindex="109" overflow="visible" appearance="full" cols="3" rows="2" sep="|" style="left:435px; top:30px; width:630px; height:40px; border-style:none; ">
  3509. <choices>
  3510. <item>
  3511. <label>No malnutrition present</label>
  3512. <value>1</value>
  3513. </item>
  3514. <item>
  3515. <label>Mild malnutrition</label>
  3516. <value>2</value>
  3517. </item>
  3518. <item>
  3519. <label>Moderate malnutrition</label>
  3520. <value>3</value>
  3521. </item>
  3522. <item>
  3523. <label>Severe Protein Energy malnutrition</label>
  3524. <value>4</value>
  3525. </item>
  3526. <item>
  3527. <label>Energy malnutrition</label>
  3528. <value>5</value>
  3529. </item>
  3530. <item>
  3531. <label>Protein malnutrition</label>
  3532. <value>6</value>
  3533. </item>
  3534. </choices>
  3535. <script type="javascript" ev:event="onclick">
  3536. <![CDATA[
  3537. ]]>
  3538. </script>
  3539. </select>
  3540. <textarea id="txt_drugplan" ref="/root/main/nstinfo/nutrpninfo/drugplan" navindex="235" scroll="autovscroll" style="left:860px; top:300px; width:255px; height:40px; padding-left:3; padding-top:3; padding-right:3; padding-bottom:3; "/>
  3541. <textarea id="txt_suplplanetc" ref="/root/main/nstinfo/nutrpninfo/suplplanetc" navindex="236" scroll="autovscroll" style="left:860px; top:343px; width:255px; height:40px; padding-left:3; padding-top:3; padding-right:3; padding-bottom:3; "/>
  3542. <select1 id="rdo_calc" ref="/root/init/calc" visibility="hidden" appearance="full" vcellspacing="7" overflow="visible" style="left:565px; top:155px; width:240px; height:260px; background-color:#c0c0c0; border-style:none; ">
  3543. <choices>
  3544. <item>
  3545. <label>250 X Vol / 1440 X 체중 IVH/IVT/GVH</label>
  3546. <value>1</value>
  3547. </item>
  3548. <item>
  3549. <label>150 X Vol / 1440 X 체중 TNA/TOP?HNA</label>
  3550. <value>2</value>
  3551. </item>
  3552. <item>
  3553. <label>100 X Vol / 1440 X 체중 NE</label>
  3554. <value>3</value>
  3555. </item>
  3556. <item>
  3557. <label>135 X Vol / 1440 X 체중 GNA</label>
  3558. <value>4</value>
  3559. </item>
  3560. <item>
  3561. <label>120 X Vol / 1440 X 체중 P1</label>
  3562. <value>5</value>
  3563. </item>
  3564. <item>
  3565. <label>160 X Vol / 1440 X 체중 P2</label>
  3566. <value>6</value>
  3567. </item>
  3568. <item>
  3569. <label>200 X Vol / 1440 X 체중 P3</label>
  3570. <value>7</value>
  3571. </item>
  3572. <item>
  3573. <label>160 X Vol / 1440 X 체중 OCLI</label>
  3574. <value>8</value>
  3575. </item>
  3576. <item>
  3577. <label>67 X Vol / 1440 X 체중 KABP</label>
  3578. <value>9</value>
  3579. </item>
  3580. <item>
  3581. <label>65 X Vol / 1440 X 체중 MG9</label>
  3582. <value>10</value>
  3583. </item>
  3584. <item>
  3585. <label>120 X Vol / 1440 X 체중 CBFP</label>
  3586. <value>11</value>
  3587. </item>
  3588. </choices>
  3589. <script type="javascript" ev:event="onclick">
  3590. <![CDATA[
  3591. rdo_calc.attribute("visibility") = "hidden";
  3592. fCalDexwDrugSpd();
  3593. model.refresh();
  3594. ]]>
  3595. </script>
  3596. </select1>
  3597. <button id="btn_careplan_pn" class="btn2_letter7" style="left:155px; top:479px; width:97px; height:19px; ">
  3598. <caption>CarePlan전송</caption>
  3599. <script type="javascript" ev:event="DOMActivate">
  3600. <![CDATA[
  3601. if(model.getValue("/root/main/patinfo/baseinfo/pid") != ""){
  3602. if(submit("TRADC62202")){
  3603. var cnststat = model.getValue("/root/hidden/cnststatinfo/cnststat");
  3604. if(cnststat == "04"){
  3605. messageBox("[취소]상태는 [CarePlan 전송]할 수","I004");
  3606. return ;
  3607. }else if (cnststat <= "21"){
  3608. messageBox("[회신]이전 더이상 [CarePlan 전송]하실 수","I004");
  3609. return;
  3610. }
  3611. }
  3612. //CarePlan 전송여부 확인.
  3613. var CarePlanSendYN =model.getValue("root/main/nstinfo/careplaninfo/replyn");
  3614. if (CarePlanSendYN == "Y") {
  3615. var sel = messageBox("이미 [ CarePlan 전송 ] 완료하였습니다. \n\n작업을 계속진행 ","S001");
  3616. if (sel != 6) return;
  3617. }else{
  3618. var sel = messageBox("[ CarePlan 전송 ]","S001");
  3619. if (sel != 6) return;
  3620. }
  3621. //회신시 전송처리여부 (EN은 회신시 바로 전송처리하므로 check여부에 따라 전송할지 확인하나
  3622. // PN는 전송버튼 따로 있어 무조건 'Y' Set)
  3623. model.makeValue("/root/hidden/sendENRCAREPLANData/nodesendYN","Y")
  3624. sendENRCAREPLANDataPN(NstNodepathMain); //Care Plan 관련 ENR 데이터 전송
  3625. }else {
  3626. messageBox("등록번호는 필수입력","I009");
  3627. return false;
  3628. }
  3629. ]]>
  3630. </script>
  3631. </button>
  3632. <group id="grp_pndrcmt" visibility="hidden" style="left:350px; top:265px; width:445px; height:245px; ">
  3633. <textarea id="txt_pndrcmt" ref="/root/send/popup/pndrcmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  3634. <button id="button6" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  3635. <caption>닫기</caption>
  3636. <script type="javascript" ev:event="DOMActivate">
  3637. <![CDATA[
  3638. grp_pndrcmt.visible = false;
  3639. ]]>
  3640. </script>
  3641. </button>
  3642. <caption id="caption465" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">의사제언</caption>
  3643. <shape id="rectangle5" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  3644. <button id="button7" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  3645. <caption>입력</caption>
  3646. <script type="javascript" ev:event="DOMActivate">
  3647. <![CDATA[
  3648. model.setValue("/root/main/nstinfo/nutrpninfo/droffr", "");
  3649. model.setValue("/root/main/nstinfo/nutrpninfo/droffr",model.getValue("/root/send/popup/pndrcmt") );
  3650. model.setValue("/root/main/nstinfo/nutrpninfo/drnm",getUserName()); // 입력시 로그인 Id입력
  3651. input153.refresh();
  3652. grp_pndrcmt.visible = false;
  3653. model.refresh();
  3654. ]]>
  3655. </script>
  3656. </button>
  3657. </group>
  3658. <group id="grp_pndietercmt" visibility="hidden" style="left:350px; top:265px; width:445px; height:245px; ">
  3659. <textarea id="txt_pndietercmt" ref="/root/send/popup/pndietercmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  3660. <button id="button16" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  3661. <caption>닫기</caption>
  3662. <script type="javascript" ev:event="DOMActivate">
  3663. <![CDATA[
  3664. grp_pndietercmt.visible = false;
  3665. ]]>
  3666. </script>
  3667. </button>
  3668. <caption id="caption118" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">영양사제언</caption>
  3669. <shape id="rectangle6" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  3670. <button id="button17" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  3671. <caption>입력</caption>
  3672. <script type="javascript" ev:event="DOMActivate">
  3673. <![CDATA[
  3674. model.setValue("/root/main/nstinfo/nutrpninfo/dieteroffr", "");
  3675. model.setValue("/root/main/nstinfo/nutrpninfo/dieteroffr",model.getValue("/root/send/popup/pndietercmt") );
  3676. model.setValue("/root/main/nstinfo/nutrpninfo/dieternm",getUserName()); // 입력시 로그인 Id입력
  3677. input164.refresh();
  3678. grp_pndietercmt.visible = false;
  3679. model.refresh();
  3680. ]]>
  3681. </script>
  3682. </button>
  3683. </group>
  3684. <group id="grp_pnpharmstcmt" visibility="hidden" style="left:350px; top:265px; width:445px; height:245px; ">
  3685. <textarea id="txt_pnpharmstcmt" ref="/root/send/popup/pnpharmstcmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  3686. <button id="button18" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  3687. <caption>닫기</caption>
  3688. <script type="javascript" ev:event="DOMActivate">
  3689. <![CDATA[
  3690. grp_pnpharmstcmt.visible = false;
  3691. ]]>
  3692. </script>
  3693. </button>
  3694. <caption id="caption119" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">약사제언</caption>
  3695. <shape id="rectangle8" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  3696. <button id="button19" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  3697. <caption>입력</caption>
  3698. <script type="javascript" ev:event="DOMActivate">
  3699. <![CDATA[
  3700. model.setValue("/root/main/nstinfo/nutrpninfo/pharmstoffr", "");
  3701. model.setValue("/root/main/nstinfo/nutrpninfo/pharmstoffr",model.getValue("/root/send/popup/pnpharmstcmt"));
  3702. model.setValue("/root/main/nstinfo/nutrpninfo/pharmstnm", cmb_pharm.label);
  3703. model.setValue("/root/main/nstinfo/nutrpninfo/pharmstid", cmb_pharm.value);
  3704. grp_pnpharmstcmt.visible = false;
  3705. model.refresh();
  3706. ]]>
  3707. </script>
  3708. </button>
  3709. </group>
  3710. <group id="grp_pnnursecmt" visibility="hidden" style="left:350px; top:265px; width:445px; height:245px; ">
  3711. <textarea id="txt_pnnursecmt" ref="/root/send/popup/pnnursecmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  3712. <button id="button8" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  3713. <caption>닫기</caption>
  3714. <script type="javascript" ev:event="DOMActivate">
  3715. <![CDATA[
  3716. grp_pnnursecmt.visible = false;
  3717. ]]>
  3718. </script>
  3719. </button>
  3720. <caption id="caption121" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">간호사사제언</caption>
  3721. <shape id="rectangle7" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  3722. <button id="button21" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  3723. <caption>입력</caption>
  3724. <script type="javascript" ev:event="DOMActivate">
  3725. <![CDATA[
  3726. model.setValue("/root/main/nstinfo/nutrpninfo/nurseoffr", "");
  3727. model.setValue("/root/main/nstinfo/nutrpninfo/nurseoffr",model.getValue("/root/send/popup/pnnursecmt"));
  3728. model.setValue("/root/main/nstinfo/nutrpninfo/nursenm",getUserName()); // 입력시 로그인 Id입력
  3729. input165.refresh();
  3730. grp_pnnursecmt.visible = false;
  3731. model.refresh();
  3732. ]]>
  3733. </script>
  3734. </button>
  3735. </group>
  3736. <caption id="caption473" class="cell_1" style="left:801px; top:474px; width:48px; height:20px; vertical-align:middle; ">
  3737. <![CDATA[간호사]]>
  3738. <script type="javascript" ev:event="onclick">
  3739. <![CDATA[
  3740. model.setValue("/root/send/popup/pnnursecmt", "");
  3741. grp_pnnursecmt.visible = true;
  3742. var pnnursecmt = model.getValue("/root/main/nstinfo/nutrpninfo/nurseoffr");
  3743. model.setValue("/root/send/popup/pnnursecmt",pnnursecmt);
  3744. model.setFocus("txt_pnnursecmt");
  3745. model.refresh();
  3746. ]]>
  3747. </script>
  3748. </caption>
  3749. <textarea id="textarea14" ref="/root/main/nstinfo/nutrpninfo/nurseoffr" navindex="244" style="left:854px; top:474px; width:210px; height:20px; ">
  3750. <script type="javascript" ev:event="onkeyup">
  3751. <![CDATA[
  3752. model.setValue("/root/main/nstinfo/nutrpninfo/nursenm",getUserName()); // 입력시 로그인 Id입력
  3753. input165.refresh();
  3754. ]]>
  3755. </script>
  3756. </textarea>
  3757. <select id="checkbox26" ref="/root/main/nstinfo/nutrpninfo/nurseoffrflag" navindex="245" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:1067px; top:472px; width:57px; height:20px; border-style:none; ">
  3758. <choices>
  3759. <item>
  3760. <label>회신</label>
  3761. <value>2</value>
  3762. </item>
  3763. </choices>
  3764. </select>
  3765. <caption id="caption446" class="cell_1" style="left:800px; top:500px; width:58px; height:23px; text-align:left; vertical-align:middle; ">담당약사</caption>
  3766. <!-- 20141024 jmkim 담당의사 추가 -->
  3767. <select1 id="cmb_pharm" ref="/root/temp/pharmstcode" appearance="minimal" style="left:858px; top:503px; width:80px; height:19px; ">
  3768. <choices>
  3769. <itemset nodeset="/root/pharmstcode/codelist">
  3770. <label ref="cdnm"/>
  3771. <value ref="cdid"/>
  3772. </itemset>
  3773. </choices>
  3774. <script type="javascript" ev:event="xforms-value-changed">
  3775. <![CDATA[
  3776. model.setValue("/root/main/nstinfo/nutrpninfo/pharmstnm", cmb_pharm.label);
  3777. model.setValue("/root/main/nstinfo/nutrpninfo/pharmstid", cmb_pharm.value);
  3778. model.refresh();
  3779. ]]>
  3780. </script>
  3781. </select1>
  3782. <input id="input164" ref="/root/main/nstinfo/nutrpninfo/nursenm" visibility="hidden" style="left:1040px; top:385px; width:20px; height:19px; "/>
  3783. <input id="input153" ref="/root/main/nstinfo/nutrpninfo/drnm" visibility="hidden" style="left:1020px; top:385px; width:20px; height:19px; "/>
  3784. <input id="input165" ref="/root/main/nstinfo/nutrpninfo/dieternm" visibility="hidden" style="left:1060px; top:385px; width:20px; height:19px; "/>
  3785. <caption id="caption167" class="cell_1" style="left:1041px; top:500px; width:60px; height:23px; vertical-align:middle; ">수행일자</caption>
  3786. <!-- 20141024 jmkim 담당의사 추가 -->
  3787. <select1 id="cmb_dr" ref="/root/temp/drcode" visibility="hidden" appearance="minimal" style="left:959px; top:503px; width:80px; height:19px; ">
  3788. <choices>
  3789. <itemset nodeset="/root/pharmstcode/drcodelist">
  3790. <label ref="cdnm"/>
  3791. <value ref="cdnm"/>
  3792. </itemset>
  3793. </choices>
  3794. <script type="javascript" ev:event="xforms-value-changed">
  3795. <![CDATA[
  3796. model.setValue("/root/main/nstinfo/nutrpninfo/drnm", cmb_dr.label);
  3797. // 미사용 주석처리 model.setValue("/root/main/nstinfo/nutrpninfo/drid", cmb_dr.value);
  3798. model.refresh();
  3799. cmb_dr.visible = false; // 20141118 jmkim 의사 지정 후 cmb.dr 콤보 hidden 처리 추가
  3800. ]]>
  3801. </script>
  3802. </select1>
  3803. <input id="input55" ref="/root/main/nstinfo/nutrpninfo/replnm" class="input_default" navindex="246" visibility="hidden" editable="false" style="left:1127px; top:385px; width:15px; height:19px; ">
  3804. <script type="javascript" ev:event="DOMFocusOut">
  3805. <![CDATA[
  3806. fCalcFPN();
  3807. model.refresh();
  3808. ]]>
  3809. </script>
  3810. </input>
  3811. <input id="input60" ref="/root/main/nstinfo/nutrpninfo/pharmstnm" class="input_default" navindex="246" visibility="hidden" editable="false" style="left:1142px; top:385px; width:15px; height:19px; ">
  3812. <script type="javascript" ev:event="DOMFocusOut">
  3813. <![CDATA[
  3814. fCalcFPN();
  3815. model.refresh();
  3816. ]]>
  3817. </script>
  3818. </input>
  3819. <input id="input148" ref="/root/main/nstinfo/nutrpninfo/pharmstid" class="input_default" navindex="246" visibility="hidden" editable="false" style="left:1162px; top:385px; width:20px; height:19px; "/>
  3820. <input id="input106" ref="/root/main/nstinfo/nutrpninfo/execdd" class="input_essential" navindex="247" inputtype="date" style="left:1100px; top:503px; width:89px; height:19px; "/>
  3821. <caption id="caption155" class="cell_1" visibility="hidden" style="left:1080px; top:382px; width:47px; height:23px; vertical-align:middle; ">회신자</caption>
  3822. <button id="button59" class="btn2_letter6" style="left:262px; top:479px; width:86px; height:19px; ">
  3823. <caption>임상관찰기록</caption>
  3824. <script type="javascript" ev:event="DOMActivate">
  3825. <![CDATA[
  3826. //2016년 7월21일 간호임상기록 김치국
  3827. modal("SMMNR00900","","","","SMMNR00900","/root/hidden/cnsttypelist","/root/hidden/opnerdata/cnsttype"); //의뢰구분
  3828. ]]>
  3829. </script>
  3830. </button>
  3831. <select id="chk_orderyn" ref="/root/send/srchinfo/orderyn" navindex="241" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:1124px; top:406px; width:51px; height:20px; border-style:none; ">
  3832. <choices>
  3833. <item>
  3834. <label>처방</label>
  3835. <value>Y</value>
  3836. </item>
  3837. </choices>
  3838. </select>
  3839. <button id="but_doc" class="btn2_letter4" visibility="visible" style="left:1125px; top:474px; width:64px; height:19px; ">
  3840. <caption>통합기록</caption>
  3841. <script type="javascript" ev:event="DOMActivate">
  3842. <![CDATA[
  3843. fCretReplCnts("doc");
  3844. fSign();
  3845. submit("TXADC02609");
  3846. var signno = model.getValue("/root/hidden/signno/signno");
  3847. model.makeValue("/root/main/nstinfo/nutrpninfo/signno", signno);
  3848. submit("TXADC02619");
  3849. ]]>
  3850. </script>
  3851. </button>
  3852. </case>
  3853. <case id="case3">
  3854. <caption id="caption126" class="tit_2" style="left:436px; top:374px; width:176px; height:13px; ">영양교육내용</caption>
  3855. <line id="line94" class="line_1" style="x1:432px; y1:389px; x2:802px; y2:390px; "/>
  3856. <line id="line98" class="line_3" style="x1:430px; y1:490px; x2:800px; y2:490px; "/>
  3857. <caption id="caption204" class="cell_1" style="left:432px; top:394px; width:75px; height:23px; vertical-align:middle; ">상용구선택</caption>
  3858. <select1 id="cmb_cnstcd" ref="/root/main/edunstinfo/nutreduinfo/dietedustandard" class="combo_default" appearance="minimal" style="left:510px; top:395px; width:290px; height:19px; ">
  3859. <choices>
  3860. <itemset nodeset="/root/init/encodelist/edustandard/PN30">
  3861. <label ref="cdnm"/>
  3862. <value ref="cdid"/>
  3863. </itemset>
  3864. </choices>
  3865. </select1>
  3866. <textarea id="textarea7" ref="/root/main/edunstinfo/nutreduinfo/dietedurslt" style="left:432px; top:420px; width:370px; height:65px; "/>
  3867. <caption id="caption184" class="cell_1" style="left:2px; top:303px; width:88px; height:23px; vertical-align:middle; ">Wt Change</caption>
  3868. <line id="line93" class="line_2" style="x1:2px; y1:74px; x2:430px; y2:74px; "/>
  3869. <caption id="caption188" style="left:182px; top:437px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  3870. <caption id="caption189" style="left:330px; top:255px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  3871. <line id="line97" class="line_3" style="x1:2px; y1:524px; x2:430px; y2:524px; "/>
  3872. <input id="input63" ref="/root/main/edunstinfo/nutreduinfo/totintkcalr" class="input_default" navindex="254" format="#,###.##" style="left:90px; top:201px; width:55px; height:19px; "/>
  3873. <caption id="caption192" style="left:215px; top:308px; width:85px; height:15px; vertical-align:middle; ">%)/ 개월</caption>
  3874. <caption id="caption193" class="cell_1" style="left:2px; top:404px; width:58px; height:23px; vertical-align:middle; ">BUN/Cr</caption>
  3875. <line id="line101" class="line_1" style="x1:2px; y1:350px; x2:430px; y2:350px; "/>
  3876. <caption id="caption194" class="cell_1" style="left:310px; top:277px; width:38px; height:23px; vertical-align:middle; ">ABW</caption>
  3877. <caption id="caption199" style="left:248px; top:177px; width:47px; height:20px; vertical-align:middle; ">kcal/d</caption>
  3878. <caption id="caption200" class="cell_1" style="left:260px; top:430px; width:38px; height:23px; vertical-align:middle; ">INS</caption>
  3879. <line id="line105" class="line_2" style="x1:2px; y1:299px; x2:430px; y2:299px; "/>
  3880. <input id="input75" ref="/root/main/edunstinfo/nutreduinfo/hb" class="input_default" navindex="269" format="#,###.##" style="left:257px; top:357px; width:45px; height:19px; "/>
  3881. <caption id="caption201" class="cell_1" style="left:94px; top:355px; width:38px; height:23px; vertical-align:middle; ">TLC</caption>
  3882. <caption id="caption202" class="cell_1" style="left:185px; top:380px; width:68px; height:23px; vertical-align:middle; ">Na/K/Cl</caption>
  3883. <button id="button22" class="btn2_letter4" style="left:363px; top:479px; width:64px; height:19px; ">
  3884. <caption>약품편람</caption>
  3885. <script type="javascript" ev:event="DOMActivate">
  3886. <![CDATA[
  3887. modal("SMADB01900", 0,100,100,"SMADB01900","","","left:30; top:50; width:1230; height:840;");
  3888. ]]>
  3889. </script>
  3890. </button>
  3891. <input id="input79" ref="/root/main/edunstinfo/nutreduinfo/itvnfd" class="input_default" navindex="253" format="#,###.##" style="left:348px; top:177px; width:45px; height:19px; ">
  3892. <script type="javascript" ev:event="DOMFocusOut">
  3893. <![CDATA[
  3894. fCalcintkcalr("EDU" ,NstNodepathINIT ,NstNodepath); //총섭취열량 계산
  3895. model.refresh();
  3896. ]]>
  3897. </script>
  3898. </input>
  3899. <caption id="caption206" style="left:210px; top:255px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  3900. <button id="button23" class="btn2_letter5" style="left:352px; top:225px; width:75px; height:19px; ">
  3901. <caption>소아기준표</caption>
  3902. <script type="javascript" ev:event="DOMActivate">
  3903. <![CDATA[
  3904. popChildBaseTable();
  3905. ]]>
  3906. </script>
  3907. </button>
  3908. <input id="input112" ref="/root/main/edunstinfo/nutreduinfo/tubfd" class="input_default" navindex="252" format="#,###.##" style="left:203px; top:177px; width:45px; height:19px; ">
  3909. <script type="javascript" ev:event="DOMFocusOut">
  3910. <![CDATA[
  3911. fCalcintkcalr("EDU" ,NstNodepathINIT ,NstNodepath); //총섭취열량 계산
  3912. model.refresh();
  3913. ]]>
  3914. </script>
  3915. </input>
  3916. <caption id="caption207" style="left:307px; top:387px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  3917. <input id="input114" ref="/root/main/edunstinfo/nutreduinfo/pibw" class="input_default" navindex="261" format="#,###.#" style="left:231px; top:279px; width:45px; height:19px; "/>
  3918. <caption id="caption208" style="left:125px; top:437px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  3919. <line id="line107" class="line_2" style="x1:2px; y1:377px; x2:430px; y2:377px; "/>
  3920. <button id="button24" class="btn2_letter5" style="left:352px; top:150px; width:75px; height:19px; ">
  3921. <caption>섭취량평가</caption>
  3922. </button>
  3923. <input id="input115" ref="/root/main/edunstinfo/nutreduinfo/alb" class="input_default" navindex="267" format="#,###.##" style="left:45px; top:357px; width:45px; height:19px; "/>
  3924. <input id="input117" ref="/root/main/edunstinfo/nutreduinfo/p" class="input_default" navindex="281" format="#,###.##" style="left:135px; top:432px; width:45px; height:19px; "/>
  3925. <line id="line113" class="line_1" style="x1:2px; y1:20px; x2:430px; y2:20px; "/>
  3926. <caption id="caption213" style="left:96px; top:282px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  3927. <caption id="caption214" class="cell_1" style="left:145px; top:175px; width:55px; height:23px; vertical-align:middle; ">경관영양</caption>
  3928. <line id="line114" class="line_1" style="x1:2px; y1:499px; x2:430px; y2:499px; "/>
  3929. <caption id="caption215" class="cell_1" style="left:2px; top:176px; width:55px; height:23px; vertical-align:middle; ">경구영양</caption>
  3930. <input id="input121" ref="/root/main/edunstinfo/nutreduinfo/wtchngperc" class="input_default" navindex="264" format="(-)#,###.#" style="left:170px; top:305px; width:45px; height:19px; "/>
  3931. <line id="line116" class="line_2" style="x1:2px; y1:198px; x2:430px; y2:198px; "/>
  3932. <input id="input124" ref="/root/main/edunstinfo/nutreduinfo/hct" class="input_default" navindex="270" format="#,###.##" style="left:317px; top:357px; width:45px; height:19px; "/>
  3933. <select id="checkbox7" ref="/root/main/edunstinfo/nutreduinfo/nutrprob" navindex="300" overflow="visible" appearance="full" cols="7" rows="2" vcellspacing="8" style="left:2px; top:22px; width:413px; height:50px; border-style:none; ">
  3934. <choices>
  3935. <item>
  3936. <label>메스꺼움</label>
  3937. <value>1</value>
  3938. </item>
  3939. <item>
  3940. <label>식욕부진</label>
  3941. <value>2</value>
  3942. </item>
  3943. <item>
  3944. <label>구토</label>
  3945. <value>3</value>
  3946. </item>
  3947. <item>
  3948. <label>설사</label>
  3949. <value>4</value>
  3950. </item>
  3951. <item>
  3952. <label>변비</label>
  3953. <value>5</value>
  3954. </item>
  3955. <item>
  3956. <label>소화불량</label>
  3957. <value>6</value>
  3958. </item>
  3959. <item>
  3960. <label>고열</label>
  3961. <value>7</value>
  3962. </item>
  3963. <item>
  3964. <label>욕창</label>
  3965. <value>8</value>
  3966. </item>
  3967. <item>
  3968. <label>인공호흡기</label>
  3969. <value>9</value>
  3970. </item>
  3971. <item>
  3972. <label>기타</label>
  3973. <value>10</value>
  3974. </item>
  3975. </choices>
  3976. </select>
  3977. <input id="input125" ref="/root/main/edunstinfo/nutreduinfo/cr" class="input_default" navindex="277" format="#,###.##" style="left:125px; top:406px; width:45px; height:19px; "/>
  3978. <caption id="caption216" style="left:277px; top:280px; width:25px; height:15px; vertical-align:middle; ">%</caption>
  3979. <line id="line117" class="line_3" style="x1:2px; y1:477px; x2:430px; y2:477px; "/>
  3980. <caption id="caption221" class="tit_2" style="left:10px; top:335px; width:122px; height:13px; ">검사결과</caption>
  3981. <button id="button25" class="btn2_letter6" style="left:341px; top:330px; width:86px; height:19px; ">
  3982. <caption>검사결과조회</caption>
  3983. <script type="javascript" ev:event="DOMActivate">
  3984. <![CDATA[
  3985. open("SMAER00800","","","","","/root/main/patinfo/baseinfo/pid","/root/send/data/singdata/srchpid");
  3986. ]]>
  3987. </script>
  3988. </button>
  3989. <input id="input126" ref="/root/main/edunstinfo/nutreduinfo/rbp" class="input_default" navindex="272" format="#,###.##" style="left:137px; top:382px; width:45px; height:19px; "/>
  3990. <select id="checkbox14" ref="/root/main/edunstinfo/nutreduinfo/actgrde" navindex="248" overflow="visible" appearance="full" cols="4" rows="2" vcellspacing="8" style="left:65px; top:73px; width:355px; height:50px; border-style:none; ">
  3991. <choices>
  3992. <item>
  3993. <label>bed ridden</label>
  3994. <value>1</value>
  3995. </item>
  3996. <item>
  3997. <label>wheel chair</label>
  3998. <value>2</value>
  3999. </item>
  4000. <item>
  4001. <label>bed side PT</label>
  4002. <value>3</value>
  4003. </item>
  4004. <item>
  4005. <label>PT</label>
  4006. <value>4</value>
  4007. </item>
  4008. <item>
  4009. <label>light ambulation</label>
  4010. <value>5</value>
  4011. </item>
  4012. <item>
  4013. <label>기타</label>
  4014. <value>6</value>
  4015. </item>
  4016. </choices>
  4017. </select>
  4018. <line id="line119" class="line_2" style="x1:2px; y1:100px; x2:430px; y2:100px; "/>
  4019. <caption id="caption222" class="cell_1" style="left:120px; top:250px; width:38px; height:23px; vertical-align:middle; ">Wt</caption>
  4020. <input id="input130" ref="/root/main/edunstinfo/nutreduinfo/cl" class="input_default" navindex="275" format="#,###.##" style="left:375px; top:382px; width:45px; height:19px; "/>
  4021. <caption id="caption223" class="cell_1" style="left:184px; top:355px; width:68px; height:23px; vertical-align:middle; ">Hb/Hct</caption>
  4022. <caption id="caption224" style="left:105px; top:178px; width:42px; height:20px; vertical-align:middle; ">kcal/d</caption>
  4023. <caption id="caption228" class="cell_2" style="left:2px; top:199px; width:83px; height:23px; vertical-align:middle; ">총섭취열량</caption>
  4024. <line id="line120" class="line_2" style="x1:2px; y1:452px; x2:430px; y2:452px; "/>
  4025. <caption id="caption229" style="left:145px; top:308px; width:25px; height:15px; vertical-align:middle; ">kg(</caption>
  4026. <input id="input133" ref="/root/main/edunstinfo/nutreduinfo/totintkprot" class="input_default" navindex="255" format="#,###.##" style="left:280px; top:201px; width:55px; height:19px; "/>
  4027. <caption id="caption230" class="cell_1" style="left:2px; top:277px; width:38px; height:23px; vertical-align:middle; ">IBW</caption>
  4028. <line id="line124" class="line_1" style="x1:2px; y1:245px; x2:430px; y2:245px; "/>
  4029. <caption id="caption231" class="tit_2" style="left:10px; top:484px; width:122px; height:13px; ">약물정보</caption>
  4030. <input id="input134" ref="/root/main/edunstinfo/nutreduinfo/na" class="input_default" navindex="273" format="#,###.##" style="left:257px; top:382px; width:45px; height:19px; "/>
  4031. <input id="input135" ref="/root/main/edunstinfo/nutreduinfo/abw" class="input_default" navindex="262" format="#,###.#" roundmode="round" roundposition="-2" style="left:353px; top:279px; width:45px; height:19px; "/>
  4032. <caption id="caption235" class="cell_1" style="left:2px; top:123px; width:60px; height:23px; vertical-align:middle; ">투여경로</caption>
  4033. <input id="input138" ref="/root/main/edunstinfo/nutreduinfo/ibwper" class="input_default" navindex="260" visibility="hidden" format="#,###.##" style="left:121px; top:279px; width:45px; height:19px; "/>
  4034. <caption id="caption236" class="cell_1" style="left:240px; top:250px; width:38px; height:23px; vertical-align:middle; ">UBW</caption>
  4035. <input id="input139" ref="/root/main/edunstinfo/nutreduinfo/tlc" class="input_default" navindex="268" format="#,###.##" style="left:137px; top:357px; width:45px; height:19px; "/>
  4036. <input id="input143" ref="/root/main/edunstinfo/nutreduinfo/etrlfd" class="input_default" navindex="251" format="#,###.##" style="left:60px; top:178px; width:45px; height:19px; ">
  4037. <script type="javascript" ev:event="DOMFocusOut">
  4038. <![CDATA[
  4039. fCalcintkcalr("EDU" ,NstNodepathINIT ,NstNodepath); //총섭취열량 계산
  4040. model.refresh();
  4041. ]]>
  4042. </script>
  4043. </input>
  4044. <caption id="caption237" style="left:307px; top:411px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4045. <caption id="caption238" class="tit_2" style="left:10px; top:230px; width:122px; height:13px; ">신체계측</caption>
  4046. <caption id="caption240" class="tit_2" style="left:10px; top:5px; width:122px; height:13px; ">영양관련 문제점</caption>
  4047. <input id="input146" ref="/root/main/edunstinfo/nutreduinfo/wtchngkg" class="input_default" navindex="263" format="(-)#,###.#" style="left:95px; top:305px; width:45px; height:19px; "/>
  4048. <input id="input147" ref="/root/main/edunstinfo/nutreduinfo/chol" class="input_default" navindex="279" format="#,###.##" style="left:317px; top:406px; width:45px; height:19px; "/>
  4049. <line id="line127" class="line_3" style="x1:2px; y1:326px; x2:430px; y2:326px; "/>
  4050. <caption id="caption241" class="cell_1" style="left:185px; top:404px; width:68px; height:23px; vertical-align:middle; ">TG/Chol</caption>
  4051. <input id="input150" ref="/root/main/edunstinfo/nutreduinfo/ins" class="input_default" navindex="284" format="#,###.##" style="left:303px; top:432px; width:45px; height:19px; "/>
  4052. <caption id="caption242" style="left:115px; top:411px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4053. <caption id="caption243" class="cell_1" style="left:2px; top:430px; width:68px; height:23px; vertical-align:middle; ">Ca/P/Mg</caption>
  4054. <input id="input151" ref="/root/main/edunstinfo/nutreduinfo/ibw" class="input_default" navindex="259" format="#,###.#" style="left:45px; top:279px; width:45px; height:19px; "/>
  4055. <input id="input154" ref="/root/main/edunstinfo/nutreduinfo/tg" class="input_default" navindex="278" format="#,###.##" style="left:257px; top:406px; width:45px; height:19px; "/>
  4056. <caption id="caption245" class="cell_1" style="left:2px; top:355px; width:38px; height:23px; vertical-align:middle; ">Alb</caption>
  4057. <caption id="caption246" class="tit_2" style="left:10px; top:155px; width:122px; height:13px; ">병원식 섭취상태</caption>
  4058. <caption id="caption247" class="cell_2" style="left:177px; top:199px; width:98px; height:23px; vertical-align:middle; ">총섭취단백질량</caption>
  4059. <caption id="caption250" style="left:307px; top:362px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4060. <caption id="caption251" style="left:365px; top:387px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4061. <caption id="caption253" style="left:145px; top:201px; width:30px; height:20px; vertical-align:middle; ">kcal</caption>
  4062. <input id="input155" ref="/root/main/edunstinfo/nutreduinfo/wt" class="input_default" navindex="257" format="#,###.##" style="left:163px; top:252px; width:45px; height:19px; ">
  4063. <script type="javascript" ev:event="DOMFocusOut">
  4064. <![CDATA[
  4065. fCalcWeightEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //키와 몸무게에 대한 ibw 계산
  4066. fCalcBeeEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //BEE계산
  4067. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4068. model.refresh();
  4069. ]]>
  4070. </script>
  4071. </input>
  4072. <input id="input156" ref="/root/main/edunstinfo/nutreduinfo/druginfo" class="input_default" navindex="285" style="left:2px; top:504px; width:428px; height:19px; "/>
  4073. <select id="checkbox20" ref="/root/main/edunstinfo/nutreduinfo/drugpath" navindex="250" overflow="visible" appearance="full" cols="6" rows="1" style="left:65px; top:128px; width:355px; height:19px; border-style:none; ">
  4074. <choices>
  4075. <item>
  4076. <label>EN</label>
  4077. <value>1</value>
  4078. </item>
  4079. <item>
  4080. <label>TPN</label>
  4081. <value>2</value>
  4082. </item>
  4083. <item>
  4084. <label>PPN</label>
  4085. <value>3</value>
  4086. </item>
  4087. <item>
  4088. <label>EN+TPN</label>
  4089. <value>4</value>
  4090. </item>
  4091. <item>
  4092. <label>EN+PPN</label>
  4093. <value>5</value>
  4094. </item>
  4095. </choices>
  4096. </select>
  4097. <input id="input157" ref="/root/main/edunstinfo/nutreduinfo/ht" class="input_default" navindex="256" format="#,###.##" style="left:45px; top:252px; width:45px; height:19px; ">
  4098. <script type="javascript" ev:event="DOMFocusOut">
  4099. <![CDATA[
  4100. fCalcWeightEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //키와 몸무게에 대한 ibw 계산
  4101. fCalcBeeEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //BEE계산
  4102. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4103. model.refresh();
  4104. ]]>
  4105. </script>
  4106. </input>
  4107. <line id="line128" class="line_1" style="x1:2px; y1:170px; x2:430px; y2:170px; "/>
  4108. <caption id="caption328" class="cell_1" style="left:190px; top:277px; width:38px; height:23px; vertical-align:middle; ">PIBW</caption>
  4109. <caption id="caption329" class="cell_1" style="left:94px; top:380px; width:38px; height:23px; vertical-align:middle; ">RBP</caption>
  4110. <line id="line129" class="line_2" style="x1:2px; y1:272px; x2:430px; y2:272px; "/>
  4111. <input id="input158" ref="/root/main/edunstinfo/nutreduinfo/physmeasetc" class="input_default" navindex="266" style="left:295px; top:305px; width:130px; height:19px; "/>
  4112. <input id="input160" ref="/root/main/edunstinfo/nutreduinfo/ubw" class="input_default" navindex="258" format="#,###.##" style="left:283px; top:252px; width:45px; height:19px; ">
  4113. <script type="javascript" ev:event="DOMFocusOut">
  4114. <![CDATA[
  4115. fCalcWtChangeEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //Wt Change kg / % 구하기 추가
  4116. model.refresh();
  4117. ]]>
  4118. </script>
  4119. </input>
  4120. <caption id="caption330" visibility="hidden" style="left:166px; top:282px; width:19px; height:15px; vertical-align:middle; ">%)</caption>
  4121. <line id="line132" class="line_2" style="x1:2px; y1:427px; x2:430px; y2:427px; "/>
  4122. <input id="input161" ref="/root/main/edunstinfo/nutreduinfo/mg" class="input_default" navindex="282" format="#,###.##" style="left:192px; top:432px; width:45px; height:19px; "/>
  4123. <input id="input162" ref="/root/main/edunstinfo/nutreduinfo/ca" class="input_default" navindex="280" format="#,###.##" style="left:75px; top:432px; width:45px; height:19px; "/>
  4124. <line id="line133" class="line_2" style="x1:2px; y1:47px; x2:426px; y2:47px; "/>
  4125. <input id="input163" ref="/root/main/edunstinfo/nutreduinfo/bun" class="input_default" navindex="276" format="#,###.##" style="left:65px; top:406px; width:45px; height:19px; "/>
  4126. <input id="input166" ref="/root/main/edunstinfo/nutreduinfo/trf" class="input_default" navindex="271" format="#,###.##" style="left:45px; top:382px; width:45px; height:19px; "/>
  4127. <caption id="caption331" class="cell_1" style="left:2px; top:250px; width:38px; height:23px; vertical-align:middle; ">Ht</caption>
  4128. <caption id="caption341" class="cell_1" style="left:2px; top:380px; width:38px; height:23px; vertical-align:middle; ">TRF</caption>
  4129. <caption id="caption342" style="left:400px; top:280px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  4130. <caption id="caption343" class="cell_1" style="left:290px; top:175px; width:55px; height:23px; vertical-align:middle; ">정맥영양</caption>
  4131. <input id="input206" ref="/root/main/edunstinfo/nutreduinfo/k" class="input_default" navindex="274" format="#,###.##" style="left:317px; top:382px; width:45px; height:19px; "/>
  4132. <line id="line134" class="line_2" style="x1:2px; y1:402px; x2:430px; y2:402px; "/>
  4133. <line id="line135" class="line_3" style="x1:2px; y1:147px; x2:430px; y2:147px; "/>
  4134. <caption id="caption369" style="left:90px; top:255px; width:25px; height:15px; vertical-align:middle; ">cm</caption>
  4135. <line id="line141" class="line_3" style="x1:2px; y1:222px; x2:430px; y2:222px; "/>
  4136. <input id="input209" ref="/root/main/edunstinfo/nutreduinfo/wtchngmm" class="input_default" navindex="265" format="#,###.##" style="left:240px; top:305px; width:25px; height:19px; "/>
  4137. <caption id="caption388" style="left:434px; top:125px; width:106px; height:23px; vertical-align:middle; ">여자 : 655 + 9.6 x</caption>
  4138. <caption id="caption377" style="left:434px; top:100px; width:112px; height:23px; vertical-align:middle; ">남자 : 66.5 + 13.7 x</caption>
  4139. <caption id="caption212" class="cell_2" style="left:917px; top:105px; width:60px; height:23px; vertical-align:middle; ">기준체중</caption>
  4140. <caption id="caption389" style="left:585px; top:125px; width:65px; height:23px; text-align:center; vertical-align:middle; ">Kg + 1.9 x</caption>
  4141. <caption id="caption378" style="left:562px; top:203px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  4142. <line id="line96" class="line_3" style="x1:432px; y1:74px; x2:1190px; y2:74px; "/>
  4143. <line id="line52" class="line_2" style="x1:432px; y1:247px; x2:1190px; y2:247px; "/>
  4144. <caption id="caption379" style="left:705px; top:125px; width:65px; height:23px; text-align:center; vertical-align:middle; ">cm - 4.7 x</caption>
  4145. <input id="input141" ref="/root/init/bee" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:467px; top:227px; width:60px; height:19px; "/>
  4146. <input id="ipt_mkg_edu" ref="/root/main/edunstinfo/nutreduinfo/basewt" class="input_default" navindex="289" format="#,###.##" style="left:544px; top:101px; width:41px; height:19px; "/>
  4147. <caption id="caption227" style="left:881px; top:249px; width:47px; height:23px; vertical-align:middle; ">)+804*(</caption>
  4148. <caption id="caption205" style="left:789px; top:249px; width:45px; height:23px; vertical-align:middle; ">)+239*</caption>
  4149. <caption id="caption134" style="left:822px; top:202px; width:55px; height:20px; vertical-align:middle; ">kcal/day</caption>
  4150. <input id="input220" ref="/root/main/edunstinfo/nutreduinfo/corrcalr" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:1110px; top:175px; width:75px; height:19px; "/>
  4151. <line id="line56" class="line_3" style="x1:432px; y1:272px; x2:1190px; y2:272px; "/>
  4152. <caption id="caption141" style="left:813px; top:98px; width:23px; height:23px; text-align:center; vertical-align:middle; ">yr =</caption>
  4153. <input id="ipt_wtotal_edu" ref="/root/init/eduinfo/basembolinfolist/wbasembolcalc" class="input_default" navindex="296" format="#,###.##" roundmode="round" roundposition="-3" style="left:838px; top:126px; width:55px; height:19px; "/>
  4154. <caption id="caption172" style="left:627px; top:228px; width:35px; height:20px; vertical-align:middle; ">(AF)+</caption>
  4155. <input id="ipt_wkg_edu" ref="/root/main/edunstinfo/nutreduinfo/basewt" class="input_default" navindex="293" format="#,###.##" style="left:545px; top:126px; width:40px; height:19px; "/>
  4156. <input id="ipt_mcm_edu" ref="/root/main/edunstinfo/nutreduinfo/ht" class="input_default" navindex="290" format="#,###.##" style="left:645px; top:101px; width:60px; height:19px; "/>
  4157. <input id="input145" ref="/root/init/eduinfo/basembolinfolist/age" class="input_default" style="left:519px; top:250px; width:36px; height:19px; "/>
  4158. <caption id="caption191" style="left:722px; top:228px; width:40px; height:19px; vertical-align:middle; ">(BEE)</caption>
  4159. <caption id="caption390" style="left:1057px; top:228px; width:90px; height:23px; vertical-align:middle; ">(+ W. F. : 20%)</caption>
  4160. <line id="line130" class="line_1" style="x1:432px; y1:96px; x2:900px; y2:97px; "/>
  4161. <input id="ipt_wcm_edu" ref="/root/main/edunstinfo/nutreduinfo/ht" class="input_default" navindex="294" format="#,###.##" style="left:645px; top:126px; width:60px; height:19px; "/>
  4162. <line id="line131" class="line_2" style="x1:432px; y1:223px; x2:1190px; y2:223px; "/>
  4163. <caption id="caption391" style="left:527px; top:203px; width:43px; height:20px; vertical-align:middle; ">(BEE)</caption>
  4164. <input id="input224" ref="/root/main/edunstinfo/nutreduinfo/basewt" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:623px; top:250px; width:44px; height:19px; "/>
  4165. <caption id="caption380" style="left:813px; top:125px; width:23px; height:23px; text-align:center; vertical-align:middle; ">yr =</caption>
  4166. <select1 id="combo30" ref="/root/init/eduinfo/needcalrlist/needcalr5" class="combo_search" appearance="minimal" style="left:662px; top:202px; width:55px; height:19px; ">
  4167. <choices>
  4168. <item>
  4169. <label>(1.1) minor</label>
  4170. <value>1.1</value>
  4171. </item>
  4172. <item>
  4173. <label>(1.2) mild</label>
  4174. <value>1.2</value>
  4175. </item>
  4176. <item>
  4177. <label>(1.35) skeletal</label>
  4178. <value>1.35</value>
  4179. </item>
  4180. <item>
  4181. <label>(1.5) 40% BSA</label>
  4182. <value>1.5</value>
  4183. </item>
  4184. <item>
  4185. <label>(1.4) mod</label>
  4186. <value>1.4</value>
  4187. </item>
  4188. <item>
  4189. <label>(1.6) head with steroid Tx</label>
  4190. <value>1.6</value>
  4191. </item>
  4192. <item>
  4193. <label>(1.8) severe</label>
  4194. <value>1.8</value>
  4195. </item>
  4196. <item>
  4197. <label>(1.95) 100% BSA</label>
  4198. <value>1.95</value>
  4199. </item>
  4200. </choices>
  4201. <script type="javascript" ev:event="DOMFocusOut">
  4202. <![CDATA[
  4203. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4204. model.refresh();
  4205. ]]>
  4206. </script>
  4207. </select1>
  4208. <line id="line27" class="line_2" style="x1:432px; y1:197px; x2:1190px; y2:197px; "/>
  4209. <caption id="caption392" style="left:818px; top:228px; width:20px; height:20px; vertical-align:middle; ">=</caption>
  4210. <caption id="caption381" style="left:595px; top:175px; width:15px; height:20px; vertical-align:middle; ">x</caption>
  4211. <select1 id="combo31" ref="/root/init/eduinfo/needcalrlist/needcalr14" class="combo_search" appearance="minimal" style="left:739px; top:250px; width:50px; height:19px; ">
  4212. <choices>
  4213. <item>
  4214. <label>male</label>
  4215. <value>1</value>
  4216. </item>
  4217. <item>
  4218. <label>female</label>
  4219. <value>0</value>
  4220. </item>
  4221. </choices>
  4222. <script type="javascript" ev:event="DOMFocusOut">
  4223. <![CDATA[
  4224. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4225. model.refresh();
  4226. ]]>
  4227. </script>
  4228. </select1>
  4229. <input id="ipt_mtotal_edu" ref="/root/init/eduinfo/basembolinfolist/mbasembolcalc" class="input_default" navindex="292" format="#,###.##" roundmode="round" roundposition="-3" style="left:838px; top:101px; width:55px; height:19px; "/>
  4230. <caption id="caption370" style="left:971px; top:249px; width:20px; height:23px; vertical-align:middle; ">)=</caption>
  4231. <line id="line28" class="line_1" style="x1:432px; y1:170px; x2:1190px; y2:170px; "/>
  4232. <caption id="caption183" style="left:585px; top:99px; width:50px; height:24px; text-align:center; vertical-align:middle; ">Kg + 5 x</caption>
  4233. <input id="input137" ref="/root/init/bee" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:467px; top:202px; width:60px; height:19px; "/>
  4234. <caption id="caption393" class="tit_2" style="left:436px; top:155px; width:391px; height:13px; ">필요열량(Total Caloric Need : TCN)</caption>
  4235. <input id="ipt_myr_edu" ref="/root/init/eduinfo/basembolinfolist/age" class="input_default" navindex="291" format="#,###" style="left:770px; top:101px; width:40px; height:19px; "/>
  4236. <caption id="caption382" style="left:932px; top:228px; width:116px; height:23px; vertical-align:middle; ">( + T.F. : 20 ~ 30 %)</caption>
  4237. <select1 id="combo32" ref="/root/init/eduinfo/needcalrlist/needcalr15" class="combo_search" appearance="minimal" style="left:832px; top:250px; width:50px; height:19px; ">
  4238. <choices>
  4239. <item>
  4240. <label>present</label>
  4241. <value>1</value>
  4242. </item>
  4243. <item>
  4244. <label>absent</label>
  4245. <value>0</value>
  4246. </item>
  4247. </choices>
  4248. <script type="javascript" ev:event="DOMFocusOut">
  4249. <![CDATA[
  4250. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4251. model.refresh();
  4252. ]]>
  4253. </script>
  4254. </select1>
  4255. <line id="line122" class="line_3" style="x1:432px; y1:147px; x2:900px; y2:147px; "/>
  4256. <input id="input215" ref="/root/init/eduinfo/needcalrlist/needcalr6" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:752px; top:202px; width:70px; height:19px; "/>
  4257. <caption id="caption371" style="left:470px; top:177px; width:43px; height:20px; vertical-align:middle; ">계수법</caption>
  4258. <input id="input149" ref="/root/init/bee" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:662px; top:227px; width:60px; height:19px; "/>
  4259. <line id="line123" class="line_2" style="x1:432px; y1:123px; x2:896px; y2:123px; "/>
  4260. <select1 id="combo33" ref="/root/init/eduinfo/needcalrlist/needcalr8" class="combo_search" appearance="minimal" style="left:572px; top:227px; width:55px; height:19px; ">
  4261. <choices>
  4262. <item>
  4263. <label>(1.2) confined to bed</label>
  4264. <value>1.2</value>
  4265. </item>
  4266. <item>
  4267. <label>(1.3) out of bed</label>
  4268. <value>1.3</value>
  4269. </item>
  4270. </choices>
  4271. <script type="javascript" ev:event="DOMFocusOut">
  4272. <![CDATA[
  4273. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4274. model.refresh();
  4275. ]]>
  4276. </script>
  4277. </select1>
  4278. <caption id="caption383" style="left:627px; top:202px; width:35px; height:20px; vertical-align:middle; ">(AF)x</caption>
  4279. <caption id="caption372" style="left:717px; top:202px; width:35px; height:20px; vertical-align:middle; ">(IF) =</caption>
  4280. <input id="ipt_wyr_edu" ref="/root/init/eduinfo/basembolinfolist/age" class="input_default" navindex="295" format="#,###" style="left:770px; top:126px; width:40px; height:19px; "/>
  4281. <select1 id="combo34" ref="/root/init/eduinfo/needcalrlist/needcalr16" class="combo_search" appearance="minimal" style="left:922px; top:250px; width:50px; height:19px; ">
  4282. <choices>
  4283. <item>
  4284. <label>present</label>
  4285. <value>1</value>
  4286. </item>
  4287. <item>
  4288. <label>absent</label>
  4289. <value>0</value>
  4290. </item>
  4291. </choices>
  4292. <script type="javascript" ev:event="DOMFocusOut">
  4293. <![CDATA[
  4294. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4295. model.refresh();
  4296. ]]>
  4297. </script>
  4298. </select1>
  4299. <caption id="caption384" style="left:705px; top:98px; width:63px; height:23px; text-align:center; vertical-align:middle; ">cm - 6.8 x</caption>
  4300. <caption id="caption373" class="tit_2" style="left:436px; top:81px; width:391px; height:13px; ">기초대사량(Basal Energy Expenditure : BEE)</caption>
  4301. <input id="input217" ref="/root/init/eduinfo/needcalrlist/needcalr1" class="input_default" navindex="298" format="#,###.##" roundmode="round" roundposition="-3" style="left:530px; top:175px; width:60px; height:19px; ">
  4302. <script type="javascript" ev:event="DOMFocusOut">
  4303. <![CDATA[
  4304. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4305. model.refresh();
  4306. ]]>
  4307. </script>
  4308. </input>
  4309. <select1 id="combo35" ref="/root/init/eduinfo/needcalrlist/needcalr4" class="combo_search" appearance="minimal" style="left:572px; top:202px; width:55px; height:19px; ">
  4310. <choices>
  4311. <item>
  4312. <label>(1.2) confined to bed</label>
  4313. <value>1.2</value>
  4314. </item>
  4315. <item>
  4316. <label>(1.3) out of bed</label>
  4317. <value>1.3</value>
  4318. </item>
  4319. </choices>
  4320. <script type="javascript" ev:event="DOMFocusOut">
  4321. <![CDATA[
  4322. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4323. model.refresh();
  4324. ]]>
  4325. </script>
  4326. </select1>
  4327. <caption id="caption385" style="left:527px; top:228px; width:40px; height:19px; vertical-align:middle; ">(BEE)</caption>
  4328. <caption id="caption374" style="left:1034px; top:249px; width:158px; height:23px; vertical-align:middle; ">kcal/day(Ventilator care시)</caption>
  4329. <select1 id="combo13" ref="/root/init/eduinfo/needcalrlist/needcalr10" class="combo_search" appearance="minimal" style="left:762px; top:227px; width:55px; height:19px; ">
  4330. <choices>
  4331. <item>
  4332. <label>(0.2) T.F. : 20~30%</label>
  4333. <value>0.2</value>
  4334. </item>
  4335. <item>
  4336. <label>(0.3) W.F. : 20%</label>
  4337. <value>0.3</value>
  4338. </item>
  4339. </choices>
  4340. <script type="javascript" ev:event="DOMFocusOut">
  4341. <![CDATA[
  4342. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4343. model.refresh();
  4344. ]]>
  4345. </script>
  4346. </select1>
  4347. <input id="input218" ref="/root/init/eduinfo/needcalrlist/needcalr11" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:832px; top:227px; width:90px; height:19px; "/>
  4348. <caption id="caption220" class="cell_2" style="left:1025px; top:173px; width:83px; height:23px; vertical-align:middle; ">보정열량</caption>
  4349. <caption id="caption198" style="left:667px; top:249px; width:74px; height:23px; vertical-align:middle; ">
  4350. <![CDATA[->체중)+244(]]>
  4351. </caption>
  4352. <caption id="caption187" style="left:562px; top:228px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  4353. <caption id="caption386" style="left:675px; top:175px; width:55px; height:20px; vertical-align:middle; ">kcal/kg</caption>
  4354. <input id="input219" ref="/root/init/eduinfo/needcalrlist/needcalr17" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:985px; top:250px; width:50px; height:19px; "/>
  4355. <caption id="caption375" style="left:556px; top:249px; width:74px; height:23px; vertical-align:middle; ">
  4356. <![CDATA[->나이)+5*(]]>
  4357. </caption>
  4358. <caption id="caption387" class="tit_2" style="left:436px; top:5px; width:111px; height:13px; ">영양상태 판정</caption>
  4359. <caption id="caption376" style="left:826px; top:251px; width:15px; height:20px; vertical-align:middle; ">(</caption>
  4360. <line id="line61" class="line_1" style="x1:432px; y1:20px; x2:1190px; y2:20px; "/>
  4361. <caption id="caption233" style="left:465px; top:249px; width:59px; height:23px; vertical-align:middle; ">1784-11*(</caption>
  4362. <caption id="caption394" class="cell_1" style="left:802px; top:503px; width:48px; height:23px; vertical-align:middle; ">영양사</caption>
  4363. <select1 id="combo38" ref="/root/main/edunstinfo/nutreduinfo/dieterid" class="combo_default" appearance="minimal" style="left:854px; top:503px; width:108px; height:19px; ">
  4364. <choices>
  4365. <itemset nodeset="/root/init/cmb_info/dieter/dieter">
  4366. <label ref="cdnm"/>
  4367. <value ref="cdid"/>
  4368. </itemset>
  4369. </choices>
  4370. </select1>
  4371. <line id="line145" class="line_1" style="x1:802px; y1:495px; x2:1190px; y2:495px; "/>
  4372. <caption id="caption395" class="cell_1" style="left:980px; top:503px; width:60px; height:23px; vertical-align:middle; ">수행일자</caption>
  4373. <input id="input227" ref="/root/main/edunstinfo/nutreduinfo/execdd" class="input_essential" inputtype="date" style="left:1045px; top:503px; width:100px; height:19px; "/>
  4374. <textarea id="textarea11" ref="/root/main/edunstinfo/nutreduinfo/dieteroffr" style="left:813px; top:325px; width:368px; height:160px; "/>
  4375. <caption id="caption396" class="cell_1" style="left:813px; top:299px; width:75px; height:23px; vertical-align:middle; ">상용구선택</caption>
  4376. <line id="line143" class="line_3" style="x1:816px; y1:490px; x2:1186px; y2:490px; "/>
  4377. <caption id="caption397" class="tit_2" style="left:822px; top:279px; width:176px; height:13px; ">영양사의견</caption>
  4378. <select1 id="combo39" ref="/root/main/edunstinfo/nutreduinfo/dietstandard" class="combo_default" appearance="minimal" style="left:891px; top:300px; width:292px; height:19px; ">
  4379. <choices>
  4380. <itemset nodeset="/root/init/encodelist/dietstandard/PN31">
  4381. <label ref="cdnm"/>
  4382. <value ref="cdid"/>
  4383. </itemset>
  4384. </choices>
  4385. </select1>
  4386. <line id="line149" class="line_1" style="x1:813px; y1:295px; x2:1180px; y2:296px; "/>
  4387. <line id="line147" class="line_3" style="x1:802px; y1:525px; x2:1190px; y2:525px; "/>
  4388. <button id="button41" class="btn2_letter5" style="left:1080px; top:30px; width:75px; height:19px; ">
  4389. <caption>판정기준표</caption>
  4390. <script type="javascript" ev:event="DOMActivate">
  4391. <![CDATA[
  4392. modal("SPANC00303","","","","","","");
  4393. //2010-01-14 판정기준표 추가 (클릭시 NST화면에 적용하기) -화면신규발생 (SPANC00303 ->SPADC02900_판정기준표)
  4394. //modal("SPADC02900","","","","SPADC02900","/root/hidden/cnsttypelist","/root/hidden/opnerdata/cnsttype"); //의뢰구분
  4395. ]]>
  4396. </script>
  4397. </button>
  4398. <caption id="caption175" style="left:1030px; top:105px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  4399. <select1 id="radio19" ref="/root/main/edunstinfo/nutreduinfo/basewtflag" navindex="288" appearance="full" cols="3" rows="1" overflow="visible" style="left:1055px; top:105px; width:130px; height:20px; border-style:none; ">
  4400. <choices>
  4401. <item>
  4402. <label>IBW</label>
  4403. <value>1</value>
  4404. </item>
  4405. <item>
  4406. <label>ABW</label>
  4407. <value>2</value>
  4408. </item>
  4409. <item>
  4410. <label>Wt</label>
  4411. <value>3</value>
  4412. </item>
  4413. </choices>
  4414. <script type="javascript" ev:event="onclick">
  4415. <![CDATA[
  4416. fCalcWeightEx_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //PN/EN 기준체중 선택값 설정, 수분요구량 계산
  4417. model.refresh();
  4418. ]]>
  4419. </script>
  4420. </select1>
  4421. <input id="input132" ref="/root/main/edunstinfo/nutreduinfo/basewt" class="input_default" navindex="287" format="#,###.#" roundmode="round" roundposition="-2" style="left:980px; top:105px; width:45px; height:19px; "/>
  4422. <line id="line169" class="line_3" style="x1:910px; y1:135px; x2:1180px; y2:135px; "/>
  4423. <line id="line170" class="line_1" style="x1:908px; y1:95px; x2:1180px; y2:96px; "/>
  4424. <select id="checkbox5" ref="/root/main/edunstinfo/nutreduinfo/nutrjudg" navindex="109" overflow="visible" appearance="full" cols="3" rows="2" sep="|" style="left:435px; top:33px; width:630px; height:42px; border-style:none; ">
  4425. <choices>
  4426. <item>
  4427. <label>No malnutrition present</label>
  4428. <value>1</value>
  4429. </item>
  4430. <item>
  4431. <label>Mild malnutrition</label>
  4432. <value>2</value>
  4433. </item>
  4434. <item>
  4435. <label>Moderate malnutrition</label>
  4436. <value>3</value>
  4437. </item>
  4438. <item>
  4439. <label>Severe Protein Energy malnutrition</label>
  4440. <value>4</value>
  4441. </item>
  4442. <item>
  4443. <label>Energy malnutrition</label>
  4444. <value>5</value>
  4445. </item>
  4446. <item>
  4447. <label>Protein malnutrition</label>
  4448. <value>6</value>
  4449. </item>
  4450. </choices>
  4451. </select>
  4452. <caption id="caption450" style="left:338px; top:202px; width:25px; height:15px; vertical-align:middle; ">g</caption>
  4453. <select1 id="radio2" ref="/root/main/edunstinfo/nutreduinfo/needcalrflag" navindex="120" appearance="full" vcellspacing="7" overflow="visible" style="left:432px; top:176px; width:28px; height:97px; border-style:none; ">
  4454. <choices>
  4455. <item>
  4456. <label>=</label>
  4457. <value>1</value>
  4458. </item>
  4459. <item>
  4460. <label>=</label>
  4461. <value>2</value>
  4462. </item>
  4463. <item>
  4464. <label>=</label>
  4465. <value>3</value>
  4466. </item>
  4467. <item>
  4468. <label>=</label>
  4469. <value>4</value>
  4470. </item>
  4471. </choices>
  4472. <script type="javascript" ev:event="onclick">
  4473. <![CDATA[
  4474. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4475. model.refresh();
  4476. ]]>
  4477. </script>
  4478. </select1>
  4479. <input id="input85" ref="/root/init/eduinfo/needcalrlist/needcalr2" class="input_default" navindex="298" format="#,###.##" roundmode="round" roundposition="-3" style="left:610px; top:175px; width:60px; height:19px; ">
  4480. <script type="javascript" ev:event="DOMFocusOut">
  4481. <![CDATA[
  4482. fCalcNeedCalEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath); //필요열량계산
  4483. model.refresh();
  4484. ]]>
  4485. </script>
  4486. </input>
  4487. <input id="input88" ref="/root/main/edunstinfo/nutreduinfo/nbcalval" class="input_default" navindex="107" format="#,###.#" roundmode="round" roundposition="-2" style="left:375px; top:455px; width:45px; height:19px; "/>
  4488. <input id="input89" ref="/root/main/edunstinfo/nutreduinfo/uun" class="input_default" navindex="106" format="#,###.##" style="left:195px; top:455px; width:45px; height:19px; ">
  4489. <script type="javascript" ev:event="DOMFocusOut">
  4490. <![CDATA[
  4491. fCalcNbalanceEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath);
  4492. model.refresh();
  4493. ]]>
  4494. </script>
  4495. </input>
  4496. <caption id="caption327" style="left:245px; top:455px; width:125px; height:23px; vertical-align:middle; ">(24HrUUN) * 1.2 + 2) =</caption>
  4497. <input id="input92" ref="/root/main/edunstinfo/nutreduinfo/nbintake" class="input_default" navindex="105" format="#,###.##" style="left:80px; top:455px; width:45px; height:19px; ">
  4498. <script type="javascript" ev:event="DOMFocusOut">
  4499. <![CDATA[
  4500. fCalcNbalanceEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath);
  4501. model.refresh();
  4502. ]]>
  4503. </script>
  4504. </input>
  4505. <caption id="caption451" class="cell_1" style="left:2px; top:454px; width:73px; height:23px; vertical-align:middle; ">N-Balance</caption>
  4506. <caption id="caption452" style="left:130px; top:455px; width:65px; height:23px; vertical-align:middle; ">(intake) - (</caption>
  4507. <caption id="caption453" style="left:392px; top:177px; width:42px; height:20px; vertical-align:middle; ">kcal/d</caption>
  4508. <button id="btn_enredu_edu" class="btn2_letter10" visibility="hidden" style="left:545px; top:504px; width:130px; height:19px; ">
  4509. <caption>다학제간교육평가 입력</caption>
  4510. <script type="javascript" ev:event="onclick">
  4511. <![CDATA[
  4512. if (gv_CnstType == "EDU") {
  4513. model.setValue("/root/init/opnerdatanstinfo/nodepath" ,NstNodepathMain);
  4514. modal("SPADC02800", "", "", "", "SPADC02800", "/root/init/opnerdatanstinfo", "/root/init/opnerdatanstinfo"); //Care Plan 내용 입력창 연동
  4515. }else{
  4516. messageBox("[교육의뢰]가 아닙니다. [다학제간교육평가입력] 할 수","I004");
  4517. return;
  4518. }
  4519. ]]>
  4520. </script>
  4521. </button>
  4522. <button id="btn_careplan_edu" class="btn2_letter7" visibility="hidden" style="left:695px; top:504px; width:97px; height:19px; ">
  4523. <caption>Care Plan 입력</caption>
  4524. <script type="javascript" ev:event="onclick">
  4525. <![CDATA[
  4526. model.setValue("/root/init/opnerdatanstinfo/nodepath" ,NstNodepathMain);
  4527. modal("SPADC02700", "", "", "", "SPADC02700", "/root/init/opnerdatanstinfo", "/root/init/opnerdatanstinfo"); //Care Plan 내용 입력창 연동
  4528. ]]>
  4529. </script>
  4530. </button>
  4531. <input id="input120" ref="/root/main/edunstinfo/nutreduinfo/nutrprobetc" class="input_default" style="left:195px; top:50px; width:230px; height:19px; "/>
  4532. <input id="input131" ref="/root/main/edunstinfo/nutreduinfo/actgrdeetc" class="input_default" navindex="249" style="left:220px; top:102px; width:205px; height:19px; "/>
  4533. <caption id="caption209" class="cell_1" style="left:2px; top:78px; width:60px; height:42px; vertical-align:middle; ">활동정도</caption>
  4534. <select id="chk_enredu_edu" ref="/root/hidden/sendENREDUData/nodesendYN" visibility="hidden" overflow="visible" appearance="full" style="left:527px; top:506px; width:15px; height:15px; border-style:none; ">
  4535. <choices>
  4536. <item>
  4537. <label/>
  4538. <value>Y</value>
  4539. </item>
  4540. </choices>
  4541. </select>
  4542. <select id="chk_careplan_edu" ref="/root/hidden/sendENRCAREPLANData/nodesendYN" visibility="hidden" overflow="visible" appearance="full" style="left:679px; top:506px; width:15px; height:15px; border-style:none; ">
  4543. <choices>
  4544. <item>
  4545. <label/>
  4546. <value>Y</value>
  4547. </item>
  4548. </choices>
  4549. </select>
  4550. <caption id="caption457" style="left:585px; top:321px; width:214px; height:23px; vertical-align:middle; ">
  4551. <![CDATA[ml/day <1500 + 20 x (현재체중 - 20)>]]>
  4552. </caption>
  4553. <input id="input101" ref="/root/main/edunstinfo/nutreduinfo/prot2" class="input_default" navindex="140" format="#,###.#" roundmode="round" roundposition="-2" style="left:587px; top:299px; width:60px; height:19px; ">
  4554. <script type="javascript" ev:event="DOMFocusOut">
  4555. <![CDATA[
  4556. fCalcFPNEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath);
  4557. model.refresh();
  4558. ]]>
  4559. </script>
  4560. </input>
  4561. <input id="input103" ref="/root/main/edunstinfo/nutreduinfo/waterreqvol" class="input_default" navindex="142" format="#,###.#" roundmode="round" roundposition="-2" style="left:507px; top:322px; width:76px; height:19px; "/>
  4562. <caption id="caption458" style="left:655px; top:299px; width:40px; height:20px; vertical-align:middle; ">g/kg=</caption>
  4563. <caption id="caption459" class="cell_1" style="left:432px; top:297px; width:73px; height:23px; vertical-align:middle; ">단백질</caption>
  4564. <input id="input109" ref="/root/main/edunstinfo/nutreduinfo/prot1" class="input_default" navindex="139" format="#,###.#" roundmode="round" roundposition="-2" style="left:507px; top:299px; width:60px; height:19px; ">
  4565. <script type="javascript" ev:event="DOMFocusOut">
  4566. <![CDATA[
  4567. fCalcFPNEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath);
  4568. model.refresh();
  4569. ]]>
  4570. </script>
  4571. </input>
  4572. <caption id="caption460" style="left:755px; top:300px; width:40px; height:20px; vertical-align:middle; ">g/day</caption>
  4573. <line id="line174" class="line_3" style="x1:430px; y1:369px; x2:798px; y2:369px; "/>
  4574. <input id="input111" ref="/root/main/edunstinfo/nutreduinfo/nutrreqvol" class="input_default" navindex="143" style="left:507px; top:347px; width:288px; height:19px; "/>
  4575. <caption id="caption461" class="tit_2" style="left:436px; top:279px; width:309px; height:13px; ">영양요구량</caption>
  4576. <caption id="caption462" class="cell_1" style="left:432px; top:346px; width:73px; height:23px; vertical-align:middle; ">기타</caption>
  4577. <input id="input118" ref="/root/main/edunstinfo/nutreduinfo/protcalc" class="input_default" navindex="141" format="#,###.#" roundmode="round" roundposition="-2" style="left:695px; top:299px; width:60px; height:19px; "/>
  4578. <caption id="caption463" style="left:575px; top:299px; width:15px; height:20px; vertical-align:middle; ">x</caption>
  4579. <caption id="caption464" class="cell_1" style="left:432px; top:321px; width:73px; height:23px; vertical-align:middle; ">수분요구량</caption>
  4580. <line id="line175" class="line_1" style="x1:433px; y1:295px; x2:803px; y2:296px; "/>
  4581. </case>
  4582. <case id="case4">
  4583. <button id="button58" class="btn4_letter5" style="left:765px; top:431px; width:92px; height:22px; ">
  4584. <caption>제언저장</caption>
  4585. <script type="javascript" ev:event="onclick">
  4586. <![CDATA[
  4587. if(btn_mngt.selected == true ) { //영양상태판정-추구관리
  4588. var userid = getUserInfo("userid");
  4589. model.makeValue("/root/send/srchinfo/sabun", userid);
  4590. submit("TRADC02617");
  4591. var cdid = model.getValue("/root/temp/kindcode/kindlist/cdid");
  4592. if(cdid == ""){
  4593. messageBox("(AST.AEBMCODE) 제언 입력자권한 여부를","I007");
  4594. return ;
  4595. }else{
  4596. var cdnm = model.getValue("/root/temp/kindcode/kindlist/cdnm");
  4597. var cntlyn1 = model.getValue("/root/temp/kindcode/kindlist/cntlyn1");
  4598. model.makeValue("/root/main/pursnstinfo/nutrpursinfo/cdnm", cdnm);
  4599. model.makeValue("/root/main/pursnstinfo/nutrpursinfo/cntlyn1", cntlyn1);
  4600. submit("TXADC02608");
  4601. }
  4602. }
  4603. ]]>
  4604. </script>
  4605. </button>
  4606. <input id="input87" ref="/root/main/pursnstinfo/nutrpursinfo/ubw" class="input_default" format="#,###.##" style="left:283px; top:252px; width:45px; height:19px; ">
  4607. <script type="javascript" ev:event="DOMFocusOut">
  4608. <![CDATA[
  4609. fCalcWtChangeEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //Wt Change kg / % 구하기 추가
  4610. model.refresh();
  4611. ]]>
  4612. </script>
  4613. </input>
  4614. <line id="line66" class="line_1" style="x1:2px; y1:170px; x2:430px; y2:170px; "/>
  4615. <caption id="caption177" class="cell_1" style="left:2px; top:355px; width:38px; height:23px; vertical-align:middle; ">Alb</caption>
  4616. <caption id="caption178" class="cell_1" style="left:184px; top:355px; width:68px; height:23px; vertical-align:middle; ">Hb/Hct</caption>
  4617. <line id="line68" class="line_3" style="x1:2px; y1:477px; x2:430px; y2:477px; "/>
  4618. <button id="button26" class="btn2_letter5" style="left:351px; top:149px; width:75px; height:19px; ">
  4619. <caption>섭취량평가</caption>
  4620. </button>
  4621. <caption id="caption179" class="cell_1" style="left:94px; top:355px; width:38px; height:23px; vertical-align:middle; ">TLC</caption>
  4622. <input id="input91" ref="/root/main/pursnstinfo/nutrpursinfo/mg" class="input_default" format="#,###.##" style="left:192px; top:432px; width:45px; height:19px; "/>
  4623. <line id="line95" class="line_2" style="x1:2px; y1:272px; x2:430px; y2:272px; "/>
  4624. <caption id="caption181" class="tit_2" style="left:10px; top:150px; width:122px; height:13px; ">병원식 섭취상태</caption>
  4625. <input id="input95" ref="/root/main/pursnstinfo/nutrpursinfo/ins" class="input_default" format="#,###.##" style="left:303px; top:432px; width:45px; height:19px; "/>
  4626. <caption id="caption186" style="left:105px; top:178px; width:42px; height:20px; vertical-align:middle; ">kcal/d</caption>
  4627. <button id="button27" class="btn2_letter6" style="left:341px; top:330px; width:86px; height:19px; ">
  4628. <caption>검사결과조회</caption>
  4629. <script type="javascript" ev:event="DOMActivate">
  4630. <![CDATA[
  4631. open("SMAER00800","","","","","/root/main/patinfo/baseinfo/pid","/root/send/data/singdata/srchpid");
  4632. ]]>
  4633. </script>
  4634. </button>
  4635. <caption id="caption196" style="left:96px; top:282px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  4636. <line id="line99" class="line_2" style="x1:2px; y1:377px; x2:430px; y2:377px; "/>
  4637. <caption id="caption197" class="cell_1" style="left:185px; top:380px; width:68px; height:23px; vertical-align:middle; ">Na/K/Cl</caption>
  4638. <input id="input113" ref="/root/main/pursnstinfo/nutrpursinfo/ca" class="input_default" format="#,###.##" style="left:75px; top:432px; width:45px; height:19px; "/>
  4639. <caption id="caption203" class="cell_2" style="left:177px; top:199px; width:98px; height:23px; vertical-align:middle; ">총섭취단백질량</caption>
  4640. <input id="input116" ref="/root/main/pursnstinfo/nutrpursinfo/ibw" class="input_default" format="#,###.#" style="left:45px; top:279px; width:45px; height:19px; "/>
  4641. <caption id="caption218" class="cell_1" style="left:240px; top:250px; width:38px; height:23px; vertical-align:middle; ">UBW</caption>
  4642. <caption id="caption219" class="cell_1" style="left:145px; top:175px; width:55px; height:23px; vertical-align:middle; ">경관영양</caption>
  4643. <caption id="caption258" style="left:90px; top:255px; width:25px; height:15px; vertical-align:middle; ">cm</caption>
  4644. <input id="input123" ref="/root/main/pursnstinfo/nutrpursinfo/bun" class="input_default" format="#,###.##" style="left:65px; top:406px; width:45px; height:19px; "/>
  4645. <caption id="caption260" style="left:307px; top:411px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4646. <input id="input128" ref="/root/main/pursnstinfo/nutrpursinfo/cl" class="input_default" format="#,###.##" style="left:375px; top:382px; width:45px; height:19px; "/>
  4647. <caption id="caption262" class="cell_1" style="left:2px; top:176px; width:55px; height:23px; vertical-align:middle; ">경구영양</caption>
  4648. <input id="input140" ref="/root/main/pursnstinfo/nutrpursinfo/totintkcalr" class="input_default" format="#,###.##" style="left:90px; top:201px; width:55px; height:19px; "/>
  4649. <caption id="caption264" class="tit_2" style="left:10px; top:230px; width:122px; height:13px; ">신체계측</caption>
  4650. <caption id="caption265" style="left:277px; top:280px; width:25px; height:15px; vertical-align:middle; ">%</caption>
  4651. <input id="input168" ref="/root/main/pursnstinfo/nutrpursinfo/hb" class="input_default" format="#,###.##" style="left:257px; top:357px; width:45px; height:19px; "/>
  4652. <input id="input169" ref="/root/main/pursnstinfo/nutrpursinfo/tg" class="input_default" format="#,###.##" style="left:257px; top:406px; width:45px; height:19px; "/>
  4653. <input id="input170" ref="/root/main/pursnstinfo/nutrpursinfo/etrlfd" class="input_default" format="#,###.##" style="left:60px; top:178px; width:45px; height:19px; ">
  4654. <script type="javascript" ev:event="DOMFocusOut">
  4655. <![CDATA[
  4656. fCalcintkcalr("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //총섭취열량 계산
  4657. model.refresh();
  4658. ]]>
  4659. </script>
  4660. </input>
  4661. <caption id="caption267" class="cell_2" style="left:2px; top:199px; width:83px; height:23px; vertical-align:middle; ">총섭취열량</caption>
  4662. <input id="input171" ref="/root/main/pursnstinfo/nutrpursinfo/wtchngperc" class="input_default" format="(-)#,###.#" style="left:170px; top:305px; width:45px; height:19px; "/>
  4663. <caption id="caption271" style="left:210px; top:255px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  4664. <input id="input174" ref="/root/main/pursnstinfo/nutrpursinfo/trf" class="input_default" format="#,###.##" style="left:45px; top:382px; width:45px; height:19px; "/>
  4665. <caption id="caption272" class="cell_1" style="left:190px; top:277px; width:38px; height:23px; vertical-align:middle; ">PIBW</caption>
  4666. <input id="input175" ref="/root/main/pursnstinfo/nutrpursinfo/wt" class="input_default" format="#,###.##" style="left:163px; top:252px; width:45px; height:19px; ">
  4667. <script type="javascript" ev:event="DOMFocusOut">
  4668. <![CDATA[
  4669. fCalcWeightEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //키와 몸무게에 대한 ibw 계산
  4670. fCalcBeeEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //BEE계산
  4671. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  4672. model.refresh();
  4673. ]]>
  4674. </script>
  4675. </input>
  4676. <input id="input178" ref="/root/main/pursnstinfo/nutrpursinfo/totintkprot" class="input_default" format="#,###.##" style="left:280px; top:201px; width:55px; height:19px; "/>
  4677. <caption id="caption273" style="left:145px; top:308px; width:25px; height:15px; vertical-align:middle; ">kg(</caption>
  4678. <caption id="caption274" style="left:307px; top:387px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4679. <caption id="caption277" class="cell_1" style="left:94px; top:380px; width:38px; height:23px; vertical-align:middle; ">RBP</caption>
  4680. <input id="input181" ref="/root/main/pursnstinfo/nutrpursinfo/na" class="input_default" format="#,###.##" style="left:257px; top:382px; width:45px; height:19px; "/>
  4681. <caption id="caption278" style="left:125px; top:437px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4682. <input id="input182" ref="/root/main/pursnstinfo/nutrpursinfo/tubfd" class="input_default" format="#,###.##" style="left:203px; top:177px; width:45px; height:19px; ">
  4683. <script type="javascript" ev:event="DOMFocusOut">
  4684. <![CDATA[
  4685. fCalcintkcalr("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //총섭취열량 계산
  4686. model.refresh();
  4687. ]]>
  4688. </script>
  4689. </input>
  4690. <line id="line103" class="line_3" style="x1:2px; y1:222px; x2:430px; y2:222px; "/>
  4691. <input id="input183" ref="/root/main/pursnstinfo/nutrpursinfo/ht" class="input_default" format="#,###.##" style="left:45px; top:252px; width:45px; height:19px; ">
  4692. <script type="javascript" ev:event="DOMFocusOut">
  4693. <![CDATA[
  4694. fCalcWeightEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //키와 몸무게에 대한 ibw 계산
  4695. fCalcBeeEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //BEE계산
  4696. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  4697. model.refresh();
  4698. ]]>
  4699. </script>
  4700. </input>
  4701. <input id="input185" ref="/root/main/pursnstinfo/nutrpursinfo/wtchngkg" class="input_default" format="(-)#,###.#" style="left:95px; top:305px; width:45px; height:19px; "/>
  4702. <input id="input187" ref="/root/main/pursnstinfo/nutrpursinfo/abw" class="input_default" format="#,###.#" style="left:353px; top:279px; width:45px; height:19px; "/>
  4703. <input id="input188" ref="/root/main/pursnstinfo/nutrpursinfo/hct" class="input_default" format="#,###.##" style="left:317px; top:357px; width:45px; height:19px; "/>
  4704. <input id="input189" ref="/root/main/pursnstinfo/nutrpursinfo/itvnfd" class="input_default" format="#,###.##" style="left:347px; top:177px; width:40px; height:19px; ">
  4705. <script type="javascript" ev:event="DOMFocusOut">
  4706. <![CDATA[
  4707. fCalcintkcalr("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //총섭취열량 계산
  4708. model.refresh();
  4709. ]]>
  4710. </script>
  4711. </input>
  4712. <caption id="caption280" style="left:215px; top:308px; width:85px; height:15px; vertical-align:middle; ">%)/ 개월</caption>
  4713. <input id="input190" ref="/root/main/pursnstinfo/nutrpursinfo/physmeasetc" class="input_default" style="left:295px; top:305px; width:130px; height:19px; "/>
  4714. <input id="input191" ref="/root/main/pursnstinfo/nutrpursinfo/chol" class="input_default" format="#,###.##" style="left:317px; top:406px; width:45px; height:19px; "/>
  4715. <line id="line104" class="line_2" style="x1:2px; y1:452px; x2:430px; y2:452px; "/>
  4716. <input id="input193" ref="/root/main/pursnstinfo/nutrpursinfo/cr" class="input_default" format="#,###.##" style="left:125px; top:406px; width:45px; height:19px; "/>
  4717. <input id="input194" ref="/root/main/pursnstinfo/nutrpursinfo/pibw" class="input_default" format="#,###.#" style="left:231px; top:279px; width:45px; height:19px; "/>
  4718. <caption id="caption281" class="cell_1" style="left:2px; top:404px; width:58px; height:23px; vertical-align:middle; ">BUN/Cr</caption>
  4719. <line id="line108" class="line_2" style="x1:2px; y1:427px; x2:430px; y2:427px; "/>
  4720. <input id="input195" ref="/root/main/pursnstinfo/nutrpursinfo/rbp" class="input_default" format="#,###.##" style="left:137px; top:382px; width:45px; height:19px; "/>
  4721. <input id="input197" ref="/root/main/pursnstinfo/nutrpursinfo/alb" class="input_default" format="#,###.##" style="left:45px; top:357px; width:45px; height:19px; "/>
  4722. <caption id="caption284" class="cell_1" style="left:310px; top:277px; width:38px; height:23px; vertical-align:middle; ">ABW</caption>
  4723. <caption id="caption286" style="left:307px; top:362px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4724. <input id="input199" ref="/root/main/pursnstinfo/nutrpursinfo/ibwper" class="input_default" visibility="hidden" format="#,###.##" style="left:121px; top:279px; width:45px; height:19px; "/>
  4725. <caption id="caption287" class="cell_1" style="left:2px; top:303px; width:88px; height:23px; vertical-align:middle; ">Wt Change</caption>
  4726. <line id="line140" class="line_2" style="x1:2px; y1:402px; x2:430px; y2:402px; "/>
  4727. <caption id="caption288" style="left:365px; top:387px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4728. <input id="input204" ref="/root/main/pursnstinfo/nutrpursinfo/tlc" class="input_default" format="#,###.##" style="left:137px; top:357px; width:45px; height:19px; "/>
  4729. <input id="input207" ref="/root/main/pursnstinfo/nutrpursinfo/p" class="input_default" format="#,###.##" style="left:135px; top:432px; width:45px; height:19px; "/>
  4730. <line id="line142" class="line_1" style="x1:2px; y1:350px; x2:430px; y2:350px; "/>
  4731. <input id="input228" ref="/root/main/pursnstinfo/nutrpursinfo/k" class="input_default" format="#,###.##" style="left:317px; top:382px; width:45px; height:19px; "/>
  4732. <caption id="caption290" class="cell_1" style="left:185px; top:404px; width:68px; height:23px; vertical-align:middle; ">TG/Chol</caption>
  4733. <line id="line146" class="line_1" style="x1:2px; y1:245px; x2:430px; y2:245px; "/>
  4734. <caption id="caption293" class="cell_1" style="left:2px; top:277px; width:38px; height:23px; vertical-align:middle; ">IBW</caption>
  4735. <caption id="caption294" class="cell_1" style="left:2px; top:380px; width:38px; height:23px; vertical-align:middle; ">TRF</caption>
  4736. <caption id="caption295" visibility="hidden" style="left:166px; top:282px; width:19px; height:15px; vertical-align:middle; ">%)</caption>
  4737. <caption id="caption296" style="left:145px; top:201px; width:30px; height:20px; vertical-align:middle; ">kcal</caption>
  4738. <caption id="caption297" style="left:115px; top:411px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4739. <caption id="caption299" class="tit_2" style="left:10px; top:482px; width:122px; height:13px; ">약물정보</caption>
  4740. <line id="line150" class="line_1" style="x1:2px; y1:497px; x2:430px; y2:497px; "/>
  4741. <button id="button31" class="btn2_letter4" style="left:363px; top:478px; width:64px; height:19px; ">
  4742. <caption>약품편람</caption>
  4743. <script type="javascript" ev:event="DOMActivate">
  4744. <![CDATA[
  4745. modal("SMADB01900", 0,100,100,"SMADB01900","","","left:30; top:50; width:1230; height:840;");
  4746. ]]>
  4747. </script>
  4748. </button>
  4749. <caption id="caption300" style="left:400px; top:280px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  4750. <caption id="caption301" class="cell_1" style="left:2px; top:250px; width:38px; height:23px; vertical-align:middle; ">Ht</caption>
  4751. <caption id="caption302" class="cell_1" style="left:2px; top:430px; width:68px; height:23px; vertical-align:middle; ">Ca/P/Mg</caption>
  4752. <caption id="caption303" class="tit_2" style="left:10px; top:335px; width:122px; height:13px; ">검사결과</caption>
  4753. <caption id="caption304" style="left:248px; top:177px; width:47px; height:20px; vertical-align:middle; ">kcal/d</caption>
  4754. <caption id="caption307" style="left:182px; top:437px; width:10px; height:15px; vertical-align:middle; ">/</caption>
  4755. <input id="input229" ref="/root/main/pursnstinfo/nutrpursinfo/wtchngmm" class="input_default" format="#,###.##" style="left:240px; top:305px; width:25px; height:19px; "/>
  4756. <caption id="caption308" class="cell_1" style="left:290px; top:175px; width:55px; height:23px; vertical-align:middle; ">정맥영양</caption>
  4757. <line id="line152" class="line_3" style="x1:2px; y1:326px; x2:430px; y2:326px; "/>
  4758. <caption id="caption309" class="cell_1" style="left:120px; top:250px; width:38px; height:23px; vertical-align:middle; ">Wt</caption>
  4759. <line id="line153" class="line_2" style="x1:2px; y1:198px; x2:430px; y2:198px; "/>
  4760. <button id="button32" class="btn2_letter5" style="left:352px; top:225px; width:75px; height:19px; ">
  4761. <caption>소아기준표</caption>
  4762. <script type="javascript" ev:event="DOMActivate">
  4763. <![CDATA[
  4764. popChildBaseTable();
  4765. ]]>
  4766. </script>
  4767. </button>
  4768. <line id="line154" class="line_2" style="x1:2px; y1:299px; x2:430px; y2:299px; "/>
  4769. <caption id="caption311" class="cell_1" style="left:255px; top:430px; width:40px; height:23px; vertical-align:middle; ">INS</caption>
  4770. <caption id="caption312" style="left:330px; top:255px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  4771. <caption id="caption185" class="cell_1" style="left:435px; top:459px; width:50px; height:28px; text-align:center; vertical-align:middle; ">
  4772. <![CDATA[약 사]]>
  4773. <script type="javascript" ev:event="onclick">
  4774. <![CDATA[
  4775. model.setValue("/root/send/popup/mngtpharmstcmt", "");
  4776. grp_mngtpharmstcmt.visible = true;
  4777. var mngtpharmstcmt = model.getValue("/root/main/pursnstinfo/nutrpursinfo/pharmstoffr");
  4778. model.setValue("/root/send/popup/mngtpharmstcmt",mngtpharmstcmt);
  4779. model.setFocus("txt_mngtpharmstcmt");
  4780. model.refresh();
  4781. ]]>
  4782. </script>
  4783. </caption>
  4784. <textarea id="textarea12" ref="/root/main/pursnstinfo/nutrpursinfo/dieteroffr" style="left:488px; top:429px; width:220px; height:28px; ">
  4785. <script type="javascript" ev:event="onkeyup">
  4786. <![CDATA[
  4787. model.setValue("/root/main/pursnstinfo/nutrpursinfo/dieterid",getUserName()); // 입력시 로그인 Id입력
  4788. combo1.refresh();
  4789. ]]>
  4790. </script>
  4791. </textarea>
  4792. <textarea id="textarea16" ref="/root/main/pursnstinfo/nutrpursinfo/pharmstoffr" style="left:488px; top:459px; width:220px; height:28px; ">
  4793. <script type="javascript" ev:event="onkeyup">
  4794. <![CDATA[
  4795. model.setValue("/root/main/pursnstinfo/nutrpursinfo/pharmstnm",getUserName()); // 입력시 로그인 Id입력
  4796. input142.refresh();
  4797. ]]>
  4798. </script>
  4799. </textarea>
  4800. <line id="line63" class="line_3" style="x1:430px; y1:520px; x2:818px; y2:520px; "/>
  4801. <caption id="caption279" class="tit_2" style="left:435px; top:378px; width:55px; height:13px; ">
  4802. <![CDATA[제언]]>
  4803. <script type="javascript" ev:event="ondblclick">
  4804. <![CDATA[
  4805. var Dutplceinstcd = getUserInfo("dutplceinstcd");
  4806. if(Dutplceinstcd == '031'){
  4807. model.setValue("/root/main/pursnstinfo/nutrpursinfo/drnm",'박진영');
  4808. }
  4809. ]]>
  4810. </script>
  4811. </caption>
  4812. <select id="checkbox6" ref="/root/main/pursnstinfo/nutrpursinfo/droffrflag" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:715px; top:400px; width:109px; height:22px; border-style:none; ">
  4813. <choices>
  4814. <item>
  4815. <label>회신</label>
  4816. <value>2</value>
  4817. </item>
  4818. </choices>
  4819. </select>
  4820. <caption id="caption313" class="cell_1" style="left:435px; top:429px; width:50px; height:28px; text-align:center; vertical-align:middle; ">
  4821. <![CDATA[영양사]]>
  4822. <script type="javascript" ev:event="onclick">
  4823. <![CDATA[
  4824. model.setValue("/root/send/popup/mngtdietercmt", "");
  4825. grp_mngtdietercmt.visible = true;
  4826. var mngtdietercmt = model.getValue("/root/main/pursnstinfo/nutrpursinfo/dieteroffr");
  4827. model.setValue("/root/send/popup/mngtdietercmt",mngtdietercmt);
  4828. model.setFocus("txt_mngtdietercmt");
  4829. model.refresh();
  4830. ]]>
  4831. </script>
  4832. </caption>
  4833. <select id="checkbox10" ref="/root/main/pursnstinfo/nutrpursinfo/dieteroffrflag" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:715px; top:431px; width:115px; height:22px; border-style:none; ">
  4834. <choices>
  4835. <item>
  4836. <label>회신</label>
  4837. <value>2</value>
  4838. </item>
  4839. </choices>
  4840. </select>
  4841. <line id="line102" class="line_1" style="x1:432px; y1:393px; x2:825px; y2:392px; "/>
  4842. <select id="checkbox21" ref="/root/main/pursnstinfo/nutrpursinfo/pharmstoffrflag" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:715px; top:462px; width:111px; height:22px; border-style:none; ">
  4843. <choices>
  4844. <item>
  4845. <label>회신</label>
  4846. <value>2</value>
  4847. </item>
  4848. </choices>
  4849. </select>
  4850. <input id="input83" ref="/root/main/pursnstinfo/nutrpursinfo/execdd" class="input_essential" inputtype="date" style="left:1085px; top:497px; width:100px; height:19px; "/>
  4851. <caption id="caption317" class="cell_1" style="left:1020px; top:495px; width:60px; height:23px; vertical-align:middle; ">수행일자</caption>
  4852. <select1 id="radio13" ref="/root/main/pursnstinfo/nutrpursinfo/needcalrflag" navindex="120" appearance="full" vcellspacing="7" overflow="visible" style="left:430px; top:176px; width:35px; height:97px; border-style:none; ">
  4853. <choices>
  4854. <item>
  4855. <label>=</label>
  4856. <value>1</value>
  4857. </item>
  4858. <item>
  4859. <label>=</label>
  4860. <value>2</value>
  4861. </item>
  4862. <item>
  4863. <label>=</label>
  4864. <value>3</value>
  4865. </item>
  4866. <item>
  4867. <label>=</label>
  4868. <value>4</value>
  4869. </item>
  4870. </choices>
  4871. <script type="javascript" ev:event="onclick">
  4872. <![CDATA[
  4873. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  4874. model.refresh();
  4875. ]]>
  4876. </script>
  4877. </select1>
  4878. <select1 id="combo41" ref="/root/init/pursinfo/needcalrlist/needcalr10" class="combo_search" appearance="minimal" style="left:762px; top:227px; width:55px; height:19px; ">
  4879. <choices>
  4880. <item>
  4881. <label>(0.2) T.F. : 20~30%</label>
  4882. <value>0.2</value>
  4883. </item>
  4884. <item>
  4885. <label>(0.3) W.F. : 20%</label>
  4886. <value>0.3</value>
  4887. </item>
  4888. </choices>
  4889. <script type="javascript" ev:event="DOMFocusOut">
  4890. <![CDATA[
  4891. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  4892. model.refresh();
  4893. ]]>
  4894. </script>
  4895. </select1>
  4896. <line id="line57" class="line_3" style="x1:432px; y1:272px; x2:1190px; y2:272px; "/>
  4897. <caption id="caption338" style="left:813px; top:125px; width:23px; height:23px; text-align:center; vertical-align:middle; ">yr =</caption>
  4898. <caption id="caption339" class="tit_2" style="left:805px; top:284px; width:176px; height:13px; ">모니터링</caption>
  4899. <textarea id="textarea17" ref="/root/main/pursnstinfo/nutrpursinfo/mntr" style="left:802px; top:305px; width:383px; height:65px; "/>
  4900. <caption id="caption340" style="left:813px; top:98px; width:23px; height:23px; text-align:center; vertical-align:middle; ">yr =</caption>
  4901. <select1 id="combo42" ref="/root/init/pursinfo/needcalrlist/needcalr5" class="combo_search" appearance="minimal" style="left:662px; top:202px; width:55px; height:19px; ">
  4902. <choices>
  4903. <item>
  4904. <label>(1.1) minor</label>
  4905. <value>1.1</value>
  4906. </item>
  4907. <item>
  4908. <label>(1.2) mild</label>
  4909. <value>1.2</value>
  4910. </item>
  4911. <item>
  4912. <label>(1.35) skeletal</label>
  4913. <value>1.35</value>
  4914. </item>
  4915. <item>
  4916. <label>(1.5) 40% BSA</label>
  4917. <value>1.5</value>
  4918. </item>
  4919. <item>
  4920. <label>(1.4) mod</label>
  4921. <value>1.4</value>
  4922. </item>
  4923. <item>
  4924. <label>(1.6) head with steroid Tx</label>
  4925. <value>1.6</value>
  4926. </item>
  4927. <item>
  4928. <label>(1.8) severe</label>
  4929. <value>1.8</value>
  4930. </item>
  4931. <item>
  4932. <label>(1.95) 100% BSA</label>
  4933. <value>1.95</value>
  4934. </item>
  4935. </choices>
  4936. <script type="javascript" ev:event="DOMFocusOut">
  4937. <![CDATA[
  4938. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  4939. model.refresh();
  4940. ]]>
  4941. </script>
  4942. </select1>
  4943. <input id="ipt_wtotal_purs" ref="/root/init/pursinfo/basembolinfolist/wbasembolcalc" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:838px; top:126px; width:55px; height:19px; "/>
  4944. <line id="line109" class="line_2" style="x1:432px; y1:349px; x2:800px; y2:349px; "/>
  4945. <caption id="caption398" style="left:556px; top:249px; width:74px; height:23px; vertical-align:middle; ">
  4946. <![CDATA[->나이)+5*(]]>
  4947. </caption>
  4948. <caption id="caption399" style="left:717px; top:202px; width:35px; height:20px; vertical-align:middle; ">(IF) =</caption>
  4949. <caption id="caption400" class="tit_2" style="left:436px; top:5px; width:111px; height:13px; ">영양상태 판정</caption>
  4950. <caption id="caption401" style="left:527px; top:203px; width:43px; height:20px; vertical-align:middle; ">(BEE)</caption>
  4951. <caption id="caption402" style="left:705px; top:98px; width:63px; height:23px; text-align:center; vertical-align:middle; ">cm - 6.8 x</caption>
  4952. <caption id="caption403" style="left:789px; top:249px; width:45px; height:23px; vertical-align:middle; ">)+239*</caption>
  4953. <caption id="caption404" style="left:465px; top:249px; width:59px; height:23px; vertical-align:middle; ">1784-11*(</caption>
  4954. <caption id="caption405" class="tit_2" style="left:436px; top:155px; width:391px; height:13px; ">필요열량(Total Caloric Need : TCN)</caption>
  4955. <line id="line111" class="line_3" style="x1:801px; y1:374px; x2:1189px; y2:374px; "/>
  4956. <line id="line136" class="line_1" style="x1:432px; y1:298px; x2:800px; y2:298px; "/>
  4957. <caption id="caption406" style="left:822px; top:202px; width:55px; height:20px; vertical-align:middle; ">kcal/day</caption>
  4958. <input id="ipt_wkg_purs" ref="/root/main/pursnstinfo/nutrpursinfo/basewt" class="input_default" format="#,###.##" style="left:545px; top:126px; width:40px; height:19px; "/>
  4959. <caption id="caption407" style="left:585px; top:326px; width:214px; height:23px; vertical-align:middle; ">
  4960. <![CDATA[ml/day <1500 + 20 x (현재체중 - 20)>]]>
  4961. </caption>
  4962. <caption id="caption408" style="left:627px; top:202px; width:35px; height:20px; vertical-align:middle; ">(AF)x</caption>
  4963. <caption id="caption409" class="tit_2" style="left:436px; top:81px; width:391px; height:13px; ">기초대사량(Basal Energy Expenditure : BEE)</caption>
  4964. <caption id="caption410" style="left:562px; top:203px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  4965. <input id="ipt_wyr_purs" ref="/root/init/pursinfo/basembolinfolist/age" class="input_default" format="#,###" style="left:770px; top:126px; width:40px; height:19px; "/>
  4966. <line id="line151" class="line_2" style="x1:432px; y1:324px; x2:800px; y2:324px; "/>
  4967. <caption id="caption411" style="left:932px; top:228px; width:116px; height:23px; vertical-align:middle; ">( + T.F. : 20 ~ 30 %)</caption>
  4968. <line id="line155" class="line_2" style="x1:432px; y1:247px; x2:1190px; y2:247px; "/>
  4969. <input id="input172" ref="/root/init/bee" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:467px; top:202px; width:60px; height:19px; "/>
  4970. <caption id="caption412" style="left:1057px; top:228px; width:90px; height:23px; vertical-align:middle; ">(+ W. F. : 20%)</caption>
  4971. <input id="ipt_mkg_purs" ref="/root/main/pursnstinfo/nutrpursinfo/basewt" class="input_default" format="#,###.##" style="left:544px; top:101px; width:41px; height:19px; "/>
  4972. <caption id="caption413" style="left:818px; top:228px; width:20px; height:20px; vertical-align:middle; ">=</caption>
  4973. <input id="input231" ref="/root/main/pursnstinfo/nutrpursinfo/waterreqvol" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:507px; top:327px; width:76px; height:19px; "/>
  4974. <line id="line156" class="line_3" style="x1:432px; y1:147px; x2:907px; y2:147px; "/>
  4975. <line id="line157" class="line_2" style="x1:432px; y1:197px; x2:1190px; y2:197px; "/>
  4976. <caption id="caption416" style="left:881px; top:249px; width:47px; height:23px; vertical-align:middle; ">)+804*(</caption>
  4977. <input id="input232" ref="/root/init/pursinfo/needcalrlist/needcalr6" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:752px; top:202px; width:70px; height:19px; "/>
  4978. <input id="input233" ref="/root/init/bee" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:662px; top:227px; width:60px; height:19px; "/>
  4979. <input id="input234" ref="/root/init/bee" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:467px; top:227px; width:60px; height:19px; "/>
  4980. <caption id="caption417" style="left:562px; top:228px; width:10px; height:20px; vertical-align:middle; ">x</caption>
  4981. <caption id="caption418" class="cell_2" style="left:1030px; top:173px; width:83px; height:23px; vertical-align:middle; ">보정열량</caption>
  4982. <input id="input235" ref="/root/init/pursinfo/needcalrlist/needcalr11" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:832px; top:227px; width:90px; height:19px; "/>
  4983. <line id="line158" class="line_3" style="x1:432px; y1:72px; x2:1190px; y2:72px; "/>
  4984. <input id="input237" ref="/root/init/pursinfo/needcalrlist/needcalr1" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:530px; top:175px; width:60px; height:19px; ">
  4985. <script type="javascript" ev:event="DOMFocusOut">
  4986. <![CDATA[
  4987. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  4988. model.refresh();
  4989. ]]>
  4990. </script>
  4991. </input>
  4992. <input id="input238" ref="/root/init/pursinfo/needcalrlist/needcalr17" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:985px; top:250px; width:50px; height:19px; "/>
  4993. <caption id="caption419" style="left:595px; top:175px; width:15px; height:20px; vertical-align:middle; ">x</caption>
  4994. <caption id="caption420" style="left:675px; top:175px; width:55px; height:20px; vertical-align:middle; ">kcal/kg</caption>
  4995. <caption id="caption421" style="left:585px; top:99px; width:50px; height:24px; text-align:center; vertical-align:middle; ">Kg + 5 x</caption>
  4996. <input id="input239" ref="/root/main/pursnstinfo/nutrpursinfo/corrcalr" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:1115px; top:175px; width:75px; height:19px; "/>
  4997. <caption id="caption422" style="left:667px; top:249px; width:74px; height:23px; vertical-align:middle; ">
  4998. <![CDATA[->체중)+244(]]>
  4999. </caption>
  5000. <select1 id="combo44" ref="/root/init/pursinfo/needcalrlist/needcalr14" class="combo_search" appearance="minimal" style="left:739px; top:250px; width:50px; height:19px; ">
  5001. <choices>
  5002. <item>
  5003. <label>male</label>
  5004. <value>1</value>
  5005. </item>
  5006. <item>
  5007. <label>female</label>
  5008. <value>0</value>
  5009. </item>
  5010. </choices>
  5011. <script type="javascript" ev:event="DOMFocusOut">
  5012. <![CDATA[
  5013. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  5014. model.refresh();
  5015. ]]>
  5016. </script>
  5017. </select1>
  5018. <line id="line159" class="line_1" style="x1:432px; y1:170px; x2:1190px; y2:170px; "/>
  5019. <input id="ipt_myr_purs" ref="/root/init/pursinfo/basembolinfolist/age" class="input_default" format="#,###" style="left:770px; top:101px; width:40px; height:19px; "/>
  5020. <line id="line160" class="line_1" style="x1:432px; y1:20px; x2:1190px; y2:20px; "/>
  5021. <caption id="caption423" style="left:434px; top:100px; width:112px; height:23px; vertical-align:middle; ">남자 : 66.5 + 13.7 x</caption>
  5022. <line id="line161" class="line_3" style="x1:430px; y1:374px; x2:798px; y2:374px; "/>
  5023. <caption id="caption424" style="left:434px; top:125px; width:106px; height:23px; vertical-align:middle; ">여자 : 655 + 9.6 x</caption>
  5024. <line id="line162" class="line_1" style="x1:432px; y1:96px; x2:900px; y2:95px; "/>
  5025. <select1 id="combo45" ref="/root/init/pursinfo/needcalrlist/needcalr15" class="combo_search" appearance="minimal" style="left:832px; top:250px; width:50px; height:19px; ">
  5026. <choices>
  5027. <item>
  5028. <label>present</label>
  5029. <value>1</value>
  5030. </item>
  5031. <item>
  5032. <label>absent</label>
  5033. <value>0</value>
  5034. </item>
  5035. </choices>
  5036. <script type="javascript" ev:event="DOMFocusOut">
  5037. <![CDATA[
  5038. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  5039. model.refresh();
  5040. ]]>
  5041. </script>
  5042. </select1>
  5043. <input id="input242" ref="/root/main/pursnstinfo/nutrpursinfo/basewt" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:623px; top:250px; width:44px; height:19px; "/>
  5044. <line id="line163" class="line_2" style="x1:432px; y1:123px; x2:901px; y2:123px; "/>
  5045. <select1 id="combo46" ref="/root/init/pursinfo/needcalrlist/needcalr8" class="combo_search" appearance="minimal" style="left:572px; top:227px; width:55px; height:19px; ">
  5046. <choices>
  5047. <item>
  5048. <label>(1.2) confined to bed</label>
  5049. <value>1.2</value>
  5050. </item>
  5051. <item>
  5052. <label>(1.3) out of bed</label>
  5053. <value>1.3</value>
  5054. </item>
  5055. </choices>
  5056. <script type="javascript" ev:event="DOMFocusOut">
  5057. <![CDATA[
  5058. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  5059. model.refresh();
  5060. ]]>
  5061. </script>
  5062. </select1>
  5063. <input id="ipt_mtotal_purs" ref="/root/init/pursinfo/basembolinfolist/mbasembolcalc" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:838px; top:101px; width:55px; height:19px; "/>
  5064. <caption id="caption425" style="left:585px; top:125px; width:65px; height:23px; text-align:center; vertical-align:middle; ">Kg + 1.9 x</caption>
  5065. <input id="ipt_wcm_purs" ref="/root/main/pursnstinfo/nutrpursinfo/ht" class="input_default" format="#,###.##" style="left:645px; top:126px; width:60px; height:19px; "/>
  5066. <input id="input245" ref="/root/main/pursnstinfo/nutrpursinfo/nutrreqvol" class="input_default" style="left:507px; top:352px; width:288px; height:19px; "/>
  5067. <caption id="caption426" class="tit_2" style="left:436px; top:284px; width:309px; height:13px; ">영양요구량</caption>
  5068. <line id="line165" class="line_2" style="x1:432px; y1:223px; x2:1190px; y2:223px; "/>
  5069. <caption id="caption427" style="left:705px; top:125px; width:65px; height:23px; text-align:center; vertical-align:middle; ">cm - 4.7 x</caption>
  5070. <select1 id="combo47" ref="/root/init/pursinfo/needcalrlist/needcalr16" class="combo_search" appearance="minimal" style="left:922px; top:250px; width:50px; height:19px; ">
  5071. <choices>
  5072. <item>
  5073. <label>present</label>
  5074. <value>1</value>
  5075. </item>
  5076. <item>
  5077. <label>absent</label>
  5078. <value>0</value>
  5079. </item>
  5080. </choices>
  5081. <script type="javascript" ev:event="DOMFocusOut">
  5082. <![CDATA[
  5083. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  5084. model.refresh();
  5085. ]]>
  5086. </script>
  5087. </select1>
  5088. <select1 id="combo48" ref="/root/init/pursinfo/needcalrlist/needcalr4" class="combo_search" appearance="minimal" style="left:572px; top:202px; width:55px; height:19px; ">
  5089. <choices>
  5090. <item>
  5091. <label>(1.2) confined to bed</label>
  5092. <value>1.2</value>
  5093. </item>
  5094. <item>
  5095. <label>(1.3) out of bed</label>
  5096. <value>1.3</value>
  5097. </item>
  5098. </choices>
  5099. <script type="javascript" ev:event="DOMFocusOut">
  5100. <![CDATA[
  5101. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  5102. model.refresh();
  5103. ]]>
  5104. </script>
  5105. </select1>
  5106. <input id="input246" ref="/root/init/pursinfo/basembolinfolist/age" class="input_default" style="left:519px; top:250px; width:36px; height:19px; "/>
  5107. <caption id="caption428" class="cell_1" style="left:432px; top:351px; width:73px; height:23px; vertical-align:middle; ">기타</caption>
  5108. <caption id="caption429" style="left:527px; top:228px; width:40px; height:19px; vertical-align:middle; ">(BEE)</caption>
  5109. <line id="line166" class="line_1" style="x1:801px; y1:298px; x2:1189px; y2:298px; "/>
  5110. <caption id="caption431" style="left:826px; top:251px; width:15px; height:20px; vertical-align:middle; ">(</caption>
  5111. <caption id="caption432" class="cell_1" style="left:432px; top:326px; width:73px; height:23px; vertical-align:middle; ">수분요구량</caption>
  5112. <button id="button34" class="btn2_letter4" style="left:1121px; top:277px; width:64px; height:19px; ">
  5113. <caption>모니터링</caption>
  5114. <script type="javascript" ev:event="DOMActivate">
  5115. <![CDATA[
  5116. modal("SPADC61300",0,100,150,"SPADC61300");
  5117. //2010-04-20 EN / 추구관리 모두 사용 - 모니터링 데이타 연동 안됨
  5118. model.setValue("/root/main/pursnstinfo/nutrpursinfo/mntr" ,model.getValue("/root/init/opnermntrinfo/mntr")) ;
  5119. textarea16.refresh();
  5120. ]]>
  5121. </script>
  5122. </button>
  5123. <caption id="caption433" style="left:470px; top:177px; width:43px; height:20px; vertical-align:middle; ">계수법</caption>
  5124. <input id="ipt_mcm_purs" ref="/root/main/pursnstinfo/nutrpursinfo/ht" class="input_default" format="#,###.##" style="left:645px; top:101px; width:60px; height:19px; "/>
  5125. <caption id="caption434" style="left:627px; top:228px; width:35px; height:20px; vertical-align:middle; ">(AF)+</caption>
  5126. <caption id="caption435" style="left:722px; top:228px; width:40px; height:19px; vertical-align:middle; ">(BEE)</caption>
  5127. <caption id="caption436" class="cell_2" style="left:912px; top:100px; width:60px; height:23px; vertical-align:middle; ">기준체중</caption>
  5128. <caption id="caption437" style="left:971px; top:249px; width:20px; height:23px; vertical-align:middle; ">)=</caption>
  5129. <textarea id="textarea20" ref="/root/main/pursnstinfo/nutrpursinfo/druginfo" style="left:2px; top:504px; width:428px; height:20px; "/>
  5130. <line id="line65" class="line_1" style="x1:825px; y1:490px; x2:1190px; y2:489px; "/>
  5131. <line id="line60" class="line_3" style="x1:825px; y1:521px; x2:1190px; y2:521px; "/>
  5132. <button id="button40" class="btn2_letter5" style="left:1075px; top:29px; width:75px; height:19px; ">
  5133. <caption>판정기준표</caption>
  5134. <script type="javascript" ev:event="DOMActivate">
  5135. <![CDATA[
  5136. modal("SPANC00303","","","","","","");
  5137. //2010-01-14 판정기준표 추가 (클릭시 NST화면에 적용하기) -화면신규발생 (SPANC00303 ->SPADC02900_판정기준표)
  5138. //modal("SPADC02900","","","","SPADC02900","/root/hidden/cnsttypelist","/root/hidden/opnerdata/cnsttype"); //의뢰구분
  5139. ]]>
  5140. </script>
  5141. </button>
  5142. <input id="input152" ref="/root/main/pursnstinfo/nutrpursinfo/basewt" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:975px; top:100px; width:45px; height:19px; "/>
  5143. <caption id="caption190" style="left:1025px; top:102px; width:25px; height:15px; vertical-align:middle; ">kg</caption>
  5144. <select1 id="radio20" ref="/root/main/pursnstinfo/nutrpursinfo/basewtflag" appearance="full" cols="3" rows="1" overflow="visible" style="left:1052px; top:100px; width:128px; height:20px; border-style:none; ">
  5145. <choices>
  5146. <item>
  5147. <label>IBW</label>
  5148. <value>1</value>
  5149. </item>
  5150. <item>
  5151. <label>ABW</label>
  5152. <value>2</value>
  5153. </item>
  5154. <item>
  5155. <label>Wt</label>
  5156. <value>3</value>
  5157. </item>
  5158. </choices>
  5159. <script type="javascript" ev:event="onclick">
  5160. <![CDATA[
  5161. fCalcWeightEx_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //PN/EN 기준체중 선택값 설정, 수분요구량 계산
  5162. model.refresh();
  5163. ]]>
  5164. </script>
  5165. </select1>
  5166. <caption id="caption217" style="left:655px; top:304px; width:40px; height:20px; vertical-align:middle; ">g/kg=</caption>
  5167. <caption id="caption266" class="cell_1" style="left:432px; top:302px; width:73px; height:23px; vertical-align:middle; ">단백질</caption>
  5168. <input id="input179" ref="/root/main/pursnstinfo/nutrpursinfo/prot1" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:507px; top:304px; width:60px; height:19px; ">
  5169. <script type="javascript" ev:event="DOMFocusOut">
  5170. <![CDATA[
  5171. fCalcFPNEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath);
  5172. model.refresh();
  5173. ]]>
  5174. </script>
  5175. </input>
  5176. <caption id="caption289" style="left:755px; top:305px; width:40px; height:20px; vertical-align:middle; ">g/day</caption>
  5177. <input id="input225" ref="/root/main/pursnstinfo/nutrpursinfo/protcalc" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:695px; top:304px; width:60px; height:19px; "/>
  5178. <caption id="caption332" style="left:575px; top:304px; width:15px; height:20px; vertical-align:middle; ">x</caption>
  5179. <input id="input65" ref="/root/main/pursnstinfo/nutrpursinfo/nbcalval" class="input_default" navindex="107" format="#,###.#" roundmode="round" roundposition="-2" style="left:375px; top:455px; width:45px; height:19px; "/>
  5180. <input id="input66" ref="/root/main/pursnstinfo/nutrpursinfo/uun" class="input_default" navindex="106" format="#,###.##" style="left:195px; top:455px; width:45px; height:19px; ">
  5181. <script type="javascript" ev:event="DOMFocusOut">
  5182. <![CDATA[
  5183. fCalcNbalanceEn_EduPurs("EDU" ,NstNodepathINIT ,NstNodepath);
  5184. model.refresh();
  5185. ]]>
  5186. </script>
  5187. </input>
  5188. <caption id="caption337" style="left:245px; top:455px; width:125px; height:23px; vertical-align:middle; ">(24HrUUN) * 1.2 + 2) =</caption>
  5189. <input id="input70" ref="/root/main/pursnstinfo/nutrpursinfo/nbintake" class="input_default" navindex="105" format="#,###.##" style="left:80px; top:455px; width:45px; height:19px; ">
  5190. <script type="javascript" ev:event="DOMFocusOut">
  5191. <![CDATA[
  5192. fCalcNbalanceEn_EduPurs("PURS" ,NstNodepathINIT ,NstNodepath);
  5193. model.refresh();
  5194. ]]>
  5195. </script>
  5196. </input>
  5197. <caption id="caption449" class="cell_1" style="left:2px; top:454px; width:73px; height:23px; vertical-align:middle; ">N-Balance</caption>
  5198. <caption id="caption454" style="left:130px; top:455px; width:65px; height:23px; vertical-align:middle; ">(intake) - (</caption>
  5199. <line id="line80" class="line_2" style="x1:910px; y1:140px; x2:1180px; y2:140px; "/>
  5200. <line id="line110" class="line_1" style="x1:910px; y1:95px; x2:1190px; y2:94px; "/>
  5201. <input id="input76" ref="/root/init/pursinfo/needcalrlist/needcalr2" class="input_default" format="#,###.##" roundmode="round" roundposition="-3" style="left:609px; top:175px; width:60px; height:19px; ">
  5202. <script type="javascript" ev:event="DOMFocusOut">
  5203. <![CDATA[
  5204. fCalcNeedCalEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath); //필요열량계산
  5205. model.refresh();
  5206. ]]>
  5207. </script>
  5208. </input>
  5209. <input id="input84" ref="/root/main/pursnstinfo/nutrpursinfo/prot2" class="input_default" format="#,###.#" roundmode="round" roundposition="-2" style="left:590px; top:304px; width:60px; height:19px; ">
  5210. <script type="javascript" ev:event="DOMFocusOut">
  5211. <![CDATA[
  5212. fCalcFPNEn_EduPurs("PURS" ,pursNstNodepathINIT ,pursNstNodepath);
  5213. model.refresh();
  5214. ]]>
  5215. </script>
  5216. </input>
  5217. <button id="button33" class="btn2_letter6" style="left:871px; top:433px; width:86px; height:19px; ">
  5218. <caption>영양사 제언</caption>
  5219. <script type="javascript" ev:event="onclick">
  5220. <![CDATA[
  5221. if(textarea2.visible == true)
  5222. {
  5223. textarea2.visible = false;
  5224. }
  5225. else
  5226. {
  5227. textarea2.visible = true;
  5228. }
  5229. ]]>
  5230. </script>
  5231. </button>
  5232. <textarea id="textarea21" ref="/root/temp/dieteroffren" visibility="hidden" scroll="autovscroll" editable="false" style="left:770px; top:115px; width:390px; height:155px; "/>
  5233. <caption id="caption455" class="cell_1" style="left:825px; top:495px; width:52px; height:23px; vertical-align:middle; ">영양사</caption>
  5234. <select1 id="combo1" ref="/root/main/pursnstinfo/nutrpursinfo/dieterid" class="combo_default" navindex="156" appearance="minimal" style="left:885px; top:497px; width:120px; height:19px; ">
  5235. <choices>
  5236. <itemset nodeset="/root/init/cmb_info/dieter/dieter">
  5237. <label ref="cdnm"/>
  5238. <value ref="cdid"/>
  5239. </itemset>
  5240. </choices>
  5241. </select1>
  5242. <textarea id="textarea22" ref="/root/main/pursnstinfo/nutrpursinfo/droffr" style="left:488px; top:398px; width:220px; height:28px; ">
  5243. <script type="javascript" ev:event="onkeyup">
  5244. <![CDATA[
  5245. model.setValue("/root/main/pursnstinfo/nutrpursinfo/drnm",getUserName()); // 입력시 로그인 Id입력
  5246. input136.refresh();
  5247. ]]>
  5248. </script>
  5249. </textarea>
  5250. <caption id="caption456" class="cell_1" style="left:435px; top:399px; width:50px; height:28px; text-align:center; vertical-align:middle; ">
  5251. <![CDATA[의 사]]>
  5252. <script type="javascript" ev:event="onclick">
  5253. <![CDATA[
  5254. model.setValue("/root/send/popup/mngtdrcmt", "");
  5255. grp_mngtdrcmt.visible = true;
  5256. var mngtdrcmt = model.getValue("/root/main/pursnstinfo/nutrpursinfo/droffr");
  5257. model.setValue("/root/send/popup/mngtdrcmt",mngtdrcmt);
  5258. model.setFocus("txt_mngtdrcmt");
  5259. model.refresh();
  5260. ]]>
  5261. </script>
  5262. </caption>
  5263. <caption id="caption466" style="left:340px; top:202px; width:25px; height:15px; vertical-align:middle; ">g</caption>
  5264. <caption id="caption467" style="left:390px; top:177px; width:42px; height:20px; vertical-align:middle; ">kcal/d</caption>
  5265. <select id="checkbox4" ref="/root/main/pursnstinfo/nutrpursinfo/nutrjudg" navindex="109" overflow="visible" appearance="full" cols="3" rows="2" sep="|" style="left:435px; top:33px; width:605px; height:37px; border-style:none; ">
  5266. <choices>
  5267. <item>
  5268. <label>No malnutrition present</label>
  5269. <value>1</value>
  5270. </item>
  5271. <item>
  5272. <label>Mild malnutrition</label>
  5273. <value>2</value>
  5274. </item>
  5275. <item>
  5276. <label>Moderate malnutrition</label>
  5277. <value>3</value>
  5278. </item>
  5279. <item>
  5280. <label>Severe Protein Energy malnutrition</label>
  5281. <value>4</value>
  5282. </item>
  5283. <item>
  5284. <label>Energy malnutrition</label>
  5285. <value>5</value>
  5286. </item>
  5287. <item>
  5288. <label>Protein malnutrition</label>
  5289. <value>6</value>
  5290. </item>
  5291. </choices>
  5292. </select>
  5293. <line id="line144" class="line_2" style="x1:2px; y1:74px; x2:430px; y2:74px; "/>
  5294. <line id="line148" class="line_1" style="x1:2px; y1:20px; x2:430px; y2:20px; "/>
  5295. <select id="checkbox8" ref="/root/main/pursnstinfo/nutrpursinfo/nutrprob" navindex="67" overflow="visible" appearance="full" cols="7" rows="2" vcellspacing="8" style="left:2px; top:22px; width:408px; height:50px; border-style:none; ">
  5296. <choices>
  5297. <item>
  5298. <label>메스꺼움</label>
  5299. <value>1</value>
  5300. </item>
  5301. <item>
  5302. <label>식욕부진</label>
  5303. <value>2</value>
  5304. </item>
  5305. <item>
  5306. <label>구토</label>
  5307. <value>3</value>
  5308. </item>
  5309. <item>
  5310. <label>설사</label>
  5311. <value>4</value>
  5312. </item>
  5313. <item>
  5314. <label>변비</label>
  5315. <value>5</value>
  5316. </item>
  5317. <item>
  5318. <label>소화불량</label>
  5319. <value>6</value>
  5320. </item>
  5321. <item>
  5322. <label>고열</label>
  5323. <value>7</value>
  5324. </item>
  5325. <item>
  5326. <label>욕창</label>
  5327. <value>8</value>
  5328. </item>
  5329. <item>
  5330. <label>인공호흡기</label>
  5331. <value>9</value>
  5332. </item>
  5333. <item>
  5334. <label>기타</label>
  5335. <value>10</value>
  5336. </item>
  5337. </choices>
  5338. </select>
  5339. <select id="checkbox22" ref="/root/main/pursnstinfo/nutrpursinfo/actgrde" navindex="69" overflow="visible" appearance="full" cols="4" rows="2" sep="|" vcellspacing="8" style="left:65px; top:73px; width:345px; height:50px; border-style:none; ">
  5340. <choices>
  5341. <item>
  5342. <label>bed ridden</label>
  5343. <value>1</value>
  5344. </item>
  5345. <item>
  5346. <label>wheel chair</label>
  5347. <value>2</value>
  5348. </item>
  5349. <item>
  5350. <label>bed side PT</label>
  5351. <value>3</value>
  5352. </item>
  5353. <item>
  5354. <label>PT</label>
  5355. <value>4</value>
  5356. </item>
  5357. <item>
  5358. <label>light ambulation</label>
  5359. <value>5</value>
  5360. </item>
  5361. <item>
  5362. <label>기타</label>
  5363. <value>6</value>
  5364. </item>
  5365. </choices>
  5366. </select>
  5367. <line id="line171" class="line_2" style="x1:2px; y1:100px; x2:430px; y2:100px; "/>
  5368. <caption id="caption468" class="cell_1" style="left:2px; top:123px; width:60px; height:23px; vertical-align:middle; ">투여경로</caption>
  5369. <caption id="caption470" class="tit_2" style="left:10px; top:5px; width:122px; height:13px; ">영양관련 문제점</caption>
  5370. <select id="checkbox23" ref="/root/main/pursnstinfo/nutrpursinfo/drugpath" navindex="71" overflow="visible" appearance="full" cols="6" rows="1" style="left:65px; top:128px; width:355px; height:19px; border-style:none; ">
  5371. <choices>
  5372. <item>
  5373. <label>EN</label>
  5374. <value>1</value>
  5375. </item>
  5376. <item>
  5377. <label>TPN</label>
  5378. <value>2</value>
  5379. </item>
  5380. <item>
  5381. <label>PPN</label>
  5382. <value>3</value>
  5383. </item>
  5384. <item>
  5385. <label>EN+TPN</label>
  5386. <value>4</value>
  5387. </item>
  5388. <item>
  5389. <label>EN+PPN</label>
  5390. <value>5</value>
  5391. </item>
  5392. </choices>
  5393. </select>
  5394. <line id="line172" class="line_2" style="x1:2px; y1:47px; x2:392px; y2:47px; "/>
  5395. <line id="line173" class="line_3" style="x1:2px; y1:147px; x2:430px; y2:147px; "/>
  5396. <select1 id="cmb_rgstseqno_purs" ref="/root/send/srchinfo/rgstseqno_purs" class="combo_search" navindex="158" visibility="hidden" appearance="minimal" style="left:348px; top:0px; width:32px; height:19px; ">
  5397. <choices>
  5398. <itemset nodeset="/root/main/patinfo/rgstseqnolist">
  5399. <label ref="rgstseqno"/>
  5400. <value ref="rgstseqno"/>
  5401. </itemset>
  5402. </choices>
  5403. <script type="javascript" ev:event="xforms-select">
  5404. <![CDATA[
  5405. ]]>
  5406. </script>
  5407. </select1>
  5408. <output id="out_en_purs" style="left:155px; top:0px; width:185px; height:19px; font-family:굴림체; font-size:9pt; font-weight:bold; color:#008000; text-align:right; "/>
  5409. <button id="btn_en_purs" class="btn_number" visibility="hidden" style="left:390px; top:1px; width:39px; height:19px; font-weight:bolder; font-style:italic; ">
  5410. <caption>+NEW</caption>
  5411. <script type="javascript" ev:event="onclick">
  5412. <![CDATA[
  5413. /*
  5414. @ EN 추구관리 [+] 버튼 클릭시 - 2009-12-18
  5415. #parameter
  5416. - tmpflag : pn(=PN)/en(=EN)/교육의뢰(=EDU) 구분
  5417. - pursflag : PURS 추구관리
  5418. */
  5419. var purs_NstNodepathINIT = "/root/init/pursinfo/";
  5420. var purs_NstNodepath = "/root/main/pursnstinfo/nutrpursinfo/";
  5421. var purs_NstNodepath2 = "/root/main/pursnstinfo/nutrpursinfo2/";
  5422. var purs_NstNodepathMain = "/root/main/pursnstinfo/";
  5423. fPursuit_EN("EN","PURS", purs_NstNodepathMain,purs_NstNodepath);
  5424. ]]>
  5425. </script>
  5426. </button>
  5427. <input id="input96" ref="/root/main/pursnstinfo/nutrpursinfo/nutrprobetc" class="input_default" navindex="68" style="left:195px; top:50px; width:230px; height:19px; "/>
  5428. <input id="input100" ref="/root/main/pursnstinfo/nutrpursinfo/actgrdeetc" class="input_default" navindex="70" style="left:220px; top:102px; width:205px; height:19px; "/>
  5429. <caption id="caption471" class="cell_1" style="left:2px; top:78px; width:60px; height:42px; vertical-align:middle; ">활동정도</caption>
  5430. <button id="btn_careplan_purs" class="btn2_letter7" visibility="hidden" style="left:986px; top:433px; width:97px; height:19px; ">
  5431. <caption>Care Plan 입력</caption>
  5432. <script type="javascript" ev:event="onclick">
  5433. <![CDATA[
  5434. model.setValue("/root/init/opnerdatanstinfo/nodepath" ,pursNstNodepathMain);
  5435. modal("SPADC02700", "", "", "", "SPADC02700", "/root/init/opnerdatanstinfo", "/root/init/opnerdatanstinfo"); //Care Plan 내용 입력창 연동
  5436. ]]>
  5437. </script>
  5438. </button>
  5439. <select id="chk_careplan_purs" ref="/root/hidden/sendENRCAREPLANData/nodesendYN" visibility="hidden" overflow="visible" appearance="full" style="left:960px; top:434px; width:20px; height:20px; border-style:none; ">
  5440. <choices>
  5441. <item>
  5442. <label/>
  5443. <value>Y</value>
  5444. </item>
  5445. </choices>
  5446. </select>
  5447. <caption id="caption472" class="cell_1" style="left:435px; top:490px; width:50px; height:28px; text-align:center; vertical-align:middle; ">
  5448. <![CDATA[간호사]]>
  5449. <script type="javascript" ev:event="onclick">
  5450. <![CDATA[
  5451. model.setValue("/root/send/popup/mngtnursecmt", "");
  5452. grp_mngtnursecmt.visible = true;
  5453. var mngtnursecmt = model.getValue("/root/main/pursnstinfo/nutrpursinfo/nurseoffr");
  5454. model.setValue("/root/send/popup/mngtnursecmt",mngtnursecmt);
  5455. model.setFocus("txt_mngtnursecmt");
  5456. model.refresh();
  5457. ]]>
  5458. </script>
  5459. </caption>
  5460. <textarea id="textarea2" ref="/root/main/pursnstinfo/nutrpursinfo/nurseoffr" style="left:487px; top:490px; width:220px; height:28px; ">
  5461. <script type="javascript" ev:event="onkeyup">
  5462. <![CDATA[
  5463. model.setValue("/root/main/pursnstinfo/nutrpursinfo/nursenm",getUserName()); // 입력시 로그인 Id입력
  5464. input144.refresh();
  5465. ]]>
  5466. </script>
  5467. </textarea>
  5468. <select id="checkbox25" ref="/root/main/pursnstinfo/nutrpursinfo/nurseoffrflag" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:715px; top:492px; width:111px; height:22px; border-style:none; ">
  5469. <choices>
  5470. <item>
  5471. <label>회신</label>
  5472. <value>2</value>
  5473. </item>
  5474. </choices>
  5475. </select>
  5476. <input id="input136" ref="/root/main/pursnstinfo/nutrpursinfo/drnm" visibility="hidden" style="left:855px; top:400px; width:65px; height:19px; "/>
  5477. <input id="input142" ref="/root/main/pursnstinfo/nutrpursinfo/pharmstnm" visibility="hidden" style="left:850px; top:460px; width:65px; height:19px; "/>
  5478. <input id="input144" ref="/root/main/pursnstinfo/nutrpursinfo/nursenm" visibility="hidden" style="left:940px; top:460px; width:65px; height:19px; "/>
  5479. <group id="grp_mngtnursecmt" visibility="hidden" style="left:740px; top:265px; width:445px; height:245px; ">
  5480. <textarea id="txt_mngtnursecmt" ref="/root/send/popup/mngtnursecmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  5481. <button id="button49" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  5482. <caption>닫기</caption>
  5483. <script type="javascript" ev:event="DOMActivate">
  5484. <![CDATA[
  5485. grp_mngtnursecmt.visible = false;
  5486. ]]>
  5487. </script>
  5488. </button>
  5489. <caption id="caption474" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">간호사제언</caption>
  5490. <shape id="rectangle9" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  5491. <button id="button50" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  5492. <caption>입력</caption>
  5493. <script type="javascript" ev:event="DOMActivate">
  5494. <![CDATA[
  5495. model.setValue("/root/main/pursnstinfo/nutrpursinfo/nurseoffr", "");
  5496. model.setValue("/root/main/pursnstinfo/nutrpursinfo/nurseoffr",model.getValue("/root/send/popup/mngtnursecmt") );
  5497. model.setValue("/root/main/pursnstinfo/nutrpursinfo/nursenm",getUserName()); // 입력시 로그인 Id입력
  5498. grp_mngtnursecmt.visible = false;
  5499. model.refresh();
  5500. ]]>
  5501. </script>
  5502. </button>
  5503. </group>
  5504. <group id="grp_mngtpharmstcmt" visibility="hidden" style="left:740px; top:265px; width:445px; height:245px; ">
  5505. <textarea id="txt_mngtpharmstcmt" ref="/root/send/popup/mngtpharmstcmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  5506. <button id="button51" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  5507. <caption>닫기</caption>
  5508. <script type="javascript" ev:event="DOMActivate">
  5509. <![CDATA[
  5510. grp_mngtpharmstcmt.visible = false;
  5511. ]]>
  5512. </script>
  5513. </button>
  5514. <caption id="caption475" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">약사제언</caption>
  5515. <shape id="rectangle10" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  5516. <button id="button52" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  5517. <caption>입력</caption>
  5518. <script type="javascript" ev:event="DOMActivate">
  5519. <![CDATA[
  5520. model.setValue("/root/main/pursnstinfo/nutrpursinfo/pharmstoffr", "");
  5521. model.setValue("/root/main/pursnstinfo/nutrpursinfo/pharmstoffr",model.getValue("/root/send/popup/mngtpharmstcmt"));
  5522. model.setValue("/root/main/pursnstinfo/nutrpursinfo/pharmstnm",getUserName()); // 입력시 로그인 Id입력
  5523. grp_mngtpharmstcmt.visible = false;
  5524. model.refresh();
  5525. ]]>
  5526. </script>
  5527. </button>
  5528. </group>
  5529. <group id="grp_mngtdietercmt" visibility="hidden" style="left:744px; top:265px; width:445px; height:245px; ">
  5530. <textarea id="txt_mngtdietercmt" ref="/root/send/popup/mngtdietercmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  5531. <button id="button53" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  5532. <caption>닫기</caption>
  5533. <script type="javascript" ev:event="DOMActivate">
  5534. <![CDATA[
  5535. grp_mngtdietercmt.visible = false;
  5536. ]]>
  5537. </script>
  5538. </button>
  5539. <caption id="caption476" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">영양사제언</caption>
  5540. <shape id="rectangle11" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  5541. <button id="button54" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  5542. <caption>입력</caption>
  5543. <script type="javascript" ev:event="DOMActivate">
  5544. <![CDATA[
  5545. model.setValue("/root/main/pursnstinfo/nutrpursinfo/dieteroffr", "");
  5546. model.setValue("/root/main/pursnstinfo/nutrpursinfo/dieteroffr",model.getValue("/root/send/popup/mngtdietercmt") );
  5547. model.setValue("/root/main/pursnstinfo/nutrpursinfo/dieterid",getUserId()); // 입력시 로그인 Id입력
  5548. grp_mngtdietercmt.visible = false;
  5549. model.refresh();
  5550. ]]>
  5551. </script>
  5552. </button>
  5553. </group>
  5554. <group id="grp_mngtdrcmt" visibility="hidden" style="left:740px; top:265px; width:445px; height:245px; ">
  5555. <textarea id="txt_mngtdrcmt" ref="/root/send/popup/mngtdrcmt" style="left:5px; top:30px; width:435px; height:180px; "/>
  5556. <button id="button55" class="btn4_letter2" style="left:380px; top:215px; width:56px; height:22px; ">
  5557. <caption>닫기</caption>
  5558. <script type="javascript" ev:event="DOMActivate">
  5559. <![CDATA[
  5560. grp_mngtdrcmt.visible = false;
  5561. ]]>
  5562. </script>
  5563. </button>
  5564. <caption id="caption477" class="tit_2" style="left:10px; top:13px; width:173px; height:14px; ">의사제언</caption>
  5565. <shape id="rectangle12" appearance="rectangle" style="left:0px; top:0px; width:445px; height:245px; "/>
  5566. <button id="button56" class="btn4_letter2" style="left:320px; top:215px; width:56px; height:22px; ">
  5567. <caption>입력</caption>
  5568. <script type="javascript" ev:event="DOMActivate">
  5569. <![CDATA[
  5570. model.setValue("/root/main/pursnstinfo/nutrpursinfo/droffr", "");
  5571. model.setValue("/root/main/pursnstinfo/nutrpursinfo/droffr",model.getValue("/root/send/popup/mngtdrcmt") );
  5572. model.setValue("/root/main/pursnstinfo/nutrpursinfo/drnm",getUserName()); // 입력시 로그인 Id입력
  5573. grp_mngtdrcmt.visible = false;
  5574. model.refresh();
  5575. ]]>
  5576. </script>
  5577. </button>
  5578. </group>
  5579. </case>
  5580. <case id="case8">
  5581. <textarea id="textarea23" ref="/root/main/nstreqinfo/data" scroll="autovscroll" style="left:5px; top:5px; width:865px; height:520px; padding-left:10; padding-top:10; padding-right:10; padding-bottom:10; ">
  5582. <script type="javascript" ev:event="xforms-value-changed">
  5583. <![CDATA[
  5584. var tmp_replcnts = model.getValue("/root/main/nstreqinfo/data");
  5585. model.makeValue("/root/temp/replcntsinfo/replcnts", tmp_replcnts); // 회신내역 변수설정
  5586. if(gv_CnstType == "PN"){
  5587. model.makeValue("/root/main/nstinfo/nutrpninfo/replcnts", tmp_replcnts); // 회신내역 변수설정
  5588. }else if (gv_CnstType == "EN"){
  5589. model.makeValue("/root/main/ennstinfo/nutreninfo/replcnts", tmp_replcnts); // 회신내역 변수설정
  5590. }
  5591. model.makeValue("/root/main/nstreqinfo/data", tmp_replcnts);
  5592. ]]>
  5593. </script>
  5594. </textarea>
  5595. </case>
  5596. </switch>
  5597. <button id="btn_en" class="btn_sw" group="tab" selected="true" style="left:0px; top:190px; width:120px; height:22px; ">
  5598. <caption>영양상태판정-EN</caption>
  5599. <script type="javascript" ev:event="DOMActivate">
  5600. <![CDATA[
  5601. model.makevalue("/root/hidden/cnsttypelist", gv_CnstType); //2010-01-05 회신내용조회시 EN/교육의뢰/추구관리인지 구분하기 위함
  5602. btn_mealinfo.selected = true;
  5603. btn_pham.selected = false;
  5604. model.toggle("case1");
  5605. model.toggle("case6");
  5606. fBtnDisabled();
  5607. model.refresh();
  5608. ]]>
  5609. </script>
  5610. </button>
  5611. <button id="btn_pn" class="btn_sw" group="tab" selected="false" style="left:120px; top:190px; width:120px; height:22px; ">
  5612. <caption>영양상태판정-PN</caption>
  5613. <script type="javascript" ev:event="DOMActivate">
  5614. <![CDATA[
  5615. model.makevalue("/root/hidden/cnsttypelist", gv_CnstType); //2010-01-05 회신내용조회시 EN/교육의뢰/추구관리인지 구분하기 위함
  5616. btn_mealinfo.selected = false;
  5617. btn_pham.selected = true;
  5618. model.toggle("case2");
  5619. model.toggle("case7");
  5620. fBtnDisabled();
  5621. model.refresh();
  5622. ]]>
  5623. </script>
  5624. </button>
  5625. <button id="btn_edureq" class="btn_sw" group="tab" selected="false" style="left:240px; top:190px; width:120px; height:22px; ">
  5626. <caption>교육의뢰</caption>
  5627. <script type="javascript" ev:event="DOMActivate">
  5628. <![CDATA[
  5629. model.makevalue("/root/hidden/cnsttypelist", gv_CnstType); //2010-01-05 회신내용조회시 EN/교육의뢰/추구관리인지 구분하기 위함
  5630. btn_mealinfo.selected = true;
  5631. btn_pham.selected = false;
  5632. model.toggle("case3");
  5633. model.toggle("case6");
  5634. fBtnDisabled();
  5635. model.refresh();
  5636. ]]>
  5637. </script>
  5638. </button>
  5639. <button id="btn_mngt" class="btn_sw" group="tab" selected="false" style="left:360px; top:190px; width:120px; height:22px; ">
  5640. <caption>추구관리</caption>
  5641. <script type="javascript" ev:event="DOMActivate">
  5642. <![CDATA[
  5643. btn_mealinfo.selected = true;
  5644. btn_pham.selected = false;
  5645. model.toggle("case4");
  5646. model.toggle("case6");
  5647. fBtnDisabled();
  5648. if (gv_CnstType == "EN") { //NST -EN 에 대한 추구관리
  5649. out_en_purs.attribute("text")="";
  5650. model.copyNode("/root/init/pursinfo", "/root/init/eninfo");
  5651. model.copyNode("/root/main/pursnstinfo/nutrpursinfo" , "/root/main/ennstinfo/nutreninfo");
  5652. model.copyNode("/root/main/pursnstinfo/nutrpursinfo2" , "/root/main/ennstinfo/nutreninfo2");
  5653. model.copyNode("/root/main/pursnstinfo/careplaninfo" , "/root/main/ennstinfo/careplaninfo");
  5654. model.setValue("/root/main/pursnstinfo/nutrpursinfo/droffr",""); // 의사제언
  5655. model.setValue("/root/main/pursnstinfo/nutrpursinfo/dieteroffr",""); // 영양사제언
  5656. model.setValue("/root/main/pursnstinfo/nutrpursinfo/pharmstoffr",""); // 약사제언
  5657. model.setValue("/root/main/pursnstinfo/nutrpursinfo/nurseoffr",""); // 간호사제언
  5658. fSetBee_EduPurs("PURS" ,"/root/init/pursinfo/" ,"/root/main/pursnstinfo/nutrpursinfo/");
  5659. fCalcBeeEn_EduPurs("PURS" ,"/root/init/pursinfo/" ,"/root/main/pursnstinfo/nutrpursinfo/");
  5660. model.makevalue("/root/hidden/cnsttypelist", "EN_PURS");
  5661. }else if (gv_CnstType == "EDU") { //NST -EN-교육의뢰 에 대한 추구관리
  5662. out_en_purs.attribute("text")="";
  5663. model.copyNode("/root/init/pursinfo", "/root/init/eninfo");
  5664. model.copyNode("/root/main/pursnstinfo/nutrpursinfo" , "/root/main/edunstinfo/nutreduinfo");
  5665. model.copyNode("/root/main/pursnstinfo/nutrpursinfo2" , "/root/main/edunstinfo/nutreduinfo2");
  5666. model.copyNode("/root/main/pursnstinfo/careplaninfo" , "/root/main/edunstinfo/careplaninfo");
  5667. //model.setValue("/root/main/pursnstinfo/nutrpursinfo/droffr",""); // 의사제언
  5668. //model.setValue("/root/main/pursnstinfo/nutrpursinfo/dieteroffr",""); // 영양사제언
  5669. fSetBee_EduPurs("PURS" ,"/root/init/pursinfo/" ,"/root/main/pursnstinfo/nutrpursinfo/");
  5670. fCalcBeeEn_EduPurs("PURS" ,"/root/init/pursinfo/" ,"/root/main/pursnstinfo/nutrpursinfo/");
  5671. model.makevalue("/root/hidden/cnsttypelist", "EDU_PURS");
  5672. }
  5673. model.refresh();
  5674. ]]>
  5675. </script>
  5676. <script type="javascript" ev:event="DOMFocusOut">
  5677. <![CDATA[
  5678. // // 다른 Tab 선택시 Clear
  5679. // alert ("다른 Tab 선택시 Clear---");
  5680. // model.removeNode ("/root/init/pursinfo");
  5681. // model.removeNode ("/root/main/pursnstinfo/nutrpursinfo");
  5682. // model.removeNode ("/root/main/pursnstinfo/nutrpursinfo2");
  5683. // model.removeNode ("/root/main/pursnstinfo/careplaninfo");
  5684. ]]>
  5685. </script>
  5686. </button>
  5687. <button id="btn_rpl" class="btn_sw" group="tab" selected="false" style="left:480px; top:190px; width:120px; height:22px; ">
  5688. <caption>회신내용</caption>
  5689. <toggle case="case8" ev:event="onclick"/>
  5690. <script type="javascript" ev:event="DOMActivate">
  5691. <![CDATA[
  5692. var formcd = model.getValue("/root/temp/cnstinfo/formcd");
  5693. model.setValue("/root/send/srchinfo/formrecseq", model.getValue(NstNodepath + "formrecseq") );
  5694. if(formcd == "0000000770")
  5695. {
  5696. //2008-11-17 회신상태일경우는 회신내역을 가져와서 보여준다.
  5697. //alert (model.getValue("/root/main/nstinfo/nutrpninfo/statflag"));
  5698. if ( model.getValue("/root/main/nstinfo/nutrpninfo/statflag") == "Z"){
  5699. submit("TRADC62201");
  5700. model.setValue("/root/main/nstreqinfo/data",model.getValue("/root/temp/formdata/replinfo/replcnts"));
  5701. }else{
  5702. fCretReplCnts();
  5703. }
  5704. }
  5705. else if(formcd == "0000003019")
  5706. {
  5707. var cnsttypelist = model.getvalue("/root/hidden/cnsttypelist") ;
  5708. if ( cnsttypelist== "EN" ) { //회신내용조회시 EN/교육의뢰/추구관리인지 구분하기 위함
  5709. //2008-11-17 회신상태일경우는 회신내역을 가져와서 보여준다
  5710. if ( model.getValue("/root/main/ennstinfo/nutreninfo/statflag") == "Z"){
  5711. submit("TRADC62201");
  5712. model.setValue("/root/main/nstreqinfo/data",model.getValue( "/root/temp/formdata/replinfo/replcnts"));
  5713. }else{
  5714. fCretReplCntsEn();
  5715. }
  5716. }else if ( cnsttypelist == "EDU" ) {
  5717. if ( model.getValue(NstNodepath + "statflag") == "Z"){
  5718. submit("TRADC62201");
  5719. model.setValue("/root/main/nstreqinfo/data",model.getValue( "/root/temp/formdata/replinfo/replcnts"));
  5720. }else{
  5721. fCretReplCntsEn_Edu();
  5722. }
  5723. }else if (( cnsttypelist== "EN_PURS" ) || ( cnsttypelist== "EDU_PURS" ) ){ //2010-01-07 추구관리후 회신내용조회시 원 Formrecseq로조회되는 현상이 있음.
  5724. if ( model.getValue(pursNstNodepath + "statflag") == "Z"){
  5725. model.setValue("/root/send/srchinfo/formrecseq", model.getValue(pursNstNodepath+ "formrecseq"));
  5726. submit("TRADC62201");
  5727. model.setValue("/root/main/nstreqinfo/data",model.getValue( "/root/temp/formdata/replinfo/replcnts"));
  5728. }else{
  5729. fCretReplCntsEn_Purs();
  5730. }
  5731. }
  5732. }
  5733. fBtnDisabled();
  5734. model.refresh();
  5735. ]]>
  5736. </script>
  5737. </button>
  5738. <button id="btn_mealinfo" class="btn_sw" group="tab1" selected="true" style="left:910px; top:10px; width:120px; height:22px; ">
  5739. <caption>식사처방정보</caption>
  5740. <toggle case="case6" ev:event="onclick"/>
  5741. </button>
  5742. <button id="btn_pham" class="btn_sw" group="tab1" selected="false" style="left:1031px; top:10px; width:120px; height:22px; ">
  5743. <caption>약제팀</caption>
  5744. <toggle case="case7" ev:event="onclick"/>
  5745. </button>
  5746. <select1 id="combo2" ref="/root/hidden/cnsttypelist" visibility="hidden" appearance="minimal" style="left:1040px; top:190px; width:145px; height:19px; ">
  5747. <choices>
  5748. <item>
  5749. <label>영양상태-EN</label>
  5750. <value>EN</value>
  5751. </item>
  5752. <item>
  5753. <label>영양상태-PN</label>
  5754. <value>PN</value>
  5755. </item>
  5756. <item>
  5757. <label>교육의뢰</label>
  5758. <value>EDU</value>
  5759. </item>
  5760. <item>
  5761. <label>추구관리(일반)</label>
  5762. <value>EN_PURS</value>
  5763. </item>
  5764. <item>
  5765. <label>추구관리(교육)</label>
  5766. <value>EDU_PURS</value>
  5767. </item>
  5768. </choices>
  5769. </select1>
  5770. </group>
  5771. <group id="group7" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
  5772. <button id="button42" class="btn3_letter6" navindex="304" style="left:267px; top:5px; width:104px; height:22px; ">
  5773. <caption>통합결과조회</caption>
  5774. <script type="javascript" ev:event="DOMActivate">
  5775. <![CDATA[
  5776. //2010-02-10 등록번호보 연동처리
  5777. //open("SMAER00800 ","","","","","/root/main/baseinfo/patinfolist/pid","/root/send/srchinfo/data/singdata/srchpid");
  5778. open("SMAER00800","","","","","/root/main/patinfo/baseinfo/pid","/root/send/data/singdata/srchpid");
  5779. ]]>
  5780. </script>
  5781. </button>
  5782. <button id="button43" class="btn3_letter6" navindex="305" style="left:372px; top:5px; width:104px; height:22px; ">
  5783. <caption>투약기록조회</caption>
  5784. <script type="javascript" ev:event="DOMActivate">
  5785. <![CDATA[
  5786. open("SMMNR04500");
  5787. ]]>
  5788. </script>
  5789. </button>
  5790. <button id="button44" class="btn3_letter4" navindex="306" style="left:477px; top:5px; width:80px; height:22px; ">
  5791. <caption>약품편람</caption>
  5792. <script type="javascript" ev:event="DOMActivate">
  5793. <![CDATA[
  5794. open("SMADB01900");
  5795. ]]>
  5796. </script>
  5797. </button>
  5798. <button id="button45" class="btn3_letter4" navindex="303" style="left:186px; top:5px; width:80px; height:22px; ">
  5799. <caption>약력조회</caption>
  5800. <script type="javascript" ev:event="DOMActivate">
  5801. <![CDATA[
  5802. open("SMADB10100",0,0,0,"SMADB10100","/root/main/patinfo/baseinfo/pid","/root/temp/patinfo/pid");
  5803. ]]>
  5804. </script>
  5805. </button>
  5806. <button id="button46" class="btn3_letter6" navindex="301" style="left:0px; top:5px; width:80px; height:22px; ">
  5807. <caption>통합기록조회</caption>
  5808. <script type="javascript" ev:event="DOMActivate">
  5809. <![CDATA[
  5810. //2010-02-10 등록번호 연동처리
  5811. //setParameter("SMMRI00400_param_pid", model.getValue("/root/main/baseinfo/patinfolist/pid"));
  5812. setParameter("SMMRI00400_param_pid", model.getValue("/root/main/patinfo/baseinfo/pid"));
  5813. modal("SMMRI00400", 0,100,100,"SMMRI00400","","");
  5814. ]]>
  5815. </script>
  5816. </button>
  5817. <button id="btn_prt" class="btn6_letter2" navindex="307" style="left:558px; top:5px; width:56px; height:22px; ">
  5818. <caption>출력</caption>
  5819. <script type="javascript" ev:event="DOMActivate">
  5820. <![CDATA[
  5821. if(btn_pn.selected == true ) { //pn
  5822. /*
  5823. if (model.getValue("/root/main/nstinfo/nutrpninfo/statflag") !="Z" ) { // 회신
  5824. messageBox("회신후 회신서를 출력하시기 바랍니다.", "E999", "");
  5825. return;
  5826. }
  5827. */
  5828. fCretReplCnts("prnt");
  5829. model.makeValue("/root/hidden/prntdata/pid" , model.getValue("/root/main/patinfo/baseinfo/pid")); //pid
  5830. model.makeValue("/root/hidden/prntdata/hngnm" , model.getValue("/root/main/patinfo/baseinfo/hngnm")); //성명
  5831. model.makeValue("/root/hidden/prntdata/sna" , model.getValue("/root/main/patinfo/baseinfo/sna")); //성별/나이
  5832. model.makeValue("/root/hidden/prntdata/orddeptnm" , model.getValue("/root/main/patinfo/baseinfo/orddeptnm")); //진료과
  5833. model.makeValue("/root/hidden/prntdata/orddrnm" , model.getValue("/root/main/patinfo/baseinfo/orddrnm")); //주치의 -- 2009-12-21 의뢰인
  5834. //model.makeValue("/root/hidden/prntdata/medispclidnm" , model.getValue("/root/main/patinfo/baseinfo/medispclidnm")); //주치의 -- 2009-12-21 주치의가 잘못조회되고 있어 주치의조회변경처리
  5835. model.makeValue("/root/hidden/prntdata/medispclidnm" , model.getValue("/root/main/patinfo/baseinfo/medispclidnm") + '/' + model.getValue("/root/main/patinfo/baseinfo/orddrnm")); //주치교수/ 주치의 -- 2016.7.21 김치국 주치의 추가
  5836. model.makeValue("/root/hidden/prntdata/ioflag" , model.getValue("/root/main/patinfo/baseinfo/ioflag")); //구분
  5837. model.makeValue("/root/hidden/prntdata/reqdd" , model.getValue("/root/main/patinfo/baseinfo/reqdd")); //의뢰일자
  5838. model.makeValue("/root/hidden/prntdata/rpadc02601" , model.getValue("/root/main/patinfo/baseinfo/rpadc02601")); //의뢰일자
  5839. model.makeValue("/root/hidden/prntdata/sau" , model.getValue("/root/temp/cnstinfo/sau")); //2009-12-03 회신서출력시 [의뢰사유] 출력요청
  5840. model.makeValue("/root/hidden/prntdata/roomcd" , model.getValue("/root/temp/cnstinfo/orddd")+' / '+ model.getValue("/root/temp/cnstinfo/roomcd")); //2009-12-03 회신서출력시 [병실] 출력요청
  5841. model.makeValue("/root/hidden/prntdata/jaeeun" , model.getValue("/root/temp/cnstinfo/roomcd")); //2014-09-16 김치국
  5842. exeReportPreview("RPADC02601", "XMLSTR", "", "", "false","","","","","false");
  5843. }else if(btn_en.selected == true ){
  5844. fCretReplCntsEn("prnt");
  5845. model.makeValue("/root/hidden/prntdata/pid" , model.getValue("/root/main/patinfo/baseinfo/pid")); //등록번호
  5846. model.makeValue("/root/hidden/prntdata/hngnm" , model.getValue("/root/main/patinfo/baseinfo/hngnm")); //환자성명
  5847. model.makeValue("/root/hidden/prntdata/roomcd" , model.getValue("/root/temp/cnstinfo/roomcd")); //병실
  5848. model.makeValue("/root/hidden/prntdata/ioflag" , model.getValue("/root/main/patinfo/baseinfo/ioflag")); //구분(입/외래)
  5849. model.makeValue("/root/hidden/prntdata/sna" , model.getValue("/root/main/patinfo/baseinfo/sna")); //성별/나이
  5850. model.makeValue("/root/hidden/prntdata/orddeptnm" , model.getValue("/root/main/patinfo/baseinfo/orddeptnm")); //진료과
  5851. //model.makeValue("/root/hidden/prntdata/medispclidnm" , model.getValue("/root/main/patinfo/baseinfo/medispclidnm")); //주치의
  5852. model.makeValue("/root/hidden/prntdata/medispclidnm" , model.getValue("/root/main/patinfo/baseinfo/medispclidnm") + '/' + model.getValue("/root/main/patinfo/baseinfo/orddrnm")); //주치교수/ 주치의 -- 2016.7.21 김치국 주치의 추가
  5853. model.makeValue("/root/hidden/prntdata/diagengnm", model.getValue("/root/main/patinfo/diaginfo[1]/diagengnm")); //상병명
  5854. model.makeValue("/root/hidden/prntdata/reqdd" , model.getValue("/root/main/patinfo/baseinfo/reqdd")); //의뢰일자
  5855. model.makeValue("/root/hidden/prntdata/sau" , model.getValue("/root/temp/cnstinfo/sau")); //의뢰사유
  5856. model.makeValue("/root/hidden/prntdata/execdd" , model.getValue("/root/main/ennstinfo/nutreninfo/execdd")); //수행일자
  5857. exeReportPreview("RPADC02602", "XMLSTR", "", "", "false","","","","","false");
  5858. }else if(btn_mngt.selected == true ){
  5859. fCretReplCntsMngt("prnt");
  5860. model.makeValue("/root/hidden/prntdata/pid" , model.getValue("/root/main/patinfo/baseinfo/pid")); //등록번호
  5861. model.makeValue("/root/hidden/prntdata/hngnm" , model.getValue("/root/main/patinfo/baseinfo/hngnm")); //환자성명
  5862. model.makeValue("/root/hidden/prntdata/roomcd" , model.getValue("/root/temp/cnstinfo/roomcd")); //병실
  5863. model.makeValue("/root/hidden/prntdata/ioflag" , model.getValue("/root/main/patinfo/baseinfo/ioflag")); //구분(입/외래)
  5864. model.makeValue("/root/hidden/prntdata/sna" , model.getValue("/root/main/patinfo/baseinfo/sna")); //성별/나이
  5865. model.makeValue("/root/hidden/prntdata/orddeptnm" , model.getValue("/root/main/patinfo/baseinfo/orddeptnm")); //진료과
  5866. //model.makeValue("/root/hidden/prntdata/medispclidnm" , model.getValue("/root/main/patinfo/baseinfo/medispclidnm")); //주치의
  5867. model.makeValue("/root/hidden/prntdata/medispclidnm" , model.getValue("/root/main/patinfo/baseinfo/medispclidnm") + '/' + model.getValue("/root/main/patinfo/baseinfo/orddrnm")); //주치교수/ 주치의 -- 2016.7.21 김치국 주치의 추가
  5868. model.makeValue("/root/hidden/prntdata/diagengnm", model.getValue("/root/main/patinfo/diaginfo[1]/diagengnm")); //상병명
  5869. model.makeValue("/root/hidden/prntdata/reqdd" , model.getValue("/root/main/patinfo/baseinfo/reqdd")); //의뢰일자
  5870. model.makeValue("/root/hidden/prntdata/sau" , model.getValue("/root/temp/cnstinfo/sau")); //의뢰사유
  5871. model.makeValue("/root/hidden/prntdata/execdd" , model.getValue("/root/main/ennstinfo/nutreninfo/execdd")); //수행일자
  5872. model.makeValue("/root/hidden/prntdata/mngtrepldd" , model.getValue("/root/main/patinfo/baseinfo/mngtrepldd")); //회신일자
  5873. exeReportPreview("RPADC02603", "XMLSTR", "", "", "false","","","","","false");
  5874. }
  5875. ]]>
  5876. </script>
  5877. </button>
  5878. <button id="button47" class="btn4_letter4" visibility="hidden" style="left:945px; top:5px; width:80px; height:22px; ">
  5879. <caption>회신취소</caption>
  5880. </button>
  5881. <button id="button48" class="btn3_letter4" navindex="302" style="left:105px; top:5px; width:80px; height:22px; ">
  5882. <caption>처방조회</caption>
  5883. <script type="javascript" ev:event="DOMActivate">
  5884. <![CDATA[
  5885. setParameter ("SPMMO14900_pid" , model.getValue("/root/main/patinfo/baseinfo/pid")); //등록번호
  5886. setParameter ("SPMMO14900_hngnm" , model.getValue("/root/main/patinfo/baseinfo/hngnm")); //성명
  5887. open("SPMMO14900");
  5888. ]]>
  5889. </script>
  5890. </button>
  5891. <button id="btn_tempsave" class="btn4_letter1" visibility="hidden" style="left:955px; top:0px; width:80px; height:22px; ">
  5892. <caption>1</caption>
  5893. <script type="javascript" ev:event="DOMActivate">
  5894. <![CDATA[
  5895. if(btn_en.selected == true ) {
  5896. fNutrJudgSave("en","T","21");
  5897. }
  5898. if(btn_pn.selected == true ) {
  5899. fNutrJudgSave("pn","T","21");
  5900. }
  5901. ]]>
  5902. </script>
  5903. </button>
  5904. <button id="btn_save" class="btn4_letter2" navindex="308" style="left:1013px; top:5px; width:56px; height:22px; ">
  5905. <caption>저장</caption>
  5906. <script type="javascript" ev:event="DOMActivate">
  5907. <![CDATA[
  5908. if(btn_en.selected == true ) { //영양상태판정-EN
  5909. fNutrJudgSave("en","D","21");
  5910. }
  5911. if(btn_pn.selected == true ) { //영양상태판정-PN
  5912. model.setValue("/root/main/nstinfo/nutrpninfo/rgstseqno", model.getValue("/root/send/srchinfo/rgstseqno"));
  5913. model.setValue("/root/main/nstinfo/nutrpninfo/formrecseq" , formrecseq);
  5914. model.makeValue("/root/main/nstinfo/nutrpninfo/cnstseqno", cnstseqno);
  5915. fNutrJudgSave("pn","D","21")
  5916. ///2014년 10.16 김치국 ast.adchcnstinfo의 cnstcnts2 as drugpath 를 ast.adcdnstpn 의 drugpath로 정리
  5917. model.setValue("/root/main/nstinfo/nutrpninfo2/drugpath",model.getValue("/root/main/nstinfo/nutrpninfo/drugpath"));
  5918. model.refresh();
  5919. }
  5920. if(btn_edureq.selected == true ) { //교육의뢰
  5921. fNutrJudgSave("EDU","D","21");
  5922. }
  5923. if(btn_mngt.selected == true ) { //추구관리
  5924. if (out_en_purs.text == "" ) {
  5925. messageBox("[EN-추구관리] 진행불가 상태입니다. 상태를 ","I007");
  5926. return false;
  5927. }
  5928. //2010-02-09 추구관리 저장시 기존(원)값이 회신확정일경우 상태값가져올때 기존데이타를 가지고 있음
  5929. model.setValue("/root/send/srchinfo/formrecseq", model.getValue(pursNstNodepath + "formrecseq"));
  5930. fNutrJudgSave("PURS","D","21");
  5931. }
  5932. ]]>
  5933. </script>
  5934. </button>
  5935. <button id="btn_repl" class="btn4_letter2" navindex="309" style="left:1072px; top:5px; width:56px; height:22px; ">
  5936. <caption>회신</caption>
  5937. <script type="javascript" ev:event="DOMActivate">
  5938. <![CDATA[
  5939. if(btn_en.selected == true ) { //영양상태판정-EN
  5940. // model.makeValue("/root/main/ennstinfo/nutreninfo/ioflag" , model.getValue("/root/main/patinfo/baseinfo/ioflag")); //구분
  5941. // model.makeValue("/root/main/ennstinfo/nutreninfo/orddd2" , model.getValue("/root/main/patinfo/baseinfo/orddd")); //입원일자
  5942. // model.makeValue("/root/main/ennstinfo/nutreninfo/cretno2" , model.getValue("/root/main/patinfo/baseinfo/cretno")); //생성번호
  5943. // model.makeValue("/root/main/ennstinfo/nutreninfo/orddeptcd" , model.getValue("/root/init/codelist/drid/codelist/cdid")); //진료과
  5944. // model.makeValue("/root/main/ennstinfo/nutreninfo/orddrid" , model.getValue("/root/init/codelist/drid/codelist/cdnm")); //진료의
  5945. var droffr = model.getValue("/root/main/ennstinfo/nutreninfo/droffr");
  5946. var dieteroffr = model.getValue("/root/main/ennstinfo/nutreninfo/dieteroffr");
  5947. var pharmstoffr = model.getValue("/root/main/ennstinfo/nutreninfo/pharmstoffr");
  5948. var nurseoffr = model.getValue("/root/main/ennstinfo/nutreninfo/nurseoffr");
  5949. if(droffr == "" || dieteroffr == "" || pharmstoffr == "" || nurseoffr == ""){
  5950. messageBox("의사, 영양사, 약사, 간호사 제언 모두 입력되어야 회신","I006");
  5951. return false;
  5952. }else{
  5953. fNutrJudgSave("en","Z","22");
  5954. }
  5955. }else if(btn_pn.selected == true ) { //영양상태판정-PN
  5956. /////2016.4.15 김치국
  5957. var droffr_pn = model.getValue("/root/main/nstinfo/nutrpninfo/droffr");
  5958. var dieteroffr_pn = model.getValue("/root/main/nstinfo/nutrpninfo/dieteroffr");
  5959. var pharmstoffr_pn = model.getValue("/root/main/nstinfo/nutrpninfo/pharmstoffr");
  5960. var nurseoffr_pn = model.getValue("/root/main/nstinfo/nutrpninfo/nurseoffr");
  5961. if(droffr_pn == "" || dieteroffr_pn == "" || pharmstoffr_pn == "" || nurseoffr_pn == ""){
  5962. messageBox("의사, 영양사, 약사, 간호사 제언 모두 입력되어야 회신","I006");
  5963. return false;
  5964. }else{
  5965. fNutrJudgSave("pn","Z","22")
  5966. ////////////2016년 7월 25일 김치국 NST처방 코드fee 생성 IPRC
  5967. //if ( model.getValue("/root/main/nstinfo/nutrpninfo/droffrflag") == '2') {
  5968. // if ( model.getValue("/root/main/nstinfo/nutrpninfo/orderyn") == "N") {
  5969. // if ( model.getValue("/root/send/srchinfo/orderyn") == "Y" ) {
  5970. // model.setValue("/root/main/nstinfo/nutrpninfo/orderyn","Y");
  5971. // submit("TRADC62203");
  5972. // }
  5973. // / }
  5974. //}
  5975. /////////////
  5976. /////2016년8월24일 통합기록
  5977. but_doc.dispatch("DOMActivate");
  5978. btn_careplan_pn.dispatch("DOMActivate"); //2015.6.24 김치국 추가
  5979. }
  5980. }else if(btn_edureq.selected == true ) { //교육의뢰
  5981. fNutrJudgSave("EDU","Z","22")
  5982. }else if(btn_mngt.selected == true ) { //추구관리
  5983. var droffr = model.getValue("/root/main/pursnstinfo/nutrpursinfo/droffr");
  5984. var dieteroffr = model.getValue("/root/main/pursnstinfo/nutrpursinfo/dieteroffr");
  5985. var pharmstoffr = model.getValue("/root/main/pursnstinfo/nutrpursinfo/pharmstoffr");
  5986. var nurseoffr = model.getValue("/root/main/pursnstinfo/nutrpursinfo/nurseoffr");
  5987. if(droffr == "" || dieteroffr == "" || pharmstoffr == "" || nurseoffr == ""){
  5988. messageBox("의사, 영양사, 약사, 간호사 제언 모두 입력되어야 회신","I006");
  5989. return false;
  5990. }else{
  5991. if (model.getValue(pursNstNodepath + "pursflag") != "PURS") {
  5992. messageBox("[EN-추구관리] 진행불가 상태입니다. 상태를 ","I007");
  5993. return false;
  5994. }
  5995. //2010-02-09 추구관리 저장시 기존(원)값이 회신확정일경우 상태값가져올때 기존데이타를 가지고 있음
  5996. model.setValue("/root/send/srchinfo/formrecseq", model.getValue(pursNstNodepath + "formrecseq"));
  5997. fNutrJudgSave("PURS","Z","22")
  5998. }
  5999. }else if(btn_rpl.selected == true){
  6000. if(formcd == "0000003019"){
  6001. /*
  6002. if (gv_CnstType == "EDU") fNutrJudgSave("EDU","Z","22"); //교육의뢰 //(cnstcnts9 == "2")
  6003. else fNutrJudgSave("en","Z","22");
  6004. */
  6005. if ( model.getvalue("/root/hidden/cnsttypelist") == "EN" ) { //회신내용조회시 EN/교육의뢰/추구관리인지 구분하기 위함
  6006. fNutrJudgSave("en","Z","22");
  6007. }else if ( model.getvalue("/root/hidden/cnsttypelist") == "EDU" ) {
  6008. fNutrJudgSave("EDU","Z","22");
  6009. }else if (( model.getvalue("/root/hidden/cnsttypelist") == "EN_PURS" ) || ( model.getvalue("/root/hidden/cnsttypelist") == "EDU_PURS" ) ){
  6010. if (model.getValue(pursNstNodepath + "pursflag") != "PURS") {
  6011. messageBox("[EN-추구관리] 진행불가 상태입니다. 상태를 ","I007");
  6012. return false;
  6013. }
  6014. fNutrJudgSave("PURS","Z","22");
  6015. }
  6016. }else if(formcd == "0000000770") {
  6017. fNutrJudgSave("pn","Z","22");
  6018. }
  6019. }
  6020. ]]>
  6021. </script>
  6022. </button>
  6023. <button id="btn_del" class="btn4_letter2" navindex="310" style="left:1131px; top:5px; width:56px; height:22px; ">
  6024. <caption>삭제</caption>
  6025. <script type="javascript" ev:event="DOMActivate">
  6026. <![CDATA[
  6027. if(btn_en.selected == true ) {
  6028. fNutrJudgSave("en","","12");
  6029. }
  6030. if(btn_pn.selected == true ) {
  6031. fNutrJudgSave("pn","","12")
  6032. }
  6033. ]]>
  6034. </script>
  6035. </button>
  6036. <button id="btn_tot_enredu" class="btn3_letter11" navindex="307" visibility="hidden" style="left:615px; top:5px; width:164px; height:22px; ">
  6037. <caption>환자교육통합기록조회</caption>
  6038. <script type="javascript" ev:event="DOMActivate">
  6039. <![CDATA[
  6040. //다학제 통화 조회 화면 개발 연동
  6041. var pid= model.getValue("/root/main/patinfo/baseinfo/pid");
  6042. setParameter("SMMRJ00200_pid", pid); // 수진키 필수
  6043. modal("SMMRJ00200")
  6044. ]]>
  6045. </script>
  6046. </button>
  6047. <button id="btn_tot_careplan" class="btn3_letter5" navindex="306" visibility="hidden" style="left:777px; top:5px; width:92px; height:22px; ">
  6048. <caption>CarePlan</caption>
  6049. <script type="javascript" ev:event="DOMActivate">
  6050. <![CDATA[
  6051. //1.JCI Care Plan 통합조회 화면 개발 연동
  6052. var pid= model.getValue("/root/main/patinfo/baseinfo/pid")
  6053. setParameter("SMMRJ00100_pid", pid);
  6054. modal("SMMRJ00100"); // CarePlan 연동
  6055. ]]>
  6056. </script>
  6057. </button>
  6058. <button id="btn_stat" class="btn4_letter2" disabled="true" navindex="310" style="left:952px; top:5px; width:56px; height:22px; ">
  6059. <caption>변경</caption>
  6060. <script type="javascript" ev:event="DOMActivate">
  6061. <![CDATA[
  6062. if(btn_en.selected == true ) {
  6063. var select = messageBox("저장된 데이터가 삭제되고 상태가 의뢰로 변경됩니다.\n변경","S001");
  6064. if(select == 6){
  6065. submit("TXADC02605");
  6066. fInit();
  6067. }
  6068. }
  6069. ]]>
  6070. </script>
  6071. </button>
  6072. <button id="btn_finish" class="btn4_letter2" navindex="310" style="left:886px; top:5px; width:56px; height:22px; ">
  6073. <caption>종결</caption>
  6074. <script type="javascript" ev:event="DOMActivate">
  6075. <![CDATA[
  6076. if(btn_en.selected == true || btn_pn.selected == true ) {
  6077. var select = messageBox("의뢰건에 대한 종결을 진행합니다..\n종결","S001");
  6078. if(select == 6){
  6079. // but_doc.dispatch("DOMActivate");
  6080. submit("TXADC02606");
  6081. // fInit();
  6082. btn_finish.disabled = true;
  6083. }
  6084. }else{
  6085. btn_finish.visible = false;
  6086. }
  6087. ]]>
  6088. </script>
  6089. </button>
  6090. </group>
  6091. </xhtml:body>
  6092. </xhtml:html>