TRSNW00304.xml 868 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <!-- 항암주사실 일자별환자수를 조회한다 -->
  3. <submit id="TRSNW00304">
  4. <action url="svc://local"
  5. target="stsenrapp.StsEnrInjSpecialRoomMngt" interface="himed.his.sts.stsenrapp.stsenrinjspecialroommngt.StsEnrInjSpecialRoomMngt"
  6. method="reqGetDayPatCntInfo">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="fromdd">
  10. <column id="fromdd" desc="시작일자" ref="fromdd"/>
  11. <column id="todd" desc="종료일자" ref="todd"/>
  12. </table>
  13. </input>
  14. <output path="root/daypatcntinfo" type="xml">
  15. <table id="daypatcntlist" count_ref="daypatcntlist">
  16. <column id="dd" desc="일자" ref="daypatcntlist.dd"/>
  17. <column id="cnt" desc="환자수" ref="daypatcntlist.cnt"/>
  18. </table>
  19. </output>
  20. </submit>