123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCMS00201">
- <action url="svc://local"
- target="clntmngtapp.ClntMngt"
- interface="himed.his.crm.clntmngtapp.clntmngt.ClntMngt"
- method="reqGetPatBasicList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchfstchosdd1">
- <column id="srchfstchosdd1" desc="최초내원일 조회시작일" ref="srchfstchosdd1"/>
- <column id="srchfstchosdd2" desc="최초내원일 조회종료일" ref="srchfstchosdd2"/>
- <column id="srchpid" desc="등록번호" ref="srchpid"/>
- <column id="srchhometel" desc="집 전화번호" ref="srchhometel"/>
- <column id="srchlastchosdd1" desc="최종내원일 조회시작일" ref="srchlastchosdd1"/>
- <column id="srchlastchosdd2" desc="최종내원일 조회종료일" ref="srchlastchosdd2"/>
- <column id="srchhngnm" desc="환자명 이름" ref="srchhngnm"/>
- <column id="srchmpphontel" desc="핸드폰번호" ref="srchmpphontel"/>
- <column id="lrggrupcd" desc="대그룹코드" ref="lrggrupcd"/>
- <column id="mdlgrupcd" desc="중그룹코드" ref="mdlgrupcd"/>
- <column id="smlgrupcd" desc="소그룹코드" ref="smlgrupcd"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="patlist" count_ref="patlist">
- <column id="hngnm" desc="환자명" ref="patlist.hngnm"/>
- <column id="pid" desc="등록번호" ref="patlist.pid"/>
- <column id="sex" desc="성별" ref="patlist.sex"/>
- <column id="age" desc="나이" ref="patlist.age"/>
- <column id="lastchosdt" desc="최종내원일" ref="patlist.lastchosdt"/>
- <column id="fstchosdt" desc="최초내원일" ref="patlist.fstchosdt"/>
- <column id="mpphontel" desc="핸드폰번호" ref="patlist.mpphontel"/>
- <column id="address" desc="주소" ref="patlist.address"/>
- <column id="email" desc="이메일" ref="patlist.email"/>
- <column id="hometel" desc="집전화번호" ref="patlist.hometel"/>
- <column id="zipcd" desc="우편번호" ref="patlist.zipcd"/>
- <column id="smsaprvyn" desc="SMS승인여부" ref="patlist.smsaprvyn"/>
- <column id="emailuseaprvyn" desc="이메일승인여부" ref="patlist.emailuseaprvyn"/>
- <column id="postdeliveuseyn" desc="우편물승인여부" ref="patlist.postdeliveuseyn"/>
- <column id="vipyn" desc="VIP여부" ref="patlist.vipyn"/>
- <column id="btype" desc="혈액형" ref="patlist.btype"/>
- <column id="rh" desc="RH혈액형" ref="patlist.rh"/>
- <column id="chchnm" desc="성당명" ref="patlist.chchnm"/>
- <column id="recmerid" desc="추천인ID" ref="patlist.recmerid"/>
- <column id="inhospyn" desc="재원 여부" ref="patlist.inhospyn"/>
- <column id="dethyn" desc="사망 여부" ref="patlist.dethyn"/>
- </table>
- </output>
- </submit>
|