123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>진단용어 관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <indxlist>
- <item>
- <depth/>
- <indxcd/>
- <upindxcd/>
- <indxhngnm/>
- <pathcd/>
- <indxdrdiflag/>
- </item>
- </indxlist>
- <diagcdinfo>
- <diagcd>
- <termuseyn/>
- <state>-</state>
- <icd10cd/>
- <diagattrcd/>
- <termcd/>
- <alttermcd/>
- <snmdcnptid/>
- <snmddescid/>
- <umlscd/>
- <termengnm/>
- <termhngnm/>
- <reprflag/>
- <lglydisflag/>
- <chrncsickyn/>
- <estmexptyn/>
- <serdiagclsyn/>
- <manwomflag/>
- <cncryn/>
- <diagattrdrindxcd/>
- <diagattrmedireccd/>
- <diagattrverflag/>
- <termfromdd/>
- <termtodd/>
- <termflag/>
- <fstrgstrid/>
- <fstrgstdt/>
- <attrfromdd/>
- <attrtodd/>
- <icdfromdd/>
- <lastupdtrid/>
- <lastupdtrnm/>
- <lastupdtdt/>
- <essntermflag/>
- </diagcd>
- <deptdiag/>
- <kcd4m>
- <state/>
- <morphlgccd/>
- <kcd4mseqno/>
- <indxcd/>
- <snmdcnptid/>
- <snmdcnptnm/>
- <kcd4mengnm/>
- <kcd4mhngnm/>
- <kcd4mfromdd/>
- <kcd4mtodd/>
- <lastupdtdt/>
- <lastupdtrnm/>
- <fstrgstrid/>
- <fstrgstdt/>
- <lastupdtrid/>
- </kcd4m>
- <icd10cd>
- <state>-</state>
- <icd10cd/>
- <icd10drindxcd/>
- <icd10medireccd/>
- <icd10engnm/>
- <icd10hngnm/>
- <icd10seqno/>
- <icd10fromdd/>
- <icd10todd/>
- <fstrgstrid/>
- <fstrgstdt/>
- <lastupdtrid/>
- <lastupdtdt/>
- <oldfromdd/>
- <oldtodd/>
- </icd10cd>
- </diagcdinfo>
- <peprterminfo>
- <info>
- <icd10cd/>
- <diagattrcd/>
- <termcd/>
- <snmdcnptid/>
- <snmdcnptnm/>
- <snmddescid/>
- <termengnm/>
- <termhngnm/>
- <diagattrdrindxcd/>
- <diagattrmedireccd/>
- <lglydisflag/>
- <chrncsickyn>N</chrncsickyn>
- <estmexptyn>N</estmexptyn>
- <serdiagclsyn>N</serdiagclsyn>
- <manwomflag>A</manwomflag>
- <diagattrverflag/>
- <reprflag/>
- <termflag>0</termflag>
- <termtodd/>
- <termfromdd/>
- <fstrgstdt/>
- <fstrgstdate/>
- <fstrgsttime/>
- <fstrgstrid/>
- <attrfromdd/>
- <attrtodd/>
- <icdfromdd/>
- <ageflag/>
- <cncryn/>
- <umlscd/>
- <alttermcd/>
- <appinstcd/>
- <essntermflag/>
- </info>
- </peprterminfo>
- <kcd4minfo>
- <info>
- <morphlgccd/>
- <kcd4mengnm/>
- <kcd4mhngnm/>
- <indxcd/>
- <version/>
- <kcd4mfromdd/>
- <kcd4mtodd/>
- <fstrgstdt/>
- <fstrgstrid/>
- <lastupdtdt/>
- <lastupdtrid/>
- <fstrgstdate/>
- <fstrgsttime/>
- <kcd4mfromdate/>
- <kcd4mfromtime/>
- <kcd4mtodate/>
- <kcd4mtotime/>
- <oldkcd4mfromdd/>
- <snmdcnptid/>
- <snmdcnptnm/>
- <kcd4mseqno/>
- </info>
- </kcd4minfo>
- <icd10cdlist>
- <info>
- <icd10cd/>
- </info>
- </icd10cdlist>
- <sametermlist>
- <info>
- <instnm/>
- <termcd/>
- <reprflag/>
- <termengnm/>
- <termhngnm/>
- <snmdcnptid/>
- <alttermcd/>
- <snmdcnptnm/>
- <snmddescid/>
- <umlscd/>
- <fstrgstdt/>
- <termfromdd/>
- <termtodd/>
- <attrcd/>
- <state/>
- <termflag/>
- <fstrgstrid/>
- <attrfromdd/>
- <attrtodd/>
- <icdfromdd/>
- <lastupdtrid/>
- <lastupdtrnm/>
- <lastupdtdt/>
- </info>
- </sametermlist>
- <deptdiagcdlist>
- <deptdiagcdinfo>
- <status/>
- <termcd/>
- <deptindxcd/>
- <deptindxnm/>
- <termengnm/>
- <termhngnm/>
- <deptnm/>
- <deptcd/>
- <deptfromdt/>
- <deptindxflag/>
- </deptdiagcdinfo>
- </deptdiagcdlist>
- <srcheddiagcdlist>
- <srcheddiagcdinfo>
- <check/>
- <termcd/>
- <termengnm/>
- <termhngnm/>
- </srcheddiagcdinfo>
- </srcheddiagcdlist>
- <temp>
- </temp>
- <kcd4mhist>
- <list>
- <morphlgccd/>
- <kcd4mseqno/>
- <indxcd/>
- <version/>
- <snmdcnptid/>
- <snmdcnptnm/>
- <kcd4mfromdd/>
- <kcd4mtodd/>
- <kcd4mengnm/>
- <kcd4mhngnm/>
- <fstrgstdt/>
- <fstrgstrid/>
- <lastupdtdt/>
- <lastupdtrnm/>
- <lastupdtrid/>
- <instcd/>
- </list>
- </kcd4mhist>
- </main>
- <hidden>
- <condition>
- <maininstyn/>
- <srchflag>C</srchflag>
- <srchnm/>
- <indxflag>0</indxflag>
- <selctedmode>D</selctedmode>
- <status>S</status>
- <selectedIndx/>
- <selectedIndxDepth/>
- <selectedicd10/>
- <selectedtermcd/>
- <selectedIndxPath/>
- <indxviewmode>H</indxviewmode>
- <sametermmode>U</sametermmode>
- <rowcnt/>
- <srchindxcd/>
- <deptset>
- <srchflag>H</srchflag>
- <selecteddeptcd/>
- <selecteddeptnm/>
- <srchnm/>
- </deptset>
- <srchfromdd/>
- <srchtodd/>
- <endflag/>
- <indxuseflag/>
- <allinsthist>-</allinsthist>
- <selInstcd/>
- </condition>
- <reqdata/>
- </hidden>
- <send>
- </send>
- <init>
- <today/>
- <curruntTime/>
- <userinfo>
- <userid/>
- <usernm/>
- <instcd/>
- </userinfo>
- <A0129list>
- <A0129>
- <cdid/>
- <cdnm/>
- </A0129>
- </A0129list>
- <M0382list>
- <M0382>
- <cdid/>
- <cdnm/>
- </M0382>
- </M0382list>
- <M0534list>
- </M0534list>
- <M0534selcmb>
- <M0534/>
- </M0534selcmb>
- <func>
- <mouserght>
- <label>색인변경</label>
- <value>fModifyIndx</value>
- </mouserght>
- <trvmouserght>
- <label>붙여넣기</label>
- <value>fPasteIndx</value>
- </trvmouserght>
- </func>
- <M0534allcmb>
- <M0534/>
- </M0534allcmb>
- </init>
- <temp>
- <terminfo>
- <altterminfo/>
- </terminfo>
- </temp>
- </root>
- </instance>
- <submission id="TRMRT00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/indxlist"/>
- <submission id="TRMRT00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/diagcdinfo"/>
- <submission id="TRMRT00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/diagcdinfo"/>
- <submission id="TRMRT00204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/diagcdinfo"/>
- <submission id="TRMRT00205" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/sametermlist"/>
- <submission id="TRMRT00206" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/icd10cdlist"/>
- <submission id="TRMRT00207" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/temp"/>
- <submission id="TRMRT00208" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/temp"/>
- <submission id="TRMRT00209" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/diagcdinfo"/>
- <submission id="TXMRT00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/diagcdinfo"/>
- <submission id="TXMRT00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/diagcdinfo"/>
- <submission id="TRMRT00210" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/indxlist"/>
- <submission id="TRMRT00211" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/srcheddiagcdlist"/>
- <submission id="TRMRT00212" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" add="bottom" resultref="/root/main/deptdiagcdlist"/>
- <submission id="TXMRT00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/deptdiagcdlist"/>
- <bind id="deptdiagcdlist)status" ref="/root/main/deptdiagcdlist/deptdiagcdinfo/status" readonly=""true""/>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitalize();
- ]]>
- </script>
- <submission id="TRMRT00213" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/kcd4mhist"/>
- <submission id="TXMRT00204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/diagcdinfo"/>
- <submission id="TRMRT00215" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/exists"/>
- <submission id="TXMRT00205" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/diagcdinfo"/>
- <submission id="TXMRT00206" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/termuse"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/termmngtweb/js/MRTCommon.js"/>
- <script type="javascript" src="../../../emr/termmngtweb/js/SMMRT00200.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- </xhtml:head>
- <xhtml:body visibility="visible" guideline="1,1197;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6selctedmode" class="tit_1" style="left:0px; top:0px; width:98px; height:14px; ">진단용어 관리</caption>
- </group>
- <group id="group2" style="left:0px; top:13px; width:1195px; height:754px; vertical-align:top; ">
- <button id="button68" class="btn_sw" group="tab" style="left:255px; top:47px; width:84px; height:22px; ">
- <caption>ICD10코드</caption>
- <toggle case="ICD10CD" ev:event="onclick"/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSelICD10List();
- ]]>
- </script>
- </button>
- <button id="button3" class="btn_sw" group="tab" selected="true" style="left:340px; top:47px; width:84px; height:22px; ">
- <caption>진단용어</caption>
- <toggle case="DiagTerm" ev:event="onclick"/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSelDiagList();
- ]]>
- </script>
- </button>
- <button id="button5" class="btn_sw" group="tab" style="left:425px; top:47px; width:84px; height:22px; ">
- <caption>과진단코드</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSelDeptDiag();
- ]]>
- </script>
- <toggle case="case_DeptDiag" ev:event="onclick"/>
- </button>
- <switch id="switch2" style="left:255px; top:70px; width:939; height:680px; ">
- <case id="ICD10CD">
- <datagrid id="grd_icd10" nodeset="/root/main/diagcdinfo/icd10cd" class="datagrid1" visibility="visible" autoresize="true" caption="상태^ICD10코드^중분류^소분류^영문명^한글명^조회순서^시작일자^종료일자^최초등록자^최초등록일^최종수정자^최종수정일^OLDFROMDD^OLDTODD" colsep="^" colwidth="50, 100, 100, 100, 250, 250, 70, 81, 80, 80, 110, 74, 110, 100, 100" dataheight="25" defaultrows="0" ellipsis="true" explorerbar="sortshow" mergecells="never" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:0px; width:935px; height:675px; ">
- <col disabled="false" ref="state" type="combo" visibility="visible">
- <choices>
- <item>
- <label>-</label>
- <value>-</value>
- </item>
- <item>
- <label>입력</label>
- <value>I</value>
- </item>
- <item>
- <label>수정</label>
- <value>U</value>
- </item>
- <item>
- <label>삭제</label>
- <value>D</value>
- </item>
- </choices>
- </col>
- <col ref="icd10cd" type="input"/>
- <col ref="icd10drindxcd" type="input"/>
- <col ref="icd10medireccd" type="input"/>
- <col ref="icd10engnm" type="input"/>
- <col ref="icd10hngnm" type="input"/>
- <col ref="icd10seqno" type="input" style="background-color:#ffffff; "/>
- <col ref="icd10fromdd" type="input" format="yyyy-mm-dd"/>
- <col ref="icd10todd" type="input" format="yyyy-mm-dd" style="background-color:#ffffff; "/>
- <col disabled="true" ref="fstrgstrid" type="input"/>
- <col disabled="true" ref="fstrgstdt" type="input" format="yyyy-mm-dd hh:mm:ss"/>
- <col disabled="true" ref="lastupdtrid" type="input"/>
- <col disabled="true" ref="lastupdtdt" type="input" format="yyyy-mm-dd hh:mm:ss"/>
- <col ref="oldfromdd" visibility="hidden"/>
- <col ref="oldtodd" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- //if(model.getValue("/root/main/diagcdinfo/icd10cd/state") == "-") {
- //model.setValue("/root/main/diagcdinfo/icd10cd/state", "U");
- //}
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_icd10.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </case>
- <case id="DiagTerm" selected="true" style="left:0px; top:0px; width:937px; height:678px; ">
- <datagrid id="grd_termlist" nodeset="/root/main/sametermlist/info" class="datagrid2" caption="사용 기관명^용어
코드^용어
구분^영문명^한글명^대체코드^SNOMED-CNPT
ID^SNOMED-CNPT
명^SNOMED-CT
DESCRIPTION ID^UMLS^시작일자^종료일자^등록일시^등록자^최종수정일시^최종수정자^확장코드^확장코드시작일자^확장코드종료일자^용어구분^필수용어 여부^ICD시작일자^최종수정자ID^appinstcd" colsep="^" colwidth="100, 80, 47, 149, 160, 80, 100, 100, 111, 100, 85, 85, 130, 100, 130, 100, 100, 100, 100, 100, 100, 100, 100, 100" dataheight="25" ellipsis="false" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:476px; top:329px; width:460px; height:289px; ">
- <col ref="instnm"/>
- <col ref="termcd"/>
- <col disabled="true" ref="reprflag" type="combo">
- <choices>
- <item>
- <label>대표어</label>
- <value>R</value>
- </item>
- <item>
- <label>동의어</label>
- <value/>
- </item>
- </choices>
- </col>
- <col ref="termengnm"/>
- <col ref="termhngnm"/>
- <col ref="alttermcd"/>
- <col ref="snmdcnptid"/>
- <col ref="snmdcnptnm" visibility="hidden"/>
- <col ref="snmddescid"/>
- <col ref="umlscd"/>
- <col ref="termfromdd" format="yyyy-mm-dd"/>
- <col ref="termtodd" format="yyyy-mm-dd"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd hh:mm:dd"/>
- <col ref="fstrgstrid"/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:mm:dd"/>
- <col ref="lastupdtrnm"/>
- <col ref="attrcd" visibility="hidden"/>
- <col ref="attrfromdd" visibility="hidden"/>
- <col ref="attrtodd" visibility="hidden"/>
- <col ref="termflag" type="combo" visibility="hidden">
- <choices>
- <item>
- <label>진단용어</label>
- <value>0</value>
- </item>
- <item>
- <label>수술용어</label>
- <value>9</value>
- </item>
- <item>
- <label>주호소</label>
- <value>2</value>
- </item>
- <item>
- <label>원발장기</label>
- <value>1</value>
- </item>
- <item>
- <label>ICD-O-3</label>
- <value>3</value>
- </item>
- <item>
- <label>KCD-4-M</label>
- <value>4</value>
- </item>
- </choices>
- </col>
- <col ref="essntermflag"/>
- <col ref="icdfromdd" visibility="hidden"/>
- <col ref="lastupdtrid" visibility="hidden"/>
- <col ref="appinstcd" visibility="hidden"/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- //if(model.getValue("/root/main/sametermlist/info/state") == "-") {
- // model.setValue("/root/main/sametermlist/info/state", "U");
- //}
- ]]>
- </script>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var termmode = model.getValue("/root/hidden/condition/sametermmode");
- if(termmode != "H"){
- fGetSynom();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_termlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <select1 id="cmb_allinsthist" ref="/root/hidden/condition/allinsthist" class="combo_default" visibility="hidden" appearance="minimal" style="left:828px; top:303px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/M0534allcmb/M0534">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var selInstcd = model.getValue("/root/hidden/condition/selInstcd");
- if(selInstcd == "001"){
- btn_saverow.disabled = true;
- }
- else{
- btn_saverow.disabled = false;
- }
- fGetDiagInstTermHistList();
- ]]>
- </script>
- </select1>
- <caption id="cap_allinsthist" class="search_name" visibility="hidden" style="left:765px; top:304px; width:66px; height:17px; ">기관 :</caption>
- <select1 id="cmb_termflag" ref="/root/main/peprterminfo/info/termflag" navindex="21" visibility="hidden" appearance="minimal" style="left:94px; top:302px; width:20px; height:19px; ">
- <choices>
- <item>
- <label>진단용어</label>
- <value>0</value>
- </item>
- <item>
- <label>수술용어</label>
- <value>9</value>
- </item>
- <item>
- <label>주호소</label>
- <value>2</value>
- </item>
- <item>
- <label>원발장기</label>
- <value>1</value>
- </item>
- <item>
- <label>ICD-O-3</label>
- <value>3</value>
- </item>
- <item>
- <label>KCD-4-M</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <line id="line9" class="line_2" style="x1:1px; y1:497px; x2:461px; y2:497px; "/>
- <select1 id="cmb_icd10cd" ref="/root/main/icd10cdlist/info" disabled="true" appearance="minimal" style="left:113px; top:328px; width:118px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/icd10cdlist/info">
- <label ref="icd10cd"/>
- <value ref="icd10cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetNewExtCd();
- ]]>
- </script>
- </select1>
- <line id="line10" class="line_2" style="x1:1px; y1:521px; x2:461px; y2:521px; "/>
- <caption id="caption20" class="cell_1" style="left:0px; top:327px; width:110px; height:23px; vertical-align:middle; ">ICD10 코드</caption>
- <caption id="caption21" class="cell_1" style="left:0px; top:572px; width:50; height:23px; vertical-align:middle; ">시작일</caption>
- <input id="ipt_fstrgsttime" ref="/root/main/peprterminfo/info/fstrgsttime" class="input_default" disabled="true" navindex="26" format="hh:nn" style="left:422px; top:599px; width:38px; height:19px; "/>
- <caption id="caption32" class="cell_1" style="left:234px; top:327px; width:110px; height:23px; vertical-align:middle; ">SNMD-concept ID</caption>
- <input id="ipt_engnm" ref="/root/main/peprterminfo/info/termengnm" class="input_default" disabled="true" navindex="11" imemode="alpha" style="left:113px; top:427px; width:347px; height:19px; "/>
- <caption id="caption22" class="cell_1" style="left:234px; top:597px; width:100px; height:23px; vertical-align:middle; ">등록일시</caption>
- <input id="ipt_fstrgstdate" ref="/root/main/peprterminfo/info/fstrgstdate" class="input_default" disabled="true" navindex="25" inputtype="date" format="yyyy-mm-dd" style="left:337px; top:599px; width:83px; height:19px; "/>
- <caption id="caption11" class="cell_1" style="left:234px; top:375px; width:110px; height:23px; vertical-align:middle; ">색인코드</caption>
- <line id="line14" class="line_2" style="x1:1px; y1:547px; x2:461px; y2:547px; "/>
- <output id="opt_Hdicd10cd" ref="/root/main/peprterminfo/info/icd10cd" class="output_fix" visibility="hidden" appearance="output" style="left:113px; top:328px; width:118px; height:19px; "/>
- <line id="line15" class="line_2" style="x1:1px; y1:570px; x2:461px; y2:570px; "/>
- <line id="line16" class="line_1" style="x1:476px; y1:323px; x2:936px; y2:323px; "/>
- <button id="btn_snmdcnptid" class="icon_search" disabled="true" navindex="6" style="left:440px; top:330px; width:16px; height:16px; ">
- <caption/>
- </button>
- <input id="ipt_hngnm" ref="/root/main/peprterminfo/info/termhngnm" class="input_default" disabled="true" navindex="12" imemode="hangul" style="left:113px; top:451px; width:347px; height:19px; "/>
- <input id="ipt_medireccd" ref="/root/main/peprterminfo/info/diagattrmedireccd" class="input_default" disabled="true" navindex="9" style="left:347px; top:376px; width:113px; height:19px; "/>
- <line id="line17" class="line_2" style="x1:1px; y1:373px; x2:461px; y2:373px; "/>
- <line id="line18" class="line_2" style="x1:1px; y1:595px; x2:461px; y2:595px; "/>
- <caption id="caption37" class="cell_1" style="left:234px; top:351px; width:110px; height:23px; vertical-align:middle; ">SNMD-concept 명</caption>
- <caption id="caption26" class="tit_2" style="left:4px; top:305px; width:76px; height:13px; ">용어 관리</caption>
- <caption id="caption6" class="cell_1" style="left:0px; top:351px; width:110px; height:23px; vertical-align:middle; ">확장코드</caption>
- <select1 id="cmb_reprflag" ref="/root/main/peprterminfo/info/reprflag" disabled="true" navindex="13" appearance="minimal" style="left:113px; top:476px; width:45px; height:19px; ">
- <choices>
- <item>
- <label>Y</label>
- <value>R</value>
- </item>
- <item>
- <label>N</label>
- <value/>
- </item>
- </choices>
- </select1>
- <line id="line19" class="line_3" style="x1:1px; y1:670px; x2:931px; y2:670px; "/>
- <line id="line3" class="line_1" style="x1:0px; y1:322px; x2:470px; y2:322px; "/>
- <caption id="caption27" class="cell_1" style="left:0px; top:375px; width:110px; height:23px; vertical-align:middle; ">용어코드</caption>
- <caption id="caption16" class="cell_1" style="left:294px; top:572px; width:70px; height:23px; vertical-align:middle; ">등록자</caption>
- <caption id="caption8" class="cell_1" style="left:0px; top:425px; width:110px; height:23px; vertical-align:middle; ">영문명</caption>
- <caption id="caption9" class="cell_1" style="left:0px; top:450px; width:110px; height:23px; vertical-align:middle; ">한글명</caption>
- <line id="line5" class="line_2" style="x1:1px; y1:349px; x2:461px; y2:349px; "/>
- <caption id="caption19" class="cell_1" style="left:147px; top:572px; width:50px; height:23px; vertical-align:middle; ">종료일</caption>
- <line id="line7" class="line_2" style="x1:1px; y1:398px; x2:461px; y2:398px; "/>
- <input id="ipt_drindxcd" ref="/root/main/peprterminfo/info/diagattrdrindxcd" class="input_default" disabled="true" navindex="18" visibility="hidden" style="left:113px; top:302px; width:19px; height:19px; "/>
- <button id="button27" class="btn2_letter5" disabled="true" visibility="hidden" style="left:196px; top:307px; width:75px; height:19px; ">
- <caption>대표어수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var selTermcd = model.getValue("/root/hidden/condition/selectedtermcd");
-
- if(selTermcd == "" || selTermcd == null){
- var rtn = messageBox("ICD10 코드를 ", "C002");
- return;
- }
- model.setValue("/root/hidden/condition/status", "M");
- btn_delete2.disabled = "true";
-
- model.setValue("/root/main/peprterminfo/info/fstrgstdate", model.getValue("/root/init/today"));
- model.setValue("/root/main/peprterminfo/info/fstrgsttime", model.getValue("/root/init/curruntTime"));
- model.setValue("/root/main/peprterminfo/info/termfromdate", model.getValue("/root/init/today"));
- model.setValue("/root/main/peprterminfo/info/termfromtime", model.getValue("/root/init/curruntTime"));
- model.setValue("/root/main/peprterminfo/info/termtodate", "99991231");
- model.setValue("/root/main/peprterminfo/info/termtotime", "2359");
-
- model.setValue("/root/main/peprterminfo/info/fstrgstdt", model.getValue("/root/main/peprterminfo/info/fstrgstdate")+model.getValue("/root/main/peprterminfo/info/fstrgsttime")+"00");
- model.setValue("/root/main/peprterminfo/info/termfromdd", model.getValue("/root/main/peprterminfo/info/termfromdate")+model.getValue("/root/main/peprterminfo/info/termfromtime")+"00");
- model.setValue("/root/main/peprterminfo/info/termtodd", model.getValue("/root/main/peprterminfo/info/termtodate")+model.getValue("/root/main/peprterminfo/info/termtotime")+"59");
- ]]>
- </script>
- </button>
- <button id="button30" class="btn2_letter5" visibility="hidden" style="left:273px; top:307px; width:75px; height:19px; ">
- <caption>동의어수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //동의어 수정
- var iRow = grd_termlist.row;
- var term = model.getValue("/root/main/sametermlist/info[" + iRow + "]/termcd"); //그리드에서 선택한 term
- var indx = model.getValue("/root/hidden/condition/selectedIndx"); //트리에서 선택한 index
-
- if(term == "" || term == null){
- var rtn = messageBox("대표어/동의어/유사어를 ", "C002");
- return;
- }
-
- opt_Hdicd10cd.visible = "true";
- cmb_icd10cd.visible = "false";
- btn_delete2.disabled = "true";
- model.setValue("/root/hidden/condition/status", "TM"); //term 만 modify
- model.setValue("/root/main/peprterminfo/info/fstrgstdate", model.getValue("/root/init/today"));
- model.setValue("/root/main/peprterminfo/info/fstrgsttime", model.getValue("/root/init/curruntTime"));
- model.setValue("/root/main/peprterminfo/info/termfromdate", model.getValue("/root/init/today"));
- model.setValue("/root/main/peprterminfo/info/termfromtime", model.getValue("/root/init/curruntTime"));
- model.setValue("/root/main/peprterminfo/info/termtodate", "99991231");
- model.setValue("/root/main/peprterminfo/info/termtotime", "2359");
-
- model.setValue("/root/main/peprterminfo/info/fstrgstdt", model.getValue("/root/main/peprterminfo/info/fstrgstdate")+model.getValue("/root/main/peprterminfo/info/fstrgsttime")+"00");
- model.setValue("/root/main/peprterminfo/info/termfromdd", model.getValue("/root/main/peprterminfo/info/termfromdate")+model.getValue("/root/main/peprterminfo/info/termfromtime")+"00");
- model.setValue("/root/main/peprterminfo/info/termtodd", model.getValue("/root/main/peprterminfo/info/termtodate")+model.getValue("/root/main/peprterminfo/info/termtotime")+"59");
- ]]>
- </script>
- </button>
- <button id="button21" class="btn5_letter2" visibility="hidden" style="left:352px; top:306px; width:42px; height:19px; ">
- <caption>저장</caption>
- </button>
- <button id="btn_delete1" class="btn5_letter4" disabled="true" visibility="hidden" style="left:397px; top:307px; width:64px; height:19px; ">
- <caption>사용종료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var selTermcd = model.getValue("/root/hidden/condition/selectedtermcd");
- var insICD10cd = model.getValue("/root/main/peprterminfo/info/icd10cd");
- var insdiagattrcd = model.getValue("/root/main/peprterminfo/info/diagattrcd");
- var insTermcd = model.getValue("/root/main/peprterminfo/info/termcd");
- var fullTermCode = insICD10cd + "." + insdiagattrcd + "." + insTermcd;
- var rowCnt = grd_diagcd.rows;
- var sameTerm = model.getValue("/root/main/sametermlist/info/termcd");
- if(selTermcd == "" || selTermcd == null){
- var rtn = messageBox("진단용어를 ", "C002");
- return;
- }
-
- var rtn = messageBox("확장코드와 함께 대표어/동의어/유사어를", "Q001");
-
- if( rtn == "6") { //확장코드 + 대표어, 동이어, 유사어 모두 삭제 : messageBox("확장코드와 모든 용어들을 삭제하려면 ", "S001");
- model.setValue("/root/hidden/condition/status", "ETD");
- } else if( rtn == "7") { //대표어만 삭제하려면
- messageBox("용어의 수정 및 삭제는 '동의어/유사어'에서 ", "C002"); //동의어, 유사어가 있을 경우 대표어로 바꿀 것을 입력받아야 한다
- return;
- }
-
- model.removeNodeset("/root/send");
-
- model.makeValue("/root/send/indxcd","");
- model.makeValue("/root/send/icd10cd","");
- model.makeValue("/root/send/diagattrcd","");
- model.makeValue("/root/send/termcd","");
- model.makeValue("/root/send/status","");
-
- model.setValue("/root/send/indxcd", model.getValue("/root/hidden/condition/selectedIndx"));
- model.setValue("/root/send/icd10cd", insICD10cd);
- model.setValue("/root/send/diagattrcd", insICD10cd + "." + insdiagattrcd);
- model.setValue("/root/send/termcd", insICD10cd + "." + insdiagattrcd + "." + insTermcd);
- model.setValue("/root/send/status", model.getValue("/root/hidden/condition/status")); //N:등록, M:수정, D:삭제
- submit("TXMRT00201");
- fCntlReset("diag");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_delete2" class="btn5_letter4" style="left:407px; top:302px; width:64px; height:19px; ">
- <caption>사용종료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fEndDiagTerm();
- ]]>
- </script>
- </button>
- <button id="button26" class="btn2_letter4" navindex="10" style="left:83px; top:302px; width:64px; height:19px; ">
- <caption>신규입력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetNewTerm();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn_sw" group="sub_tab" selected="true" style="left:476px; top:301px; width:89px; height:22px; ">
- <caption>동의어/유사어</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetSynomList();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn_sw" group="sub_tab" style="left:564px; top:301px; width:64px; height:22px; ">
- <caption>이력조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetDiagTermHistList();
- ]]>
- </script>
- </button>
- <input id="ipt_fstrgstdt" ref="/root/main/peprterminfo/info/fstrgstdt" class="input_default" disabled="true" visibility="hidden" style="left:76px; top:302px; width:19px; height:19px; "/>
- <input id="ipt_diagattrcd" ref="/root/main/peprterminfo/info/diagattrcd" class="input_default" disabled="true" navindex="1" format="999" style="left:113px; top:352px; width:117px; height:19px; "/>
- <input id="ipt_termcd" ref="/root/main/peprterminfo/info/termcd" class="input_default" disabled="true" navindex="4" format="99" style="left:113px; top:376px; width:117px; height:19px; "/>
- <line id="line8" class="line_2" style="x1:0px; y1:472px; x2:460px; y2:472px; "/>
- <line id="line25" class="line_2" style="x1:0px; y1:448px; x2:460px; y2:448px; "/>
- <caption id="caption18" class="cell_1" style="left:0px; top:474px; width:110px; height:23px; vertical-align:middle; ">대표어 구분/버전</caption>
- <input id="ipt_snmdcnptnm" ref="/root/main/peprterminfo/info/snmdcnptnm" class="input_default" disabled="true" navindex="7" style="left:347px; top:352px; width:113px; height:19px; "/>
- <datagrid id="grd_diagcd" nodeset="/root/main/diagcdinfo/diagcd" class="datagrid2" autoresize="true" caption="사용여부^상태^ICD10
코드^ICD시작일자^확장코드^용어코드^대체코드^SNOMED-CT
Concept ID^SNOMED-CT
Concept 명^SNOMED-CT
Description ID^UMLS^영문명^한글명^용어구분^대표어
여부^전염병
구분^만성
질환^산정
특례^중증
분류^연령별 구분^남녀
구분^암진단
용어 여부^분류
코드^분류코드^버전^시작일자^종료일자^최초등록일시^최초등록자ID^진단속성시작일자^진단속성종료일자^최종등록일시^최종등록자ID^최종등록자^필수용어구분" colsep="^" colwidth="30, 50, 46, 100, 65, 80, 80, 90, 100, 90, 100, 250, 250, 100, 48, 82, 40, 40, 40, 77, 50, 71, 68, 58, 42, 70, 70, 100, 100, 100, 100, 130, 100, 100, 100" dataheight="25" defaultrows="0" ellipsis="true" explorerbar="sortshow" mergecells="never" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:0px; width:935px; height:290px; ">
- <col checkvalue="Y,N" ref="termuseyn" type="checkbox"/>
- <col disabled="true" ref="state" type="combo" visibility="hidden">
- <choices>
- <item>
- <label>-</label>
- <value>-</value>
- </item>
- <item>
- <label>입력</label>
- <value>I</value>
- </item>
- <item>
- <label>수정</label>
- <value>U</value>
- </item>
- <item>
- <label>삭제</label>
- <value>D</value>
- </item>
- </choices>
- </col>
- <col ref="icd10cd"/>
- <col ref="icdfromdd" visibility="hidden"/>
- <col ref="diagattrcd"/>
- <col ref="termcd"/>
- <col ref="alttermcd"/>
- <col ref="snmdcnptid"/>
- <col ref="snmdcnptnm"/>
- <col ref="snmddescid" visibility="hidden"/>
- <col ref="umlscd"/>
- <col ref="termengnm"/>
- <col ref="termhngnm"/>
- <col ref="termflag" visibility="hidden"/>
- <col disabled="true" ref="reprflag" type="combo" style="left:870px; top:32px; width:76px; height:23px; ">
- <choices>
- <item>
- <label>Y</label>
- <value>R</value>
- </item>
- <item>
- <label>N</label>
- <value/>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="lglydisflag" type="combo" style="background-color:#ffffff; ">
- <choices>
- <itemset nodeset="/root/init/A0129list/A0129">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="chrncsickyn" type="combo" style="background-color:#ffffff; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="estmexptyn" type="combo">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="serdiagclsyn" type="combo" style="left:1280px; top:32px; width:115px; height:23px; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col ref="ageflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/M0382list/M0382">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="manwomflag" type="combo">
- <choices>
- <item>
- <label>남/여</label>
- <value>A</value>
- </item>
- <item>
- <label>남</label>
- <value>M</value>
- </item>
- <item>
- <![CDATA[Mㅡ]]>
- <label>여</label>
- <value>F</value>
- </item>
- <item>
- <label>-</label>
- <value/>
- </item>
- </choices>
- </col>
- <col ref="cncryn" type="combo">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col ref="diagattrdrindxcd" style="background-color:#ffffff; "/>
- <col ref="diagattrmedireccd" visibility="hidden"/>
- <col ref="diagattrverflag" visibility="hidden"/>
- <col ref="termfromdd" format="yyyy-mm-dd"/>
- <col ref="termtodd" format="yyyy-mm-dd"/>
- <col ref="fstrgstdt" visibility="hidden"/>
- <col ref="fstrgstrid" visibility="hidden"/>
- <col ref="attrfromdd" visibility="hidden"/>
- <col ref="attrtodd" visibility="hidden"/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:mm:ss"/>
- <col ref="lastupdtrid" visibility="hidden"/>
- <col ref="lastupdtrnm"/>
- <col ref="essntermflag"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(grd_diagcd.col != "1"){
- fSelDiagTerm();
- }
- else{
- var termuseyn = model.getValue("/root/main/diagcdinfo/diagcd[" + grd_diagcd.row + "]/termuseyn");
- var essntermflag = model.getValue("/root/main/diagcdinfo/diagcd[" + grd_diagcd.row + "]/essntermflag");
- if(termuseyn == "N"){
- if(essntermflag == "Y"){
- messageBox("필수 사용 용어 ", "E008");
- model.setValue("/root/main/diagcdinfo/diagcd[" + grd_diagcd.row + "]/termuseyn", "Y");
- }
- }
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_diagcd.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- initPopupMenu();
- ]]>
- </script>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- if(event.button == 3){
- fCallPopup("grd_diagcd");
- }
- ]]>
- </script>
- </datagrid>
- <select1 id="rdo_estmexptyn" ref="/root/main/peprterminfo/info/estmexptyn" disabled="true" navindex="17" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:113px; top:551px; width:117px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <select1 id="rdo_manwomflag" ref="/root/main/peprterminfo/info/manwomflag" disabled="true" navindex="21" appearance="full" cellspacing="3" cols="3" overflow="visible" style="left:347px; top:500px; width:113px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>남여</label>
- <value>A</value>
- </item>
- <item>
- <label>남</label>
- <value>M</value>
- </item>
- <item>
- <label>여</label>
- <value>F</value>
- </item>
- </choices>
- </select1>
- <select1 id="rdo_serdiagclsyn" ref="/root/main/peprterminfo/info/serdiagclsyn" disabled="true" navindex="18" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:347px; top:476px; width:113px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <select1 id="rdo_chrncsickyn" ref="/root/main/peprterminfo/info/chrncsickyn" disabled="true" navindex="16" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:113px; top:525px; width:117px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption12" class="cell_1" style="left:0px; top:499px; width:110px; height:23px; vertical-align:middle; ">전염병 구분</caption>
- <caption id="caption13" class="cell_1" style="left:0px; top:523px; width:110px; height:23px; vertical-align:middle; ">만성질환 여부</caption>
- <caption id="caption24" class="cell_1" style="left:234px; top:474px; width:110px; height:23px; vertical-align:middle; ">중증분류 여부</caption>
- <caption id="caption14" class="cell_1" style="left:0px; top:547px; width:110px; height:23px; vertical-align:middle; ">산정특례 여부</caption>
- <caption id="caption7" class="cell_1" style="left:234px; top:523px; width:110px; height:23px; vertical-align:middle; ">연령별 구분</caption>
- <caption id="caption17" class="cell_1" style="left:234px; top:499px; width:110px; height:23px; vertical-align:middle; ">남여 구분</caption>
- <line id="line4" class="line_3" style="x1:0px; y1:293px; x2:936px; y2:293px; "/>
- <button id="btn_diagattrcd" class="icon_search" disabled="true" navindex="2" visibility="hidden" style="left:211px; top:353px; width:16px; height:16px; ">
- <caption/>
- </button>
- <button id="btn_medireccd" class="icon_search" disabled="true" navindex="10" visibility="hidden" style="left:441px; top:380px; width:16px; height:16px; ">
- <caption/>
- </button>
- <input id="ipt_fstrgstrid" ref="/root/main/peprterminfo/info/fstrgstrid" class="input_default" disabled="true" navindex="24" style="left:367px; top:574px; width:93px; height:19px; "/>
- <input id="ipt_snmdcnptid" ref="/root/main/peprterminfo/info/snmdcnptid" class="input_default" disabled="true" navindex="5" style="left:347px; top:328px; width:88px; height:19px; "/>
- <button id="btn_modify1" class="btn2_letter2" style="left:250px; top:302px; width:42px; height:19px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetTermUpdt();
-
- ]]>
- </script>
- </button>
- <input id="ipt_termfromdd" ref="/root/main/peprterminfo/info/termfromdd" class="input_default" disabled="true" navindex="22" inputtype="date" format="yyyy-mm-dd" style="left:53px; top:574px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(model.getValue("/root/hidden/condition/status") == "ETM"){
- var newfromdd = model.getValue("/root/main/peprterminfo/info/termfromdd");
- var oldfromdd = model.getValue("/root/main/peprterminfo/info/oldtermfromdd");
- if(parseInt(newfromdd) < parseInt(oldfromdd)){
- messageBox("이전 일자를 선택", "E001");
- return;
- }
- }
- model.setValue("/root/main/peprterminfo/info/attrfromdd", model.getValue("/root/main/peprterminfo/info/termfromdd"));
- ]]>
- </script>
- </input>
- <input id="ipt_termtodd" ref="/root/main/peprterminfo/info/termtodd" class="input_default" disabled="true" navindex="24" inputtype="date" format="yyyy-mm-dd" style="left:200px; top:574px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/main/peprterminfo/info/attrtodd", model.getValue("/root/main/peprterminfo/info/termtodd"));
- ]]>
- </script>
- </input>
- <input id="input6" ref="/root/main/peprterminfo/info/attrfromdd" class="input_default" disabled="true" navindex="24" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:145px; top:302px; width:24px; height:19px; "/>
- <input id="input7" ref="/root/main/peprterminfo/info/icdfromdd" class="input_default" disabled="true" navindex="24" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:160px; top:302px; width:24px; height:19px; "/>
- <select1 id="cmb_lglydisflag" ref="/root/main/peprterminfo/info/lglydisflag" disabled="true" appearance="minimal" style="left:113px; top:500px; width:118px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/A0129list/A0129">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="input8" ref="/root/main/peprterminfo/info/attrtodd" class="input_default" disabled="true" navindex="18" visibility="hidden" style="left:130px; top:302px; width:19px; height:19px; "/>
- <select1 id="cmb_diagattrverflag" ref="/root/main/peprterminfo/info/diagattrverflag" disabled="true" navindex="13" appearance="minimal" style="left:160px; top:476px; width:70px; height:19px; ">
- <choices>
- <item>
- <label>ICD9</label>
- <value>9</value>
- </item>
- <item>
- <label>ICD10</label>
- <value>0</value>
- </item>
- <item>
- <label>KCD5</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmb_ageflag" ref="/root/main/peprterminfo/info/ageflag" class="combo_default" disabled="true" appearance="minimal" style="left:347px; top:525px; width:113px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/M0382list/M0382">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="rdo_cncryn" ref="/root/main/peprterminfo/info/cncryn" disabled="true" navindex="18" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:347px; top:550px; width:113px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption30" class="cell_1" style="left:234px; top:548px; width:110px; height:23px; vertical-align:middle; ">암진단 용어 여부</caption>
- <button id="btn_rollback" class="btn5_letter4" style="left:295px; top:302px; width:64px; height:19px; ">
- <caption>되살리기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fRollbackTerm();
- ]]>
- </script>
- </button>
- <caption id="caption34" class="cell_1" style="left:234px; top:400px; width:110px; height:23px; vertical-align:middle; ">UMLS</caption>
- <line id="line33" class="line_2" style="x1:1px; y1:423px; x2:461px; y2:423px; "/>
- <input id="ipt_umlscd" ref="/root/main/peprterminfo/info/umlscd" class="input_default" disabled="true" navindex="9" style="left:347px; top:401px; width:113px; height:19px; "/>
- <input id="ipt_alttermcd" ref="/root/main/peprterminfo/info/alttermcd" class="input_default" disabled="true" navindex="4" style="left:113px; top:401px; width:94px; height:19px; "/>
- <caption id="caption35" class="cell_1" style="left:0px; top:400px; width:110px; height:23px; vertical-align:middle; ">대체코드</caption>
- <button id="btn_altterm" class="icon_search" disabled="true" navindex="10" visibility="visible" style="left:212px; top:403px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var ref1 = "/root/main/peprterminfo/info/alttermcd";
- fCallTermSrch(ref1);
- ]]>
- </script>
- </button>
- <button id="button7" class="btn_sw" visibility="visible" group="sub_tab" style="left:629px; top:301px; width:131px; height:22px; ">
- <caption>기관별 사용 이력조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetDiagInstTermHistList();
- ]]>
- </script>
- </button>
- <line id="line1" class="line_2" style="x1:0px; y1:619px; x2:460px; y2:619px; "/>
- <line id="line35" class="line_3" style="x1:1px; y1:670px; x2:931px; y2:670px; "/>
- <line id="line34" class="line_2" style="x1:476px; y1:620px; x2:936px; y2:620px; "/>
- <button id="btn_sameterm" class="btn2_letter7" style="left:150px; top:302px; width:97px; height:19px; ">
- <caption>동의/유사어입력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetInj();
- ]]>
- </script>
- </button>
- <button id="btn_termsave" class="btn5_letter2" style="left:362px; top:302px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSaveDiag();
- ]]>
- </script>
- </button>
- <caption id="cap_appinst" class="cell_1" visibility="visible" style="left:0px; top:621px; width:110px; height:48px; vertical-align:middle; ">적용 기관</caption>
- <select id="chk_appinst" ref="/root/main/peprterminfo/info/appinstcd" disabled="true" visibility="visible" overflow="visible" appearance="full" cellspacing="20" cols="7" rows="2" sep="▦" vcellspacing="5" style="left:113px; top:624px; width:795px; height:40px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/M0534list/M0534">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var essntermflag = model.getValue("/root/main/peprterminfo/info/essntermflag");
- if(essntermflag == "Y"){
- for(var a = 0; a < chk_appinst.length ; a++){
- chk_appinst.select(a);
- }
- }
- chk_appinst.refresh();
-
- ]]>
- </script>
- </select>
- <caption id="caption36" class="cell_1" style="left:0px; top:597px; width:110px; height:23px; vertical-align:middle; ">필수용어 여부</caption>
- <select1 id="rdo_essntermflag" ref="/root/main/peprterminfo/info/essntermflag" disabled="true" navindex="17" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:113px; top:601px; width:117px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var essntermflag = model.getValue("/root/main/peprterminfo/info/essntermflag");
- if(essntermflag == "Y"){
- for(var a = 0; a < chk_appinst.length ; a++){
- chk_appinst.select(a);
- }
- }
- chk_appinst.refresh();
- ]]>
- </script>
- </select1>
- </case>
- <case id="KCD4M">
- <caption id="cap_engnm" class="cell_1" style="left:3px; top:576px; width:90px; height:23px; vertical-align:middle; ">영문명</caption>
- <caption id="cap_todt" class="cell_1" style="left:3px; top:650px; width:90px; height:23px; vertical-align:middle; ">종료일자</caption>
- <line id="line2" class="line_3" style="x1:5px; y1:673px; x2:510px; y2:673px; "/>
- <caption id="cap_hngnm" class="cell_1" style="left:3px; top:600px; width:90px; height:23px; vertical-align:middle; ">한글명</caption>
- <caption id="caption1" class="tit_2" style="left:5px; top:477px; width:150px; height:13px; ">ICD-10-M 진단정보</caption>
- <button id="btn_new" class="btn2_letter2" navindex="7" style="left:310px; top:472px; width:42px; height:19px; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetNewKCD4M();
- ]]>
- </script>
- </button>
- <line id="line20" class="line_1" style="x1:5px; y1:494px; x2:510px; y2:494px; "/>
- <line id="line21" class="line_2" style="x1:5px; y1:499px; x2:510px; y2:499px; "/>
- <caption id="cap_indxcd" class="cell_1" style="left:258px; top:501px; width:90px; height:23px; vertical-align:middle; ">색인코드</caption>
- <caption id="cap_fromdt" class="cell_1" style="left:3px; top:625px; width:90px; height:23px; vertical-align:middle; ">시작일자</caption>
- <line id="line22" class="line_2" style="x1:4px; y1:574px; x2:510px; y2:574px; "/>
- <button id="btn_save" class="btn5_letter2" navindex="18" style="left:400px; top:472px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSaveKCD4M();
- ]]>
- </script>
- </button>
- <line id="line23" class="line_2" style="x1:4px; y1:598px; x2:510px; y2:598px; "/>
- <input id="ipt_indxcd" ref="/root/main/kcd4minfo/info/indxcd" class="input_essential" disabled="true" navindex="11" style="left:350px; top:502px; width:160px; height:19px; "/>
- <caption id="cap_diagcd" class="cell_1" style="left:3px; top:501px; width:90px; height:23px; vertical-align:middle; ">형태학적 코드</caption>
- <line id="line24" class="line_3" style="x1:0px; y1:466px; x2:935px; y2:466px; "/>
- <datagrid id="grd_kcd4minfo" nodeset="/root/main/diagcdinfo/kcd4m" class="datagrid2" caption="stat^형태학적 코드^일련번호^색인코드^Version^SNOMED
Concept ID^SNOMED-CT
Concept 명^영문명^한글명^시작일^종료일^최종등록일시^최종등록자^최초등록일^최초등록자^최종수정일^최종수정자" colsep="^" colwidth="0, 105, 70, 95, 70, 100, 100, 268, 272, 85, 85, 130, 100, 0, 0, 0" dataheight="25" defaultrows="0" explorerbar="sortshow" mergecells="never" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:0px; width:935px; height:465px; ">
- <col/>
- <col ref="morphlgccd" style="text-align:center; "/>
- <col ref="kcd4mseqno"/>
- <col ref="indxcd" style="text-align:center; "/>
- <col disabled="true" ref="version" type="combo">
- <choices>
- <item>
- <label>KCD-4</label>
- <value>04</value>
- </item>
- <item>
- <label>KCD-5</label>
- <value>05</value>
- </item>
- </choices>
- </col>
- <col ref="snmdcnptid"/>
- <col ref="snmdcnptnm"/>
- <col ref="kcd4mengnm"/>
- <col ref="kcd4mhngnm"/>
- <col ref="kcd4mfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="kcd4mtodd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:mm:ss"/>
- <col ref="lastupdtrnm"/>
- <col ref="fstrgstrid"/>
- <col ref="fstrgstdt"/>
- <col ref="lastupdtrid"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSelKCD4M();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_kcd4minfo.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- initPopupMenu();
- ]]>
- </script>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- if(event.button == 3){
- fCallPopup("grd_kcd4minfo");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onscrolldown">
- <![CDATA[
- fSubmitOnScroll();
- ]]>
- </script>
- </datagrid>
- <caption id="caption3" class="cell_1" style="left:258px; top:625px; width:90px; height:23px; vertical-align:middle; ">등록일시</caption>
- <input id="ipt_morphlgccd" ref="/root/main/kcd4minfo/info/morphlgccd" class="input_essential" disabled="true" style="left:95px; top:502px; width:160px; height:19px; "/>
- <input id="ipt_kcd4mengnm" ref="/root/main/kcd4minfo/info/kcd4mengnm" class="input_default" disabled="true" navindex="12" style="left:95px; top:577px; width:415px; height:19px; "/>
- <input id="ipt_kcd4mhngnm" ref="/root/main/kcd4minfo/info/kcd4mhngnm" class="input_default" disabled="true" navindex="13" style="left:95px; top:601px; width:415px; height:19px; "/>
- <input id="input1" ref="/root/main/kcd4minfo/info/fstrgstdate" class="input_essential" disabled="true" navindex="14" inputtype="date" style="left:350px; top:627px; width:105px; height:19px; "/>
- <input id="input2" ref="/root/main/kcd4minfo/info/fstrgsttime" class="input_essential" disabled="true" navindex="15" format="hh:nn" style="left:457px; top:627px; width:53px; height:19px; text-align:center; "/>
- <input id="ipt_kcd4mfromdate" ref="/root/main/kcd4minfo/info/kcd4mfromdd" class="input_essential" disabled="true" navindex="14" inputtype="date" style="left:95px; top:626px; width:160px; height:19px; "/>
- <input id="ipt_kcd4mtodate" ref="/root/main/kcd4minfo/info/kcd4mtodd" class="input_essential" disabled="true" navindex="16" inputtype="date" style="left:95px; top:651px; width:160px; height:19px; "/>
- <line id="line6" class="line_2" style="x1:4px; y1:624px; x2:510px; y2:624px; "/>
- <line id="line26" class="line_2" style="x1:4px; y1:648px; x2:510px; y2:648px; "/>
- <caption id="caption2" class="cell_1" style="left:258px; top:650px; width:90px; height:23px; vertical-align:middle; ">등록자</caption>
- <input id="input9" ref="/root/main/kcd4minfo/info/fstrgstrid" class="input_essential" disabled="true" navindex="13" style="left:350px; top:651px; width:160px; height:19px; "/>
- <datagrid id="grd_kcd4mhist" nodeset="/root/main/kcd4mhist/list" class="datagrid2" caption="형태학적코드^일련번호^색인코드^Version^SNOMED
CONCEPT ID^SNOMED
CONCEPT 명^시작일자^종료일자^영문명^한글명^등록일시^등록자^최종수정일시^최종수정자^caption2" colsep="^" colwidth="90, 70, 80, 70, 100, 100, 100, 100, 160, 160, 129, 100, 130, 100, 100" dataheight="25" ellipsis="false" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:515px; top:500px; width:421px; height:175px; ">
- <col ref="morphlgccd"/>
- <col ref="kcd4mseqno"/>
- <col ref="indxcd"/>
- <col disabled="true" ref="version" type="combo">
- <choices>
- <item>
- <label>KCD-4</label>
- <value>04</value>
- </item>
- <item>
- <label>KCD-5</label>
- <value>05</value>
- </item>
- </choices>
- </col>
- <col ref="snmdcnptid"/>
- <col ref="snmdcnptnm"/>
- <col ref="kcd4mfromdd" format="yyyy-mm-dd"/>
- <col ref="kcd4mtodd" format="yyyy-mm-dd"/>
- <col ref="kcd4mengnm"/>
- <col ref="kcd4mhngnm"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd hh:mm:dd"/>
- <col ref="fstrgstrid"/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:mm:dd"/>
- <col ref="lastupdtrnm"/>
- <col ref="lastupdtrid" visibility="hidden"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fGetKCD4MHistList();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_kcd4mhist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <line id="line30" class="line_1" style="x1:516px; y1:494px; x2:935px; y2:494px; "/>
- <button id="button4" class="btn5_letter4" navindex="18" style="left:445px; top:472px; width:64px; height:19px; ">
- <caption>사용종료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fEndKCD4M();
- ]]>
- </script>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- ]]>
- </script>
- </button>
- <button id="button6" class="btn2_letter2" navindex="7" style="left:355px; top:472px; width:42px; height:19px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetKCD4MUpdt();
- ]]>
- </script>
- </button>
- <caption id="caption15" class="tit_2" style="left:520px; top:477px; width:150px; height:13px; ">이력조회</caption>
- <input id="ipt_kcd4mseqno" ref="/root/main/kcd4minfo/info/kcd4mseqno" class="input_essential" disabled="true" style="left:95px; top:527px; width:160px; height:19px; "/>
- <caption id="caption10" class="cell_1" style="left:258px; top:526px; width:90px; height:23px; vertical-align:middle; ">Concept ID</caption>
- <input id="ipt_kcdsnmdcnptid" ref="/root/main/kcd4minfo/info/snmdcnptid" class="input_default" disabled="true" navindex="11" style="left:350px; top:527px; width:160px; height:19px; "/>
- <caption id="caption28" class="cell_1" style="left:3px; top:526px; width:90px; height:23px; vertical-align:middle; ">일련번호</caption>
- <line id="line31" class="line_2" style="x1:5px; y1:524px; x2:510px; y2:524px; "/>
- <input id="ipt_kcdsnmdcnptnm" ref="/root/main/kcd4minfo/info/snmdcnptnm" class="input_default" disabled="true" navindex="11" style="left:350px; top:552px; width:160px; height:19px; "/>
- <caption id="caption31" class="cell_1" style="left:258px; top:551px; width:90px; height:23px; vertical-align:middle; ">Concept 명</caption>
- <line id="line32" class="line_2" style="x1:4px; y1:549px; x2:510px; y2:549px; "/>
- <caption id="caption33" class="cell_1" style="left:3px; top:551px; width:90px; height:23px; vertical-align:middle; ">버젼</caption>
- <select1 id="cmb_version" ref="/root/main/kcd4minfo/info/version" class="combo_default" disabled="true" appearance="minimal" style="left:95px; top:552px; width:160px; height:19px; ">
- <choices>
- <item>
- <label>KCD-4</label>
- <value>04</value>
- </item>
- <item>
- <label>KCD-5</label>
- <value>05</value>
- </item>
- </choices>
- </select1>
- </case>
- <case id="case_DeptDiag">
- <caption id="caption23" class="tit_2" style="left:0px; top:7px; width:87px; height:14px; ">과진단 정보</caption>
- <button id="btn_deptsrch" class="icon_search" style="left:144px; top:3px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCallDeptInfo();
- ]]>
- </script>
- </button>
- <datagrid id="grd_deptdiag" nodeset="/root/main/deptdiagcdlist/deptdiagcdinfo" allowselection="false" caption="상태^ICD-10^색인코드^색인명^진단 영문명^진단 한글명^진료과^deptcd^deptfromdt^deptindxflag" colsep="^" colwidth="38, 128, 100, 130, 267, 278, 100, 0, 0, 0" dataheight="25" defaultrows="0" explorerbar="sortshow" mergecells="never" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:28px; width:935px; height:287px; vertical-align:middle; ">
- <col ref="status" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>-</label>
- <value>-</value>
- </item>
- <item>
- <label>입력</label>
- <value>I</value>
- </item>
- <item>
- <label>수정</label>
- <value>U</value>
- </item>
- <item>
- <label>삭제</label>
- <value>D</value>
- </item>
- </choices>
- </col>
- <col ref="termcd"/>
- <col ref="deptindxcd"/>
- <col ref="deptindxnm"/>
- <col ref="termengnm"/>
- <col ref="termhngnm"/>
- <col ref="deptnm"/>
- <col ref="deptcd"/>
- <col ref="deptfromdt"/>
- <col ref="deptindxflag"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_deptdiag.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="onscroll">
- <![CDATA[
- fSubmitOnScroll();
- ]]>
- </script>
- </datagrid>
- <input id="ipt_deptcd" ref="/root/hidden/condition/deptset/selecteddeptcd" class="input_search" style="left:91px; top:3px; width:50px; height:19px; "/>
- <input id="ipt_deptnm" ref="/root/hidden/condition/deptset/selecteddeptnm" class="input_search" style="left:163px; top:3px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_deptsrch", "DOMActivate");
- ]]>
- </script>
- </input>
- <line id="line28" class="line_1" style="x1:1px; y1:23px; x2:935px; y2:23px; "/>
- <line id="line29" class="line_1" style="x1:3px; y1:342px; x2:936px; y2:342px; "/>
- <input id="input4" ref="/root/hidden/condition/deptset/srchnm" class="input_search" navindex="3" style="left:265px; top:322px; width:155px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_srchdiag", "DOMActivate");
- ]]>
- </script>
- </input>
- <select1 id="radio3" ref="/root/hidden/condition/deptset/srchflag" class="radio_search" navindex="2" appearance="full" cols="3" overflow="visible" style="left:100px; top:321px; width:160px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>코드</label>
- <value>C</value>
- </item>
- <item>
- <label>영문명</label>
- <value>E</value>
- </item>
- <item>
- <label>한글명</label>
- <value>H</value>
- </item>
- </choices>
- </select1>
- <caption id="caption29" class="tit_2" style="left:0px; top:325px; width:76px; height:14px; ">진단 추가</caption>
- <datagrid id="grd_srcheddiaginfo" nodeset="/root/main/srcheddiagcdlist/srcheddiagcdinfo" allowselection="false" caption="선택^ICD-10^진단 영문명^진단 한글명" colsep="^" colwidth="34, 100, 346, 330" dataheight="25" defaultrows="0" explorerbar="sortshow" mergecells="never" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:1px; top:347px; width:933px; height:328px; text-align:center; vertical-align:middle; ">
- <col ref="check" type="checkbox"/>
- <col ref="termcd" style="text-align:left; "/>
- <col ref="termengnm" style="text-align:left; "/>
- <col ref="termhngnm" style="text-align:left; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSelAddDiagList();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_srcheddiaginfo.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <button id="btn_srchdiag" class="btn2_letter2" style="left:425px; top:320px; width:42px; height:19px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSrchDiagInfo();
- ]]>
- </script>
- </button>
- <button id="btn_senddiag" class="icon_top" style="left:558px; top:320px; width:42px; height:19px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSendDeptDiag();
- ]]>
- </script>
- </button>
- <button id="btn_srchdeptdiag" class="btn2_letter2" style="left:802px; top:3px; width:42px; height:19px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSrchDeptDiagInfo();
- ]]>
- </script>
- </button>
- <button id="btn_savedeptdiag" class="btn5_letter2" navindex="18" style="left:891px; top:3px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSaveDeptDiagInfo();
- ]]>
- </script>
- </button>
- <button id="btn_srchextndiag" class="btn2_letter6" style="left:470px; top:320px; width:86px; height:19px; ">
- <caption>전체진단조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCallExtnDiagInfo();
- ]]>
- </script>
- </button>
- <button id="btn_deldeptdiag" class="btn2_letter2" style="left:847px; top:3px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fDelDeptDiagTerm();
- ]]>
- </script>
- </button>
- </case>
- </switch>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:255px; top:8px; width:938px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line13" class="line_4" style="x1:1127px; y1:15px; x2:1127px; y2:37px; "/>
- <button id="button15" class="btn2_letter2" visibility="visible" style="left:1152px; top:48px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != "")
- {
- switch(switch2.selectedIndex){
- case 0:
- grd_icd10.saveExcel(fileName, "SheetName", true, true, "", "", "false");
- break;
- case 1:
- grd_diagcd.saveExcel(fileName, "SheetName", true, true, "", "", "false");
- break;
- case 2:
- grd_kcd4minfo.saveExcel(fileName, "SheetName", true, true, "", "", "false");
- break;
- case 3:
- grd_deptdiag.saveExcel(fileName, "SheetName", true, true, "", "", "false");
- break;
- }
- }
- ]]>
- </script>
- </button>
- <button id="btn_saverow" class="btn5_letter2" disabled="false" visibility="visible" style="left:1107px; top:48px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var flag = model.getValue("/root/hidden/condition/selctedmode");
-
- if(flag == "D"){
- fTermUseSave();
- }
- else{
- fICD10Save();
- }
- //fSave( flag );
- ]]>
- </script>
- </button>
- <line id="line11" class="line_2" style="x1:0px; y1:67px; x2:250px; y2:67px; "/>
- <line id="line12" class="line_1" style="x1:0px; y1:65px; x2:250px; y2:65px; "/>
- <button id="button17" class="btn2_letter4" disabled="true" visibility="hidden" style="left:816px; top:48px; width:64px; height:19px; ">
- <caption>일괄삭제</caption>
- </button>
- <caption id="caption4" class="search_name" style="left:485px; top:16px; width:60px; height:17px; ">조회 :</caption>
- <input id="input5" ref="/root/hidden/condition/srchnm" class="input_search" navindex="3" style="left:544px; top:16px; width:90px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_srchtermcd", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="button18" class="btn2_letter4" visibility="hidden" style="left:883px; top:48px; width:64px; height:19px; ">
- <caption>CLEAR</caption>
- </button>
- <button id="btn_addrow" class="btn2_letter3" disabled="false" visibility="hidden" style="left:950px; top:48px; width:53px; height:19px; ">
- <caption>줄추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var flag = model.getValue("/root/hidden/condition/selctedmode");
- fAddRow(flag);
- ]]>
- </script>
- </button>
- <button id="btn_delrow" class="btn2_letter3" disabled="false" visibility="hidden" style="left:1006px; top:48px; width:53px; height:19px; ">
- <caption>줄삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var flag = model.getValue("/root/hidden/condition/selctedmode");
- fDelRow(flag);
- ]]>
- </script>
- </button>
- <caption id="caption5" class="search_name" style="left:265px; top:16px; width:60px; height:17px; ">구분 :</caption>
- <select1 id="radio2" ref="/root/hidden/condition/srchflag" class="radio_search" navindex="2" appearance="full" cols="3" overflow="visible" style="left:325px; top:16px; width:160px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>코드</label>
- <value>C</value>
- </item>
- <item>
- <label>영문명</label>
- <value>E</value>
- </item>
- <item>
- <label>한글명</label>
- <value>H</value>
- </item>
- </choices>
- </select1>
- <button id="button22" class="btn2_letter4" style="left:185px; top:44px; width:64px; height:19px; ">
- <caption>색인추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAddIndx();
- ]]>
- </script>
- </button>
- <treeview id="trv_dgindx" ref="/root/hidden/condition/selectedIndx" expanddepth="1" itemheight="15" itemsettype="depth" style="left:0px; top:70px; width:250px; height:682px; border-color:#c0c0c0; border-style:solid; ">
- <itemset nodeset="/root/main/indxlist/item">
- <label ref="indxhngnm"/>
- <value ref="indxcd"/>
- <depth ref="depth"/>
- </itemset>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- fSelTreeIndx();
- ]]>
- </script>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- if(event.button == 3){
- if(model.getValue("/root/hidden/condition/selctedmode") == "D" || model.getValue("/root/hidden/condition/selctedmode") == "K"){
- fCallPopup("trv_dgindx");
- }
- }
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- initPopupMenu();
- ]]>
- </script>
- </treeview>
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:8px; width:250px; height:35; background-color:#fffbf2; border-color:#ffd799; "/>
- <select1 id="radio1" ref="/root/hidden/condition/indxviewmode" appearance="full" cellspacing="3" cols="2" overflow="visible" style="left:0px; top:45px; width:115px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>한글명</label>
- <value>H</value>
- </item>
- <item>
- <label>영문명</label>
- <value>E</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fChngLangIndx();
- ]]>
- </script>
- </select1>
- <button id="btn_kcd4m" class="btn_sw" group="tab" style="left:510px; top:47px; width:90px; height:22px; ">
- <caption>Morphology</caption>
- <toggle case="KCD4M" ev:event="onclick"/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSelMorphoList();
- ]]>
- </script>
- </button>
- <input id="input10" ref="/root/hidden/condition/srchindxcd" class="input_search" style="left:10px; top:16px; width:155px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_srchindxcd", "DOMActivate");
- ]]>
- </script>
- </input>
- <line id="line27" class="line_4" style="x1:175px; y1:15px; x2:175px; y2:37px; "/>
- <button id="btn_srchindxcd" class="btn1_letter2" navindex="4" style="left:185px; top:15px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSrchIndxCd();
- ]]>
- </script>
- </button>
- <button id="btn_srchtermcd" class="btn1_letter2" navindex="4" style="left:1132px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSrchDiagTerm();
- ]]>
- </script>
- </button>
- <input id="ipt_endfromdd" ref="/root/hidden/condition/srchfromdd" class="input_search" disabled="true" inputtype="date" style="left:760px; top:16px; width:90px; height:19px; "/>
- <input id="ipt_endtodd" ref="/root/hidden/condition/srchtodd" class="input_search" disabled="true" inputtype="date" style="left:870px; top:16px; width:90px; height:19px; "/>
- <caption id="caption25" style="left:855px; top:16px; width:12px; height:20px; ">~</caption>
- <select id="checkbox2" ref="/root/hidden/condition/endflag" class="checkbox_search" overflow="visible" appearance="full" style="left:640px; top:16px; width:115px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>사용종료용어조회</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- model.setValue("/root/hidden/condition/srchfromdd", getCurrentDate());
- model.setValue("/root/hidden/condition/srchtodd", '99991231');
- ipt_endfromdd.disabled = false;
- ipt_endtodd.disabled = false;
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-deselect">
- <![CDATA[
- model.setValue("/root/hidden/condition/srchfromdd", "");
- model.setValue("/root/hidden/condition/srchtodd", "");
- ipt_endfromdd.disabled = true;
- ipt_endtodd.disabled = true;
- model.refresh();
- ]]>
- </script>
- </select>
- <select id="checkbox1" ref="/root/hidden/condition/indxuseflag" class="checkbox_search" overflow="visible" appearance="full" style="left:120px; top:45px; width:55px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>AS_IS</label>
- <value>ASIS</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-deselect">
- <![CDATA[
- fChngLangIndx();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- fChngLangIndx();
- ]]>
- </script>
- </select>
- <button id="btn_modify" class="btn2_letter2" disabled="false" visibility="hidden" style="left:1062px; top:48px; width:42px; height:19px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var flag = model.getValue("/root/hidden/condition/selctedmode");
- fEditRow(flag);
-
- ]]>
- </script>
- </button>
- <select1 id="cmb_selInst" ref="/root/hidden/condition/selInstcd" class="combo_default" visibility="hidden" appearance="minimal" style="left:1022px; top:16px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/M0534selcmb/M0534">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // var selInstcd = model.getValue("/root/hidden/condition/selInstcd");
- // if(selInstcd == "001"){
- // btn_saverow.disabled = true;
- // }
- // else{
- // btn_saverow.disabled = false;
- // }
- ]]>
- </script>
- </select1>
- <caption id="cap_selInst" class="search_name" visibility="hidden" style="left:962px; top:16px; width:63px; height:17px; ">기관 :</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|