TXIRT00102.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TXIRT00102">
  3. <action url="svc://local"
  4. target="stdysubjapp.StdySubjMngt"
  5. interface="himed.his.crc.stdysubjapp.stdysubjmngt.StdySubjMngt"
  6. method="reqSetStdyInfoCompy">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="rrgstno">
  10. <column id="rrgstno" desc="주민번호" ref="rrgstno"/>
  11. <column id="hometel" desc="집전화" ref="hometel"/>
  12. <column id="postrecvtret" desc="" ref="postrecvtret"/>
  13. <column id="gndr" desc="성별" ref="gndr"/>
  14. <column id="homeaddr" desc="집주소" ref="homeaddr"/>
  15. <column id="jobposnm" desc="직위명" ref="jobposnm"/>
  16. <column id="jobposcd" desc="직위코드" ref="jobposcd"/>
  17. <column id="email" desc="이메일" ref="email"/>
  18. <column id="cmpytelno" desc="휴대전화" ref="cmpytelno"/>
  19. <column id="workplceaddr" desc="직장주소" ref="workplceaddr"/>
  20. <column id="cmt" desc="비고" ref="cmt"/>
  21. </table>
  22. </input>
  23. <output path="main/compy" type="xml">
  24. <table id="stdyinfocompy" count_ref="stdyinfocompy">
  25. <column id="instcd" desc="병원코드" ref="stdyinfocompy.instcd"/>
  26. <column id="rrgstno" desc="주민번호" ref="stdyinfocompy.rrgstno"/>
  27. <column id="hometel" desc="집전화" type="cdata" ref="stdyinfocompy.hometel"/>
  28. <column id="postrecvtret" desc="" type="cdata" ref="stdyinfocompy.postrecvtret"/>
  29. <column id="gndr" desc="성별" type="cdata" ref="stdyinfocompy.gndr"/>
  30. <column id="homeaddr" desc="집주소" type="cdata" ref="stdyinfocompy.homeaddr"/>
  31. <column id="jobposcd" desc="직위코드" type="cdata" ref="stdyinfocompy.jobposcd"/>
  32. <column id="jobposnm" desc="직위명" type="cdata" ref="stdyinfocompy.jobposnm"/>
  33. <column id="email" desc="이메일" type="cdata" ref="stdyinfocompy.email"/>
  34. <column id="cmpytelno" desc="휴대전화" type="cdata" ref="stdyinfocompy.cmpytelno"/>
  35. <column id="workplceaddr" desc="직장주소" type="cdata" ref="stdyinfocompy.workplceaddr"/>
  36. <column id="cmt" desc="비고" type="cdata" ref="stdyinfocompy.cmt"/>
  37. </table>
  38. </output>
  39. </submit>