ConsentSvc.wsdl 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876
  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="GetCategoryForDropdown">
  26. <s:complexType>
  27. <s:sequence>
  28. <s:element minOccurs="0" maxOccurs="1" name="categoryId" type="s:string" />
  29. </s:sequence>
  30. </s:complexType>
  31. </s:element>
  32. <s:element name="GetCategoryForDropdownResponse">
  33. <s:complexType>
  34. <s:sequence>
  35. <s:element minOccurs="0" maxOccurs="1" name="GetCategoryForDropdownResult" type="tns:ArrayOfCategoryForDropdownVO" />
  36. </s:sequence>
  37. </s:complexType>
  38. </s:element>
  39. <s:complexType name="ArrayOfCategoryForDropdownVO">
  40. <s:sequence>
  41. <s:element minOccurs="0" maxOccurs="unbounded" name="CategoryForDropdownVO" nillable="true" type="tns:CategoryForDropdownVO" />
  42. </s:sequence>
  43. </s:complexType>
  44. <s:complexType name="CategoryForDropdownVO">
  45. <s:sequence>
  46. <s:element minOccurs="0" maxOccurs="1" name="CategoryType" type="s:string" />
  47. <s:element minOccurs="0" maxOccurs="1" name="CategoryId" type="s:string" />
  48. <s:element minOccurs="0" maxOccurs="1" name="CategoryName" type="s:string" />
  49. </s:sequence>
  50. </s:complexType>
  51. <s:element name="GetConsentList">
  52. <s:complexType>
  53. <s:sequence>
  54. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  55. <s:element minOccurs="0" maxOccurs="1" name="startDt" type="s:string" />
  56. <s:element minOccurs="0" maxOccurs="1" name="endDt" type="s:string" />
  57. <s:element minOccurs="0" maxOccurs="1" name="consetState" type="s:string" />
  58. <s:element minOccurs="0" maxOccurs="1" name="jobkindcd" type="s:string" />
  59. </s:sequence>
  60. </s:complexType>
  61. </s:element>
  62. <s:element name="GetConsentListResponse">
  63. <s:complexType>
  64. <s:sequence>
  65. <s:element minOccurs="0" maxOccurs="1" name="GetConsentListResult" type="tns:ArrayOfConsentVO" />
  66. </s:sequence>
  67. </s:complexType>
  68. </s:element>
  69. <s:complexType name="ArrayOfConsentVO">
  70. <s:sequence>
  71. <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentVO" nillable="true" type="tns:ConsentVO" />
  72. </s:sequence>
  73. </s:complexType>
  74. <s:complexType name="ConsentVO">
  75. <s:sequence>
  76. <s:element minOccurs="1" maxOccurs="1" name="ConsentMstRid" type="s:int" />
  77. <s:element minOccurs="0" maxOccurs="1" name="ConsentName" type="s:string" />
  78. <s:element minOccurs="0" maxOccurs="1" name="ConsentState" type="s:string" />
  79. <s:element minOccurs="0" maxOccurs="1" name="ConsentStateDisp" type="s:string" />
  80. <s:element minOccurs="0" maxOccurs="1" name="HosType" type="s:string" />
  81. <s:element minOccurs="0" maxOccurs="1" name="PatientCode" type="s:string" />
  82. <s:element minOccurs="0" maxOccurs="1" name="VisitType" type="s:string" />
  83. <s:element minOccurs="0" maxOccurs="1" name="CosignDcId" type="s:string" />
  84. <s:element minOccurs="0" maxOccurs="1" name="CosignDcName" type="s:string" />
  85. <s:element minOccurs="0" maxOccurs="1" name="ClnDeptCd" type="s:string" />
  86. <s:element minOccurs="0" maxOccurs="1" name="ClnDeptNm" type="s:string" />
  87. <s:element minOccurs="0" maxOccurs="1" name="Doctor" type="s:string" />
  88. <s:element minOccurs="0" maxOccurs="1" name="Ward" type="s:string" />
  89. <s:element minOccurs="0" maxOccurs="1" name="RoomCd" type="s:string" />
  90. <s:element minOccurs="0" maxOccurs="1" name="OcrNumber" type="s:string" />
  91. <s:element minOccurs="0" maxOccurs="1" name="CreateUserId" type="s:string" />
  92. <s:element minOccurs="0" maxOccurs="1" name="CreateDateTime" type="s:string" />
  93. <s:element minOccurs="0" maxOccurs="1" name="CreateUserName" type="s:string" />
  94. <s:element minOccurs="0" maxOccurs="1" name="ClnDate" type="s:string" />
  95. <s:element minOccurs="1" maxOccurs="1" name="Cretno" type="s:int" />
  96. <s:element minOccurs="0" maxOccurs="1" name="FormGuid" type="s:string" />
  97. <s:element minOccurs="0" maxOccurs="1" name="FormCd" type="s:string" />
  98. <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
  99. <s:element minOccurs="1" maxOccurs="1" name="PrntCnt" type="s:int" />
  100. <s:element minOccurs="1" maxOccurs="1" name="OrderNo" type="s:int" />
  101. <s:element minOccurs="0" maxOccurs="1" name="OrderCd" type="s:string" />
  102. <s:element minOccurs="0" maxOccurs="1" name="OrderNm" type="s:string" />
  103. <s:element minOccurs="0" maxOccurs="1" name="OcrTagYN" type="s:string" />
  104. </s:sequence>
  105. </s:complexType>
  106. <s:element name="GetConsentBySearch">
  107. <s:complexType>
  108. <s:sequence>
  109. <s:element minOccurs="0" maxOccurs="1" name="categoryId" type="s:string" />
  110. <s:element minOccurs="0" maxOccurs="1" name="keyWord" type="s:string" />
  111. </s:sequence>
  112. </s:complexType>
  113. </s:element>
  114. <s:element name="GetConsentBySearchResponse">
  115. <s:complexType>
  116. <s:sequence>
  117. <s:element minOccurs="0" maxOccurs="1" name="GetConsentBySearchResult" type="tns:ArrayOfConsentBySearchVO" />
  118. </s:sequence>
  119. </s:complexType>
  120. </s:element>
  121. <s:complexType name="ArrayOfConsentBySearchVO">
  122. <s:sequence>
  123. <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentBySearchVO" nillable="true" type="tns:ConsentBySearchVO" />
  124. </s:sequence>
  125. </s:complexType>
  126. <s:complexType name="ConsentBySearchVO">
  127. <s:sequence>
  128. <s:element minOccurs="0" maxOccurs="1" name="FormCd" type="s:string" />
  129. <s:element minOccurs="0" maxOccurs="1" name="FormGuid" type="s:string" />
  130. <s:element minOccurs="0" maxOccurs="1" name="FormName" type="s:string" />
  131. <s:element minOccurs="0" maxOccurs="1" name="FullCategoryName" type="s:string" />
  132. <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
  133. <s:element minOccurs="1" maxOccurs="1" name="PrntCnt" type="s:int" />
  134. <s:element minOccurs="0" maxOccurs="1" name="PrntOnly" type="s:string" />
  135. <s:element minOccurs="0" maxOccurs="1" name="OcrTagYN" type="s:string" />
  136. </s:sequence>
  137. </s:complexType>
  138. <s:element name="GetConsentImage">
  139. <s:complexType>
  140. <s:sequence>
  141. <s:element minOccurs="0" maxOccurs="1" name="consentMstRid" type="s:string" />
  142. </s:sequence>
  143. </s:complexType>
  144. </s:element>
  145. <s:element name="GetConsentImageResponse">
  146. <s:complexType>
  147. <s:sequence>
  148. <s:element minOccurs="0" maxOccurs="1" name="GetConsentImageResult" type="tns:ArrayOfConsentImageVO" />
  149. </s:sequence>
  150. </s:complexType>
  151. </s:element>
  152. <s:complexType name="ArrayOfConsentImageVO">
  153. <s:sequence>
  154. <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentImageVO" nillable="true" type="tns:ConsentImageVO" />
  155. </s:sequence>
  156. </s:complexType>
  157. <s:complexType name="ConsentImageVO">
  158. <s:sequence>
  159. <s:element minOccurs="1" maxOccurs="1" name="ConsentMstRid" type="s:int" />
  160. <s:element minOccurs="1" maxOccurs="1" name="ConsentImageRid" type="s:int" />
  161. <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
  162. <s:element minOccurs="0" maxOccurs="1" name="ImagePath" type="s:string" />
  163. <s:element minOccurs="0" maxOccurs="1" name="ImageFilename" type="s:string" />
  164. <s:element minOccurs="0" maxOccurs="1" name="CompleteYn" type="s:string" />
  165. <s:element minOccurs="0" maxOccurs="1" name="CreateUserId" type="s:string" />
  166. <s:element minOccurs="0" maxOccurs="1" name="CreateDatetime" type="s:string" />
  167. </s:sequence>
  168. </s:complexType>
  169. <s:element name="SaveTempData">
  170. <s:complexType>
  171. <s:sequence>
  172. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  173. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  174. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  175. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  176. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  177. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  178. <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
  179. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  180. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  181. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  182. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  183. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  184. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  185. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  186. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  187. <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
  188. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  189. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  190. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  191. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  192. <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
  193. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  194. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  195. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  196. </s:sequence>
  197. </s:complexType>
  198. </s:element>
  199. <s:element name="SaveTempDataResponse">
  200. <s:complexType>
  201. <s:sequence>
  202. <s:element minOccurs="1" maxOccurs="1" name="SaveTempDataResult" type="s:int" />
  203. </s:sequence>
  204. </s:complexType>
  205. </s:element>
  206. <s:element name="SaveComplete">
  207. <s:complexType>
  208. <s:sequence>
  209. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  210. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  211. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  212. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  213. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  214. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  215. <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
  216. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  217. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  218. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  219. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  220. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  221. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  222. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  223. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  224. <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
  225. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  226. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  227. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  228. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  229. <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
  230. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  231. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  232. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  233. </s:sequence>
  234. </s:complexType>
  235. </s:element>
  236. <s:element name="SaveCompleteResponse">
  237. <s:complexType>
  238. <s:sequence>
  239. <s:element minOccurs="1" maxOccurs="1" name="SaveCompleteResult" type="s:int" />
  240. </s:sequence>
  241. </s:complexType>
  242. </s:element>
  243. <s:element name="SaveCompleteAll">
  244. <s:complexType>
  245. <s:sequence>
  246. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  247. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  248. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  249. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  250. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  251. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  252. <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
  253. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  254. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  255. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  256. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  257. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  258. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  259. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  260. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  261. <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
  262. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  263. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  264. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  265. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  266. <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
  267. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  268. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  269. <s:element minOccurs="0" maxOccurs="1" name="imageFileJson" type="s:string" />
  270. <s:element minOccurs="0" maxOccurs="1" name="certTarget" type="s:string" />
  271. <s:element minOccurs="0" maxOccurs="1" name="certResult" type="s:string" />
  272. <s:element minOccurs="0" maxOccurs="1" name="dschdd" type="s:string" />
  273. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  274. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  275. </s:sequence>
  276. </s:complexType>
  277. </s:element>
  278. <s:element name="SaveCompleteAllResponse">
  279. <s:complexType>
  280. <s:sequence>
  281. <s:element minOccurs="1" maxOccurs="1" name="SaveCompleteAllResult" type="s:int" />
  282. </s:sequence>
  283. </s:complexType>
  284. </s:element>
  285. <s:element name="SaveDelete">
  286. <s:complexType>
  287. <s:sequence>
  288. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  289. <s:element minOccurs="1" maxOccurs="1" name="consentMstRidInt" type="s:int" />
  290. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  291. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  292. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  293. <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
  294. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  295. <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
  296. <s:element minOccurs="1" maxOccurs="1" name="reissueConsentMstRid" type="s:int" />
  297. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  298. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  299. <s:element minOccurs="0" maxOccurs="1" name="reasonForUseN" type="s:string" />
  300. </s:sequence>
  301. </s:complexType>
  302. </s:element>
  303. <s:element name="SaveDeleteResponse">
  304. <s:complexType>
  305. <s:sequence>
  306. <s:element minOccurs="1" maxOccurs="1" name="SaveDeleteResult" type="s:int" />
  307. </s:sequence>
  308. </s:complexType>
  309. </s:element>
  310. <s:element name="SavePrintOut">
  311. <s:complexType>
  312. <s:sequence>
  313. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  314. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  315. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  316. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  317. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  318. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  319. <s:element minOccurs="1" maxOccurs="1" name="reissueConsentMstRid" type="s:int" />
  320. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  321. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  322. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  323. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  324. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  325. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  326. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  327. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  328. <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
  329. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  330. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  331. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  332. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  333. <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
  334. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  335. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  336. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  337. </s:sequence>
  338. </s:complexType>
  339. </s:element>
  340. <s:element name="SavePrintOutResponse">
  341. <s:complexType>
  342. <s:sequence>
  343. <s:element minOccurs="1" maxOccurs="1" name="SavePrintOutResult" type="s:int" />
  344. </s:sequence>
  345. </s:complexType>
  346. </s:element>
  347. <s:element name="SaveMedicalHistory">
  348. <s:complexType>
  349. <s:sequence>
  350. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  351. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  352. <s:element minOccurs="0" maxOccurs="1" name="bp" type="s:string" />
  353. <s:element minOccurs="0" maxOccurs="1" name="dm" type="s:string" />
  354. <s:element minOccurs="0" maxOccurs="1" name="heart" type="s:string" />
  355. <s:element minOccurs="0" maxOccurs="1" name="kidney" type="s:string" />
  356. <s:element minOccurs="0" maxOccurs="1" name="respiration" type="s:string" />
  357. <s:element minOccurs="0" maxOccurs="1" name="hx" type="s:string" />
  358. <s:element minOccurs="0" maxOccurs="1" name="allergy" type="s:string" />
  359. <s:element minOccurs="0" maxOccurs="1" name="drug" type="s:string" />
  360. <s:element minOccurs="0" maxOccurs="1" name="smoking" type="s:string" />
  361. <s:element minOccurs="0" maxOccurs="1" name="idio" type="s:string" />
  362. <s:element minOccurs="0" maxOccurs="1" name="nacrotics" type="s:string" />
  363. <s:element minOccurs="0" maxOccurs="1" name="airway" type="s:string" />
  364. <s:element minOccurs="0" maxOccurs="1" name="hemorrhage" type="s:string" />
  365. <s:element minOccurs="0" maxOccurs="1" name="status_etc" type="s:string" />
  366. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  367. </s:sequence>
  368. </s:complexType>
  369. </s:element>
  370. <s:element name="SaveMedicalHistoryResponse">
  371. <s:complexType>
  372. <s:sequence>
  373. <s:element minOccurs="0" maxOccurs="1" name="SaveMedicalHistoryResult" type="s:string" />
  374. </s:sequence>
  375. </s:complexType>
  376. </s:element>
  377. <s:element name="SaveImageUploadInfo">
  378. <s:complexType>
  379. <s:sequence>
  380. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  381. <s:element minOccurs="0" maxOccurs="1" name="imageFileName" type="s:string" />
  382. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  383. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  384. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  385. </s:sequence>
  386. </s:complexType>
  387. </s:element>
  388. <s:element name="SaveImageUploadInfoResponse">
  389. <s:complexType>
  390. <s:sequence>
  391. <s:element minOccurs="1" maxOccurs="1" name="SaveImageUploadInfoResult" type="s:int" />
  392. </s:sequence>
  393. </s:complexType>
  394. </s:element>
  395. <s:element name="SaveImageSignInfo">
  396. <s:complexType>
  397. <s:sequence>
  398. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  399. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  400. <s:element minOccurs="1" maxOccurs="1" name="consentImageRid" type="s:int" />
  401. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  402. <s:element minOccurs="0" maxOccurs="1" name="certTarget" type="s:string" />
  403. <s:element minOccurs="0" maxOccurs="1" name="sCertResult" type="s:string" />
  404. </s:sequence>
  405. </s:complexType>
  406. </s:element>
  407. <s:element name="SaveImageSignInfoResponse">
  408. <s:complexType />
  409. </s:element>
  410. <s:element name="CheckConsentState">
  411. <s:complexType>
  412. <s:sequence>
  413. <s:element minOccurs="1" maxOccurs="1" name="consentmstrid" type="s:int" />
  414. <s:element minOccurs="0" maxOccurs="1" name="consent_state" type="s:string" />
  415. </s:sequence>
  416. </s:complexType>
  417. </s:element>
  418. <s:element name="CheckConsentStateResponse">
  419. <s:complexType>
  420. <s:sequence>
  421. <s:element minOccurs="1" maxOccurs="1" name="CheckConsentStateResult" type="s:int" />
  422. </s:sequence>
  423. </s:complexType>
  424. </s:element>
  425. </s:schema>
  426. </wsdl:types>
  427. <wsdl:message name="CheckWebServiceSoapIn">
  428. <wsdl:part name="parameters" element="tns:CheckWebService" />
  429. </wsdl:message>
  430. <wsdl:message name="CheckWebServiceSoapOut">
  431. <wsdl:part name="parameters" element="tns:CheckWebServiceResponse" />
  432. </wsdl:message>
  433. <wsdl:message name="CheckDatabaseConnectionSoapIn">
  434. <wsdl:part name="parameters" element="tns:CheckDatabaseConnection" />
  435. </wsdl:message>
  436. <wsdl:message name="CheckDatabaseConnectionSoapOut">
  437. <wsdl:part name="parameters" element="tns:CheckDatabaseConnectionResponse" />
  438. </wsdl:message>
  439. <wsdl:message name="GetCategoryForDropdownSoapIn">
  440. <wsdl:part name="parameters" element="tns:GetCategoryForDropdown" />
  441. </wsdl:message>
  442. <wsdl:message name="GetCategoryForDropdownSoapOut">
  443. <wsdl:part name="parameters" element="tns:GetCategoryForDropdownResponse" />
  444. </wsdl:message>
  445. <wsdl:message name="GetConsentListSoapIn">
  446. <wsdl:part name="parameters" element="tns:GetConsentList" />
  447. </wsdl:message>
  448. <wsdl:message name="GetConsentListSoapOut">
  449. <wsdl:part name="parameters" element="tns:GetConsentListResponse" />
  450. </wsdl:message>
  451. <wsdl:message name="GetConsentBySearchSoapIn">
  452. <wsdl:part name="parameters" element="tns:GetConsentBySearch" />
  453. </wsdl:message>
  454. <wsdl:message name="GetConsentBySearchSoapOut">
  455. <wsdl:part name="parameters" element="tns:GetConsentBySearchResponse" />
  456. </wsdl:message>
  457. <wsdl:message name="GetConsentImageSoapIn">
  458. <wsdl:part name="parameters" element="tns:GetConsentImage" />
  459. </wsdl:message>
  460. <wsdl:message name="GetConsentImageSoapOut">
  461. <wsdl:part name="parameters" element="tns:GetConsentImageResponse" />
  462. </wsdl:message>
  463. <wsdl:message name="SaveTempDataSoapIn">
  464. <wsdl:part name="parameters" element="tns:SaveTempData" />
  465. </wsdl:message>
  466. <wsdl:message name="SaveTempDataSoapOut">
  467. <wsdl:part name="parameters" element="tns:SaveTempDataResponse" />
  468. </wsdl:message>
  469. <wsdl:message name="SaveCompleteSoapIn">
  470. <wsdl:part name="parameters" element="tns:SaveComplete" />
  471. </wsdl:message>
  472. <wsdl:message name="SaveCompleteSoapOut">
  473. <wsdl:part name="parameters" element="tns:SaveCompleteResponse" />
  474. </wsdl:message>
  475. <wsdl:message name="SaveCompleteAllSoapIn">
  476. <wsdl:part name="parameters" element="tns:SaveCompleteAll" />
  477. </wsdl:message>
  478. <wsdl:message name="SaveCompleteAllSoapOut">
  479. <wsdl:part name="parameters" element="tns:SaveCompleteAllResponse" />
  480. </wsdl:message>
  481. <wsdl:message name="SaveDeleteSoapIn">
  482. <wsdl:part name="parameters" element="tns:SaveDelete" />
  483. </wsdl:message>
  484. <wsdl:message name="SaveDeleteSoapOut">
  485. <wsdl:part name="parameters" element="tns:SaveDeleteResponse" />
  486. </wsdl:message>
  487. <wsdl:message name="SavePrintOutSoapIn">
  488. <wsdl:part name="parameters" element="tns:SavePrintOut" />
  489. </wsdl:message>
  490. <wsdl:message name="SavePrintOutSoapOut">
  491. <wsdl:part name="parameters" element="tns:SavePrintOutResponse" />
  492. </wsdl:message>
  493. <wsdl:message name="SaveMedicalHistorySoapIn">
  494. <wsdl:part name="parameters" element="tns:SaveMedicalHistory" />
  495. </wsdl:message>
  496. <wsdl:message name="SaveMedicalHistorySoapOut">
  497. <wsdl:part name="parameters" element="tns:SaveMedicalHistoryResponse" />
  498. </wsdl:message>
  499. <wsdl:message name="SaveImageUploadInfoSoapIn">
  500. <wsdl:part name="parameters" element="tns:SaveImageUploadInfo" />
  501. </wsdl:message>
  502. <wsdl:message name="SaveImageUploadInfoSoapOut">
  503. <wsdl:part name="parameters" element="tns:SaveImageUploadInfoResponse" />
  504. </wsdl:message>
  505. <wsdl:message name="SaveImageSignInfoSoapIn">
  506. <wsdl:part name="parameters" element="tns:SaveImageSignInfo" />
  507. </wsdl:message>
  508. <wsdl:message name="SaveImageSignInfoSoapOut">
  509. <wsdl:part name="parameters" element="tns:SaveImageSignInfoResponse" />
  510. </wsdl:message>
  511. <wsdl:message name="CheckConsentStateSoapIn">
  512. <wsdl:part name="parameters" element="tns:CheckConsentState" />
  513. </wsdl:message>
  514. <wsdl:message name="CheckConsentStateSoapOut">
  515. <wsdl:part name="parameters" element="tns:CheckConsentStateResponse" />
  516. </wsdl:message>
  517. <wsdl:portType name="ConsentSvcSoap">
  518. <wsdl:operation name="CheckWebService">
  519. <wsdl:input message="tns:CheckWebServiceSoapIn" />
  520. <wsdl:output message="tns:CheckWebServiceSoapOut" />
  521. </wsdl:operation>
  522. <wsdl:operation name="CheckDatabaseConnection">
  523. <wsdl:input message="tns:CheckDatabaseConnectionSoapIn" />
  524. <wsdl:output message="tns:CheckDatabaseConnectionSoapOut" />
  525. </wsdl:operation>
  526. <wsdl:operation name="GetCategoryForDropdown">
  527. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 하위 카테고리 조회</wsdl:documentation>
  528. <wsdl:input message="tns:GetCategoryForDropdownSoapIn" />
  529. <wsdl:output message="tns:GetCategoryForDropdownSoapOut" />
  530. </wsdl:operation>
  531. <wsdl:operation name="GetConsentList">
  532. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자/상태에 따른 동의서 목록 검색</wsdl:documentation>
  533. <wsdl:input message="tns:GetConsentListSoapIn" />
  534. <wsdl:output message="tns:GetConsentListSoapOut" />
  535. </wsdl:operation>
  536. <wsdl:operation name="GetConsentBySearch">
  537. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 찾기(조회)</wsdl:documentation>
  538. <wsdl:input message="tns:GetConsentBySearchSoapIn" />
  539. <wsdl:output message="tns:GetConsentBySearchSoapOut" />
  540. </wsdl:operation>
  541. <wsdl:operation name="GetConsentImage">
  542. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 저장된 이미지 내역 조회</wsdl:documentation>
  543. <wsdl:input message="tns:GetConsentImageSoapIn" />
  544. <wsdl:output message="tns:GetConsentImageSoapOut" />
  545. </wsdl:operation>
  546. <wsdl:operation name="SaveTempData">
  547. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 임시저장</wsdl:documentation>
  548. <wsdl:input message="tns:SaveTempDataSoapIn" />
  549. <wsdl:output message="tns:SaveTempDataSoapOut" />
  550. </wsdl:operation>
  551. <wsdl:operation name="SaveComplete">
  552. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료</wsdl:documentation>
  553. <wsdl:input message="tns:SaveCompleteSoapIn" />
  554. <wsdl:output message="tns:SaveCompleteSoapOut" />
  555. </wsdl:operation>
  556. <wsdl:operation name="SaveCompleteAll">
  557. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료</wsdl:documentation>
  558. <wsdl:input message="tns:SaveCompleteAllSoapIn" />
  559. <wsdl:output message="tns:SaveCompleteAllSoapOut" />
  560. </wsdl:operation>
  561. <wsdl:operation name="SaveDelete">
  562. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 삭제/폐기 데이터를 저장</wsdl:documentation>
  563. <wsdl:input message="tns:SaveDeleteSoapIn" />
  564. <wsdl:output message="tns:SaveDeleteSoapOut" />
  565. </wsdl:operation>
  566. <wsdl:operation name="SavePrintOut">
  567. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 프린트 출력 후 데이터를 저장</wsdl:documentation>
  568. <wsdl:input message="tns:SavePrintOutSoapIn" />
  569. <wsdl:output message="tns:SavePrintOutSoapOut" />
  570. </wsdl:operation>
  571. <wsdl:operation name="SaveMedicalHistory">
  572. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서의 기왕력 데이터 저장</wsdl:documentation>
  573. <wsdl:input message="tns:SaveMedicalHistorySoapIn" />
  574. <wsdl:output message="tns:SaveMedicalHistorySoapOut" />
  575. </wsdl:operation>
  576. <wsdl:operation name="SaveImageUploadInfo">
  577. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료일 경우 이미지 데이터 저장</wsdl:documentation>
  578. <wsdl:input message="tns:SaveImageUploadInfoSoapIn" />
  579. <wsdl:output message="tns:SaveImageUploadInfoSoapOut" />
  580. </wsdl:operation>
  581. <wsdl:operation name="SaveImageSignInfo">
  582. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">서명완료된 이미지의 hash 정보 저장</wsdl:documentation>
  583. <wsdl:input message="tns:SaveImageSignInfoSoapIn" />
  584. <wsdl:output message="tns:SaveImageSignInfoSoapOut" />
  585. </wsdl:operation>
  586. <wsdl:operation name="CheckConsentState">
  587. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 상위 상태값이 있는지 체크</wsdl:documentation>
  588. <wsdl:input message="tns:CheckConsentStateSoapIn" />
  589. <wsdl:output message="tns:CheckConsentStateSoapOut" />
  590. </wsdl:operation>
  591. </wsdl:portType>
  592. <wsdl:binding name="ConsentSvcSoap" type="tns:ConsentSvcSoap">
  593. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  594. <wsdl:operation name="CheckWebService">
  595. <soap:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
  596. <wsdl:input>
  597. <soap:body use="literal" />
  598. </wsdl:input>
  599. <wsdl:output>
  600. <soap:body use="literal" />
  601. </wsdl:output>
  602. </wsdl:operation>
  603. <wsdl:operation name="CheckDatabaseConnection">
  604. <soap:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
  605. <wsdl:input>
  606. <soap:body use="literal" />
  607. </wsdl:input>
  608. <wsdl:output>
  609. <soap:body use="literal" />
  610. </wsdl:output>
  611. </wsdl:operation>
  612. <wsdl:operation name="GetCategoryForDropdown">
  613. <soap:operation soapAction="http://tempuri.org/GetCategoryForDropdown" style="document" />
  614. <wsdl:input>
  615. <soap:body use="literal" />
  616. </wsdl:input>
  617. <wsdl:output>
  618. <soap:body use="literal" />
  619. </wsdl:output>
  620. </wsdl:operation>
  621. <wsdl:operation name="GetConsentList">
  622. <soap:operation soapAction="http://tempuri.org/GetConsentList" style="document" />
  623. <wsdl:input>
  624. <soap:body use="literal" />
  625. </wsdl:input>
  626. <wsdl:output>
  627. <soap:body use="literal" />
  628. </wsdl:output>
  629. </wsdl:operation>
  630. <wsdl:operation name="GetConsentBySearch">
  631. <soap:operation soapAction="http://tempuri.org/GetConsentBySearch" style="document" />
  632. <wsdl:input>
  633. <soap:body use="literal" />
  634. </wsdl:input>
  635. <wsdl:output>
  636. <soap:body use="literal" />
  637. </wsdl:output>
  638. </wsdl:operation>
  639. <wsdl:operation name="GetConsentImage">
  640. <soap:operation soapAction="http://tempuri.org/GetConsentImage" style="document" />
  641. <wsdl:input>
  642. <soap:body use="literal" />
  643. </wsdl:input>
  644. <wsdl:output>
  645. <soap:body use="literal" />
  646. </wsdl:output>
  647. </wsdl:operation>
  648. <wsdl:operation name="SaveTempData">
  649. <soap:operation soapAction="http://tempuri.org/SaveTempData" style="document" />
  650. <wsdl:input>
  651. <soap:body use="literal" />
  652. </wsdl:input>
  653. <wsdl:output>
  654. <soap:body use="literal" />
  655. </wsdl:output>
  656. </wsdl:operation>
  657. <wsdl:operation name="SaveComplete">
  658. <soap:operation soapAction="http://tempuri.org/SaveComplete" style="document" />
  659. <wsdl:input>
  660. <soap:body use="literal" />
  661. </wsdl:input>
  662. <wsdl:output>
  663. <soap:body use="literal" />
  664. </wsdl:output>
  665. </wsdl:operation>
  666. <wsdl:operation name="SaveCompleteAll">
  667. <soap:operation soapAction="http://tempuri.org/SaveCompleteAll" style="document" />
  668. <wsdl:input>
  669. <soap:body use="literal" />
  670. </wsdl:input>
  671. <wsdl:output>
  672. <soap:body use="literal" />
  673. </wsdl:output>
  674. </wsdl:operation>
  675. <wsdl:operation name="SaveDelete">
  676. <soap:operation soapAction="http://tempuri.org/SaveDelete" style="document" />
  677. <wsdl:input>
  678. <soap:body use="literal" />
  679. </wsdl:input>
  680. <wsdl:output>
  681. <soap:body use="literal" />
  682. </wsdl:output>
  683. </wsdl:operation>
  684. <wsdl:operation name="SavePrintOut">
  685. <soap:operation soapAction="http://tempuri.org/SavePrintOut" style="document" />
  686. <wsdl:input>
  687. <soap:body use="literal" />
  688. </wsdl:input>
  689. <wsdl:output>
  690. <soap:body use="literal" />
  691. </wsdl:output>
  692. </wsdl:operation>
  693. <wsdl:operation name="SaveMedicalHistory">
  694. <soap:operation soapAction="http://tempuri.org/SaveMedicalHistory" style="document" />
  695. <wsdl:input>
  696. <soap:body use="literal" />
  697. </wsdl:input>
  698. <wsdl:output>
  699. <soap:body use="literal" />
  700. </wsdl:output>
  701. </wsdl:operation>
  702. <wsdl:operation name="SaveImageUploadInfo">
  703. <soap:operation soapAction="http://tempuri.org/SaveImageUploadInfo" style="document" />
  704. <wsdl:input>
  705. <soap:body use="literal" />
  706. </wsdl:input>
  707. <wsdl:output>
  708. <soap:body use="literal" />
  709. </wsdl:output>
  710. </wsdl:operation>
  711. <wsdl:operation name="SaveImageSignInfo">
  712. <soap:operation soapAction="http://tempuri.org/SaveImageSignInfo" style="document" />
  713. <wsdl:input>
  714. <soap:body use="literal" />
  715. </wsdl:input>
  716. <wsdl:output>
  717. <soap:body use="literal" />
  718. </wsdl:output>
  719. </wsdl:operation>
  720. <wsdl:operation name="CheckConsentState">
  721. <soap:operation soapAction="http://tempuri.org/CheckConsentState" style="document" />
  722. <wsdl:input>
  723. <soap:body use="literal" />
  724. </wsdl:input>
  725. <wsdl:output>
  726. <soap:body use="literal" />
  727. </wsdl:output>
  728. </wsdl:operation>
  729. </wsdl:binding>
  730. <wsdl:binding name="ConsentSvcSoap12" type="tns:ConsentSvcSoap">
  731. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  732. <wsdl:operation name="CheckWebService">
  733. <soap12:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
  734. <wsdl:input>
  735. <soap12:body use="literal" />
  736. </wsdl:input>
  737. <wsdl:output>
  738. <soap12:body use="literal" />
  739. </wsdl:output>
  740. </wsdl:operation>
  741. <wsdl:operation name="CheckDatabaseConnection">
  742. <soap12:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
  743. <wsdl:input>
  744. <soap12:body use="literal" />
  745. </wsdl:input>
  746. <wsdl:output>
  747. <soap12:body use="literal" />
  748. </wsdl:output>
  749. </wsdl:operation>
  750. <wsdl:operation name="GetCategoryForDropdown">
  751. <soap12:operation soapAction="http://tempuri.org/GetCategoryForDropdown" style="document" />
  752. <wsdl:input>
  753. <soap12:body use="literal" />
  754. </wsdl:input>
  755. <wsdl:output>
  756. <soap12:body use="literal" />
  757. </wsdl:output>
  758. </wsdl:operation>
  759. <wsdl:operation name="GetConsentList">
  760. <soap12:operation soapAction="http://tempuri.org/GetConsentList" style="document" />
  761. <wsdl:input>
  762. <soap12:body use="literal" />
  763. </wsdl:input>
  764. <wsdl:output>
  765. <soap12:body use="literal" />
  766. </wsdl:output>
  767. </wsdl:operation>
  768. <wsdl:operation name="GetConsentBySearch">
  769. <soap12:operation soapAction="http://tempuri.org/GetConsentBySearch" style="document" />
  770. <wsdl:input>
  771. <soap12:body use="literal" />
  772. </wsdl:input>
  773. <wsdl:output>
  774. <soap12:body use="literal" />
  775. </wsdl:output>
  776. </wsdl:operation>
  777. <wsdl:operation name="GetConsentImage">
  778. <soap12:operation soapAction="http://tempuri.org/GetConsentImage" style="document" />
  779. <wsdl:input>
  780. <soap12:body use="literal" />
  781. </wsdl:input>
  782. <wsdl:output>
  783. <soap12:body use="literal" />
  784. </wsdl:output>
  785. </wsdl:operation>
  786. <wsdl:operation name="SaveTempData">
  787. <soap12:operation soapAction="http://tempuri.org/SaveTempData" style="document" />
  788. <wsdl:input>
  789. <soap12:body use="literal" />
  790. </wsdl:input>
  791. <wsdl:output>
  792. <soap12:body use="literal" />
  793. </wsdl:output>
  794. </wsdl:operation>
  795. <wsdl:operation name="SaveComplete">
  796. <soap12:operation soapAction="http://tempuri.org/SaveComplete" style="document" />
  797. <wsdl:input>
  798. <soap12:body use="literal" />
  799. </wsdl:input>
  800. <wsdl:output>
  801. <soap12:body use="literal" />
  802. </wsdl:output>
  803. </wsdl:operation>
  804. <wsdl:operation name="SaveCompleteAll">
  805. <soap12:operation soapAction="http://tempuri.org/SaveCompleteAll" style="document" />
  806. <wsdl:input>
  807. <soap12:body use="literal" />
  808. </wsdl:input>
  809. <wsdl:output>
  810. <soap12:body use="literal" />
  811. </wsdl:output>
  812. </wsdl:operation>
  813. <wsdl:operation name="SaveDelete">
  814. <soap12:operation soapAction="http://tempuri.org/SaveDelete" style="document" />
  815. <wsdl:input>
  816. <soap12:body use="literal" />
  817. </wsdl:input>
  818. <wsdl:output>
  819. <soap12:body use="literal" />
  820. </wsdl:output>
  821. </wsdl:operation>
  822. <wsdl:operation name="SavePrintOut">
  823. <soap12:operation soapAction="http://tempuri.org/SavePrintOut" style="document" />
  824. <wsdl:input>
  825. <soap12:body use="literal" />
  826. </wsdl:input>
  827. <wsdl:output>
  828. <soap12:body use="literal" />
  829. </wsdl:output>
  830. </wsdl:operation>
  831. <wsdl:operation name="SaveMedicalHistory">
  832. <soap12:operation soapAction="http://tempuri.org/SaveMedicalHistory" style="document" />
  833. <wsdl:input>
  834. <soap12:body use="literal" />
  835. </wsdl:input>
  836. <wsdl:output>
  837. <soap12:body use="literal" />
  838. </wsdl:output>
  839. </wsdl:operation>
  840. <wsdl:operation name="SaveImageUploadInfo">
  841. <soap12:operation soapAction="http://tempuri.org/SaveImageUploadInfo" style="document" />
  842. <wsdl:input>
  843. <soap12:body use="literal" />
  844. </wsdl:input>
  845. <wsdl:output>
  846. <soap12:body use="literal" />
  847. </wsdl:output>
  848. </wsdl:operation>
  849. <wsdl:operation name="SaveImageSignInfo">
  850. <soap12:operation soapAction="http://tempuri.org/SaveImageSignInfo" style="document" />
  851. <wsdl:input>
  852. <soap12:body use="literal" />
  853. </wsdl:input>
  854. <wsdl:output>
  855. <soap12:body use="literal" />
  856. </wsdl:output>
  857. </wsdl:operation>
  858. <wsdl:operation name="CheckConsentState">
  859. <soap12:operation soapAction="http://tempuri.org/CheckConsentState" style="document" />
  860. <wsdl:input>
  861. <soap12:body use="literal" />
  862. </wsdl:input>
  863. <wsdl:output>
  864. <soap12:body use="literal" />
  865. </wsdl:output>
  866. </wsdl:operation>
  867. </wsdl:binding>
  868. <wsdl:service name="ConsentSvc">
  869. <wsdl:port name="ConsentSvcSoap" binding="tns:ConsentSvcSoap">
  870. <soap:address location="http://localhost/DfhConsent/ConsentSvc.asmx" />
  871. </wsdl:port>
  872. <wsdl:port name="ConsentSvcSoap12" binding="tns:ConsentSvcSoap12">
  873. <soap12:address location="http://localhost/DfhConsent/ConsentSvc.asmx" />
  874. </wsdl:port>
  875. </wsdl:service>
  876. </wsdl:definitions>