123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
- <?xml version="1.0"?>
- <Report Title="" Author="" Company="" Category="" Description="" CreatedDate="2005-03-07 18:59:28" LastSavedDate="2011-01-30 15:42:53" Version="2.5.1.93"><FieldInfo><FieldSet ID="1"><Field Name="fromdd" Type="8" Size="0" Xpath="../../srchinfo/cond/fromdd"/><Field Name="todd" Type="8" Size="0" Xpath="../../srchinfo/cond/todd"/><Field Name="srchflag" Type="8" Size="0" Xpath="../../srchinfo/cond/srchflag"/><Field Name="bedposcnts" Type="8" Size="0" Xpath="bedposcnts"/><Field Name="fsexamflag" Type="8" Size="0" Xpath="fsexamflag"/><Field Name="serdiagflag" Type="8" Size="0" Xpath="serdiagflag"/><Field Name="recovwardcd" Type="8" Size="0" Xpath="recovwardcd"/><Field Name="unstablevs" Type="8" Size="0" Xpath="unstablevs"/><Field Name="pid" Type="8" Size="0" Xpath="pid"/><Field Name="patnm" Type="8" Size="0" Xpath="patnm"/><Field Name="sex" Type="8" Size="0" Xpath="sex"/><Field Name="age" Type="8" Size="0" Xpath="age"/><Field Name="diagnm" Type="8" Size="0" Xpath="diagnm"/><Field Name="mainorddept" Type="8" Size="0" Xpath="mainorddept"/><Field Name="maindocnm" Type="8" Size="0" Xpath="maindocnm"/><Field Name="outrmcdnm" Type="8" Size="0" Xpath="outrmcdnm"/><Field Name="opdd" Type="8" Size="0" Xpath="opdd"/><Field Name="indt" Type="8" Size="0" Xpath="indt"/><Field Name="maincalldt" Type="8" Size="0" Xpath="maincalldt"/><Field Name="fstexamorddt" Type="8" Size="0" Xpath="fstexamorddt"/><Field Name="decidt" Type="8" Size="0" Xpath="decidt"/><Field Name="outrmdt" Type="8" Size="0" Xpath="outrmdt"/><Field Name="outmodin" Type="8" Size="0" Xpath="outmodin"/><Field Name="callmodin" Type="8" Size="0" Xpath="callmodin"/><Field Name="visitmodcall" Type="8" Size="0" Xpath="visitmodcall"/><Field Name="dschdclrmodin" Type="8" Size="0" Xpath="dschdclrmodin"/><Field Name="outmoddschdclr" Type="8" Size="0" Xpath="outmoddschdclr"/><Field Name="difnm1" Type="8" Size="0" Xpath="difnm1"/><Field Name="difcall1" Type="8" Size="0" Xpath="difcall1"/><Field Name="difvisit1" Type="8" Size="0" Xpath="difvisit1"/><Field Name="difgab1" Type="8" Size="0" Xpath="difgab1"/><Field Name="difnm2" Type="8" Size="0" Xpath="difnm2"/><Field Name="difcall2" Type="8" Size="0" Xpath="difcall2"/><Field Name="difvisit2" Type="8" Size="0" Xpath="difvisit2"/><Field Name="difgab2" Type="8" Size="0" Xpath="difgab2"/><Field Name="difnm3" Type="8" Size="0" Xpath="difnm3"/><Field Name="difcall3" Type="8" Size="0" Xpath="difcall3"/><Field Name="difvisit3" Type="8" Size="0" Xpath="difvisit3"/><Field Name="difgab3" Type="8" Size="0" Xpath="difgab3"/><Field Name="difnm4" Type="8" Size="0" Xpath="difnm4"/><Field Name="difcall4" Type="8" Size="0" Xpath="difcall4"/><Field Name="difvisit4" Type="8" Size="0" Xpath="difvisit4"/><Field Name="difgab4" Type="8" Size="0" Xpath="difgab4"/><Field Name="difnm5" Type="8" Size="0" Xpath="difnm5"/><Field Name="difcall5" Type="8" Size="0" Xpath="difcall5"/><Field Name="difvisit5" Type="8" Size="0" Xpath="difvisit5"/><Field Name="difgab5" Type="8" Size="0" Xpath="difgab5"/><Field Name="indd" Type="8" Size="0" Xpath="indd"/><Field Name="instcd" Type="8" Size="0" Xpath="instcd"/><Field Name="cretno" Type="8" Size="0" Xpath="cretno"/><Field Name="visitno" Type="8" Size="0" Xpath="visitno"/><Field Name="outrmcd" Type="8" Size="0" Xpath="outrmcd"/><Field Name="mainarrivdt" Type="8" Size="0" Xpath="mainarrivdt"/><Field Name="juorddeptcd" Type="8" Size="0" Xpath="juorddeptcd"/><Field Name="juorddrid" Type="8" Size="0" Xpath="juorddrid"/><Field Name="damorddrid" Type="8" Size="0" Xpath="damorddrid"/></FieldSet><FieldSet ID="2"/><FieldSet ID="3"><Field Name="ffromdd" ScriptType="0"><![CDATA[formula = Mid("{@fromdd}",1,4)+"/"+Mid("{@fromdd}",5,2)+"/"+Mid("{@fromdd}",7,2)]]></Field><Field Name="ftodd" ScriptType="0"><![CDATA[formula = Mid("{@todd}",1,4)+"/"+Mid("{@todd}",5,2)+"/"+Mid("{@todd}",7,2)]]></Field><Field Name="fmainarrivdt" ScriptType="1"><![CDATA[if ( "{@indt}" != "" )
- return "{@indt}".substring(0, 4)+"/"+"{@indt}".substring(4, 6)+"/"+"{@indt}".substring(6, 8)
- +" "+"{@indt}".substring(8, 10)+":"+"{@indt}".substring(10, 12);
- ]]></Field><Field Name="foutrmdt" ScriptType="1"><![CDATA[if ( "{@outrmdt}" != "" )
- return "{@outrmdt}".substring(0, 4)+"/"+"{@outrmdt}".substring(4, 6)+"/"+"{@outrmdt}".substring(6, 8)
- +" "+"{@outrmdt}".substring(8, 10)+":"+"{@outrmdt}".substring(10, 12);
- ]]></Field><Field Name="ffstexamorddt" ScriptType="1"><![CDATA[if ( "{@fstexamorddt}" != "" )
- return "{@fstexamorddt}".substring(0, 4)+"/"+
- "{@fstexamorddt}".substring(4, 6)+"/"+
- "{@fstexamorddt}".substring(6, 8)+" "+
- "{@fstexamorddt}".substring(8, 10)+":"+
- "{@fstexamorddt}".substring(10, 12);
- ]]></Field><Field Name="fdifcall1" ScriptType="1"><![CDATA[if ( "{@difcall1}" != "" )
- return "{@difcall1}".substring(0, 4)+"/"+
- "{@difcall1}".substring(4, 6)+"/"+
- "{@difcall1}".substring(6, 8)+" "+
- "{@difcall1}".substring(8, 10)+":"+
- "{@difcall1}".substring(10, 12);
- ]]></Field><Field Name="fdifvisit1" ScriptType="1"><![CDATA[if ( "{@difvisit1}" != "" )
- return "{@difvisit1}".substring(0, 4)+"/"+
- "{@difvisit1}".substring(4, 6)+"/"+
- "{@difvisit1}".substring(6, 8)+" "+
- "{@difvisit1}".substring(8, 10)+":"+
- "{@difvisit1}".substring(10, 12);
- ]]></Field></FieldSet><FieldSet ID="4"/></FieldInfo><DataSetting EncryptSQL="0" ConnectionString="Provider=OraOLEDB.Oracle.1;Password=hisu01;Persist Security Info=True;User ID=hisu01;Data Source=his012_dev" DynamicSQL="0" SQLScriptType="1" RecordType="2" DataPath="C:\KNUProject\application\webapps\emr\ercareweb\rex\RPMNE04700_응급환자대장.xml" DataRoot="root/main/callvisitinfo/callvisitlsit" XslPath="" XsdPath="" CsvPath="" CsvRowSeparator="|@|" CsvColumnSeparator="|*|"><OrderInfos/><FilterInfos/><SPInfo FunctionName=""/><SQL>SELECT tmp1.pid, tmp1.indd, tmp1.instcd, tmp1.cretno, tmp1.visitno, DECODE (tmp1.visitno, 0, ptbs.hngnm, ptbs.hngnm || 'ⓡ') AS patnm
- ,
- ptbs.sex AS sex
- ,
- com.fn_zz_getage ('', '', TO_CHAR (SYSDATE, 'YYYYMMDD'), 'b', ptbs.brthdd) AS age
- ,
- CASE
- WHEN erce.nurscccnts IS NULL OR erce.nurscccnts = ''
- THEN ''
- ELSE erce.nurscccnts || '; '
- END
- || CASE
- WHEN errt.termengnm IS NULL OR erce.nurscccnts = ''
- THEN ''
- ELSE errt.termengnm || '; '
- END
- || (SELECT NVL (term.termengnm, '')
- FROM emr.mmohdiag diag, emr.mrtmterm term
- WHERE tmp1.pid = diag.pid
- AND tmp1.cretno = diag.cretno
- AND tmp1.instcd = diag.instcd
- AND tmp1.indd = diag.orddd
- AND diag.diagkindcdflag = 'M'
- AND diag.diaghistcd = 'O'
- AND diag.genrflagcd = 'E'
- AND diag.diagkindcd = 'C'
- AND diag.diagtypecd = 'D'
- AND diag.instcd = term.instcd(+)
- AND diag.diagcd = term.termcd(+)
- AND term.termflag(+) = '0'
- AND term.termfromdd(+) <= TO_CHAR (SYSDATE, 'YYYYMMDD')
- AND term.termtodd(+) >= TO_CHAR (SYSDATE, 'YYYYMMDD')
- AND ROWNUM = 1) AS diagnm
- ,
- DECODE (inpt.fsexamflag,
- NULL, (SELECT fsexamflag
- FROM pam.pmohotpt
- WHERE pid = tmp1.pid AND instcd = tmp1.instcd AND orddd = tmp1.indd AND cretno = tmp1.cretno),
- inpt.fsexamflag
- ) AS fsexamflag,
- RTRIM (errt.fstexamorddd || errt.fstexamordtm) AS fstexamorddt
- ,
- DECODE (code.cdnm, '-', '', NULL, '', code.cdnm) AS recovwardcd,
- (SELECT MAX (opcr.patinroomdt)
- FROM emr.mmohoprs oprs, emr.mnphopcr opcr
- WHERE oprs.instcd = opcr.instcd
- AND oprs.oprsrvno = opcr.oprsrvno
- AND oprs.ophistcd = 'O'
- AND oprs.pid = tmp1.pid
- AND oprs.instcd = tmp1.instcd
- AND oprs.opcnfmdd BETWEEN tmp1.chosdd AND inpt.dschdd) AS opdd
- ,
- tmp1.outrmcd,
- CASE
- WHEN inpt.inpath = '1' AND tmp1.outrmcd LIKE '3%'
- THEN '외래경유 입원'
- WHEN inpt.inpath = '1'
- THEN '외래경유 내원'
- WHEN tmp1.outrmcd = '14'
- THEN 'DAMA'
- WHEN tmp1.outrmcd = '13'
- THEN 'Hopeless Discharge'
- WHEN tmp1.outrmcd = '19'
- THEN '외래처치대행'
- WHEN tmp1.outrmcd LIKE '1%'
- THEN '귀가'
- WHEN tmp1.outrmcd LIKE '2%'
- THEN '전원'
- WHEN tmp1.outrmcd IN ('33', '34')
- THEN '수술'
- WHEN tmp1.outrmcd LIKE '3%'
- THEN '입원'
- WHEN tmp1.outrmcd = '41'
- THEN 'DOA'
- WHEN tmp1.outrmcd LIKE '4%'
- THEN '사망'
- WHEN tmp1.outrmcd LIKE '8%'
- THEN '탈원'
- WHEN tmp1.outrmcd LIKE '9%'
- THEN '기타'
- WHEN tmp1.outrmcd IS NULL OR tmp1.outrmcd = ''
- THEN '응급실재원'
- END AS outrmcdnm,
- tmp1.outrmdd || tmp1.outrmtm AS outrmdt
- ,
- tmp1.outdecidt AS decidt
- ,
- tmp1.chosdd || tmp1.chostm AS indt
- ,
- tmp1.maindept AS mainorddept,
- (SELECT usernm
- FROM com.zsumusrb
- WHERE userid = tmp1.maindoctcd AND userfromdd <= TO_CHAR (SYSDATE, 'YYYYMMDD') AND usertodd >= TO_CHAR (SYSDATE, 'YYYYMMDD')) AS maindocnm,
- tmp1.maincalldt, tmp1.mainarrivdt,
- ROUND ( ( TO_DATE (CASE
- WHEN tmp1.maincalldt NOT LIKE '-%' AND tmp1.maincalldt IS NOT NULL
- THEN tmp1.maincalldt
- END, 'yyyymmddhh24miss')
- - TO_DATE (tmp1.chosdd || tmp1.chostm, 'yyyymmddhh24miss')
- )
- * 24
- * 60
- ) AS callmodin
- ,
- ROUND ( ( TO_DATE (CASE
- WHEN tmp1.mainarrivdt NOT LIKE '-%' AND tmp1.mainarrivdt IS NOT NULL
- THEN tmp1.mainarrivdt
- END, 'yyyymmddhh24miss')
- - TO_DATE (CASE
- WHEN tmp1.maincalldt NOT LIKE '-%' AND tmp1.maincalldt IS NOT NULL AND tmp1.maincalldt != ''
- THEN tmp1.maincalldt
- END,
- 'yyyymmddhh24miss'
- )
- )
- * 24
- * 60
- ) AS visitmodcall
- ,
- (CASE
- WHEN (tmp1.outdecidt IS NULL OR tmp1.outdecidt = '-') AND (tmp1.chosdd IS NULL OR tmp1.chosdd = '-')
- THEN NULL
- ELSE ROUND ((TO_DATE (tmp1.outdecidt, 'yyyymmddhh24miss') - TO_DATE (tmp1.chosdd || tmp1.chostm, 'yyyymmddhh24miss')) * 24 * 60)
- END
- ) AS dschdclrmodin
- ,
- (CASE
- WHEN (tmp1.outrmdd IS NULL OR tmp1.outrmdd = '-') AND (tmp1.chosdd IS NULL OR tmp1.chosdd = '-')
- THEN NULL
- ELSE ROUND ( (TO_DATE (tmp1.outrmdd || tmp1.outrmtm, 'yyyymmddhh24miss') - TO_DATE (tmp1.chosdd || tmp1.chostm, 'yyyymmddhh24miss'))
- * 24
- * 60
- )
- END
- ) AS outmodin
- ,
- (CASE
- WHEN (tmp1.outrmdd IS NULL OR tmp1.outrmdd = '-') OR (tmp1.outdecidt IS NULL OR tmp1.outdecidt = '-')
- THEN NULL
- ELSE ROUND ((TO_DATE (tmp1.outrmdd || tmp1.outrmtm, 'yyyymmddhh24miss') - TO_DATE (tmp1.outdecidt, 'yyyymmddhh24miss')) * 24 * 60)
- END
- ) AS outmoddschdclr
- ,
- tmp1.dept1 AS difnm1, tmp1.calldt1 AS difcall1, tmp1.arrivdt1 AS difvisit1,
- CASE
- WHEN (tmp1.arrivdt1 LIKE '-%' OR tmp1.arrivdt1 IS NULL) OR (tmp1.calldt1 LIKE '-%' OR tmp1.calldt1 IS NULL)
- THEN NULL
- ELSE ROUND ((TO_DATE (tmp1.arrivdt1, 'yyyymmddhh24miss') - TO_DATE (tmp1.calldt1, 'yyyymmddhh24miss')) * 24 * 60)
- END AS difgab1,
- tmp1.dept2 AS difnm2, tmp1.calldt2 AS difcall2, tmp1.arrivdt2 AS difvisit2,
- CASE
- WHEN (tmp1.arrivdt2 LIKE '-%' OR tmp1.arrivdt2 IS NULL) OR (tmp1.calldt2 LIKE '-%' OR tmp1.calldt2 IS NULL)
- THEN NULL
- ELSE ROUND ((TO_DATE (tmp1.arrivdt2, 'yyyymmddhh24miss') - TO_DATE (tmp1.calldt2, 'yyyymmddhh24miss')) * 24 * 60)
- END AS difgab2,
- tmp1.dept3 AS difnm3, tmp1.calldt3 AS difcall3, tmp1.arrivdt3 AS difvisit3,
- CASE
- WHEN (tmp1.arrivdt3 LIKE '-%' OR tmp1.arrivdt3 IS NULL) OR (tmp1.calldt3 LIKE '-%' OR tmp1.calldt3 IS NULL)
- THEN NULL
- ELSE ROUND ((TO_DATE (tmp1.arrivdt3, 'yyyymmddhh24miss') - TO_DATE (tmp1.calldt3, 'yyyymmddhh24miss')) * 24 * 60)
- END AS difgab3,
- tmp1.dept4 AS difnm4, tmp1.arrivdt4 AS difcall4, tmp1.calldt4 AS difvisit4,
- CASE
- WHEN (tmp1.arrivdt4 LIKE '-%' OR tmp1.arrivdt4 IS NULL) OR (tmp1.calldt4 LIKE '-%' OR tmp1.calldt4 IS NULL)
- THEN NULL
- ELSE ROUND ((TO_DATE (tmp1.arrivdt4, 'yyyymmddhh24miss') - TO_DATE (tmp1.calldt4, 'yyyymmddhh24miss')) * 24 * 60)
- END AS difgab4,
- tmp1.dept5 AS difnm5, tmp1.calldt5 AS difcall5, tmp1.arrivdt5 AS difvisit5,
- CASE
- WHEN (tmp1.calldt5 LIKE '-%' OR tmp1.arrivdt5 IS NULL) OR (tmp1.arrivdt5 LIKE '-%' OR tmp1.calldt5 IS NULL)
- THEN NULL
- ELSE ROUND ((TO_DATE (tmp1.arrivdt5, 'yyyymmddhh24miss') - TO_DATE (tmp1.calldt5, 'yyyymmddhh24miss')) * 24 * 60)
- END AS difgab5,
- erce.bedposcnts, DECODE (errt.serdiagflag, NULL, '-', errt.serdiagflag) serdiagflag
- ,
- CASE
- WHEN com.fn_zz_getage ('', '', TO_CHAR (SYSDATE, 'YYYYMMDD'), 'b', ptbs.brthdd) != '-'
- AND com.fn_zz_getage ('', '', TO_CHAR (SYSDATE, 'YYYYMMDD'), 'b', ptbs.brthdd) >= 15
- AND ( (TO_NUMBER (errt.highbp) <= 90 AND errt.highbp NOT IN ('-1', '999'))
- OR (TO_NUMBER (errt.mntpulsecnt) >= 120 AND errt.mntpulsecnt NOT IN ('-1', '999'))
- )
- THEN (SELECT COUNT (COUNT (pcri.instcd || pcri.pid || pcri.orddd || TO_CHAR (pcri.cretno) || pcor.recdt)) cnt
- FROM emr.mnrhpcri pcri, emr.mnrhpcor pcor, emr.mnrdlbil lbil
- WHERE pcri.carerecseqno = pcor.carerecseqno
- AND pcri.instcd = pcor.instcd
- AND pcri.itemcd = lbil.itemcd
- AND pcri.instcd = lbil.instcd
- AND lbil.lnkviewcd = 'SMMNE00200'
- AND lbil.cncldd = '99991231'
- AND pcri.pid = tmp1.pid
- AND pcri.orddd = tmp1.indd
- AND pcri.cretno = tmp1.cretno
- AND pcri.instcd = tmp1.instcd
- AND pcor.cncldt = '99991231235959'
- AND (pcor.recrslt IS NOT NULL OR TRIM (pcor.recrslt) != '')
- AND pcor.wardcd IN (SELECT cdid
- FROM emr.mnwmcode
- WHERE cdgrupid = '002' AND instcd = '012')
- AND pcor.recdt BETWEEN DECODE (tmp1.chosdd, NULL, (inpt.indd || inpt.intm), (tmp1.chosdd || tmp1.chostm)) || '00'
- AND DECODE (tmp1.outrmdd, NULL, (inpt.dschdd || inpt.dschtm), (tmp1.outrmdd || tmp1.outrmtm)) || '00'
- GROUP BY pcri.instcd, pcri.pid, pcri.orddd, pcri.cretno, pcor.recdt
- HAVING COUNT (pcri.instcd || pcri.pid || pcri.orddd || TO_CHAR (pcri.cretno) || pcor.recdt) >=
- (SELECT COUNT (1)
- FROM emr.mnrdlbil
- WHERE lnkviewcd = 'SMMNE00200'))
- ELSE NULL
- END AS unstablevs
- FROM (SELECT pid, indd, instcd, cretno, visitno, chosdd, chostm, outrmdd, outrmtm, outrmcd, outdecidt,
- MAX (DECODE (mainyn, 'M', deptengabbr, NULL)) maindept, MAX (DECODE (mainyn, 'M', calldt, NULL)) maincalldt,
- MAX (DECODE (mainyn, 'M', arrivdt, NULL)) mainarrivdt, MAX (DECODE (mainyn, 'M', erorddoctcd, NULL)) maindoctcd,
- MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 1
- THEN deptengabbr
- ELSE NULL
- END) dept1, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 1
- THEN calldt
- ELSE NULL
- END) calldt1, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 1
- THEN arrivdt
- ELSE NULL
- END) arrivdt1, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 2
- THEN deptengabbr
- ELSE NULL
- END) dept2,
- MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 2
- THEN calldt
- ELSE NULL
- END) calldt2, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 2
- THEN arrivdt
- ELSE NULL
- END) arrivdt2, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 3
- THEN deptengabbr
- ELSE NULL
- END) dept3, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 3
- THEN calldt
- ELSE NULL
- END) calldt3,
- MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 3
- THEN arrivdt
- ELSE NULL
- END) arrivdt3, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 4
- THEN deptengabbr
- ELSE NULL
- END) dept4, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 4
- THEN calldt
- ELSE NULL
- END) calldt4, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 4
- THEN arrivdt
- ELSE NULL
- END) arrivdt4,
- MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 5
- THEN deptengabbr
- ELSE NULL
- END) dept5, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 5
- THEN calldt
- ELSE NULL
- END) calldt5, MAX (CASE
- WHEN mainyn = 'S' AND mrnum = 5
- THEN arrivdt
- ELSE NULL
- END) arrivdt5
- FROM (SELECT ervd.pid, ervd.indd, ervd.instcd, ervd.cretno, ervd.visitno, ervd.chosdd, ervd.chostm, ervd.outrmdd, ervd.outrmtm,
- ervd.outrmcd, ervd.outdecidt, ercd.calldt, ercd.arrivdt, ercd.mainyn, ercd.erorddeptcd, ercd.erorddoctcd, dept.deptengabbr,
- ROW_NUMBER () OVER (PARTITION BY ervd.indd, ervd.pid, ervd.cretno, ervd.visitno, ercd.mainyn ORDER BY ervd.indd,
- ervd.pid, ervd.cretno, ervd.visitno, ercd.mainyn, ercd.calldt) mrnum,
- ROW_NUMBER () OVER (PARTITION BY ervd.indd, ervd.pid, ervd.cretno, ervd.visitno ORDER BY ervd.indd, ervd.pid,
- ervd.cretno, ervd.visitno, ercd.mainyn, ercd.calldt) rnum
- FROM emr.mnehervd ervd, emr.mnehercd ercd, com.zsdddept dept
- WHERE ervd.instcd = '012'
- AND ervd.chosdd BETWEEN '20090301' AND '20091231'
- AND ervd.incncldt = '-'
- AND ervd.pid = ercd.pid(+)
- AND ervd.indd = ercd.indd(+)
- AND ervd.cretno = ercd.cretno(+)
- AND ervd.visitno = ercd.visitno(+)
- AND ervd.instcd = ercd.instcd(+)
- AND ercd.histcd(+) = 'O'
- AND ercd.erorddeptcd = dept.deptcd(+)
- AND dept.instcd(+) = '012'
- AND dept.valifromdd(+) <= TO_CHAR (SYSDATE, 'YYYYMMDD')
- AND dept.valitodd(+) >= TO_CHAR (SYSDATE, 'YYYYMMDD'))
- GROUP BY pid, indd, instcd, cretno, visitno, chosdd, chostm, outrmdd, outrmtm, outrmcd, outdecidt) tmp1,
- pam.pmihinpt inpt,
- emr.mnwmcode code,
- pam.pmcmptbs ptbs,
- emr.mneherce erce,
- emr.mmoherrt errt
- WHERE tmp1.pid = inpt.pid
- AND tmp1.indd = inpt.indd
- AND tmp1.cretno = inpt.cretno
- AND tmp1.instcd = inpt.instcd
- AND inpt.mskind = 'M'
- AND inpt.histstat = 'Y'
- AND inpt.recovwardcd = code.cdid(+)
- AND code.cdgrupid(+) = '104'
- AND code.instcd(+) = '012'
- AND tmp1.pid = ptbs.pid
- AND tmp1.instcd = ptbs.instcd
- AND inpt.pid = erce.pid(+)
- AND inpt.indd = erce.indd(+)
- AND inpt.cretno = erce.cretno(+)
- AND inpt.instcd = erce.instcd(+)
- AND erce.incncldt(+) = '-'
- AND tmp1.pid = errt.pid(+)
- AND tmp1.indd = errt.orddd(+)
- AND tmp1.instcd = errt.instcd(+)
- AND tmp1.cretno = errt.cretno(+)
- AND errt.histcd(+) = 'O'
- ORDER BY chosdd, chostm</SQL><ServerConnection URL="http://160.1.17.111:9901/RexServer/RexService.jsp" DataType=""><Parameter Name="service" ValueType="0" Value="jdbc.comdb" ValueFieldID="-1" ValueFieldIndex="-1"/><Parameter Name="servicetype" ValueType="0" Value="run" ValueFieldID="-1" ValueFieldIndex="-1"/></ServerConnection></DataSetting><GlobalStyleManager><GlobalStyle Name="중점관리학생"><PropertySetting Name="Visible" Value="0"/><PropertySetting Name="BackColor" Value="16751052"/></GlobalStyle><GlobalStyle Name="우수학생"><PropertySetting Name="BackColor" Value="52479"/></GlobalStyle></GlobalStyleManager><Page Gutter="0" MirrorMargin="0" Orientation="2" PaperSize="2" PaperWidth="2970" PaperHeight="2100" ReportWidth="2970" TopMargin="50" LeftMargin="50" BottomMargin="50" RightMargin="50"/><Page Gutter="0" MirrorMargin="0" Orientation="2" PaperSize="2" PaperWidth="2970" PaperHeight="2100" ReportWidth="2970" TopMargin="50" LeftMargin="50" BottomMargin="50" RightMargin="50"><Section Type="4" Name="PageHeader1" Height="150" Visible="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" CanGrow="0" CanShrink="0" ColumnWidth="0" ColumnDirection="0" ColumnSpacing="0" ColumnLayout="1" Repeat="0" UnderlayNext="0" DetailIteration="0" ForcedGH="0" KeepTogether="1" NewColumn="0" NewPage="0" PrintAtBottom="0" PageReset="0" SuppressBlankSection="0" SuppressRepeatedBlankSection="0" FillBlank="0" Exportable="1" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0" GroupFieldID="-1" GroupFieldIndex="-1" GroupSortingFieldID="-1" GroupSortingFieldIndex="-1" GroupTOCFieldID="-1" GroupTOCFieldIndex="-1"><ListControls Type="0"/><ListControls Type="1"><Control Type="Control.Table" Name="표1" Visible="0" X1="500" Y1="0" Width="1623" Height="50" FitSection="0" LinkIndex="5" RoundLeftTopEdge="0" RoundRightTopEdge="0" RoundRightBottomEdge="0" RoundLeftBottomEdge="0" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0"><CellStyles><CellStyle LeftLineStyle="0" RightLineStyle="0" TopLineStyle="0" BottomLineStyle="0" FDiagonalLineStyle="0" BDiagonalLineStyle="0" LeftLineWidth="0" RightLineWidth="0" TopLineWidth="0" BottomLineWidth="0" FDiagonalLineWidth="0.75" BDiagonalLineWidth="0.75" LeftLineColor="0" RightLineColor="0" TopLineColor="0" BottomLineColor="0" FDiagonalLineColor="0" BDiagonalLineColor="0"/></CellStyles><Rows><Row Size="50"><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="2" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="" MultiLine="1" WordWrap="1" WordSpace="10" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="10" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="응급 환자 대장" MultiLine="1" WordWrap="1" WordSpace="10" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="10" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="10" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell></Row></Rows><Cols><Col Size="525"/><Col Size="625"/><Col Size="473"/></Cols><ConditionalStyles/></Control><Control Type="Control.Table" Name="표3" Visible="0" X1="0" Y1="50" Width="550" Height="50" FitSection="0" LinkIndex="6" RoundLeftTopEdge="0" RoundRightTopEdge="0" RoundRightBottomEdge="0" RoundLeftBottomEdge="0" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0"><CellStyles><CellStyle LeftLineStyle="0" RightLineStyle="0" TopLineStyle="0" BottomLineStyle="0" FDiagonalLineStyle="0" BDiagonalLineStyle="0" LeftLineWidth="0" RightLineWidth="0" TopLineWidth="0" BottomLineWidth="0" FDiagonalLineWidth="0.75" BDiagonalLineWidth="0.75" LeftLineColor="0" RightLineColor="0" TopLineColor="0" BottomLineColor="0" FDiagonalLineColor="0" BDiagonalLineColor="0"/></CellStyles><Rows><Row Size="50"><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="Date" MultiLine="1" WordWrap="1" WordSpace="2" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="1" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="2" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="1" Text="!ffromdd" MultiLine="1" WordWrap="1" WordSpace="2" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="1" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="3" FieldIndex="0" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="~" MultiLine="1" WordWrap="1" WordSpace="2" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="1" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="0" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="1" Text="!ftodd" MultiLine="1" WordWrap="1" WordSpace="2" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="1" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="3" FieldIndex="1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell></Row></Rows><Cols><Col Size="100"/><Col Size="200"/><Col Size="50"/><Col Size="200"/></Cols><ConditionalStyles/></Control><Control Type="Control.Table" Name="표2" Visible="0" X1="50" Y1="100" Width="2800" Height="50" FitSection="0" LinkIndex="7" RoundLeftTopEdge="0" RoundRightTopEdge="0" RoundRightBottomEdge="0" RoundLeftBottomEdge="0" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0"><CellStyles><CellStyle LeftLineStyle="1" RightLineStyle="1" TopLineStyle="1" BottomLineStyle="1" FDiagonalLineStyle="0" BDiagonalLineStyle="0" LeftLineWidth="0.25" RightLineWidth="0.25" TopLineWidth="0.25" BottomLineWidth="0.25" FDiagonalLineWidth="0.75" BDiagonalLineWidth="0.75" LeftLineColor="16777215" RightLineColor="16777215" TopLineColor="12632256" BottomLineColor="12632256" FDiagonalLineColor="0" BDiagonalLineColor="0"/><CellStyle LeftLineStyle="1" RightLineStyle="1" TopLineStyle="1" BottomLineStyle="1" FDiagonalLineStyle="0" BDiagonalLineStyle="0" LeftLineWidth="0.25" RightLineWidth="0.25" TopLineWidth="0.25" BottomLineWidth="0.25" FDiagonalLineWidth="0.75" BDiagonalLineWidth="0.75" LeftLineColor="12632256" RightLineColor="16777215" TopLineColor="12632256" BottomLineColor="12632256" FDiagonalLineColor="0" BDiagonalLineColor="0"/><CellStyle LeftLineStyle="1" RightLineStyle="1" TopLineStyle="1" BottomLineStyle="1" FDiagonalLineStyle="0" BDiagonalLineStyle="0" LeftLineWidth="0.25" RightLineWidth="0.25" TopLineWidth="0.25" BottomLineWidth="0.25" FDiagonalLineWidth="0.75" BDiagonalLineWidth="0.75" LeftLineColor="16777215" RightLineColor="12632256" TopLineColor="12632256" BottomLineColor="12632256" FDiagonalLineColor="0" BDiagonalLineColor="0"/></CellStyles><Rows><Row Size="50"><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="No" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="중증도" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="등록번호" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="성명" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="성별" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="나이" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="내원일시" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="퇴실일시" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="주증상 및 진단명" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="주진료과" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="호출진료과" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="의사초진" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="타과호출" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="타과진료" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="1" BackColor="12632256" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="0" DataType="0" Text="진료 결과" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="-1" FieldIndex="-1" StyleIndex="2"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell></Row></Rows><Cols><Col Size="50"/><Col Size="100"/><Col Size="150"/><Col Size="150"/><Col Size="100"/><Col Size="100"/><Col Size="250"/><Col Size="250"/><Col Size="650"/><Col Size="150"/><Col Size="150"/><Col Size="150"/><Col Size="200"/><Col Size="200"/><Col Size="150"/></Cols><ConditionalStyles/></Control></ListControls><ConditionalStyles/><Script><![CDATA[]]></Script></Section><Section Type="64" Name="Detail1" Height="45" Visible="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" CanGrow="0" CanShrink="0" ColumnWidth="0" ColumnDirection="1" ColumnSpacing="0" ColumnLayout="1" Repeat="0" UnderlayNext="0" DetailIteration="0" ForcedGH="0" KeepTogether="1" NewColumn="0" NewPage="0" PrintAtBottom="0" PageReset="0" SuppressBlankSection="0" SuppressRepeatedBlankSection="0" FillBlank="0" Exportable="1" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0" GroupFieldID="-1" GroupFieldIndex="-1" GroupSortingFieldID="-1" GroupSortingFieldIndex="-1" GroupTOCFieldID="-1" GroupTOCFieldIndex="-1"><ListControls Type="0"/><ListControls Type="1"><Control Type="Control.Table" Name="표4" Visible="0" X1="0" Y1="0" Width="2850" Height="45" FitSection="0" LinkIndex="8" RoundLeftTopEdge="0" RoundRightTopEdge="0" RoundRightBottomEdge="0" RoundLeftBottomEdge="0" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0"><CellStyles><CellStyle LeftLineStyle="1" RightLineStyle="3" TopLineStyle="1" BottomLineStyle="1" FDiagonalLineStyle="0" BDiagonalLineStyle="0" LeftLineWidth="0.25" RightLineWidth="0.25" TopLineWidth="0.25" BottomLineWidth="0.25" FDiagonalLineWidth="0.75" BDiagonalLineWidth="0.75" LeftLineColor="12632256" RightLineColor="12632256" TopLineColor="12632256" BottomLineColor="12632256" FDiagonalLineColor="0" BDiagonalLineColor="0"/><CellStyle LeftLineStyle="3" RightLineStyle="3" TopLineStyle="1" BottomLineStyle="1" FDiagonalLineStyle="0" BDiagonalLineStyle="0" LeftLineWidth="0.25" RightLineWidth="0.25" TopLineWidth="0.25" BottomLineWidth="0.25" FDiagonalLineWidth="0.75" BDiagonalLineWidth="0.75" LeftLineColor="12632256" RightLineColor="12632256" TopLineColor="12632256" BottomLineColor="12632256" FDiagonalLineColor="0" BDiagonalLineColor="0"/><CellStyle LeftLineStyle="3" RightLineStyle="1" TopLineStyle="1" BottomLineStyle="1" FDiagonalLineStyle="0" BDiagonalLineStyle="0" LeftLineWidth="0.25" RightLineWidth="0.25" TopLineWidth="0.25" BottomLineWidth="0.25" FDiagonalLineWidth="0.75" BDiagonalLineWidth="0.75" LeftLineColor="12632256" RightLineColor="12632256" TopLineColor="12632256" BottomLineColor="12632256" FDiagonalLineColor="0" BDiagonalLineColor="0"/></CellStyles><Rows><Row Size="45"><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="%RecordNumber" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="0" FieldIndex="7" StyleIndex="0"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="@recovwardcd" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="1" FieldIndex="6" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences><FieldReference ID="-1" Index="-1"/></FieldReferences></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="@pid" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="1" FieldIndex="8" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences><FieldReference ID="-1" Index="-1"/></FieldReferences></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="@patnm" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="1" FieldIndex="9" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences><FieldReference ID="-1" Index="-1"/></FieldReferences></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="@sex" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="1" FieldIndex="10" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences><FieldReference ID="-1" Index="-1"/></FieldReferences></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="@age" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="1" FieldIndex="11" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences><FieldReference ID="-1" Index="-1"/></FieldReferences></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="!fmainarrivdt" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="3" FieldIndex="2" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences><FieldReference ID="-1" Index="-1"/></FieldReferences></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="!foutrmdt" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="3" FieldIndex="3" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="0" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="@diagnm" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="1" FieldIndex="12" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="0" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="@juorddeptcd" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="1" FieldIndex="53" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="@mainorddept" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="1" FieldIndex="13" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="!ffstexamorddt" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="3" FieldIndex="4" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="!fdifcall1" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="3" FieldIndex="5" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="!fdifvisit1" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="3" FieldIndex="6" StyleIndex="1"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell><Cell CellType="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="0" VerticalAlignment="1" CanGrow="0" CanShrink="1" DataType="1" Text="@outrmcdnm" MultiLine="0" WordWrap="0" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" RowSpan="1" ColSpan="1" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" MergeIfSuppress="0" MergeColumn="0" AddEnterWhenMergeColumn="0" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="8" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" FieldID="1" FieldIndex="15" StyleIndex="2"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/><FieldReferences/></Cell></Row></Rows><Cols><Col Size="56"/><Col Size="152"/><Col Size="142"/><Col Size="150"/><Col Size="100"/><Col Size="100"/><Col Size="250"/><Col Size="250"/><Col Size="650"/><Col Size="150"/><Col Size="150"/><Col Size="150"/><Col Size="200"/><Col Size="200"/><Col Size="150"/></Cols><ConditionalStyles/></Control></ListControls><ConditionalStyles/><Script><![CDATA[]]></Script></Section><Section Type="8" Name="PageFooter1" Height="50" Visible="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" CanGrow="0" CanShrink="0" ColumnWidth="0" ColumnDirection="0" ColumnSpacing="0" ColumnLayout="1" Repeat="0" UnderlayNext="0" DetailIteration="0" ForcedGH="0" KeepTogether="1" NewColumn="0" NewPage="0" PrintAtBottom="0" PageReset="0" SuppressBlankSection="0" SuppressRepeatedBlankSection="0" FillBlank="0" Exportable="1" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0" GroupFieldID="-1" GroupFieldIndex="-1" GroupSortingFieldID="-1" GroupSortingFieldIndex="-1" GroupTOCFieldID="-1" GroupTOCFieldIndex="-1"><ListControls Type="0"><Control Type="Control.Line" Name="선1" Visible="0" X1="50" Y1="0" X2="2850" Y2="0" EndSectionIndex="2" LineStyle="1" LineWidth="1.5" LineColor="0" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0"><ConditionalStyles/></Control></ListControls><ListControls Type="1"><Control Type="Control.Label" Name="글상자1" Visible="0" X1="1300" Y1="0" Width="100" Height="50" LineStyle="0" LineWidth="0.75" LineColor="0" RoundRate="0" SquareRound="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" Text="page: " MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0"><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/></Control><Control Type="Control.Field" Name="필드1" Visible="0" X1="1350" Y1="0" Width="200" Height="50" LineStyle="0" LineWidth="0.75" LineColor="0" RoundRate="0" SquareRound="0" BackStyle="0" BackColor="16777215" FillStyle="0" FillColor="0" Alignment="1" VerticalAlignment="1" MultiLine="1" WordWrap="1" WordSpace="0" LineSpace="0" Editable="0" AutoFontSize="0" CanGrow="0" CanShrink="0" OutputFormat="" ReplaceEmpty="" SuppressIfDuplication="0" SuppressIfZero="0" SuppressText="" SummaryFunction="0" TopMargin="0" LeftMargin="0" BottomMargin="0" RightMargin="0" FontName="맑은 고딕" FontSize="9" FontBold="0" FontUnderline="0" FontItalic="0" FontStrike="0" ForeColor="0" Text="%PageNofM" ExportLeft="0" ExportTop="0" ExportRight="0" ExportBottom="0" FieldID="0" FieldIndex="2"><FieldReferences/><SummaryCondition/><HyperLinkInfo LinkType="0" LinkText="" ToolTipType="0" ToolTipText="" LinkFieldID="-1" LinkFieldIndex="-1" ToolTipFieldID="-1" ToolTipFieldIndex="-1"/><ConditionalStyles/></Control></ListControls><ConditionalStyles/><Script><![CDATA[]]></Script></Section></Page><Page Gutter="0" MirrorMargin="0" Orientation="1" PaperSize="2" PaperWidth="2970" PaperHeight="2100" ReportWidth="2100" TopMargin="50" LeftMargin="50" BottomMargin="50" RightMargin="50"/></Report>
|