TRISR01101.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRISR01101">
  3. <action url="svc://local"
  4. target="stdysubjapp.StdySubjMngt"
  5. interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
  6. method="reqGetReserInfo">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="userid">
  10. <column id="userid" desc="사용자ID" ref="userid"/>
  11. <column id="instcd" desc="병원코드" ref="instcd"/>
  12. <column id="userkind" desc="사용구분" ref="userkind"/>
  13. </table>
  14. </input>
  15. <output path="main/reserinfo" type="xml">
  16. <table id="item" count_ref="item">
  17. <column id="userid" desc="사용자ID" ref="item.userid"/>
  18. <column id="instcd" desc="병원코드" ref="item.instcd"/>
  19. <column id="usertodd" desc="시작일자" ref="item.usertodd"/>
  20. <column id="userkind" desc="사용구분" ref="item.userkind"/>
  21. <column id="usernm" desc="이름" type="cdata" ref="item.usernm"/>
  22. <column id="engnm" desc="영문이름" type="cdata" ref="item.engnm"/>
  23. <column id="gndr" desc="성별" ref="item.gndr"/>
  24. <column id="deptcd" desc="소속코드" ref="item.deptcd"/>
  25. <column id="deptnm" desc="소속명" type="cdata" ref="item.deptnm"/>
  26. <column id="jobposcd" desc="직위코드" ref="item.jobposcd"/>
  27. <column id="jobposnm" desc="직위명" type="cdata" ref="item.jobposnm"/>
  28. <column id="frmrmertcd" desc="전공코드" ref="item.frmrmertcd"/>
  29. <column id="frmrmertnm" desc="전공명" type="cdata" ref="item.frmrmertnm"/>
  30. <column id="acdmydgcd" desc="학위코드" ref="item.acdmydgcd"/>
  31. <column id="acdmydgnm" desc="학위명" type="cdata" ref="item.acdmydgnm"/>
  32. <column id="homeaddr" desc="집주소" type="cdata" ref="item.homeaddr"/>
  33. <column id="hometel" desc="집전화번호" type="cdata" ref="item.hometel"/>
  34. <column id="cmpytelno" desc="연락처" type="cdata" ref="item.cmpytelno"/>
  35. <column id="faxno" desc="팩스번호" type="cdata" ref="item.faxno"/>
  36. <column id="zipcd1" desc="우편번호1" ref="item.zipcd1"/>
  37. <column id="zipcd2" desc="우편번호2" ref="item.zipcd2"/>
  38. <column id="postrecvtret" desc="우편물수신처" type="cdata" ref="item.postrecvtret"/>
  39. <column id="bankcd" desc="은행코드" ref="item.bankcd"/>
  40. <column id="acntno" desc="계좌번호" type="cdata" ref="item.acntno"/>
  41. <column id="depor" desc="예금주" type="cdata" ref="item.depor"/>
  42. <column id="email" desc="이메일" type="cdata" ref="item.email"/>
  43. <column id="mpphonno" desc="핸드폰" type="cdata" ref="item.mpphonno"/>
  44. <column id="rrgstno" desc="주민번호" ref="item.rrgstno"/>
  45. <column id="userfromdd" desc="종료일자" ref="item.userfromdd"/>
  46. </table>
  47. </output>
  48. </submit>