HospitalSvc.wsdl 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <s:element name="CheckWebService">
  6. <s:complexType />
  7. </s:element>
  8. <s:element name="CheckWebServiceResponse">
  9. <s:complexType>
  10. <s:sequence>
  11. <s:element minOccurs="1" maxOccurs="1" name="CheckWebServiceResult" type="s:boolean" />
  12. </s:sequence>
  13. </s:complexType>
  14. </s:element>
  15. <s:element name="CheckDatabaseConnection">
  16. <s:complexType />
  17. </s:element>
  18. <s:element name="CheckDatabaseConnectionResponse">
  19. <s:complexType>
  20. <s:sequence>
  21. <s:element minOccurs="1" maxOccurs="1" name="CheckDatabaseConnectionResult" type="s:boolean" />
  22. </s:sequence>
  23. </s:complexType>
  24. </s:element>
  25. <s:element name="GetUserInfo">
  26. <s:complexType>
  27. <s:sequence>
  28. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  29. </s:sequence>
  30. </s:complexType>
  31. </s:element>
  32. <s:element name="GetUserInfoResponse">
  33. <s:complexType>
  34. <s:sequence>
  35. <s:element minOccurs="0" maxOccurs="1" name="GetUserInfoResult" type="tns:UserVO" />
  36. </s:sequence>
  37. </s:complexType>
  38. </s:element>
  39. <s:complexType name="UserVO">
  40. <s:sequence>
  41. <s:element minOccurs="0" maxOccurs="1" name="UserNo" type="s:string" />
  42. <s:element minOccurs="0" maxOccurs="1" name="UserPassword" type="s:string" />
  43. <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
  44. <s:element minOccurs="0" maxOccurs="1" name="UserDeptCode" type="s:string" />
  45. <s:element minOccurs="0" maxOccurs="1" name="UserDeptName" type="s:string" />
  46. <s:element minOccurs="0" maxOccurs="1" name="UserGroupCode" type="s:string" />
  47. <s:element minOccurs="0" maxOccurs="1" name="UserGroupName" type="s:string" />
  48. <s:element minOccurs="0" maxOccurs="1" name="ServerTime" type="s:string" />
  49. <s:element minOccurs="0" maxOccurs="1" name="HosType" type="s:string" />
  50. <s:element minOccurs="0" maxOccurs="1" name="UserRid" type="s:string" />
  51. <s:element minOccurs="0" maxOccurs="1" name="UseExternalYn" type="s:string" />
  52. </s:sequence>
  53. </s:complexType>
  54. <s:element name="GetTrmtDateList">
  55. <s:complexType>
  56. <s:sequence>
  57. <s:element minOccurs="0" maxOccurs="1" name="patientNo" type="s:string" />
  58. <s:element minOccurs="0" maxOccurs="1" name="searchClnDate" type="s:string" />
  59. <s:element minOccurs="0" maxOccurs="1" name="searchType" type="s:string" />
  60. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  61. </s:sequence>
  62. </s:complexType>
  63. </s:element>
  64. <s:element name="GetTrmtDateListResponse">
  65. <s:complexType>
  66. <s:sequence>
  67. <s:element minOccurs="0" maxOccurs="1" name="GetTrmtDateListResult" type="tns:ArrayOfClnDateForDropdownVO" />
  68. </s:sequence>
  69. </s:complexType>
  70. </s:element>
  71. <s:complexType name="ArrayOfClnDateForDropdownVO">
  72. <s:sequence>
  73. <s:element minOccurs="0" maxOccurs="unbounded" name="ClnDateForDropdownVO" nillable="true" type="tns:ClnDateForDropdownVO" />
  74. </s:sequence>
  75. </s:complexType>
  76. <s:complexType name="ClnDateForDropdownVO">
  77. <s:sequence>
  78. <s:element minOccurs="0" maxOccurs="1" name="ClnDate" type="s:string" />
  79. <s:element minOccurs="0" maxOccurs="1" name="ClnFormatDate" type="s:string" />
  80. <s:element minOccurs="0" maxOccurs="1" name="VisitType" type="s:string" />
  81. <s:element minOccurs="0" maxOccurs="1" name="VisitTypeName" type="s:string" />
  82. <s:element minOccurs="0" maxOccurs="1" name="ClnDeptCode" type="s:string" />
  83. <s:element minOccurs="0" maxOccurs="1" name="ClnDeptName" type="s:string" />
  84. <s:element minOccurs="0" maxOccurs="1" name="DeptCd" type="s:string" />
  85. <s:element minOccurs="1" maxOccurs="1" name="CretNo" type="s:int" />
  86. <s:element minOccurs="0" maxOccurs="1" name="orddrid" type="s:string" />
  87. </s:sequence>
  88. </s:complexType>
  89. <s:element name="GetInPatList">
  90. <s:complexType>
  91. <s:sequence>
  92. <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
  93. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  94. <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
  95. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  96. <s:element minOccurs="0" maxOccurs="1" name="wardcd" type="s:string" />
  97. <s:element minOccurs="0" maxOccurs="1" name="patstat" type="s:string" />
  98. <s:element minOccurs="0" maxOccurs="1" name="jobkindcd" type="s:string" />
  99. </s:sequence>
  100. </s:complexType>
  101. </s:element>
  102. <s:element name="GetInPatListResponse">
  103. <s:complexType>
  104. <s:sequence>
  105. <s:element minOccurs="0" maxOccurs="1" name="GetInPatListResult" type="tns:ArrayOfPatListVO" />
  106. </s:sequence>
  107. </s:complexType>
  108. </s:element>
  109. <s:complexType name="ArrayOfPatListVO">
  110. <s:sequence>
  111. <s:element minOccurs="0" maxOccurs="unbounded" name="PatListVO" nillable="true" type="tns:PatListVO" />
  112. </s:sequence>
  113. </s:complexType>
  114. <s:complexType name="PatListVO">
  115. <s:sequence>
  116. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  117. <s:element minOccurs="0" maxOccurs="1" name="indd" type="s:string" />
  118. <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
  119. <s:element minOccurs="1" maxOccurs="1" name="seqno" type="s:int" />
  120. <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
  121. <s:element minOccurs="0" maxOccurs="1" name="hngnm" type="s:string" />
  122. <s:element minOccurs="0" maxOccurs="1" name="fsexamflag" type="s:string" />
  123. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  124. <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
  125. <s:element minOccurs="1" maxOccurs="1" name="hd" type="s:int" />
  126. <s:element minOccurs="0" maxOccurs="1" name="sa" type="s:string" />
  127. <s:element minOccurs="0" maxOccurs="1" name="deptnm" type="s:string" />
  128. <s:element minOccurs="0" maxOccurs="1" name="deptengabbr" type="s:string" />
  129. <s:element minOccurs="0" maxOccurs="1" name="doctornm" type="s:string" />
  130. <s:element minOccurs="0" maxOccurs="1" name="diagnm" type="s:string" />
  131. <s:element minOccurs="0" maxOccurs="1" name="dschnoti" type="s:string" />
  132. <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
  133. <s:element minOccurs="0" maxOccurs="1" name="cnst" type="s:string" />
  134. <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
  135. <s:element minOccurs="0" maxOccurs="1" name="bostyle" type="s:string" />
  136. <s:element minOccurs="0" maxOccurs="1" name="elbulbodstat" type="s:string" />
  137. <s:element minOccurs="0" maxOccurs="1" name="ordtm" type="s:string" />
  138. <s:element minOccurs="0" maxOccurs="1" name="orddrid" type="s:string" />
  139. <s:element minOccurs="0" maxOccurs="1" name="orddrnm" type="s:string" />
  140. <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
  141. <s:element minOccurs="0" maxOccurs="1" name="oproomnm" type="s:string" />
  142. <s:element minOccurs="0" maxOccurs="1" name="anstreqflag" type="s:string" />
  143. <s:element minOccurs="0" maxOccurs="1" name="anstdrnm" type="s:string" />
  144. <s:element minOccurs="0" maxOccurs="1" name="erorddeptnm" type="s:string" />
  145. <s:element minOccurs="0" maxOccurs="1" name="ermedispclnm" type="s:string" />
  146. <s:element minOccurs="0" maxOccurs="1" name="opcnfmdd" type="s:string" />
  147. <s:element minOccurs="0" maxOccurs="1" name="badcd" type="s:string" />
  148. </s:sequence>
  149. </s:complexType>
  150. <s:element name="GetOutPatList">
  151. <s:complexType>
  152. <s:sequence>
  153. <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
  154. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  155. <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
  156. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  157. <s:element minOccurs="0" maxOccurs="1" name="patstat" type="s:string" />
  158. </s:sequence>
  159. </s:complexType>
  160. </s:element>
  161. <s:element name="GetOutPatListResponse">
  162. <s:complexType>
  163. <s:sequence>
  164. <s:element minOccurs="0" maxOccurs="1" name="GetOutPatListResult" type="tns:ArrayOfPatListVO" />
  165. </s:sequence>
  166. </s:complexType>
  167. </s:element>
  168. <s:element name="GetOpPatList">
  169. <s:complexType>
  170. <s:sequence>
  171. <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
  172. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  173. <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
  174. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  175. <s:element minOccurs="0" maxOccurs="1" name="patstat" type="s:string" />
  176. </s:sequence>
  177. </s:complexType>
  178. </s:element>
  179. <s:element name="GetOpPatListResponse">
  180. <s:complexType>
  181. <s:sequence>
  182. <s:element minOccurs="0" maxOccurs="1" name="GetOpPatListResult" type="tns:ArrayOfPatListVO" />
  183. </s:sequence>
  184. </s:complexType>
  185. </s:element>
  186. <s:element name="GetErPatList">
  187. <s:complexType>
  188. <s:sequence>
  189. <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
  190. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  191. <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
  192. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  193. <s:element minOccurs="0" maxOccurs="1" name="patstat" type="s:string" />
  194. <s:element minOccurs="0" maxOccurs="1" name="jobkindcd" type="s:string" />
  195. </s:sequence>
  196. </s:complexType>
  197. </s:element>
  198. <s:element name="GetErPatListResponse">
  199. <s:complexType>
  200. <s:sequence>
  201. <s:element minOccurs="0" maxOccurs="1" name="GetErPatListResult" type="tns:ArrayOfPatListVO" />
  202. </s:sequence>
  203. </s:complexType>
  204. </s:element>
  205. <s:element name="GetSrPatList">
  206. <s:complexType>
  207. <s:sequence>
  208. <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
  209. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  210. <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
  211. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  212. <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
  213. </s:sequence>
  214. </s:complexType>
  215. </s:element>
  216. <s:element name="GetSrPatListResponse">
  217. <s:complexType>
  218. <s:sequence>
  219. <s:element minOccurs="0" maxOccurs="1" name="GetSrPatListResult" type="tns:ArrayOfPatListVO" />
  220. </s:sequence>
  221. </s:complexType>
  222. </s:element>
  223. <s:element name="GetDeptList">
  224. <s:complexType>
  225. <s:sequence>
  226. <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
  227. </s:sequence>
  228. </s:complexType>
  229. </s:element>
  230. <s:element name="GetDeptListResponse">
  231. <s:complexType>
  232. <s:sequence>
  233. <s:element minOccurs="0" maxOccurs="1" name="GetDeptListResult" type="tns:ArrayOfDeptListVO" />
  234. </s:sequence>
  235. </s:complexType>
  236. </s:element>
  237. <s:complexType name="ArrayOfDeptListVO">
  238. <s:sequence>
  239. <s:element minOccurs="0" maxOccurs="unbounded" name="DeptListVO" nillable="true" type="tns:DeptListVO" />
  240. </s:sequence>
  241. </s:complexType>
  242. <s:complexType name="DeptListVO">
  243. <s:sequence>
  244. <s:element minOccurs="0" maxOccurs="1" name="deptcd" type="s:string" />
  245. <s:element minOccurs="0" maxOccurs="1" name="deptnm" type="s:string" />
  246. </s:sequence>
  247. </s:complexType>
  248. <s:element name="GetWardList">
  249. <s:complexType />
  250. </s:element>
  251. <s:element name="GetWardListResponse">
  252. <s:complexType>
  253. <s:sequence>
  254. <s:element minOccurs="0" maxOccurs="1" name="GetWardListResult" type="tns:ArrayOfDeptListVO" />
  255. </s:sequence>
  256. </s:complexType>
  257. </s:element>
  258. <s:element name="GetDoctorList">
  259. <s:complexType>
  260. <s:sequence>
  261. <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
  262. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  263. </s:sequence>
  264. </s:complexType>
  265. </s:element>
  266. <s:element name="GetDoctorListResponse">
  267. <s:complexType>
  268. <s:sequence>
  269. <s:element minOccurs="0" maxOccurs="1" name="GetDoctorListResult" type="tns:ArrayOfDocListVO" />
  270. </s:sequence>
  271. </s:complexType>
  272. </s:element>
  273. <s:complexType name="ArrayOfDocListVO">
  274. <s:sequence>
  275. <s:element minOccurs="0" maxOccurs="unbounded" name="DocListVO" nillable="true" type="tns:DocListVO" />
  276. </s:sequence>
  277. </s:complexType>
  278. <s:complexType name="DocListVO">
  279. <s:sequence>
  280. <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
  281. <s:element minOccurs="0" maxOccurs="1" name="doctornm" type="s:string" />
  282. </s:sequence>
  283. </s:complexType>
  284. <s:element name="GetSrchPatInfo">
  285. <s:complexType>
  286. <s:sequence>
  287. <s:element minOccurs="0" maxOccurs="1" name="srchcond" type="s:string" />
  288. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  289. <s:element minOccurs="0" maxOccurs="1" name="hngnm" type="s:string" />
  290. <s:element minOccurs="0" maxOccurs="1" name="rrgstno1" type="s:string" />
  291. <s:element minOccurs="0" maxOccurs="1" name="rrgstno2" type="s:string" />
  292. </s:sequence>
  293. </s:complexType>
  294. </s:element>
  295. <s:element name="GetSrchPatInfoResponse">
  296. <s:complexType>
  297. <s:sequence>
  298. <s:element minOccurs="0" maxOccurs="1" name="GetSrchPatInfoResult" type="tns:ArrayOfPatInfoListVO" />
  299. </s:sequence>
  300. </s:complexType>
  301. </s:element>
  302. <s:complexType name="ArrayOfPatInfoListVO">
  303. <s:sequence>
  304. <s:element minOccurs="0" maxOccurs="unbounded" name="PatInfoListVO" nillable="true" type="tns:PatInfoListVO" />
  305. </s:sequence>
  306. </s:complexType>
  307. <s:complexType name="PatInfoListVO">
  308. <s:sequence>
  309. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  310. <s:element minOccurs="0" maxOccurs="1" name="hngnm" type="s:string" />
  311. <s:element minOccurs="0" maxOccurs="1" name="rrgstno1" type="s:string" />
  312. <s:element minOccurs="0" maxOccurs="1" name="rrgstno2" type="s:string" />
  313. <s:element minOccurs="0" maxOccurs="1" name="age" type="s:string" />
  314. <s:element minOccurs="0" maxOccurs="1" name="mpphontel" type="s:string" />
  315. <s:element minOccurs="0" maxOccurs="1" name="addr" type="s:string" />
  316. <s:element minOccurs="0" maxOccurs="1" name="lastorddd" type="s:string" />
  317. <s:element minOccurs="0" maxOccurs="1" name="lastorddept" type="s:string" />
  318. <s:element minOccurs="0" maxOccurs="1" name="lastinsukind" type="s:string" />
  319. </s:sequence>
  320. </s:complexType>
  321. <s:element name="GetPatientInfo">
  322. <s:complexType>
  323. <s:sequence>
  324. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  325. <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
  326. <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
  327. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  328. <s:element minOccurs="0" maxOccurs="1" name="cretno" type="s:string" />
  329. </s:sequence>
  330. </s:complexType>
  331. </s:element>
  332. <s:element name="GetPatientInfoResponse">
  333. <s:complexType>
  334. <s:sequence>
  335. <s:element minOccurs="0" maxOccurs="1" name="GetPatientInfoResult" type="tns:ArrayOfPatientVO" />
  336. </s:sequence>
  337. </s:complexType>
  338. </s:element>
  339. <s:complexType name="ArrayOfPatientVO">
  340. <s:sequence>
  341. <s:element minOccurs="0" maxOccurs="unbounded" name="PatientVO" nillable="true" type="tns:PatientVO" />
  342. </s:sequence>
  343. </s:complexType>
  344. <s:complexType name="PatientVO">
  345. <s:sequence>
  346. <s:element minOccurs="0" maxOccurs="1" name="IO_Pt_ID" type="s:string" />
  347. <s:element minOccurs="0" maxOccurs="1" name="IO_sex_age_y_m" type="s:string" />
  348. <s:element minOccurs="0" maxOccurs="1" name="IO_Pt_Name" type="s:string" />
  349. <s:element minOccurs="0" maxOccurs="1" name="IO_JuminNo" type="s:string" />
  350. <s:element minOccurs="0" maxOccurs="1" name="IO_HosType" type="s:string" />
  351. <s:element minOccurs="0" maxOccurs="1" name="IO_CretNo" type="s:string" />
  352. <s:element minOccurs="0" maxOccurs="1" name="IO_Ward" type="s:string" />
  353. <s:element minOccurs="0" maxOccurs="1" name="IO_RoomNo" type="s:string" />
  354. <s:element minOccurs="0" maxOccurs="1" name="IO_ADdate" type="s:string" />
  355. <s:element minOccurs="0" maxOccurs="1" name="IO_Dschdd" type="s:string" />
  356. <s:element minOccurs="0" maxOccurs="1" name="IO_VisitType" type="s:string" />
  357. <s:element minOccurs="0" maxOccurs="1" name="IO_DeptCd" type="s:string" />
  358. <s:element minOccurs="0" maxOccurs="1" name="IO_DeptNm" type="s:string" />
  359. <s:element minOccurs="0" maxOccurs="1" name="IO_Dept2" type="s:string" />
  360. <s:element minOccurs="0" maxOccurs="1" name="IO_OPdeptCd" type="s:string" />
  361. <s:element minOccurs="0" maxOccurs="1" name="IO_OPdeptNm" type="s:string" />
  362. <s:element minOccurs="0" maxOccurs="1" name="IO_OPdrId" type="s:string" />
  363. <s:element minOccurs="0" maxOccurs="1" name="IO_OPdrNm" type="s:string" />
  364. <s:element minOccurs="0" maxOccurs="1" name="IO_DxCd" type="s:string" />
  365. <s:element minOccurs="0" maxOccurs="1" name="IO_DxNm" type="s:string" />
  366. <s:element minOccurs="1" maxOccurs="1" name="IO_OrderNo" type="s:int" />
  367. <s:element minOccurs="0" maxOccurs="1" name="IO_PrintTime" type="s:string" />
  368. <s:element minOccurs="0" maxOccurs="1" name="IO_MaindrId" type="s:string" />
  369. <s:element minOccurs="0" maxOccurs="1" name="IO_MaindrNm" type="s:string" />
  370. <s:element minOccurs="0" maxOccurs="1" name="IO_OcrCd" type="s:string" />
  371. <s:element minOccurs="0" maxOccurs="1" name="IO_InputId" type="s:string" />
  372. <s:element minOccurs="0" maxOccurs="1" name="IO_InputNm" type="s:string" />
  373. <s:element minOccurs="0" maxOccurs="1" name="IO_SignImg" type="s:string" />
  374. <s:element minOccurs="0" maxOccurs="1" name="IO_bp" type="s:string" />
  375. <s:element minOccurs="0" maxOccurs="1" name="IO_dm" type="s:string" />
  376. <s:element minOccurs="0" maxOccurs="1" name="IO_heart" type="s:string" />
  377. <s:element minOccurs="0" maxOccurs="1" name="IO_kidney" type="s:string" />
  378. <s:element minOccurs="0" maxOccurs="1" name="IO_respiration" type="s:string" />
  379. <s:element minOccurs="0" maxOccurs="1" name="IO_hx" type="s:string" />
  380. <s:element minOccurs="0" maxOccurs="1" name="IO_allergy" type="s:string" />
  381. <s:element minOccurs="0" maxOccurs="1" name="IO_drug" type="s:string" />
  382. <s:element minOccurs="0" maxOccurs="1" name="IO_smoking" type="s:string" />
  383. <s:element minOccurs="0" maxOccurs="1" name="IO_idio" type="s:string" />
  384. <s:element minOccurs="0" maxOccurs="1" name="IO_nacrotics" type="s:string" />
  385. <s:element minOccurs="0" maxOccurs="1" name="IO_airway" type="s:string" />
  386. <s:element minOccurs="0" maxOccurs="1" name="IO_hemorrhage" type="s:string" />
  387. <s:element minOccurs="0" maxOccurs="1" name="IO_status_etc" type="s:string" />
  388. <s:element minOccurs="0" maxOccurs="1" name="IO_Zipcdaddr" type="s:string" />
  389. <s:element minOccurs="0" maxOccurs="1" name="IO_Tel" type="s:string" />
  390. <s:element minOccurs="0" maxOccurs="1" name="IO_Insukind" type="s:string" />
  391. <s:element minOccurs="0" maxOccurs="1" name="IO_ErdrNm" type="s:string" />
  392. </s:sequence>
  393. </s:complexType>
  394. <s:element name="GetConsentSetList">
  395. <s:complexType>
  396. <s:sequence>
  397. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  398. </s:sequence>
  399. </s:complexType>
  400. </s:element>
  401. <s:element name="GetConsentSetListResponse">
  402. <s:complexType>
  403. <s:sequence>
  404. <s:element minOccurs="0" maxOccurs="1" name="GetConsentSetListResult" type="tns:ArrayOfConsentSetVO" />
  405. </s:sequence>
  406. </s:complexType>
  407. </s:element>
  408. <s:complexType name="ArrayOfConsentSetVO">
  409. <s:sequence>
  410. <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentSetVO" nillable="true" type="tns:ConsentSetVO" />
  411. </s:sequence>
  412. </s:complexType>
  413. <s:complexType name="ConsentSetVO">
  414. <s:sequence>
  415. <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
  416. <s:element minOccurs="0" maxOccurs="1" name="FormGuid" type="s:string" />
  417. <s:element minOccurs="0" maxOccurs="1" name="FormCd" type="s:string" />
  418. <s:element minOccurs="0" maxOccurs="1" name="FormName" type="s:string" />
  419. <s:element minOccurs="0" maxOccurs="1" name="SetAuth" type="s:string" />
  420. <s:element minOccurs="1" maxOccurs="1" name="PrntCnt" type="s:int" />
  421. <s:element minOccurs="0" maxOccurs="1" name="PrintOnly" type="s:string" />
  422. <s:element minOccurs="0" maxOccurs="1" name="OcrTagYN" type="s:string" />
  423. </s:sequence>
  424. </s:complexType>
  425. <s:element name="SetUserFormSetList">
  426. <s:complexType>
  427. <s:sequence>
  428. <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
  429. <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
  430. </s:sequence>
  431. </s:complexType>
  432. </s:element>
  433. <s:element name="SetUserFormSetListResponse">
  434. <s:complexType />
  435. </s:element>
  436. <s:element name="DelUserFormSetList">
  437. <s:complexType>
  438. <s:sequence>
  439. <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
  440. <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
  441. </s:sequence>
  442. </s:complexType>
  443. </s:element>
  444. <s:element name="DelUserFormSetListResponse">
  445. <s:complexType />
  446. </s:element>
  447. <s:element name="GetOcrTag">
  448. <s:complexType />
  449. </s:element>
  450. <s:element name="GetOcrTagResponse">
  451. <s:complexType>
  452. <s:sequence>
  453. <s:element minOccurs="0" maxOccurs="1" name="GetOcrTagResult" type="s:string" />
  454. </s:sequence>
  455. </s:complexType>
  456. </s:element>
  457. <s:element name="GetSignImage">
  458. <s:complexType>
  459. <s:sequence>
  460. <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
  461. </s:sequence>
  462. </s:complexType>
  463. </s:element>
  464. <s:element name="GetSignImageResponse">
  465. <s:complexType>
  466. <s:sequence>
  467. <s:element minOccurs="0" maxOccurs="1" name="GetSignImageResult" type="tns:UserSignImageVO" />
  468. </s:sequence>
  469. </s:complexType>
  470. </s:element>
  471. <s:complexType name="UserSignImageVO">
  472. <s:sequence>
  473. <s:element minOccurs="0" maxOccurs="1" name="SignImage" type="s:base64Binary" />
  474. </s:sequence>
  475. </s:complexType>
  476. <s:element name="GetDiagNameList">
  477. <s:complexType>
  478. <s:sequence>
  479. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  480. <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
  481. </s:sequence>
  482. </s:complexType>
  483. </s:element>
  484. <s:element name="GetDiagNameListResponse">
  485. <s:complexType>
  486. <s:sequence>
  487. <s:element minOccurs="0" maxOccurs="1" name="GetDiagNameListResult" type="tns:ArrayOfString" />
  488. </s:sequence>
  489. </s:complexType>
  490. </s:element>
  491. <s:complexType name="ArrayOfString">
  492. <s:sequence>
  493. <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
  494. </s:sequence>
  495. </s:complexType>
  496. <s:element name="GetFileName">
  497. <s:complexType>
  498. <s:sequence>
  499. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  500. <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
  501. <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
  502. <s:element minOccurs="0" maxOccurs="1" name="dschdd" type="s:string" />
  503. <s:element minOccurs="0" maxOccurs="1" name="cretno" type="s:string" />
  504. <s:element minOccurs="0" maxOccurs="1" name="filesize" type="s:string" />
  505. <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
  506. <s:element minOccurs="0" maxOccurs="1" name="pageno" type="s:string" />
  507. <s:element minOccurs="0" maxOccurs="1" name="ocrtag" type="s:string" />
  508. <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
  509. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  510. </s:sequence>
  511. </s:complexType>
  512. </s:element>
  513. <s:element name="GetFileNameResponse">
  514. <s:complexType>
  515. <s:sequence>
  516. <s:element minOccurs="0" maxOccurs="1" name="GetFileNameResult" type="s:string" />
  517. </s:sequence>
  518. </s:complexType>
  519. </s:element>
  520. <s:element name="delEformData">
  521. <s:complexType>
  522. <s:sequence>
  523. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  524. <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
  525. <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
  526. <s:element minOccurs="0" maxOccurs="1" name="dschdd" type="s:string" />
  527. <s:element minOccurs="0" maxOccurs="1" name="cretno" type="s:string" />
  528. <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
  529. <s:element minOccurs="0" maxOccurs="1" name="ocrtag" type="s:string" />
  530. <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
  531. <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  532. <s:element minOccurs="0" maxOccurs="1" name="consentmstrid" type="s:string" />
  533. <s:element minOccurs="0" maxOccurs="1" name="hostype" type="s:string" />
  534. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  535. </s:sequence>
  536. </s:complexType>
  537. </s:element>
  538. <s:element name="delEformDataResponse">
  539. <s:complexType />
  540. </s:element>
  541. <s:element name="insertPrintData">
  542. <s:complexType>
  543. <s:sequence>
  544. <s:element minOccurs="0" maxOccurs="1" name="ocrtag" type="s:string" />
  545. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  546. <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
  547. <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
  548. <s:element minOccurs="0" maxOccurs="1" name="cretno" type="s:string" />
  549. <s:element minOccurs="0" maxOccurs="1" name="orddrid" type="s:string" />
  550. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  551. <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
  552. <s:element minOccurs="0" maxOccurs="1" name="fstprntdt" type="s:string" />
  553. <s:element minOccurs="0" maxOccurs="1" name="fstprntdeptcd" type="s:string" />
  554. <s:element minOccurs="0" maxOccurs="1" name="fstprntid" type="s:string" />
  555. <s:element minOccurs="0" maxOccurs="1" name="prntcnt" type="s:string" />
  556. <s:element minOccurs="1" maxOccurs="1" name="autoprint" type="s:boolean" />
  557. <s:element minOccurs="0" maxOccurs="1" name="ocrprintyn" type="s:string" />
  558. </s:sequence>
  559. </s:complexType>
  560. </s:element>
  561. <s:element name="insertPrintDataResponse">
  562. <s:complexType />
  563. </s:element>
  564. <s:element name="UpdateUserSetup">
  565. <s:complexType>
  566. <s:sequence>
  567. <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
  568. <s:element minOccurs="0" maxOccurs="1" name="status" type="s:string" />
  569. </s:sequence>
  570. </s:complexType>
  571. </s:element>
  572. <s:element name="UpdateUserSetupResponse">
  573. <s:complexType />
  574. </s:element>
  575. <s:element name="GetUnfinishedListPerDoctor">
  576. <s:complexType>
  577. <s:sequence>
  578. <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
  579. <s:element minOccurs="0" maxOccurs="1" name="status" type="s:string" />
  580. <s:element minOccurs="0" maxOccurs="1" name="fromdd" type="s:string" />
  581. <s:element minOccurs="0" maxOccurs="1" name="todd" type="s:string" />
  582. </s:sequence>
  583. </s:complexType>
  584. </s:element>
  585. <s:element name="GetUnfinishedListPerDoctorResponse">
  586. <s:complexType>
  587. <s:sequence>
  588. <s:element minOccurs="0" maxOccurs="1" name="GetUnfinishedListPerDoctorResult" type="tns:ArrayOfUnFinishedListVO" />
  589. </s:sequence>
  590. </s:complexType>
  591. </s:element>
  592. <s:complexType name="ArrayOfUnFinishedListVO">
  593. <s:sequence>
  594. <s:element minOccurs="0" maxOccurs="unbounded" name="UnFinishedListVO" nillable="true" type="tns:UnFinishedListVO" />
  595. </s:sequence>
  596. </s:complexType>
  597. <s:complexType name="UnFinishedListVO">
  598. <s:sequence>
  599. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  600. <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
  601. <s:element minOccurs="0" maxOccurs="1" name="formnm" type="s:string" />
  602. <s:element minOccurs="0" maxOccurs="1" name="hngnm" type="s:string" />
  603. <s:element minOccurs="0" maxOccurs="1" name="orderdate" type="s:string" />
  604. <s:element minOccurs="0" maxOccurs="1" name="printonly" type="s:string" />
  605. <s:element minOccurs="0" maxOccurs="1" name="certtarget" type="s:string" />
  606. <s:element minOccurs="0" maxOccurs="1" name="consentstate" type="s:string" />
  607. <s:element minOccurs="1" maxOccurs="1" name="consentmstrid" type="s:int" />
  608. <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
  609. <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
  610. <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
  611. <s:element minOccurs="1" maxOccurs="1" name="orderno" type="s:int" />
  612. <s:element minOccurs="0" maxOccurs="1" name="ordercd" type="s:string" />
  613. <s:element minOccurs="0" maxOccurs="1" name="ocrnumber" type="s:string" />
  614. <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
  615. <s:element minOccurs="0" maxOccurs="1" name="createusername" type="s:string" />
  616. <s:element minOccurs="1" maxOccurs="1" name="formrid" type="s:int" />
  617. <s:element minOccurs="0" maxOccurs="1" name="formguid" type="s:string" />
  618. </s:sequence>
  619. </s:complexType>
  620. </s:schema>
  621. </wsdl:types>
  622. <wsdl:message name="CheckWebServiceSoapIn">
  623. <wsdl:part name="parameters" element="tns:CheckWebService" />
  624. </wsdl:message>
  625. <wsdl:message name="CheckWebServiceSoapOut">
  626. <wsdl:part name="parameters" element="tns:CheckWebServiceResponse" />
  627. </wsdl:message>
  628. <wsdl:message name="CheckDatabaseConnectionSoapIn">
  629. <wsdl:part name="parameters" element="tns:CheckDatabaseConnection" />
  630. </wsdl:message>
  631. <wsdl:message name="CheckDatabaseConnectionSoapOut">
  632. <wsdl:part name="parameters" element="tns:CheckDatabaseConnectionResponse" />
  633. </wsdl:message>
  634. <wsdl:message name="GetUserInfoSoapIn">
  635. <wsdl:part name="parameters" element="tns:GetUserInfo" />
  636. </wsdl:message>
  637. <wsdl:message name="GetUserInfoSoapOut">
  638. <wsdl:part name="parameters" element="tns:GetUserInfoResponse" />
  639. </wsdl:message>
  640. <wsdl:message name="GetTrmtDateListSoapIn">
  641. <wsdl:part name="parameters" element="tns:GetTrmtDateList" />
  642. </wsdl:message>
  643. <wsdl:message name="GetTrmtDateListSoapOut">
  644. <wsdl:part name="parameters" element="tns:GetTrmtDateListResponse" />
  645. </wsdl:message>
  646. <wsdl:message name="GetInPatListSoapIn">
  647. <wsdl:part name="parameters" element="tns:GetInPatList" />
  648. </wsdl:message>
  649. <wsdl:message name="GetInPatListSoapOut">
  650. <wsdl:part name="parameters" element="tns:GetInPatListResponse" />
  651. </wsdl:message>
  652. <wsdl:message name="GetOutPatListSoapIn">
  653. <wsdl:part name="parameters" element="tns:GetOutPatList" />
  654. </wsdl:message>
  655. <wsdl:message name="GetOutPatListSoapOut">
  656. <wsdl:part name="parameters" element="tns:GetOutPatListResponse" />
  657. </wsdl:message>
  658. <wsdl:message name="GetOpPatListSoapIn">
  659. <wsdl:part name="parameters" element="tns:GetOpPatList" />
  660. </wsdl:message>
  661. <wsdl:message name="GetOpPatListSoapOut">
  662. <wsdl:part name="parameters" element="tns:GetOpPatListResponse" />
  663. </wsdl:message>
  664. <wsdl:message name="GetErPatListSoapIn">
  665. <wsdl:part name="parameters" element="tns:GetErPatList" />
  666. </wsdl:message>
  667. <wsdl:message name="GetErPatListSoapOut">
  668. <wsdl:part name="parameters" element="tns:GetErPatListResponse" />
  669. </wsdl:message>
  670. <wsdl:message name="GetSrPatListSoapIn">
  671. <wsdl:part name="parameters" element="tns:GetSrPatList" />
  672. </wsdl:message>
  673. <wsdl:message name="GetSrPatListSoapOut">
  674. <wsdl:part name="parameters" element="tns:GetSrPatListResponse" />
  675. </wsdl:message>
  676. <wsdl:message name="GetDeptListSoapIn">
  677. <wsdl:part name="parameters" element="tns:GetDeptList" />
  678. </wsdl:message>
  679. <wsdl:message name="GetDeptListSoapOut">
  680. <wsdl:part name="parameters" element="tns:GetDeptListResponse" />
  681. </wsdl:message>
  682. <wsdl:message name="GetWardListSoapIn">
  683. <wsdl:part name="parameters" element="tns:GetWardList" />
  684. </wsdl:message>
  685. <wsdl:message name="GetWardListSoapOut">
  686. <wsdl:part name="parameters" element="tns:GetWardListResponse" />
  687. </wsdl:message>
  688. <wsdl:message name="GetDoctorListSoapIn">
  689. <wsdl:part name="parameters" element="tns:GetDoctorList" />
  690. </wsdl:message>
  691. <wsdl:message name="GetDoctorListSoapOut">
  692. <wsdl:part name="parameters" element="tns:GetDoctorListResponse" />
  693. </wsdl:message>
  694. <wsdl:message name="GetSrchPatInfoSoapIn">
  695. <wsdl:part name="parameters" element="tns:GetSrchPatInfo" />
  696. </wsdl:message>
  697. <wsdl:message name="GetSrchPatInfoSoapOut">
  698. <wsdl:part name="parameters" element="tns:GetSrchPatInfoResponse" />
  699. </wsdl:message>
  700. <wsdl:message name="GetPatientInfoSoapIn">
  701. <wsdl:part name="parameters" element="tns:GetPatientInfo" />
  702. </wsdl:message>
  703. <wsdl:message name="GetPatientInfoSoapOut">
  704. <wsdl:part name="parameters" element="tns:GetPatientInfoResponse" />
  705. </wsdl:message>
  706. <wsdl:message name="GetConsentSetListSoapIn">
  707. <wsdl:part name="parameters" element="tns:GetConsentSetList" />
  708. </wsdl:message>
  709. <wsdl:message name="GetConsentSetListSoapOut">
  710. <wsdl:part name="parameters" element="tns:GetConsentSetListResponse" />
  711. </wsdl:message>
  712. <wsdl:message name="SetUserFormSetListSoapIn">
  713. <wsdl:part name="parameters" element="tns:SetUserFormSetList" />
  714. </wsdl:message>
  715. <wsdl:message name="SetUserFormSetListSoapOut">
  716. <wsdl:part name="parameters" element="tns:SetUserFormSetListResponse" />
  717. </wsdl:message>
  718. <wsdl:message name="DelUserFormSetListSoapIn">
  719. <wsdl:part name="parameters" element="tns:DelUserFormSetList" />
  720. </wsdl:message>
  721. <wsdl:message name="DelUserFormSetListSoapOut">
  722. <wsdl:part name="parameters" element="tns:DelUserFormSetListResponse" />
  723. </wsdl:message>
  724. <wsdl:message name="GetOcrTagSoapIn">
  725. <wsdl:part name="parameters" element="tns:GetOcrTag" />
  726. </wsdl:message>
  727. <wsdl:message name="GetOcrTagSoapOut">
  728. <wsdl:part name="parameters" element="tns:GetOcrTagResponse" />
  729. </wsdl:message>
  730. <wsdl:message name="GetSignImageSoapIn">
  731. <wsdl:part name="parameters" element="tns:GetSignImage" />
  732. </wsdl:message>
  733. <wsdl:message name="GetSignImageSoapOut">
  734. <wsdl:part name="parameters" element="tns:GetSignImageResponse" />
  735. </wsdl:message>
  736. <wsdl:message name="GetDiagNameListSoapIn">
  737. <wsdl:part name="parameters" element="tns:GetDiagNameList" />
  738. </wsdl:message>
  739. <wsdl:message name="GetDiagNameListSoapOut">
  740. <wsdl:part name="parameters" element="tns:GetDiagNameListResponse" />
  741. </wsdl:message>
  742. <wsdl:message name="GetFileNameSoapIn">
  743. <wsdl:part name="parameters" element="tns:GetFileName" />
  744. </wsdl:message>
  745. <wsdl:message name="GetFileNameSoapOut">
  746. <wsdl:part name="parameters" element="tns:GetFileNameResponse" />
  747. </wsdl:message>
  748. <wsdl:message name="delEformDataSoapIn">
  749. <wsdl:part name="parameters" element="tns:delEformData" />
  750. </wsdl:message>
  751. <wsdl:message name="delEformDataSoapOut">
  752. <wsdl:part name="parameters" element="tns:delEformDataResponse" />
  753. </wsdl:message>
  754. <wsdl:message name="insertPrintDataSoapIn">
  755. <wsdl:part name="parameters" element="tns:insertPrintData" />
  756. </wsdl:message>
  757. <wsdl:message name="insertPrintDataSoapOut">
  758. <wsdl:part name="parameters" element="tns:insertPrintDataResponse" />
  759. </wsdl:message>
  760. <wsdl:message name="UpdateUserSetupSoapIn">
  761. <wsdl:part name="parameters" element="tns:UpdateUserSetup" />
  762. </wsdl:message>
  763. <wsdl:message name="UpdateUserSetupSoapOut">
  764. <wsdl:part name="parameters" element="tns:UpdateUserSetupResponse" />
  765. </wsdl:message>
  766. <wsdl:message name="GetUnfinishedListPerDoctorSoapIn">
  767. <wsdl:part name="parameters" element="tns:GetUnfinishedListPerDoctor" />
  768. </wsdl:message>
  769. <wsdl:message name="GetUnfinishedListPerDoctorSoapOut">
  770. <wsdl:part name="parameters" element="tns:GetUnfinishedListPerDoctorResponse" />
  771. </wsdl:message>
  772. <wsdl:portType name="HospitalSvcSoap">
  773. <wsdl:operation name="CheckWebService">
  774. <wsdl:input message="tns:CheckWebServiceSoapIn" />
  775. <wsdl:output message="tns:CheckWebServiceSoapOut" />
  776. </wsdl:operation>
  777. <wsdl:operation name="CheckDatabaseConnection">
  778. <wsdl:input message="tns:CheckDatabaseConnectionSoapIn" />
  779. <wsdl:output message="tns:CheckDatabaseConnectionSoapOut" />
  780. </wsdl:operation>
  781. <wsdl:operation name="GetUserInfo">
  782. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자 상세정보</wsdl:documentation>
  783. <wsdl:input message="tns:GetUserInfoSoapIn" />
  784. <wsdl:output message="tns:GetUserInfoSoapOut" />
  785. </wsdl:operation>
  786. <wsdl:operation name="GetTrmtDateList">
  787. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자 진료일 조회</wsdl:documentation>
  788. <wsdl:input message="tns:GetTrmtDateListSoapIn" />
  789. <wsdl:output message="tns:GetTrmtDateListSoapOut" />
  790. </wsdl:operation>
  791. <wsdl:operation name="GetInPatList">
  792. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">입원탭 환자리스트 조회</wsdl:documentation>
  793. <wsdl:input message="tns:GetInPatListSoapIn" />
  794. <wsdl:output message="tns:GetInPatListSoapOut" />
  795. </wsdl:operation>
  796. <wsdl:operation name="GetOutPatList">
  797. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">외래탭 환자리스트 조회</wsdl:documentation>
  798. <wsdl:input message="tns:GetOutPatListSoapIn" />
  799. <wsdl:output message="tns:GetOutPatListSoapOut" />
  800. </wsdl:operation>
  801. <wsdl:operation name="GetOpPatList">
  802. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">수술탭 환자리스트 조회</wsdl:documentation>
  803. <wsdl:input message="tns:GetOpPatListSoapIn" />
  804. <wsdl:output message="tns:GetOpPatListSoapOut" />
  805. </wsdl:operation>
  806. <wsdl:operation name="GetErPatList">
  807. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">응급탭 환자 리스트 조회</wsdl:documentation>
  808. <wsdl:input message="tns:GetErPatListSoapIn" />
  809. <wsdl:output message="tns:GetErPatListSoapOut" />
  810. </wsdl:operation>
  811. <wsdl:operation name="GetSrPatList">
  812. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자검색 조회 기능</wsdl:documentation>
  813. <wsdl:input message="tns:GetSrPatListSoapIn" />
  814. <wsdl:output message="tns:GetSrPatListSoapOut" />
  815. </wsdl:operation>
  816. <wsdl:operation name="GetDeptList">
  817. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자리스트 조회조건 중 진료과 조회</wsdl:documentation>
  818. <wsdl:input message="tns:GetDeptListSoapIn" />
  819. <wsdl:output message="tns:GetDeptListSoapOut" />
  820. </wsdl:operation>
  821. <wsdl:operation name="GetWardList">
  822. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자리스트 조회조건 중 병동 조회</wsdl:documentation>
  823. <wsdl:input message="tns:GetWardListSoapIn" />
  824. <wsdl:output message="tns:GetWardListSoapOut" />
  825. </wsdl:operation>
  826. <wsdl:operation name="GetDoctorList">
  827. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자리스트 조회조건 중 의사 조회</wsdl:documentation>
  828. <wsdl:input message="tns:GetDoctorListSoapIn" />
  829. <wsdl:output message="tns:GetDoctorListSoapOut" />
  830. </wsdl:operation>
  831. <wsdl:operation name="GetSrchPatInfo">
  832. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자리스트 조회조건 중 환자 검색 팝업</wsdl:documentation>
  833. <wsdl:input message="tns:GetSrchPatInfoSoapIn" />
  834. <wsdl:output message="tns:GetSrchPatInfoSoapOut" />
  835. </wsdl:operation>
  836. <wsdl:operation name="GetPatientInfo">
  837. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자 선택시 수진일자별 진단 데이터 조회</wsdl:documentation>
  838. <wsdl:input message="tns:GetPatientInfoSoapIn" />
  839. <wsdl:output message="tns:GetPatientInfoSoapOut" />
  840. </wsdl:operation>
  841. <wsdl:operation name="GetConsentSetList">
  842. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 SET 조회</wsdl:documentation>
  843. <wsdl:input message="tns:GetConsentSetListSoapIn" />
  844. <wsdl:output message="tns:GetConsentSetListSoapOut" />
  845. </wsdl:operation>
  846. <wsdl:operation name="SetUserFormSetList">
  847. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자 즐겨찾기 추가</wsdl:documentation>
  848. <wsdl:input message="tns:SetUserFormSetListSoapIn" />
  849. <wsdl:output message="tns:SetUserFormSetListSoapOut" />
  850. </wsdl:operation>
  851. <wsdl:operation name="DelUserFormSetList">
  852. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자 즐겨찾기 삭제</wsdl:documentation>
  853. <wsdl:input message="tns:DelUserFormSetListSoapIn" />
  854. <wsdl:output message="tns:DelUserFormSetListSoapOut" />
  855. </wsdl:operation>
  856. <wsdl:operation name="GetOcrTag">
  857. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">OCRTAG 할당</wsdl:documentation>
  858. <wsdl:input message="tns:GetOcrTagSoapIn" />
  859. <wsdl:output message="tns:GetOcrTagSoapOut" />
  860. </wsdl:operation>
  861. <wsdl:operation name="GetSignImage">
  862. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자의 서명이미지 조회</wsdl:documentation>
  863. <wsdl:input message="tns:GetSignImageSoapIn" />
  864. <wsdl:output message="tns:GetSignImageSoapOut" />
  865. </wsdl:operation>
  866. <wsdl:operation name="GetDiagNameList">
  867. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">주,부 진단명 리스트 조회(진단명 팝업)</wsdl:documentation>
  868. <wsdl:input message="tns:GetDiagNameListSoapIn" />
  869. <wsdl:output message="tns:GetDiagNameListSoapOut" />
  870. </wsdl:operation>
  871. <wsdl:operation name="GetFileName">
  872. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">파일이름 조회</wsdl:documentation>
  873. <wsdl:input message="tns:GetFileNameSoapIn" />
  874. <wsdl:output message="tns:GetFileNameSoapOut" />
  875. </wsdl:operation>
  876. <wsdl:operation name="delEformData">
  877. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">setFileName으로 등록된 데이터 삭제하는 함수</wsdl:documentation>
  878. <wsdl:input message="tns:delEformDataSoapIn" />
  879. <wsdl:output message="tns:delEformDataSoapOut" />
  880. </wsdl:operation>
  881. <wsdl:operation name="insertPrintData">
  882. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">출력시 insert 시키는 함수</wsdl:documentation>
  883. <wsdl:input message="tns:insertPrintDataSoapIn" />
  884. <wsdl:output message="tns:insertPrintDataSoapOut" />
  885. </wsdl:operation>
  886. <wsdl:operation name="UpdateUserSetup">
  887. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">모바일 Default Tap(외래, 입원..) 설정</wsdl:documentation>
  888. <wsdl:input message="tns:UpdateUserSetupSoapIn" />
  889. <wsdl:output message="tns:UpdateUserSetupSoapOut" />
  890. </wsdl:operation>
  891. <wsdl:operation name="GetUnfinishedListPerDoctor">
  892. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">모바일 주치의별 미작성 리스트 가져오기</wsdl:documentation>
  893. <wsdl:input message="tns:GetUnfinishedListPerDoctorSoapIn" />
  894. <wsdl:output message="tns:GetUnfinishedListPerDoctorSoapOut" />
  895. </wsdl:operation>
  896. </wsdl:portType>
  897. <wsdl:binding name="HospitalSvcSoap" type="tns:HospitalSvcSoap">
  898. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  899. <wsdl:operation name="CheckWebService">
  900. <soap:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
  901. <wsdl:input>
  902. <soap:body use="literal" />
  903. </wsdl:input>
  904. <wsdl:output>
  905. <soap:body use="literal" />
  906. </wsdl:output>
  907. </wsdl:operation>
  908. <wsdl:operation name="CheckDatabaseConnection">
  909. <soap:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
  910. <wsdl:input>
  911. <soap:body use="literal" />
  912. </wsdl:input>
  913. <wsdl:output>
  914. <soap:body use="literal" />
  915. </wsdl:output>
  916. </wsdl:operation>
  917. <wsdl:operation name="GetUserInfo">
  918. <soap:operation soapAction="http://tempuri.org/GetUserInfo" style="document" />
  919. <wsdl:input>
  920. <soap:body use="literal" />
  921. </wsdl:input>
  922. <wsdl:output>
  923. <soap:body use="literal" />
  924. </wsdl:output>
  925. </wsdl:operation>
  926. <wsdl:operation name="GetTrmtDateList">
  927. <soap:operation soapAction="http://tempuri.org/GetTrmtDateList" style="document" />
  928. <wsdl:input>
  929. <soap:body use="literal" />
  930. </wsdl:input>
  931. <wsdl:output>
  932. <soap:body use="literal" />
  933. </wsdl:output>
  934. </wsdl:operation>
  935. <wsdl:operation name="GetInPatList">
  936. <soap:operation soapAction="http://tempuri.org/GetInPatList" style="document" />
  937. <wsdl:input>
  938. <soap:body use="literal" />
  939. </wsdl:input>
  940. <wsdl:output>
  941. <soap:body use="literal" />
  942. </wsdl:output>
  943. </wsdl:operation>
  944. <wsdl:operation name="GetOutPatList">
  945. <soap:operation soapAction="http://tempuri.org/GetOutPatList" style="document" />
  946. <wsdl:input>
  947. <soap:body use="literal" />
  948. </wsdl:input>
  949. <wsdl:output>
  950. <soap:body use="literal" />
  951. </wsdl:output>
  952. </wsdl:operation>
  953. <wsdl:operation name="GetOpPatList">
  954. <soap:operation soapAction="http://tempuri.org/GetOpPatList" style="document" />
  955. <wsdl:input>
  956. <soap:body use="literal" />
  957. </wsdl:input>
  958. <wsdl:output>
  959. <soap:body use="literal" />
  960. </wsdl:output>
  961. </wsdl:operation>
  962. <wsdl:operation name="GetErPatList">
  963. <soap:operation soapAction="http://tempuri.org/GetErPatList" style="document" />
  964. <wsdl:input>
  965. <soap:body use="literal" />
  966. </wsdl:input>
  967. <wsdl:output>
  968. <soap:body use="literal" />
  969. </wsdl:output>
  970. </wsdl:operation>
  971. <wsdl:operation name="GetSrPatList">
  972. <soap:operation soapAction="http://tempuri.org/GetSrPatList" style="document" />
  973. <wsdl:input>
  974. <soap:body use="literal" />
  975. </wsdl:input>
  976. <wsdl:output>
  977. <soap:body use="literal" />
  978. </wsdl:output>
  979. </wsdl:operation>
  980. <wsdl:operation name="GetDeptList">
  981. <soap:operation soapAction="http://tempuri.org/GetDeptList" style="document" />
  982. <wsdl:input>
  983. <soap:body use="literal" />
  984. </wsdl:input>
  985. <wsdl:output>
  986. <soap:body use="literal" />
  987. </wsdl:output>
  988. </wsdl:operation>
  989. <wsdl:operation name="GetWardList">
  990. <soap:operation soapAction="http://tempuri.org/GetWardList" style="document" />
  991. <wsdl:input>
  992. <soap:body use="literal" />
  993. </wsdl:input>
  994. <wsdl:output>
  995. <soap:body use="literal" />
  996. </wsdl:output>
  997. </wsdl:operation>
  998. <wsdl:operation name="GetDoctorList">
  999. <soap:operation soapAction="http://tempuri.org/GetDoctorList" style="document" />
  1000. <wsdl:input>
  1001. <soap:body use="literal" />
  1002. </wsdl:input>
  1003. <wsdl:output>
  1004. <soap:body use="literal" />
  1005. </wsdl:output>
  1006. </wsdl:operation>
  1007. <wsdl:operation name="GetSrchPatInfo">
  1008. <soap:operation soapAction="http://tempuri.org/GetSrchPatInfo" style="document" />
  1009. <wsdl:input>
  1010. <soap:body use="literal" />
  1011. </wsdl:input>
  1012. <wsdl:output>
  1013. <soap:body use="literal" />
  1014. </wsdl:output>
  1015. </wsdl:operation>
  1016. <wsdl:operation name="GetPatientInfo">
  1017. <soap:operation soapAction="http://tempuri.org/GetPatientInfo" style="document" />
  1018. <wsdl:input>
  1019. <soap:body use="literal" />
  1020. </wsdl:input>
  1021. <wsdl:output>
  1022. <soap:body use="literal" />
  1023. </wsdl:output>
  1024. </wsdl:operation>
  1025. <wsdl:operation name="GetConsentSetList">
  1026. <soap:operation soapAction="http://tempuri.org/GetConsentSetList" style="document" />
  1027. <wsdl:input>
  1028. <soap:body use="literal" />
  1029. </wsdl:input>
  1030. <wsdl:output>
  1031. <soap:body use="literal" />
  1032. </wsdl:output>
  1033. </wsdl:operation>
  1034. <wsdl:operation name="SetUserFormSetList">
  1035. <soap:operation soapAction="http://tempuri.org/SetUserFormSetList" style="document" />
  1036. <wsdl:input>
  1037. <soap:body use="literal" />
  1038. </wsdl:input>
  1039. <wsdl:output>
  1040. <soap:body use="literal" />
  1041. </wsdl:output>
  1042. </wsdl:operation>
  1043. <wsdl:operation name="DelUserFormSetList">
  1044. <soap:operation soapAction="http://tempuri.org/DelUserFormSetList" style="document" />
  1045. <wsdl:input>
  1046. <soap:body use="literal" />
  1047. </wsdl:input>
  1048. <wsdl:output>
  1049. <soap:body use="literal" />
  1050. </wsdl:output>
  1051. </wsdl:operation>
  1052. <wsdl:operation name="GetOcrTag">
  1053. <soap:operation soapAction="http://tempuri.org/GetOcrTag" style="document" />
  1054. <wsdl:input>
  1055. <soap:body use="literal" />
  1056. </wsdl:input>
  1057. <wsdl:output>
  1058. <soap:body use="literal" />
  1059. </wsdl:output>
  1060. </wsdl:operation>
  1061. <wsdl:operation name="GetSignImage">
  1062. <soap:operation soapAction="http://tempuri.org/GetSignImage" style="document" />
  1063. <wsdl:input>
  1064. <soap:body use="literal" />
  1065. </wsdl:input>
  1066. <wsdl:output>
  1067. <soap:body use="literal" />
  1068. </wsdl:output>
  1069. </wsdl:operation>
  1070. <wsdl:operation name="GetDiagNameList">
  1071. <soap:operation soapAction="http://tempuri.org/GetDiagNameList" style="document" />
  1072. <wsdl:input>
  1073. <soap:body use="literal" />
  1074. </wsdl:input>
  1075. <wsdl:output>
  1076. <soap:body use="literal" />
  1077. </wsdl:output>
  1078. </wsdl:operation>
  1079. <wsdl:operation name="GetFileName">
  1080. <soap:operation soapAction="http://tempuri.org/GetFileName" style="document" />
  1081. <wsdl:input>
  1082. <soap:body use="literal" />
  1083. </wsdl:input>
  1084. <wsdl:output>
  1085. <soap:body use="literal" />
  1086. </wsdl:output>
  1087. </wsdl:operation>
  1088. <wsdl:operation name="delEformData">
  1089. <soap:operation soapAction="http://tempuri.org/delEformData" style="document" />
  1090. <wsdl:input>
  1091. <soap:body use="literal" />
  1092. </wsdl:input>
  1093. <wsdl:output>
  1094. <soap:body use="literal" />
  1095. </wsdl:output>
  1096. </wsdl:operation>
  1097. <wsdl:operation name="insertPrintData">
  1098. <soap:operation soapAction="http://tempuri.org/insertPrintData" style="document" />
  1099. <wsdl:input>
  1100. <soap:body use="literal" />
  1101. </wsdl:input>
  1102. <wsdl:output>
  1103. <soap:body use="literal" />
  1104. </wsdl:output>
  1105. </wsdl:operation>
  1106. <wsdl:operation name="UpdateUserSetup">
  1107. <soap:operation soapAction="http://tempuri.org/UpdateUserSetup" style="document" />
  1108. <wsdl:input>
  1109. <soap:body use="literal" />
  1110. </wsdl:input>
  1111. <wsdl:output>
  1112. <soap:body use="literal" />
  1113. </wsdl:output>
  1114. </wsdl:operation>
  1115. <wsdl:operation name="GetUnfinishedListPerDoctor">
  1116. <soap:operation soapAction="http://tempuri.org/GetUnfinishedListPerDoctor" style="document" />
  1117. <wsdl:input>
  1118. <soap:body use="literal" />
  1119. </wsdl:input>
  1120. <wsdl:output>
  1121. <soap:body use="literal" />
  1122. </wsdl:output>
  1123. </wsdl:operation>
  1124. </wsdl:binding>
  1125. <wsdl:binding name="HospitalSvcSoap12" type="tns:HospitalSvcSoap">
  1126. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  1127. <wsdl:operation name="CheckWebService">
  1128. <soap12:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
  1129. <wsdl:input>
  1130. <soap12:body use="literal" />
  1131. </wsdl:input>
  1132. <wsdl:output>
  1133. <soap12:body use="literal" />
  1134. </wsdl:output>
  1135. </wsdl:operation>
  1136. <wsdl:operation name="CheckDatabaseConnection">
  1137. <soap12:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
  1138. <wsdl:input>
  1139. <soap12:body use="literal" />
  1140. </wsdl:input>
  1141. <wsdl:output>
  1142. <soap12:body use="literal" />
  1143. </wsdl:output>
  1144. </wsdl:operation>
  1145. <wsdl:operation name="GetUserInfo">
  1146. <soap12:operation soapAction="http://tempuri.org/GetUserInfo" style="document" />
  1147. <wsdl:input>
  1148. <soap12:body use="literal" />
  1149. </wsdl:input>
  1150. <wsdl:output>
  1151. <soap12:body use="literal" />
  1152. </wsdl:output>
  1153. </wsdl:operation>
  1154. <wsdl:operation name="GetTrmtDateList">
  1155. <soap12:operation soapAction="http://tempuri.org/GetTrmtDateList" style="document" />
  1156. <wsdl:input>
  1157. <soap12:body use="literal" />
  1158. </wsdl:input>
  1159. <wsdl:output>
  1160. <soap12:body use="literal" />
  1161. </wsdl:output>
  1162. </wsdl:operation>
  1163. <wsdl:operation name="GetInPatList">
  1164. <soap12:operation soapAction="http://tempuri.org/GetInPatList" style="document" />
  1165. <wsdl:input>
  1166. <soap12:body use="literal" />
  1167. </wsdl:input>
  1168. <wsdl:output>
  1169. <soap12:body use="literal" />
  1170. </wsdl:output>
  1171. </wsdl:operation>
  1172. <wsdl:operation name="GetOutPatList">
  1173. <soap12:operation soapAction="http://tempuri.org/GetOutPatList" style="document" />
  1174. <wsdl:input>
  1175. <soap12:body use="literal" />
  1176. </wsdl:input>
  1177. <wsdl:output>
  1178. <soap12:body use="literal" />
  1179. </wsdl:output>
  1180. </wsdl:operation>
  1181. <wsdl:operation name="GetOpPatList">
  1182. <soap12:operation soapAction="http://tempuri.org/GetOpPatList" style="document" />
  1183. <wsdl:input>
  1184. <soap12:body use="literal" />
  1185. </wsdl:input>
  1186. <wsdl:output>
  1187. <soap12:body use="literal" />
  1188. </wsdl:output>
  1189. </wsdl:operation>
  1190. <wsdl:operation name="GetErPatList">
  1191. <soap12:operation soapAction="http://tempuri.org/GetErPatList" style="document" />
  1192. <wsdl:input>
  1193. <soap12:body use="literal" />
  1194. </wsdl:input>
  1195. <wsdl:output>
  1196. <soap12:body use="literal" />
  1197. </wsdl:output>
  1198. </wsdl:operation>
  1199. <wsdl:operation name="GetSrPatList">
  1200. <soap12:operation soapAction="http://tempuri.org/GetSrPatList" style="document" />
  1201. <wsdl:input>
  1202. <soap12:body use="literal" />
  1203. </wsdl:input>
  1204. <wsdl:output>
  1205. <soap12:body use="literal" />
  1206. </wsdl:output>
  1207. </wsdl:operation>
  1208. <wsdl:operation name="GetDeptList">
  1209. <soap12:operation soapAction="http://tempuri.org/GetDeptList" style="document" />
  1210. <wsdl:input>
  1211. <soap12:body use="literal" />
  1212. </wsdl:input>
  1213. <wsdl:output>
  1214. <soap12:body use="literal" />
  1215. </wsdl:output>
  1216. </wsdl:operation>
  1217. <wsdl:operation name="GetWardList">
  1218. <soap12:operation soapAction="http://tempuri.org/GetWardList" style="document" />
  1219. <wsdl:input>
  1220. <soap12:body use="literal" />
  1221. </wsdl:input>
  1222. <wsdl:output>
  1223. <soap12:body use="literal" />
  1224. </wsdl:output>
  1225. </wsdl:operation>
  1226. <wsdl:operation name="GetDoctorList">
  1227. <soap12:operation soapAction="http://tempuri.org/GetDoctorList" style="document" />
  1228. <wsdl:input>
  1229. <soap12:body use="literal" />
  1230. </wsdl:input>
  1231. <wsdl:output>
  1232. <soap12:body use="literal" />
  1233. </wsdl:output>
  1234. </wsdl:operation>
  1235. <wsdl:operation name="GetSrchPatInfo">
  1236. <soap12:operation soapAction="http://tempuri.org/GetSrchPatInfo" style="document" />
  1237. <wsdl:input>
  1238. <soap12:body use="literal" />
  1239. </wsdl:input>
  1240. <wsdl:output>
  1241. <soap12:body use="literal" />
  1242. </wsdl:output>
  1243. </wsdl:operation>
  1244. <wsdl:operation name="GetPatientInfo">
  1245. <soap12:operation soapAction="http://tempuri.org/GetPatientInfo" style="document" />
  1246. <wsdl:input>
  1247. <soap12:body use="literal" />
  1248. </wsdl:input>
  1249. <wsdl:output>
  1250. <soap12:body use="literal" />
  1251. </wsdl:output>
  1252. </wsdl:operation>
  1253. <wsdl:operation name="GetConsentSetList">
  1254. <soap12:operation soapAction="http://tempuri.org/GetConsentSetList" style="document" />
  1255. <wsdl:input>
  1256. <soap12:body use="literal" />
  1257. </wsdl:input>
  1258. <wsdl:output>
  1259. <soap12:body use="literal" />
  1260. </wsdl:output>
  1261. </wsdl:operation>
  1262. <wsdl:operation name="SetUserFormSetList">
  1263. <soap12:operation soapAction="http://tempuri.org/SetUserFormSetList" style="document" />
  1264. <wsdl:input>
  1265. <soap12:body use="literal" />
  1266. </wsdl:input>
  1267. <wsdl:output>
  1268. <soap12:body use="literal" />
  1269. </wsdl:output>
  1270. </wsdl:operation>
  1271. <wsdl:operation name="DelUserFormSetList">
  1272. <soap12:operation soapAction="http://tempuri.org/DelUserFormSetList" style="document" />
  1273. <wsdl:input>
  1274. <soap12:body use="literal" />
  1275. </wsdl:input>
  1276. <wsdl:output>
  1277. <soap12:body use="literal" />
  1278. </wsdl:output>
  1279. </wsdl:operation>
  1280. <wsdl:operation name="GetOcrTag">
  1281. <soap12:operation soapAction="http://tempuri.org/GetOcrTag" style="document" />
  1282. <wsdl:input>
  1283. <soap12:body use="literal" />
  1284. </wsdl:input>
  1285. <wsdl:output>
  1286. <soap12:body use="literal" />
  1287. </wsdl:output>
  1288. </wsdl:operation>
  1289. <wsdl:operation name="GetSignImage">
  1290. <soap12:operation soapAction="http://tempuri.org/GetSignImage" style="document" />
  1291. <wsdl:input>
  1292. <soap12:body use="literal" />
  1293. </wsdl:input>
  1294. <wsdl:output>
  1295. <soap12:body use="literal" />
  1296. </wsdl:output>
  1297. </wsdl:operation>
  1298. <wsdl:operation name="GetDiagNameList">
  1299. <soap12:operation soapAction="http://tempuri.org/GetDiagNameList" style="document" />
  1300. <wsdl:input>
  1301. <soap12:body use="literal" />
  1302. </wsdl:input>
  1303. <wsdl:output>
  1304. <soap12:body use="literal" />
  1305. </wsdl:output>
  1306. </wsdl:operation>
  1307. <wsdl:operation name="GetFileName">
  1308. <soap12:operation soapAction="http://tempuri.org/GetFileName" style="document" />
  1309. <wsdl:input>
  1310. <soap12:body use="literal" />
  1311. </wsdl:input>
  1312. <wsdl:output>
  1313. <soap12:body use="literal" />
  1314. </wsdl:output>
  1315. </wsdl:operation>
  1316. <wsdl:operation name="delEformData">
  1317. <soap12:operation soapAction="http://tempuri.org/delEformData" style="document" />
  1318. <wsdl:input>
  1319. <soap12:body use="literal" />
  1320. </wsdl:input>
  1321. <wsdl:output>
  1322. <soap12:body use="literal" />
  1323. </wsdl:output>
  1324. </wsdl:operation>
  1325. <wsdl:operation name="insertPrintData">
  1326. <soap12:operation soapAction="http://tempuri.org/insertPrintData" style="document" />
  1327. <wsdl:input>
  1328. <soap12:body use="literal" />
  1329. </wsdl:input>
  1330. <wsdl:output>
  1331. <soap12:body use="literal" />
  1332. </wsdl:output>
  1333. </wsdl:operation>
  1334. <wsdl:operation name="UpdateUserSetup">
  1335. <soap12:operation soapAction="http://tempuri.org/UpdateUserSetup" style="document" />
  1336. <wsdl:input>
  1337. <soap12:body use="literal" />
  1338. </wsdl:input>
  1339. <wsdl:output>
  1340. <soap12:body use="literal" />
  1341. </wsdl:output>
  1342. </wsdl:operation>
  1343. <wsdl:operation name="GetUnfinishedListPerDoctor">
  1344. <soap12:operation soapAction="http://tempuri.org/GetUnfinishedListPerDoctor" style="document" />
  1345. <wsdl:input>
  1346. <soap12:body use="literal" />
  1347. </wsdl:input>
  1348. <wsdl:output>
  1349. <soap12:body use="literal" />
  1350. </wsdl:output>
  1351. </wsdl:operation>
  1352. </wsdl:binding>
  1353. <wsdl:service name="HospitalSvc">
  1354. <wsdl:port name="HospitalSvcSoap" binding="tns:HospitalSvcSoap">
  1355. <soap:address location="http://localhost/DfhConsent/HospitalSvc.asmx" />
  1356. </wsdl:port>
  1357. <wsdl:port name="HospitalSvcSoap12" binding="tns:HospitalSvcSoap12">
  1358. <soap12:address location="http://localhost/DfhConsent/HospitalSvc.asmx" />
  1359. </wsdl:port>
  1360. </wsdl:service>
  1361. </wsdl:definitions>