12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSNA00103">
- <action url="svc://local"
- target="stsenrapp.StsApuMngt"
- interface="himed.his.sts.stsenrapp.stsapumngt.StsApuMngt"
- method="reqGetApuWorkList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="fromdd">
- <column id="fromdd" desc="기준시작년월" ref="fromdd"/>
- <column id="todd" desc="기준종료년월" ref="todd"/>
- <column id="ioflag" desc="외래입원구분" ref="ioflag"/>
- <column id="deptcd" desc="진료과" ref="deptcd"/>
- <column id="drid" desc="주치의" ref="drid"/>
- <column id="wardcd" desc="병동" ref="wardcd"/>
- <column id="eqapuflag" desc="장비별/혈액불출별" ref="eqapuflag"/>
-
- <!-- 20090901 dhkim -->
- <column id="compfdd" desc="비교시작년월" ref="compfdd"/>
- <column id="comptdd" desc="비교종료년월" ref="comptdd"/>
- </table>
- </input>
- <output path="root/workinfo" type="xml">
- <table id="worklist" count_ref="worklist">
- <column id="lrgnm" desc="구분" ref="worklist.lrgnm"/>
- <column id="mdlnm" desc="세부항목" ref="worklist.mdlnm"/>
- <column id="d01" desc="01월" ref="worklist.d01"/>
- <column id="d02" desc="02월" ref="worklist.d02"/>
- <column id="d03" desc="03월" ref="worklist.d03"/>
- <column id="d04" desc="04월" ref="worklist.d04"/>
- <column id="d05" desc="05월" ref="worklist.d05"/>
- <column id="d06" desc="06월" ref="worklist.d06"/>
- <column id="d07" desc="07월" ref="worklist.d07"/>
- <column id="d08" desc="08월" ref="worklist.d08"/>
- <column id="d09" desc="09월" ref="worklist.d09"/>
- <column id="d10" desc="10월" ref="worklist.d10"/>
- <column id="d11" desc="11월" ref="worklist.d11"/>
- <column id="d12" desc="12월" ref="worklist.d12"/>
- <column id="totdd" desc="종류별토탈" ref="worklist.totdd"/>
- <column id="comptotdd" desc="증감율토탈" ref="worklist.comptotdd"/>
- </table>
- </output>
- </submit>
|