12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="euc-kr"?>
- <!--
- * 화면 : SMSTP01300_인원연보.xrw
- * 설명 : 인원통계실적
- * 작성자 : 정선영
- * 작성일 : 2010/09/01
- -->
- <submit id="TRSTP01501">
- <action url="svc://local"
- target="stspamapp.StsPam"
- interface="himed.his.sts.stspamapp.stspam.StsPam"
- method="reqGetMonthRsrvSTS">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="fromdd">
- <column id="fromdd" type="string" desc="조회기간" ref="fromdd"/>
- <column id="todd" type="string" desc="조회기간" ref="todd"/>
- <column id="dataflag" type="string" desc="조회구분" ref="dataflag"/>
- <column id="orddeptcd" type="string" desc="진료과" ref="orddeptcd"/>
- <column id="orddrid" type="string" desc="진료의" ref="orddrid"/>
- </table>
- </input>
- <output path="root/month" type="xml">
- <table id="monthlist" count_ref="monthlist">
- <column id="orddeptnm" type="string" desc="진료과" ref="monthlist.orddeptnm"/>
- <column id="orddrnm" type="string" desc="진료의사" ref="monthlist.orddrnm"/>
- <column id="lrgitem" type="string" desc="대분류" ref="monthlist.lrgitem"/>
- <column id="new_cnt" type="string" desc="28일 오후 환자수" ref="monthlist.new_cnt"/>
- <column id="first_cnt" type="string" desc="29일 오전 환자수" ref="monthlist.first_cnt"/>
- <column id="re_cnt" type="string" desc="29일 오후 환자수" ref="monthlist.re_cnt"/>
- <column id="tot_cnt" type="string" desc="30일 오전 환자수" ref="monthlist.tot_cnt"/>
- <column id="rsrv_rat" type="string" desc="30일 오후 환자수" ref="monthlist.rsrv_rat"/>
- </table>
- </output>
- </submit>
-
-
-
-
-
|