1234567891011121314151617181920 |
- <?xml version="1.0" encoding="euc-kr"?>
- <!-- 항암주사실 일자별환자수를 조회한다 -->
- <submit id="TRSNW00304">
- <action url="svc://local"
- target="stsenrapp.StsEnrInjSpecialRoomMngt" interface="himed.his.sts.stsenrapp.stsenrinjspecialroommngt.StsEnrInjSpecialRoomMngt"
- method="reqGetDayPatCntInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="fromdd">
- <column id="fromdd" desc="시작일자" ref="fromdd"/>
- <column id="todd" desc="종료일자" ref="todd"/>
- </table>
- </input>
- <output path="root/daypatcntinfo" type="xml">
- <table id="daypatcntlist" count_ref="daypatcntlist">
- <column id="dd" desc="일자" ref="daypatcntlist.dd"/>
- <column id="cnt" desc="환자수" ref="daypatcntlist.cnt"/>
- </table>
- </output>
- </submit>
|