TXDDS00201.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version='1.0' encoding='euc-kr'?>
  2. <submit id="TXDDS00201">
  3. <action url="svc://local"
  4. target="eqmtmngtapp.EqmtMngtSt"
  5. interface="himed.his.crd.eqmtmngtapp.eqmtmngtst.EqmtMngtSt"
  6. method="reqInsExeEqmIns">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="reqins" count_ref="data">
  10. <column id="stationcd" desc="스테이션코드" ref="data.stationcd"/>
  11. <column id="orddeptcd" desc="상위진료과" ref="data.orddeptcd"/>
  12. <column id="ordmdldeptcd" desc="하위진료과" ref="data.ordmdldeptcd"/>
  13. <column id="useyn" desc="사용유무" ref="data.useyn"/>
  14. <column id="seqno" type="int" desc="진료과목 증가" ref="data.seqno"/>
  15. <column id="m" desc="식별자" ref="data.m"/>
  16. </table>
  17. <table id="req2" count_ref="stationnm">
  18. <column id="stationnm" desc="스테이션명" ref="stationnm"/>
  19. <column id="stationflag" desc="스테이션구분" ref="stationflag"/>
  20. </table>
  21. </input>
  22. <output path="root/list" type="xml">
  23. <table id="msg" count_ref="msg">
  24. <column id="instcd" type="string" desc="스테이션코드" ref="msg.instcd"/>
  25. <column id="seqno" type="int" desc="진료과목 증가" ref="msg.seqno"/>
  26. <column id="stationcd" type="string" desc="스테이션코드" ref="msg.stationcd"/>
  27. <column id="stationflag" type="string" desc="스테이션구분" ref="msg.stationflag"/>
  28. <column id="stationnm" type="string" desc="스테이션명" ref="msg.stationnm"/>
  29. <column id="orddeptcd" type="string" desc="진료상위과명" ref="msg.orddeptcd"/>
  30. <column id="ordmdldeptcd" type="string" desc="진료하위과명" ref="msg.ordmdldeptcd"/>
  31. <column id="useyn" type="string" desc="사용우무" ref="msg.useyn"/>
  32. <column id="delyn" type="string" desc="삭제여부" ref="msg.delyn"/>
  33. <column id="fstrgstrid" type="string" desc="등록자" ref="msg.fstrgstrid"/>
  34. <column id="fstrgstdt" type="string" desc="등록일" ref="msg.fstrgstdt"/>
  35. </table>
  36. </output>
  37. </submit>