ConsentSvc.wsdl 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" 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="getOcrType6Forms">
  16. <s:complexType>
  17. <s:sequence>
  18. <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
  19. </s:sequence>
  20. </s:complexType>
  21. </s:element>
  22. <s:element name="getOcrType6FormsResponse">
  23. <s:complexType>
  24. <s:sequence>
  25. <s:element minOccurs="0" maxOccurs="1" name="getOcrType6FormsResult" type="tns:ArrayOfString" />
  26. </s:sequence>
  27. </s:complexType>
  28. </s:element>
  29. <s:complexType name="ArrayOfString">
  30. <s:sequence>
  31. <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
  32. </s:sequence>
  33. </s:complexType>
  34. <s:element name="CheckDatabaseConnection">
  35. <s:complexType />
  36. </s:element>
  37. <s:element name="CheckDatabaseConnectionResponse">
  38. <s:complexType>
  39. <s:sequence>
  40. <s:element minOccurs="1" maxOccurs="1" name="CheckDatabaseConnectionResult" type="s:boolean" />
  41. </s:sequence>
  42. </s:complexType>
  43. </s:element>
  44. <s:element name="GetCategoryForDropdown">
  45. <s:complexType>
  46. <s:sequence>
  47. <s:element minOccurs="0" maxOccurs="1" name="instCd" type="s:string" />
  48. </s:sequence>
  49. </s:complexType>
  50. </s:element>
  51. <s:element name="GetCategoryForDropdownResponse">
  52. <s:complexType>
  53. <s:sequence>
  54. <s:element minOccurs="0" maxOccurs="1" name="GetCategoryForDropdownResult" type="tns:ArrayOfCategoryForDropdownVO" />
  55. </s:sequence>
  56. </s:complexType>
  57. </s:element>
  58. <s:complexType name="ArrayOfCategoryForDropdownVO">
  59. <s:sequence>
  60. <s:element minOccurs="0" maxOccurs="unbounded" name="CategoryForDropdownVO" nillable="true" type="tns:CategoryForDropdownVO" />
  61. </s:sequence>
  62. </s:complexType>
  63. <s:complexType name="CategoryForDropdownVO">
  64. <s:sequence>
  65. <s:element minOccurs="0" maxOccurs="1" name="CategoryType" type="s:string" />
  66. <s:element minOccurs="0" maxOccurs="1" name="CategoryId" type="s:string" />
  67. <s:element minOccurs="0" maxOccurs="1" name="CategoryName" type="s:string" />
  68. </s:sequence>
  69. </s:complexType>
  70. <s:element name="GetConsentListByUserName">
  71. <s:complexType>
  72. <s:sequence>
  73. <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  74. <s:element minOccurs="0" maxOccurs="1" name="startDt" type="s:string" />
  75. <s:element minOccurs="0" maxOccurs="1" name="endDt" type="s:string" />
  76. <s:element minOccurs="0" maxOccurs="1" name="consetState" type="s:string" />
  77. <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
  78. </s:sequence>
  79. </s:complexType>
  80. </s:element>
  81. <s:element name="GetConsentListByUserNameResponse">
  82. <s:complexType>
  83. <s:sequence>
  84. <s:element minOccurs="0" maxOccurs="1" name="GetConsentListByUserNameResult" type="tns:ArrayOfConsentFormListVO" />
  85. </s:sequence>
  86. </s:complexType>
  87. </s:element>
  88. <s:complexType name="ArrayOfConsentFormListVO">
  89. <s:sequence>
  90. <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentFormListVO" nillable="true" type="tns:ConsentFormListVO" />
  91. </s:sequence>
  92. </s:complexType>
  93. <s:complexType name="ConsentFormListVO">
  94. <s:sequence>
  95. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  96. <s:element minOccurs="0" maxOccurs="1" name="createUserId" type="s:string" />
  97. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  98. <s:element minOccurs="0" maxOccurs="1" name="modifyUserId" type="s:string" />
  99. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  100. <s:element minOccurs="0" maxOccurs="1" name="createDatetime" type="s:string" />
  101. <s:element minOccurs="0" maxOccurs="1" name="ocrTag" type="s:string" />
  102. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  103. <s:element minOccurs="0" maxOccurs="1" name="inDd" type="s:string" />
  104. <s:element minOccurs="0" maxOccurs="1" name="ordType" type="s:string" />
  105. <s:element minOccurs="0" maxOccurs="1" name="ordDeptCd" type="s:string" />
  106. <s:element minOccurs="1" maxOccurs="1" name="cretNo" type="s:int" />
  107. <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
  108. <s:element minOccurs="0" maxOccurs="1" name="patientName" type="s:string" />
  109. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  110. <s:element minOccurs="0" maxOccurs="1" name="consentStateEng" type="s:string" />
  111. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  112. <s:element minOccurs="0" maxOccurs="1" name="formGuid" type="s:string" />
  113. <s:element minOccurs="0" maxOccurs="1" name="formName" type="s:string" />
  114. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  115. <s:element minOccurs="0" maxOccurs="1" name="printOnly" type="s:string" />
  116. <s:element minOccurs="1" maxOccurs="1" name="printCnt" type="s:int" />
  117. <s:element minOccurs="0" maxOccurs="1" name="ocrTagPrntYn" type="s:string" />
  118. <s:element minOccurs="0" maxOccurs="1" name="formPrntNm" type="s:string" />
  119. <s:element minOccurs="0" maxOccurs="1" name="certUseYn" type="s:string" />
  120. <s:element minOccurs="0" maxOccurs="1" name="opDiagNm" type="s:string" />
  121. <s:element minOccurs="0" maxOccurs="1" name="opNm" type="s:string" />
  122. <s:element minOccurs="0" maxOccurs="1" name="userDrFlag" type="s:string" />
  123. <s:element minOccurs="0" maxOccurs="1" name="linkFormCd" type="s:string" />
  124. <s:element minOccurs="0" maxOccurs="1" name="jinjeongCd" type="s:string" />
  125. <s:element minOccurs="0" maxOccurs="1" name="DrOnly" type="s:string" />
  126. </s:sequence>
  127. </s:complexType>
  128. <s:element name="GetConsentList">
  129. <s:complexType>
  130. <s:sequence>
  131. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  132. <s:element minOccurs="0" maxOccurs="1" name="startDt" type="s:string" />
  133. <s:element minOccurs="0" maxOccurs="1" name="endDt" type="s:string" />
  134. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  135. <s:element minOccurs="0" maxOccurs="1" name="instCd" type="s:string" />
  136. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  137. </s:sequence>
  138. </s:complexType>
  139. </s:element>
  140. <s:element name="GetConsentListResponse">
  141. <s:complexType>
  142. <s:sequence>
  143. <s:element minOccurs="0" maxOccurs="1" name="GetConsentListResult" type="tns:ArrayOfConsentFormListVO" />
  144. </s:sequence>
  145. </s:complexType>
  146. </s:element>
  147. <s:element name="GetConsentBySearch">
  148. <s:complexType>
  149. <s:sequence>
  150. <s:element minOccurs="0" maxOccurs="1" name="categoryId" type="s:string" />
  151. <s:element minOccurs="0" maxOccurs="1" name="keyWord" type="s:string" />
  152. <s:element minOccurs="0" maxOccurs="1" name="instCd" type="s:string" />
  153. </s:sequence>
  154. </s:complexType>
  155. </s:element>
  156. <s:element name="GetConsentBySearchResponse">
  157. <s:complexType>
  158. <s:sequence>
  159. <s:element minOccurs="0" maxOccurs="1" name="GetConsentBySearchResult" type="tns:ArrayOfConsentFormListVO" />
  160. </s:sequence>
  161. </s:complexType>
  162. </s:element>
  163. <s:element name="GetConsentByFormcd">
  164. <s:complexType>
  165. <s:sequence>
  166. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  167. <s:element minOccurs="0" maxOccurs="1" name="instCd" type="s:string" />
  168. </s:sequence>
  169. </s:complexType>
  170. </s:element>
  171. <s:element name="GetConsentByFormcdResponse">
  172. <s:complexType>
  173. <s:sequence>
  174. <s:element minOccurs="0" maxOccurs="1" name="GetConsentByFormcdResult" type="tns:ConsentFormListVO" />
  175. </s:sequence>
  176. </s:complexType>
  177. </s:element>
  178. <s:element name="GetConsentImage">
  179. <s:complexType>
  180. <s:sequence>
  181. <s:element minOccurs="0" maxOccurs="1" name="consentMstRid" type="s:string" />
  182. </s:sequence>
  183. </s:complexType>
  184. </s:element>
  185. <s:element name="GetConsentImageResponse">
  186. <s:complexType>
  187. <s:sequence>
  188. <s:element minOccurs="0" maxOccurs="1" name="GetConsentImageResult" type="tns:ArrayOfConsentImageVO" />
  189. </s:sequence>
  190. </s:complexType>
  191. </s:element>
  192. <s:complexType name="ArrayOfConsentImageVO">
  193. <s:sequence>
  194. <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentImageVO" nillable="true" type="tns:ConsentImageVO" />
  195. </s:sequence>
  196. </s:complexType>
  197. <s:complexType name="ConsentImageVO">
  198. <s:sequence>
  199. <s:element minOccurs="1" maxOccurs="1" name="ConsentMstRid" type="s:int" />
  200. <s:element minOccurs="1" maxOccurs="1" name="ConsentImageRid" type="s:int" />
  201. <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
  202. <s:element minOccurs="0" maxOccurs="1" name="ImagePath" type="s:string" />
  203. <s:element minOccurs="0" maxOccurs="1" name="ImageFilename" type="s:string" />
  204. <s:element minOccurs="0" maxOccurs="1" name="CompleteYn" type="s:string" />
  205. <s:element minOccurs="0" maxOccurs="1" name="CreateUserId" type="s:string" />
  206. <s:element minOccurs="0" maxOccurs="1" name="CreateDatetime" type="s:string" />
  207. </s:sequence>
  208. </s:complexType>
  209. <s:element name="SaveTempDataNew">
  210. <s:complexType>
  211. <s:sequence>
  212. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  213. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  214. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  215. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  216. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  217. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  218. <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
  219. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  220. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  221. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  222. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  223. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  224. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  225. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  226. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  227. <s:element minOccurs="0" maxOccurs="1" name="roomCd" type="s:string" />
  228. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  229. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  230. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  231. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  232. <s:element minOccurs="1" maxOccurs="1" name="cretNo" type="s:int" />
  233. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  234. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  235. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  236. <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
  237. <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
  238. <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
  239. <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
  240. <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
  241. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  242. </s:sequence>
  243. </s:complexType>
  244. </s:element>
  245. <s:element name="SaveTempDataNewResponse">
  246. <s:complexType>
  247. <s:sequence>
  248. <s:element minOccurs="0" maxOccurs="1" name="SaveTempDataNewResult" type="tns:SingleReturnData" />
  249. </s:sequence>
  250. </s:complexType>
  251. </s:element>
  252. <s:complexType name="SingleReturnData">
  253. <s:sequence>
  254. <s:element minOccurs="0" maxOccurs="1" name="responseData" type="s:string" />
  255. </s:sequence>
  256. </s:complexType>
  257. <s:element name="SaveTempData">
  258. <s:complexType>
  259. <s:sequence>
  260. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  261. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  262. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  263. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  264. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  265. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  266. <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
  267. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  268. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  269. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  270. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  271. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  272. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  273. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  274. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  275. <s:element minOccurs="0" maxOccurs="1" name="roomCd" type="s:string" />
  276. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  277. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  278. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  279. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  280. <s:element minOccurs="1" maxOccurs="1" name="cretNo" type="s:int" />
  281. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  282. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  283. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  284. <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
  285. <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
  286. <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
  287. <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
  288. <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
  289. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  290. </s:sequence>
  291. </s:complexType>
  292. </s:element>
  293. <s:element name="SaveTempDataResponse">
  294. <s:complexType>
  295. <s:sequence>
  296. <s:element minOccurs="0" maxOccurs="1" name="SaveTempDataResult" type="tns:SingleReturnData" />
  297. </s:sequence>
  298. </s:complexType>
  299. </s:element>
  300. <s:element name="SaveComplete">
  301. <s:complexType>
  302. <s:sequence>
  303. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  304. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  305. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  306. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  307. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  308. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  309. <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
  310. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  311. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  312. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  313. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  314. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  315. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  316. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  317. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  318. <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
  319. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  320. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  321. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  322. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  323. <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
  324. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  325. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  326. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  327. <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
  328. <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
  329. <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
  330. <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
  331. <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
  332. </s:sequence>
  333. </s:complexType>
  334. </s:element>
  335. <s:element name="SaveCompleteResponse">
  336. <s:complexType>
  337. <s:sequence>
  338. <s:element minOccurs="1" maxOccurs="1" name="SaveCompleteResult" type="s:int" />
  339. </s:sequence>
  340. </s:complexType>
  341. </s:element>
  342. <s:element name="SaveCompleteAllNew">
  343. <s:complexType>
  344. <s:sequence>
  345. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  346. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  347. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  348. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  349. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  350. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  351. <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
  352. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  353. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  354. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  355. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  356. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  357. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  358. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  359. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  360. <s:element minOccurs="0" maxOccurs="1" name="roomCd" type="s:string" />
  361. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  362. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  363. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  364. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  365. <s:element minOccurs="1" maxOccurs="1" name="cretNo" type="s:int" />
  366. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  367. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  368. <s:element minOccurs="0" maxOccurs="1" name="imageFileJson" type="s:string" />
  369. <s:element minOccurs="0" maxOccurs="1" name="certTarget" type="s:string" />
  370. <s:element minOccurs="0" maxOccurs="1" name="certResult" type="s:string" />
  371. <s:element minOccurs="0" maxOccurs="1" name="dschDd" type="s:string" />
  372. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  373. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  374. <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
  375. <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
  376. <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
  377. <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
  378. <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
  379. <s:element minOccurs="0" maxOccurs="1" name="fileSize" type="s:string" />
  380. </s:sequence>
  381. </s:complexType>
  382. </s:element>
  383. <s:element name="SaveCompleteAllNewResponse">
  384. <s:complexType>
  385. <s:sequence>
  386. <s:element minOccurs="0" maxOccurs="1" name="SaveCompleteAllNewResult" type="tns:SingleReturnData" />
  387. </s:sequence>
  388. </s:complexType>
  389. </s:element>
  390. <s:element name="SaveCompleteAll">
  391. <s:complexType>
  392. <s:sequence>
  393. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  394. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  395. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  396. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  397. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  398. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  399. <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
  400. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  401. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  402. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  403. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  404. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  405. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  406. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  407. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  408. <s:element minOccurs="0" maxOccurs="1" name="roomCd" type="s:string" />
  409. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  410. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  411. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  412. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  413. <s:element minOccurs="1" maxOccurs="1" name="cretNo" type="s:int" />
  414. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  415. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  416. <s:element minOccurs="0" maxOccurs="1" name="imageFileJson" type="s:string" />
  417. <s:element minOccurs="0" maxOccurs="1" name="certTarget" type="s:string" />
  418. <s:element minOccurs="0" maxOccurs="1" name="certResult" type="s:string" />
  419. <s:element minOccurs="0" maxOccurs="1" name="dschDd" type="s:string" />
  420. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  421. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  422. <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
  423. <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
  424. <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
  425. <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
  426. <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
  427. <s:element minOccurs="0" maxOccurs="1" name="fileSize" type="s:string" />
  428. </s:sequence>
  429. </s:complexType>
  430. </s:element>
  431. <s:element name="SaveCompleteAllResponse">
  432. <s:complexType>
  433. <s:sequence>
  434. <s:element minOccurs="0" maxOccurs="1" name="SaveCompleteAllResult" type="tns:SingleReturnData" />
  435. </s:sequence>
  436. </s:complexType>
  437. </s:element>
  438. <s:element name="SaveDelete">
  439. <s:complexType>
  440. <s:sequence>
  441. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  442. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  443. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  444. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  445. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  446. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  447. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  448. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  449. <s:element minOccurs="0" maxOccurs="1" name="reasonForUseN" type="s:string" />
  450. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  451. <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
  452. <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
  453. <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
  454. <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
  455. <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
  456. </s:sequence>
  457. </s:complexType>
  458. </s:element>
  459. <s:element name="SaveDeleteResponse">
  460. <s:complexType>
  461. <s:sequence>
  462. <s:element minOccurs="0" maxOccurs="1" name="SaveDeleteResult" type="tns:SingleReturnData" />
  463. </s:sequence>
  464. </s:complexType>
  465. </s:element>
  466. <s:element name="SavePrintOut">
  467. <s:complexType>
  468. <s:sequence>
  469. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  470. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  471. <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
  472. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  473. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  474. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  475. <s:element minOccurs="1" maxOccurs="1" name="reissueConsentMstRid" type="s:int" />
  476. <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
  477. <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
  478. <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
  479. <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
  480. <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
  481. <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
  482. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  483. <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
  484. <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
  485. <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
  486. <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
  487. <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
  488. <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
  489. <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
  490. <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
  491. <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
  492. <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
  493. <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
  494. <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
  495. <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
  496. <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
  497. <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
  498. </s:sequence>
  499. </s:complexType>
  500. </s:element>
  501. <s:element name="SavePrintOutResponse">
  502. <s:complexType>
  503. <s:sequence>
  504. <s:element minOccurs="1" maxOccurs="1" name="SavePrintOutResult" type="s:int" />
  505. </s:sequence>
  506. </s:complexType>
  507. </s:element>
  508. <s:element name="SaveMedicalHistory">
  509. <s:complexType>
  510. <s:sequence>
  511. <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
  512. <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
  513. <s:element minOccurs="0" maxOccurs="1" name="bp" type="s:string" />
  514. <s:element minOccurs="0" maxOccurs="1" name="dm" type="s:string" />
  515. <s:element minOccurs="0" maxOccurs="1" name="heart" type="s:string" />
  516. <s:element minOccurs="0" maxOccurs="1" name="kidney" type="s:string" />
  517. <s:element minOccurs="0" maxOccurs="1" name="respiration" type="s:string" />
  518. <s:element minOccurs="0" maxOccurs="1" name="hx" type="s:string" />
  519. <s:element minOccurs="0" maxOccurs="1" name="allergy" type="s:string" />
  520. <s:element minOccurs="0" maxOccurs="1" name="drug" type="s:string" />
  521. <s:element minOccurs="0" maxOccurs="1" name="smoking" type="s:string" />
  522. <s:element minOccurs="0" maxOccurs="1" name="idio" type="s:string" />
  523. <s:element minOccurs="0" maxOccurs="1" name="nacrotics" type="s:string" />
  524. <s:element minOccurs="0" maxOccurs="1" name="airway" type="s:string" />
  525. <s:element minOccurs="0" maxOccurs="1" name="hemorrhage" type="s:string" />
  526. <s:element minOccurs="0" maxOccurs="1" name="status_etc" type="s:string" />
  527. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  528. </s:sequence>
  529. </s:complexType>
  530. </s:element>
  531. <s:element name="SaveMedicalHistoryResponse">
  532. <s:complexType>
  533. <s:sequence>
  534. <s:element minOccurs="0" maxOccurs="1" name="SaveMedicalHistoryResult" type="s:string" />
  535. </s:sequence>
  536. </s:complexType>
  537. </s:element>
  538. <s:element name="SaveImageUploadInfo">
  539. <s:complexType>
  540. <s:sequence>
  541. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  542. <s:element minOccurs="0" maxOccurs="1" name="imageFileName" type="s:string" />
  543. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  544. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  545. <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
  546. </s:sequence>
  547. </s:complexType>
  548. </s:element>
  549. <s:element name="SaveImageUploadInfoResponse">
  550. <s:complexType>
  551. <s:sequence>
  552. <s:element minOccurs="1" maxOccurs="1" name="SaveImageUploadInfoResult" type="s:int" />
  553. </s:sequence>
  554. </s:complexType>
  555. </s:element>
  556. <s:element name="SaveImageSignInfo">
  557. <s:complexType>
  558. <s:sequence>
  559. <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
  560. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  561. <s:element minOccurs="1" maxOccurs="1" name="consentImageRid" type="s:int" />
  562. <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
  563. <s:element minOccurs="0" maxOccurs="1" name="certTarget" type="s:string" />
  564. <s:element minOccurs="0" maxOccurs="1" name="sCertResult" type="s:string" />
  565. </s:sequence>
  566. </s:complexType>
  567. </s:element>
  568. <s:element name="SaveImageSignInfoResponse">
  569. <s:complexType />
  570. </s:element>
  571. <s:element name="CheckConsentState">
  572. <s:complexType>
  573. <s:sequence>
  574. <s:element minOccurs="1" maxOccurs="1" name="consentmstrid" type="s:int" />
  575. <s:element minOccurs="0" maxOccurs="1" name="consent_state" type="s:string" />
  576. </s:sequence>
  577. </s:complexType>
  578. </s:element>
  579. <s:element name="CheckConsentStateResponse">
  580. <s:complexType>
  581. <s:sequence>
  582. <s:element minOccurs="0" maxOccurs="1" name="CheckConsentStateResult" type="tns:SingleReturnData" />
  583. </s:sequence>
  584. </s:complexType>
  585. </s:element>
  586. <s:element name="getAgmtConsentData">
  587. <s:complexType>
  588. <s:sequence>
  589. <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
  590. <s:element minOccurs="0" maxOccurs="1" name="ocrtag" type="s:string" />
  591. </s:sequence>
  592. </s:complexType>
  593. </s:element>
  594. <s:element name="getAgmtConsentDataResponse">
  595. <s:complexType>
  596. <s:sequence>
  597. <s:element minOccurs="0" maxOccurs="1" name="getAgmtConsentDataResult" type="s:string" />
  598. </s:sequence>
  599. </s:complexType>
  600. </s:element>
  601. <s:element name="getOcrString">
  602. <s:complexType>
  603. <s:sequence>
  604. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  605. <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
  606. </s:sequence>
  607. </s:complexType>
  608. </s:element>
  609. <s:element name="getOcrStringResponse">
  610. <s:complexType>
  611. <s:sequence>
  612. <s:element minOccurs="0" maxOccurs="1" name="getOcrStringResult" type="s:string" />
  613. </s:sequence>
  614. </s:complexType>
  615. </s:element>
  616. <s:element name="getCertUseYn">
  617. <s:complexType>
  618. <s:sequence>
  619. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  620. <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
  621. </s:sequence>
  622. </s:complexType>
  623. </s:element>
  624. <s:element name="getCertUseYnResponse">
  625. <s:complexType>
  626. <s:sequence>
  627. <s:element minOccurs="0" maxOccurs="1" name="getCertUseYnResult" type="s:string" />
  628. </s:sequence>
  629. </s:complexType>
  630. </s:element>
  631. <s:element name="getCertUseYnData">
  632. <s:complexType>
  633. <s:sequence>
  634. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  635. <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
  636. </s:sequence>
  637. </s:complexType>
  638. </s:element>
  639. <s:element name="getCertUseYnDataResponse">
  640. <s:complexType>
  641. <s:sequence>
  642. <s:element minOccurs="0" maxOccurs="1" name="getCertUseYnDataResult" type="s:string" />
  643. </s:sequence>
  644. </s:complexType>
  645. </s:element>
  646. <s:element name="getDualViewMode">
  647. <s:complexType>
  648. <s:sequence>
  649. <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
  650. <s:element minOccurs="0" maxOccurs="1" name="ipaddr" type="s:string" />
  651. </s:sequence>
  652. </s:complexType>
  653. </s:element>
  654. <s:element name="getDualViewModeResponse">
  655. <s:complexType>
  656. <s:sequence>
  657. <s:element minOccurs="0" maxOccurs="1" name="getDualViewModeResult" type="s:string" />
  658. </s:sequence>
  659. </s:complexType>
  660. </s:element>
  661. <s:element name="updateCertifyComplete">
  662. <s:complexType>
  663. <s:sequence>
  664. <s:element minOccurs="0" maxOccurs="1" name="consent_rids" type="s:string" />
  665. <s:element minOccurs="0" maxOccurs="1" name="ocrtags" type="s:string" />
  666. <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
  667. </s:sequence>
  668. </s:complexType>
  669. </s:element>
  670. <s:element name="updateCertifyCompleteResponse">
  671. <s:complexType>
  672. <s:sequence>
  673. <s:element minOccurs="0" maxOccurs="1" name="updateCertifyCompleteResult" type="s:string" />
  674. </s:sequence>
  675. </s:complexType>
  676. </s:element>
  677. <s:element name="updatePrintHistory">
  678. <s:complexType>
  679. <s:sequence>
  680. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  681. <s:element minOccurs="0" maxOccurs="1" name="ocrtag" type="s:string" />
  682. <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
  683. </s:sequence>
  684. </s:complexType>
  685. </s:element>
  686. <s:element name="updatePrintHistoryResponse">
  687. <s:complexType />
  688. </s:element>
  689. <s:element name="duplicateCertConsent">
  690. <s:complexType>
  691. <s:sequence>
  692. <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
  693. <s:element minOccurs="0" maxOccurs="1" name="instCd" type="s:string" />
  694. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  695. </s:sequence>
  696. </s:complexType>
  697. </s:element>
  698. <s:element name="duplicateCertConsentResponse">
  699. <s:complexType>
  700. <s:sequence>
  701. <s:element minOccurs="0" maxOccurs="1" name="duplicateCertConsentResult" type="tns:SingleReturnData" />
  702. </s:sequence>
  703. </s:complexType>
  704. </s:element>
  705. <s:element name="checkJinJeongDocument">
  706. <s:complexType>
  707. <s:sequence>
  708. <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
  709. <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
  710. </s:sequence>
  711. </s:complexType>
  712. </s:element>
  713. <s:element name="checkJinJeongDocumentResponse">
  714. <s:complexType>
  715. <s:sequence>
  716. <s:element minOccurs="1" maxOccurs="1" name="checkJinJeongDocumentResult" type="s:int" />
  717. </s:sequence>
  718. </s:complexType>
  719. </s:element>
  720. <s:element name="getLinkedAnstDocument">
  721. <s:complexType>
  722. <s:sequence>
  723. <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
  724. </s:sequence>
  725. </s:complexType>
  726. </s:element>
  727. <s:element name="getLinkedAnstDocumentResponse">
  728. <s:complexType>
  729. <s:sequence>
  730. <s:element minOccurs="0" maxOccurs="1" name="getLinkedAnstDocumentResult" type="s:string" />
  731. </s:sequence>
  732. </s:complexType>
  733. </s:element>
  734. <s:element name="checkOperationDocument">
  735. <s:complexType>
  736. <s:sequence>
  737. <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
  738. <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
  739. </s:sequence>
  740. </s:complexType>
  741. </s:element>
  742. <s:element name="checkOperationDocumentResponse">
  743. <s:complexType>
  744. <s:sequence>
  745. <s:element minOccurs="0" maxOccurs="1" name="checkOperationDocumentResult" type="s:string" />
  746. </s:sequence>
  747. </s:complexType>
  748. </s:element>
  749. <s:element name="GetConsentFormXml">
  750. <s:complexType>
  751. <s:sequence>
  752. <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
  753. </s:sequence>
  754. </s:complexType>
  755. </s:element>
  756. <s:element name="GetConsentFormXmlResponse">
  757. <s:complexType>
  758. <s:sequence>
  759. <s:element minOccurs="0" maxOccurs="1" name="GetConsentFormXmlResult" type="s:string" />
  760. </s:sequence>
  761. </s:complexType>
  762. </s:element>
  763. </s:schema>
  764. </wsdl:types>
  765. <wsdl:message name="CheckWebServiceSoapIn">
  766. <wsdl:part name="parameters" element="tns:CheckWebService" />
  767. </wsdl:message>
  768. <wsdl:message name="CheckWebServiceSoapOut">
  769. <wsdl:part name="parameters" element="tns:CheckWebServiceResponse" />
  770. </wsdl:message>
  771. <wsdl:message name="getOcrType6FormsSoapIn">
  772. <wsdl:part name="parameters" element="tns:getOcrType6Forms" />
  773. </wsdl:message>
  774. <wsdl:message name="getOcrType6FormsSoapOut">
  775. <wsdl:part name="parameters" element="tns:getOcrType6FormsResponse" />
  776. </wsdl:message>
  777. <wsdl:message name="CheckDatabaseConnectionSoapIn">
  778. <wsdl:part name="parameters" element="tns:CheckDatabaseConnection" />
  779. </wsdl:message>
  780. <wsdl:message name="CheckDatabaseConnectionSoapOut">
  781. <wsdl:part name="parameters" element="tns:CheckDatabaseConnectionResponse" />
  782. </wsdl:message>
  783. <wsdl:message name="GetCategoryForDropdownSoapIn">
  784. <wsdl:part name="parameters" element="tns:GetCategoryForDropdown" />
  785. </wsdl:message>
  786. <wsdl:message name="GetCategoryForDropdownSoapOut">
  787. <wsdl:part name="parameters" element="tns:GetCategoryForDropdownResponse" />
  788. </wsdl:message>
  789. <wsdl:message name="GetConsentListByUserNameSoapIn">
  790. <wsdl:part name="parameters" element="tns:GetConsentListByUserName" />
  791. </wsdl:message>
  792. <wsdl:message name="GetConsentListByUserNameSoapOut">
  793. <wsdl:part name="parameters" element="tns:GetConsentListByUserNameResponse" />
  794. </wsdl:message>
  795. <wsdl:message name="GetConsentListSoapIn">
  796. <wsdl:part name="parameters" element="tns:GetConsentList" />
  797. </wsdl:message>
  798. <wsdl:message name="GetConsentListSoapOut">
  799. <wsdl:part name="parameters" element="tns:GetConsentListResponse" />
  800. </wsdl:message>
  801. <wsdl:message name="GetConsentBySearchSoapIn">
  802. <wsdl:part name="parameters" element="tns:GetConsentBySearch" />
  803. </wsdl:message>
  804. <wsdl:message name="GetConsentBySearchSoapOut">
  805. <wsdl:part name="parameters" element="tns:GetConsentBySearchResponse" />
  806. </wsdl:message>
  807. <wsdl:message name="GetConsentByFormcdSoapIn">
  808. <wsdl:part name="parameters" element="tns:GetConsentByFormcd" />
  809. </wsdl:message>
  810. <wsdl:message name="GetConsentByFormcdSoapOut">
  811. <wsdl:part name="parameters" element="tns:GetConsentByFormcdResponse" />
  812. </wsdl:message>
  813. <wsdl:message name="GetConsentImageSoapIn">
  814. <wsdl:part name="parameters" element="tns:GetConsentImage" />
  815. </wsdl:message>
  816. <wsdl:message name="GetConsentImageSoapOut">
  817. <wsdl:part name="parameters" element="tns:GetConsentImageResponse" />
  818. </wsdl:message>
  819. <wsdl:message name="SaveTempDataNewSoapIn">
  820. <wsdl:part name="parameters" element="tns:SaveTempDataNew" />
  821. </wsdl:message>
  822. <wsdl:message name="SaveTempDataNewSoapOut">
  823. <wsdl:part name="parameters" element="tns:SaveTempDataNewResponse" />
  824. </wsdl:message>
  825. <wsdl:message name="SaveTempDataSoapIn">
  826. <wsdl:part name="parameters" element="tns:SaveTempData" />
  827. </wsdl:message>
  828. <wsdl:message name="SaveTempDataSoapOut">
  829. <wsdl:part name="parameters" element="tns:SaveTempDataResponse" />
  830. </wsdl:message>
  831. <wsdl:message name="SaveCompleteSoapIn">
  832. <wsdl:part name="parameters" element="tns:SaveComplete" />
  833. </wsdl:message>
  834. <wsdl:message name="SaveCompleteSoapOut">
  835. <wsdl:part name="parameters" element="tns:SaveCompleteResponse" />
  836. </wsdl:message>
  837. <wsdl:message name="SaveCompleteAllNewSoapIn">
  838. <wsdl:part name="parameters" element="tns:SaveCompleteAllNew" />
  839. </wsdl:message>
  840. <wsdl:message name="SaveCompleteAllNewSoapOut">
  841. <wsdl:part name="parameters" element="tns:SaveCompleteAllNewResponse" />
  842. </wsdl:message>
  843. <wsdl:message name="SaveCompleteAllSoapIn">
  844. <wsdl:part name="parameters" element="tns:SaveCompleteAll" />
  845. </wsdl:message>
  846. <wsdl:message name="SaveCompleteAllSoapOut">
  847. <wsdl:part name="parameters" element="tns:SaveCompleteAllResponse" />
  848. </wsdl:message>
  849. <wsdl:message name="SaveDeleteSoapIn">
  850. <wsdl:part name="parameters" element="tns:SaveDelete" />
  851. </wsdl:message>
  852. <wsdl:message name="SaveDeleteSoapOut">
  853. <wsdl:part name="parameters" element="tns:SaveDeleteResponse" />
  854. </wsdl:message>
  855. <wsdl:message name="SavePrintOutSoapIn">
  856. <wsdl:part name="parameters" element="tns:SavePrintOut" />
  857. </wsdl:message>
  858. <wsdl:message name="SavePrintOutSoapOut">
  859. <wsdl:part name="parameters" element="tns:SavePrintOutResponse" />
  860. </wsdl:message>
  861. <wsdl:message name="SaveMedicalHistorySoapIn">
  862. <wsdl:part name="parameters" element="tns:SaveMedicalHistory" />
  863. </wsdl:message>
  864. <wsdl:message name="SaveMedicalHistorySoapOut">
  865. <wsdl:part name="parameters" element="tns:SaveMedicalHistoryResponse" />
  866. </wsdl:message>
  867. <wsdl:message name="SaveImageUploadInfoSoapIn">
  868. <wsdl:part name="parameters" element="tns:SaveImageUploadInfo" />
  869. </wsdl:message>
  870. <wsdl:message name="SaveImageUploadInfoSoapOut">
  871. <wsdl:part name="parameters" element="tns:SaveImageUploadInfoResponse" />
  872. </wsdl:message>
  873. <wsdl:message name="SaveImageSignInfoSoapIn">
  874. <wsdl:part name="parameters" element="tns:SaveImageSignInfo" />
  875. </wsdl:message>
  876. <wsdl:message name="SaveImageSignInfoSoapOut">
  877. <wsdl:part name="parameters" element="tns:SaveImageSignInfoResponse" />
  878. </wsdl:message>
  879. <wsdl:message name="CheckConsentStateSoapIn">
  880. <wsdl:part name="parameters" element="tns:CheckConsentState" />
  881. </wsdl:message>
  882. <wsdl:message name="CheckConsentStateSoapOut">
  883. <wsdl:part name="parameters" element="tns:CheckConsentStateResponse" />
  884. </wsdl:message>
  885. <wsdl:message name="getAgmtConsentDataSoapIn">
  886. <wsdl:part name="parameters" element="tns:getAgmtConsentData" />
  887. </wsdl:message>
  888. <wsdl:message name="getAgmtConsentDataSoapOut">
  889. <wsdl:part name="parameters" element="tns:getAgmtConsentDataResponse" />
  890. </wsdl:message>
  891. <wsdl:message name="getOcrStringSoapIn">
  892. <wsdl:part name="parameters" element="tns:getOcrString" />
  893. </wsdl:message>
  894. <wsdl:message name="getOcrStringSoapOut">
  895. <wsdl:part name="parameters" element="tns:getOcrStringResponse" />
  896. </wsdl:message>
  897. <wsdl:message name="getCertUseYnSoapIn">
  898. <wsdl:part name="parameters" element="tns:getCertUseYn" />
  899. </wsdl:message>
  900. <wsdl:message name="getCertUseYnSoapOut">
  901. <wsdl:part name="parameters" element="tns:getCertUseYnResponse" />
  902. </wsdl:message>
  903. <wsdl:message name="getCertUseYnDataSoapIn">
  904. <wsdl:part name="parameters" element="tns:getCertUseYnData" />
  905. </wsdl:message>
  906. <wsdl:message name="getCertUseYnDataSoapOut">
  907. <wsdl:part name="parameters" element="tns:getCertUseYnDataResponse" />
  908. </wsdl:message>
  909. <wsdl:message name="getDualViewModeSoapIn">
  910. <wsdl:part name="parameters" element="tns:getDualViewMode" />
  911. </wsdl:message>
  912. <wsdl:message name="getDualViewModeSoapOut">
  913. <wsdl:part name="parameters" element="tns:getDualViewModeResponse" />
  914. </wsdl:message>
  915. <wsdl:message name="updateCertifyCompleteSoapIn">
  916. <wsdl:part name="parameters" element="tns:updateCertifyComplete" />
  917. </wsdl:message>
  918. <wsdl:message name="updateCertifyCompleteSoapOut">
  919. <wsdl:part name="parameters" element="tns:updateCertifyCompleteResponse" />
  920. </wsdl:message>
  921. <wsdl:message name="updatePrintHistorySoapIn">
  922. <wsdl:part name="parameters" element="tns:updatePrintHistory" />
  923. </wsdl:message>
  924. <wsdl:message name="updatePrintHistorySoapOut">
  925. <wsdl:part name="parameters" element="tns:updatePrintHistoryResponse" />
  926. </wsdl:message>
  927. <wsdl:message name="duplicateCertConsentSoapIn">
  928. <wsdl:part name="parameters" element="tns:duplicateCertConsent" />
  929. </wsdl:message>
  930. <wsdl:message name="duplicateCertConsentSoapOut">
  931. <wsdl:part name="parameters" element="tns:duplicateCertConsentResponse" />
  932. </wsdl:message>
  933. <wsdl:message name="checkJinJeongDocumentSoapIn">
  934. <wsdl:part name="parameters" element="tns:checkJinJeongDocument" />
  935. </wsdl:message>
  936. <wsdl:message name="checkJinJeongDocumentSoapOut">
  937. <wsdl:part name="parameters" element="tns:checkJinJeongDocumentResponse" />
  938. </wsdl:message>
  939. <wsdl:message name="getLinkedAnstDocumentSoapIn">
  940. <wsdl:part name="parameters" element="tns:getLinkedAnstDocument" />
  941. </wsdl:message>
  942. <wsdl:message name="getLinkedAnstDocumentSoapOut">
  943. <wsdl:part name="parameters" element="tns:getLinkedAnstDocumentResponse" />
  944. </wsdl:message>
  945. <wsdl:message name="checkOperationDocumentSoapIn">
  946. <wsdl:part name="parameters" element="tns:checkOperationDocument" />
  947. </wsdl:message>
  948. <wsdl:message name="checkOperationDocumentSoapOut">
  949. <wsdl:part name="parameters" element="tns:checkOperationDocumentResponse" />
  950. </wsdl:message>
  951. <wsdl:message name="GetConsentFormXmlSoapIn">
  952. <wsdl:part name="parameters" element="tns:GetConsentFormXml" />
  953. </wsdl:message>
  954. <wsdl:message name="GetConsentFormXmlSoapOut">
  955. <wsdl:part name="parameters" element="tns:GetConsentFormXmlResponse" />
  956. </wsdl:message>
  957. <wsdl:portType name="ConsentSvcSoap">
  958. <wsdl:operation name="CheckWebService">
  959. <wsdl:input message="tns:CheckWebServiceSoapIn" />
  960. <wsdl:output message="tns:CheckWebServiceSoapOut" />
  961. </wsdl:operation>
  962. <wsdl:operation name="getOcrType6Forms">
  963. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Type 6 인 동의서 조회</wsdl:documentation>
  964. <wsdl:input message="tns:getOcrType6FormsSoapIn" />
  965. <wsdl:output message="tns:getOcrType6FormsSoapOut" />
  966. </wsdl:operation>
  967. <wsdl:operation name="CheckDatabaseConnection">
  968. <wsdl:input message="tns:CheckDatabaseConnectionSoapIn" />
  969. <wsdl:output message="tns:CheckDatabaseConnectionSoapOut" />
  970. </wsdl:operation>
  971. <wsdl:operation name="GetCategoryForDropdown">
  972. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 하위 카테고리 조회</wsdl:documentation>
  973. <wsdl:input message="tns:GetCategoryForDropdownSoapIn" />
  974. <wsdl:output message="tns:GetCategoryForDropdownSoapOut" />
  975. </wsdl:operation>
  976. <wsdl:operation name="GetConsentListByUserName">
  977. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자 이름에 따른 환자별 동의서 목록 조회</wsdl:documentation>
  978. <wsdl:input message="tns:GetConsentListByUserNameSoapIn" />
  979. <wsdl:output message="tns:GetConsentListByUserNameSoapOut" />
  980. </wsdl:operation>
  981. <wsdl:operation name="GetConsentList">
  982. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자/상태에 따른 동의서 목록 검색</wsdl:documentation>
  983. <wsdl:input message="tns:GetConsentListSoapIn" />
  984. <wsdl:output message="tns:GetConsentListSoapOut" />
  985. </wsdl:operation>
  986. <wsdl:operation name="GetConsentBySearch">
  987. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 찾기(조회)</wsdl:documentation>
  988. <wsdl:input message="tns:GetConsentBySearchSoapIn" />
  989. <wsdl:output message="tns:GetConsentBySearchSoapOut" />
  990. </wsdl:operation>
  991. <wsdl:operation name="GetConsentByFormcd">
  992. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 찾기(서식코드)</wsdl:documentation>
  993. <wsdl:input message="tns:GetConsentByFormcdSoapIn" />
  994. <wsdl:output message="tns:GetConsentByFormcdSoapOut" />
  995. </wsdl:operation>
  996. <wsdl:operation name="GetConsentImage">
  997. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 저장된 이미지 내역 조회</wsdl:documentation>
  998. <wsdl:input message="tns:GetConsentImageSoapIn" />
  999. <wsdl:output message="tns:GetConsentImageSoapOut" />
  1000. </wsdl:operation>
  1001. <wsdl:operation name="SaveTempDataNew">
  1002. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 임시저장 NEW</wsdl:documentation>
  1003. <wsdl:input message="tns:SaveTempDataNewSoapIn" />
  1004. <wsdl:output message="tns:SaveTempDataNewSoapOut" />
  1005. </wsdl:operation>
  1006. <wsdl:operation name="SaveTempData">
  1007. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 임시저장</wsdl:documentation>
  1008. <wsdl:input message="tns:SaveTempDataSoapIn" />
  1009. <wsdl:output message="tns:SaveTempDataSoapOut" />
  1010. </wsdl:operation>
  1011. <wsdl:operation name="SaveComplete">
  1012. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료</wsdl:documentation>
  1013. <wsdl:input message="tns:SaveCompleteSoapIn" />
  1014. <wsdl:output message="tns:SaveCompleteSoapOut" />
  1015. </wsdl:operation>
  1016. <wsdl:operation name="SaveCompleteAllNew">
  1017. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료 NEW</wsdl:documentation>
  1018. <wsdl:input message="tns:SaveCompleteAllNewSoapIn" />
  1019. <wsdl:output message="tns:SaveCompleteAllNewSoapOut" />
  1020. </wsdl:operation>
  1021. <wsdl:operation name="SaveCompleteAll">
  1022. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료</wsdl:documentation>
  1023. <wsdl:input message="tns:SaveCompleteAllSoapIn" />
  1024. <wsdl:output message="tns:SaveCompleteAllSoapOut" />
  1025. </wsdl:operation>
  1026. <wsdl:operation name="SaveDelete">
  1027. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 삭제/폐기 데이터를 저장</wsdl:documentation>
  1028. <wsdl:input message="tns:SaveDeleteSoapIn" />
  1029. <wsdl:output message="tns:SaveDeleteSoapOut" />
  1030. </wsdl:operation>
  1031. <wsdl:operation name="SavePrintOut">
  1032. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 프린트 출력 후 데이터를 저장</wsdl:documentation>
  1033. <wsdl:input message="tns:SavePrintOutSoapIn" />
  1034. <wsdl:output message="tns:SavePrintOutSoapOut" />
  1035. </wsdl:operation>
  1036. <wsdl:operation name="SaveMedicalHistory">
  1037. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서의 기왕력 데이터 저장</wsdl:documentation>
  1038. <wsdl:input message="tns:SaveMedicalHistorySoapIn" />
  1039. <wsdl:output message="tns:SaveMedicalHistorySoapOut" />
  1040. </wsdl:operation>
  1041. <wsdl:operation name="SaveImageUploadInfo">
  1042. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료일 경우 이미지 데이터 저장</wsdl:documentation>
  1043. <wsdl:input message="tns:SaveImageUploadInfoSoapIn" />
  1044. <wsdl:output message="tns:SaveImageUploadInfoSoapOut" />
  1045. </wsdl:operation>
  1046. <wsdl:operation name="SaveImageSignInfo">
  1047. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">서명완료된 이미지의 hash 정보 저장</wsdl:documentation>
  1048. <wsdl:input message="tns:SaveImageSignInfoSoapIn" />
  1049. <wsdl:output message="tns:SaveImageSignInfoSoapOut" />
  1050. </wsdl:operation>
  1051. <wsdl:operation name="CheckConsentState">
  1052. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 상위 상태값이 있는지 체크</wsdl:documentation>
  1053. <wsdl:input message="tns:CheckConsentStateSoapIn" />
  1054. <wsdl:output message="tns:CheckConsentStateSoapOut" />
  1055. </wsdl:operation>
  1056. <wsdl:operation name="getAgmtConsentData">
  1057. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">AGMT 입력을 위한 consent_mst 조회</wsdl:documentation>
  1058. <wsdl:input message="tns:getAgmtConsentDataSoapIn" />
  1059. <wsdl:output message="tns:getAgmtConsentDataSoapOut" />
  1060. </wsdl:operation>
  1061. <wsdl:operation name="getOcrString">
  1062. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">기준자료로 부터 OCT 태그에 찍힐 String 값</wsdl:documentation>
  1063. <wsdl:input message="tns:getOcrStringSoapIn" />
  1064. <wsdl:output message="tns:getOcrStringSoapOut" />
  1065. </wsdl:operation>
  1066. <wsdl:operation name="getCertUseYn">
  1067. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">원무서식 인증저장 사용여부, Y 일 경우 인증저장시 인증서 묻기 pass</wsdl:documentation>
  1068. <wsdl:input message="tns:getCertUseYnSoapIn" />
  1069. <wsdl:output message="tns:getCertUseYnSoapOut" />
  1070. </wsdl:operation>
  1071. <wsdl:operation name="getCertUseYnData">
  1072. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">원무서식 인증저장 사용여부, Y 일 경우 인증저장시 인증서 묻기 pass (모바일에서 다중 선택 기능 포함)</wsdl:documentation>
  1073. <wsdl:input message="tns:getCertUseYnDataSoapIn" />
  1074. <wsdl:output message="tns:getCertUseYnDataSoapOut" />
  1075. </wsdl:operation>
  1076. <wsdl:operation name="getDualViewMode">
  1077. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">경북대학교병원 PC 클라이언트 dual view 모드 활성화 여부 조회</wsdl:documentation>
  1078. <wsdl:input message="tns:getDualViewModeSoapIn" />
  1079. <wsdl:output message="tns:getDualViewModeSoapOut" />
  1080. </wsdl:operation>
  1081. <wsdl:operation name="updateCertifyComplete">
  1082. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">경북대학교병원 일괄 인증 저장</wsdl:documentation>
  1083. <wsdl:input message="tns:updateCertifyCompleteSoapIn" />
  1084. <wsdl:output message="tns:updateCertifyCompleteSoapOut" />
  1085. </wsdl:operation>
  1086. <wsdl:operation name="updatePrintHistory">
  1087. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">프린터 출력 오류 시 출력 히스토리 삭제</wsdl:documentation>
  1088. <wsdl:input message="tns:updatePrintHistorySoapIn" />
  1089. <wsdl:output message="tns:updatePrintHistorySoapOut" />
  1090. </wsdl:operation>
  1091. <wsdl:operation name="duplicateCertConsent">
  1092. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 선택시 해당일에 대해 중복으로 작성되었는지 확인</wsdl:documentation>
  1093. <wsdl:input message="tns:duplicateCertConsentSoapIn" />
  1094. <wsdl:output message="tns:duplicateCertConsentSoapOut" />
  1095. </wsdl:operation>
  1096. <wsdl:operation name="checkJinJeongDocument">
  1097. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">진정동의서 출력 여부 확인</wsdl:documentation>
  1098. <wsdl:input message="tns:checkJinJeongDocumentSoapIn" />
  1099. <wsdl:output message="tns:checkJinJeongDocumentSoapOut" />
  1100. </wsdl:operation>
  1101. <wsdl:operation name="getLinkedAnstDocument">
  1102. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">마취동의서 서식 코드 조회</wsdl:documentation>
  1103. <wsdl:input message="tns:getLinkedAnstDocumentSoapIn" />
  1104. <wsdl:output message="tns:getLinkedAnstDocumentSoapOut" />
  1105. </wsdl:operation>
  1106. <wsdl:operation name="checkOperationDocument">
  1107. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">수술 관련 동의서 조회</wsdl:documentation>
  1108. <wsdl:input message="tns:checkOperationDocumentSoapIn" />
  1109. <wsdl:output message="tns:checkOperationDocumentSoapOut" />
  1110. </wsdl:operation>
  1111. <wsdl:operation name="GetConsentFormXml">
  1112. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">신규서식이 아닌 서식을 불러온다</wsdl:documentation>
  1113. <wsdl:input message="tns:GetConsentFormXmlSoapIn" />
  1114. <wsdl:output message="tns:GetConsentFormXmlSoapOut" />
  1115. </wsdl:operation>
  1116. </wsdl:portType>
  1117. <wsdl:binding name="ConsentSvcSoap" type="tns:ConsentSvcSoap">
  1118. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  1119. <wsdl:operation name="CheckWebService">
  1120. <soap:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
  1121. <wsdl:input>
  1122. <soap:body use="literal" />
  1123. </wsdl:input>
  1124. <wsdl:output>
  1125. <soap:body use="literal" />
  1126. </wsdl:output>
  1127. </wsdl:operation>
  1128. <wsdl:operation name="getOcrType6Forms">
  1129. <soap:operation soapAction="http://tempuri.org/getOcrType6Forms" style="document" />
  1130. <wsdl:input>
  1131. <soap:body use="literal" />
  1132. </wsdl:input>
  1133. <wsdl:output>
  1134. <soap:body use="literal" />
  1135. </wsdl:output>
  1136. </wsdl:operation>
  1137. <wsdl:operation name="CheckDatabaseConnection">
  1138. <soap:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
  1139. <wsdl:input>
  1140. <soap:body use="literal" />
  1141. </wsdl:input>
  1142. <wsdl:output>
  1143. <soap:body use="literal" />
  1144. </wsdl:output>
  1145. </wsdl:operation>
  1146. <wsdl:operation name="GetCategoryForDropdown">
  1147. <soap:operation soapAction="http://tempuri.org/GetCategoryForDropdown" style="document" />
  1148. <wsdl:input>
  1149. <soap:body use="literal" />
  1150. </wsdl:input>
  1151. <wsdl:output>
  1152. <soap:body use="literal" />
  1153. </wsdl:output>
  1154. </wsdl:operation>
  1155. <wsdl:operation name="GetConsentListByUserName">
  1156. <soap:operation soapAction="http://tempuri.org/GetConsentListByUserName" style="document" />
  1157. <wsdl:input>
  1158. <soap:body use="literal" />
  1159. </wsdl:input>
  1160. <wsdl:output>
  1161. <soap:body use="literal" />
  1162. </wsdl:output>
  1163. </wsdl:operation>
  1164. <wsdl:operation name="GetConsentList">
  1165. <soap:operation soapAction="http://tempuri.org/GetConsentList" style="document" />
  1166. <wsdl:input>
  1167. <soap:body use="literal" />
  1168. </wsdl:input>
  1169. <wsdl:output>
  1170. <soap:body use="literal" />
  1171. </wsdl:output>
  1172. </wsdl:operation>
  1173. <wsdl:operation name="GetConsentBySearch">
  1174. <soap:operation soapAction="http://tempuri.org/GetConsentBySearch" style="document" />
  1175. <wsdl:input>
  1176. <soap:body use="literal" />
  1177. </wsdl:input>
  1178. <wsdl:output>
  1179. <soap:body use="literal" />
  1180. </wsdl:output>
  1181. </wsdl:operation>
  1182. <wsdl:operation name="GetConsentByFormcd">
  1183. <soap:operation soapAction="http://tempuri.org/GetConsentByFormcd" style="document" />
  1184. <wsdl:input>
  1185. <soap:body use="literal" />
  1186. </wsdl:input>
  1187. <wsdl:output>
  1188. <soap:body use="literal" />
  1189. </wsdl:output>
  1190. </wsdl:operation>
  1191. <wsdl:operation name="GetConsentImage">
  1192. <soap:operation soapAction="http://tempuri.org/GetConsentImage" style="document" />
  1193. <wsdl:input>
  1194. <soap:body use="literal" />
  1195. </wsdl:input>
  1196. <wsdl:output>
  1197. <soap:body use="literal" />
  1198. </wsdl:output>
  1199. </wsdl:operation>
  1200. <wsdl:operation name="SaveTempDataNew">
  1201. <soap:operation soapAction="http://tempuri.org/SaveTempDataNew" style="document" />
  1202. <wsdl:input>
  1203. <soap:body use="literal" />
  1204. </wsdl:input>
  1205. <wsdl:output>
  1206. <soap:body use="literal" />
  1207. </wsdl:output>
  1208. </wsdl:operation>
  1209. <wsdl:operation name="SaveTempData">
  1210. <soap:operation soapAction="http://tempuri.org/SaveTempData" style="document" />
  1211. <wsdl:input>
  1212. <soap:body use="literal" />
  1213. </wsdl:input>
  1214. <wsdl:output>
  1215. <soap:body use="literal" />
  1216. </wsdl:output>
  1217. </wsdl:operation>
  1218. <wsdl:operation name="SaveComplete">
  1219. <soap:operation soapAction="http://tempuri.org/SaveComplete" style="document" />
  1220. <wsdl:input>
  1221. <soap:body use="literal" />
  1222. </wsdl:input>
  1223. <wsdl:output>
  1224. <soap:body use="literal" />
  1225. </wsdl:output>
  1226. </wsdl:operation>
  1227. <wsdl:operation name="SaveCompleteAllNew">
  1228. <soap:operation soapAction="http://tempuri.org/SaveCompleteAllNew" style="document" />
  1229. <wsdl:input>
  1230. <soap:body use="literal" />
  1231. </wsdl:input>
  1232. <wsdl:output>
  1233. <soap:body use="literal" />
  1234. </wsdl:output>
  1235. </wsdl:operation>
  1236. <wsdl:operation name="SaveCompleteAll">
  1237. <soap:operation soapAction="http://tempuri.org/SaveCompleteAll" style="document" />
  1238. <wsdl:input>
  1239. <soap:body use="literal" />
  1240. </wsdl:input>
  1241. <wsdl:output>
  1242. <soap:body use="literal" />
  1243. </wsdl:output>
  1244. </wsdl:operation>
  1245. <wsdl:operation name="SaveDelete">
  1246. <soap:operation soapAction="http://tempuri.org/SaveDelete" style="document" />
  1247. <wsdl:input>
  1248. <soap:body use="literal" />
  1249. </wsdl:input>
  1250. <wsdl:output>
  1251. <soap:body use="literal" />
  1252. </wsdl:output>
  1253. </wsdl:operation>
  1254. <wsdl:operation name="SavePrintOut">
  1255. <soap:operation soapAction="http://tempuri.org/SavePrintOut" style="document" />
  1256. <wsdl:input>
  1257. <soap:body use="literal" />
  1258. </wsdl:input>
  1259. <wsdl:output>
  1260. <soap:body use="literal" />
  1261. </wsdl:output>
  1262. </wsdl:operation>
  1263. <wsdl:operation name="SaveMedicalHistory">
  1264. <soap:operation soapAction="http://tempuri.org/SaveMedicalHistory" style="document" />
  1265. <wsdl:input>
  1266. <soap:body use="literal" />
  1267. </wsdl:input>
  1268. <wsdl:output>
  1269. <soap:body use="literal" />
  1270. </wsdl:output>
  1271. </wsdl:operation>
  1272. <wsdl:operation name="SaveImageUploadInfo">
  1273. <soap:operation soapAction="http://tempuri.org/SaveImageUploadInfo" style="document" />
  1274. <wsdl:input>
  1275. <soap:body use="literal" />
  1276. </wsdl:input>
  1277. <wsdl:output>
  1278. <soap:body use="literal" />
  1279. </wsdl:output>
  1280. </wsdl:operation>
  1281. <wsdl:operation name="SaveImageSignInfo">
  1282. <soap:operation soapAction="http://tempuri.org/SaveImageSignInfo" style="document" />
  1283. <wsdl:input>
  1284. <soap:body use="literal" />
  1285. </wsdl:input>
  1286. <wsdl:output>
  1287. <soap:body use="literal" />
  1288. </wsdl:output>
  1289. </wsdl:operation>
  1290. <wsdl:operation name="CheckConsentState">
  1291. <soap:operation soapAction="http://tempuri.org/CheckConsentState" style="document" />
  1292. <wsdl:input>
  1293. <soap:body use="literal" />
  1294. </wsdl:input>
  1295. <wsdl:output>
  1296. <soap:body use="literal" />
  1297. </wsdl:output>
  1298. </wsdl:operation>
  1299. <wsdl:operation name="getAgmtConsentData">
  1300. <soap:operation soapAction="http://tempuri.org/getAgmtConsentData" style="document" />
  1301. <wsdl:input>
  1302. <soap:body use="literal" />
  1303. </wsdl:input>
  1304. <wsdl:output>
  1305. <soap:body use="literal" />
  1306. </wsdl:output>
  1307. </wsdl:operation>
  1308. <wsdl:operation name="getOcrString">
  1309. <soap:operation soapAction="http://tempuri.org/getOcrString" style="document" />
  1310. <wsdl:input>
  1311. <soap:body use="literal" />
  1312. </wsdl:input>
  1313. <wsdl:output>
  1314. <soap:body use="literal" />
  1315. </wsdl:output>
  1316. </wsdl:operation>
  1317. <wsdl:operation name="getCertUseYn">
  1318. <soap:operation soapAction="http://tempuri.org/getCertUseYn" style="document" />
  1319. <wsdl:input>
  1320. <soap:body use="literal" />
  1321. </wsdl:input>
  1322. <wsdl:output>
  1323. <soap:body use="literal" />
  1324. </wsdl:output>
  1325. </wsdl:operation>
  1326. <wsdl:operation name="getCertUseYnData">
  1327. <soap:operation soapAction="http://tempuri.org/getCertUseYnData" style="document" />
  1328. <wsdl:input>
  1329. <soap:body use="literal" />
  1330. </wsdl:input>
  1331. <wsdl:output>
  1332. <soap:body use="literal" />
  1333. </wsdl:output>
  1334. </wsdl:operation>
  1335. <wsdl:operation name="getDualViewMode">
  1336. <soap:operation soapAction="http://tempuri.org/getDualViewMode" style="document" />
  1337. <wsdl:input>
  1338. <soap:body use="literal" />
  1339. </wsdl:input>
  1340. <wsdl:output>
  1341. <soap:body use="literal" />
  1342. </wsdl:output>
  1343. </wsdl:operation>
  1344. <wsdl:operation name="updateCertifyComplete">
  1345. <soap:operation soapAction="http://tempuri.org/updateCertifyComplete" style="document" />
  1346. <wsdl:input>
  1347. <soap:body use="literal" />
  1348. </wsdl:input>
  1349. <wsdl:output>
  1350. <soap:body use="literal" />
  1351. </wsdl:output>
  1352. </wsdl:operation>
  1353. <wsdl:operation name="updatePrintHistory">
  1354. <soap:operation soapAction="http://tempuri.org/updatePrintHistory" style="document" />
  1355. <wsdl:input>
  1356. <soap:body use="literal" />
  1357. </wsdl:input>
  1358. <wsdl:output>
  1359. <soap:body use="literal" />
  1360. </wsdl:output>
  1361. </wsdl:operation>
  1362. <wsdl:operation name="duplicateCertConsent">
  1363. <soap:operation soapAction="http://tempuri.org/duplicateCertConsent" style="document" />
  1364. <wsdl:input>
  1365. <soap:body use="literal" />
  1366. </wsdl:input>
  1367. <wsdl:output>
  1368. <soap:body use="literal" />
  1369. </wsdl:output>
  1370. </wsdl:operation>
  1371. <wsdl:operation name="checkJinJeongDocument">
  1372. <soap:operation soapAction="http://tempuri.org/checkJinJeongDocument" style="document" />
  1373. <wsdl:input>
  1374. <soap:body use="literal" />
  1375. </wsdl:input>
  1376. <wsdl:output>
  1377. <soap:body use="literal" />
  1378. </wsdl:output>
  1379. </wsdl:operation>
  1380. <wsdl:operation name="getLinkedAnstDocument">
  1381. <soap:operation soapAction="http://tempuri.org/getLinkedAnstDocument" style="document" />
  1382. <wsdl:input>
  1383. <soap:body use="literal" />
  1384. </wsdl:input>
  1385. <wsdl:output>
  1386. <soap:body use="literal" />
  1387. </wsdl:output>
  1388. </wsdl:operation>
  1389. <wsdl:operation name="checkOperationDocument">
  1390. <soap:operation soapAction="http://tempuri.org/checkOperationDocument" style="document" />
  1391. <wsdl:input>
  1392. <soap:body use="literal" />
  1393. </wsdl:input>
  1394. <wsdl:output>
  1395. <soap:body use="literal" />
  1396. </wsdl:output>
  1397. </wsdl:operation>
  1398. <wsdl:operation name="GetConsentFormXml">
  1399. <soap:operation soapAction="http://tempuri.org/GetConsentFormXml" style="document" />
  1400. <wsdl:input>
  1401. <soap:body use="literal" />
  1402. </wsdl:input>
  1403. <wsdl:output>
  1404. <soap:body use="literal" />
  1405. </wsdl:output>
  1406. </wsdl:operation>
  1407. </wsdl:binding>
  1408. <wsdl:binding name="ConsentSvcSoap12" type="tns:ConsentSvcSoap">
  1409. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  1410. <wsdl:operation name="CheckWebService">
  1411. <soap12:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
  1412. <wsdl:input>
  1413. <soap12:body use="literal" />
  1414. </wsdl:input>
  1415. <wsdl:output>
  1416. <soap12:body use="literal" />
  1417. </wsdl:output>
  1418. </wsdl:operation>
  1419. <wsdl:operation name="getOcrType6Forms">
  1420. <soap12:operation soapAction="http://tempuri.org/getOcrType6Forms" style="document" />
  1421. <wsdl:input>
  1422. <soap12:body use="literal" />
  1423. </wsdl:input>
  1424. <wsdl:output>
  1425. <soap12:body use="literal" />
  1426. </wsdl:output>
  1427. </wsdl:operation>
  1428. <wsdl:operation name="CheckDatabaseConnection">
  1429. <soap12:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
  1430. <wsdl:input>
  1431. <soap12:body use="literal" />
  1432. </wsdl:input>
  1433. <wsdl:output>
  1434. <soap12:body use="literal" />
  1435. </wsdl:output>
  1436. </wsdl:operation>
  1437. <wsdl:operation name="GetCategoryForDropdown">
  1438. <soap12:operation soapAction="http://tempuri.org/GetCategoryForDropdown" style="document" />
  1439. <wsdl:input>
  1440. <soap12:body use="literal" />
  1441. </wsdl:input>
  1442. <wsdl:output>
  1443. <soap12:body use="literal" />
  1444. </wsdl:output>
  1445. </wsdl:operation>
  1446. <wsdl:operation name="GetConsentListByUserName">
  1447. <soap12:operation soapAction="http://tempuri.org/GetConsentListByUserName" style="document" />
  1448. <wsdl:input>
  1449. <soap12:body use="literal" />
  1450. </wsdl:input>
  1451. <wsdl:output>
  1452. <soap12:body use="literal" />
  1453. </wsdl:output>
  1454. </wsdl:operation>
  1455. <wsdl:operation name="GetConsentList">
  1456. <soap12:operation soapAction="http://tempuri.org/GetConsentList" style="document" />
  1457. <wsdl:input>
  1458. <soap12:body use="literal" />
  1459. </wsdl:input>
  1460. <wsdl:output>
  1461. <soap12:body use="literal" />
  1462. </wsdl:output>
  1463. </wsdl:operation>
  1464. <wsdl:operation name="GetConsentBySearch">
  1465. <soap12:operation soapAction="http://tempuri.org/GetConsentBySearch" style="document" />
  1466. <wsdl:input>
  1467. <soap12:body use="literal" />
  1468. </wsdl:input>
  1469. <wsdl:output>
  1470. <soap12:body use="literal" />
  1471. </wsdl:output>
  1472. </wsdl:operation>
  1473. <wsdl:operation name="GetConsentByFormcd">
  1474. <soap12:operation soapAction="http://tempuri.org/GetConsentByFormcd" style="document" />
  1475. <wsdl:input>
  1476. <soap12:body use="literal" />
  1477. </wsdl:input>
  1478. <wsdl:output>
  1479. <soap12:body use="literal" />
  1480. </wsdl:output>
  1481. </wsdl:operation>
  1482. <wsdl:operation name="GetConsentImage">
  1483. <soap12:operation soapAction="http://tempuri.org/GetConsentImage" style="document" />
  1484. <wsdl:input>
  1485. <soap12:body use="literal" />
  1486. </wsdl:input>
  1487. <wsdl:output>
  1488. <soap12:body use="literal" />
  1489. </wsdl:output>
  1490. </wsdl:operation>
  1491. <wsdl:operation name="SaveTempDataNew">
  1492. <soap12:operation soapAction="http://tempuri.org/SaveTempDataNew" style="document" />
  1493. <wsdl:input>
  1494. <soap12:body use="literal" />
  1495. </wsdl:input>
  1496. <wsdl:output>
  1497. <soap12:body use="literal" />
  1498. </wsdl:output>
  1499. </wsdl:operation>
  1500. <wsdl:operation name="SaveTempData">
  1501. <soap12:operation soapAction="http://tempuri.org/SaveTempData" style="document" />
  1502. <wsdl:input>
  1503. <soap12:body use="literal" />
  1504. </wsdl:input>
  1505. <wsdl:output>
  1506. <soap12:body use="literal" />
  1507. </wsdl:output>
  1508. </wsdl:operation>
  1509. <wsdl:operation name="SaveComplete">
  1510. <soap12:operation soapAction="http://tempuri.org/SaveComplete" style="document" />
  1511. <wsdl:input>
  1512. <soap12:body use="literal" />
  1513. </wsdl:input>
  1514. <wsdl:output>
  1515. <soap12:body use="literal" />
  1516. </wsdl:output>
  1517. </wsdl:operation>
  1518. <wsdl:operation name="SaveCompleteAllNew">
  1519. <soap12:operation soapAction="http://tempuri.org/SaveCompleteAllNew" style="document" />
  1520. <wsdl:input>
  1521. <soap12:body use="literal" />
  1522. </wsdl:input>
  1523. <wsdl:output>
  1524. <soap12:body use="literal" />
  1525. </wsdl:output>
  1526. </wsdl:operation>
  1527. <wsdl:operation name="SaveCompleteAll">
  1528. <soap12:operation soapAction="http://tempuri.org/SaveCompleteAll" style="document" />
  1529. <wsdl:input>
  1530. <soap12:body use="literal" />
  1531. </wsdl:input>
  1532. <wsdl:output>
  1533. <soap12:body use="literal" />
  1534. </wsdl:output>
  1535. </wsdl:operation>
  1536. <wsdl:operation name="SaveDelete">
  1537. <soap12:operation soapAction="http://tempuri.org/SaveDelete" style="document" />
  1538. <wsdl:input>
  1539. <soap12:body use="literal" />
  1540. </wsdl:input>
  1541. <wsdl:output>
  1542. <soap12:body use="literal" />
  1543. </wsdl:output>
  1544. </wsdl:operation>
  1545. <wsdl:operation name="SavePrintOut">
  1546. <soap12:operation soapAction="http://tempuri.org/SavePrintOut" style="document" />
  1547. <wsdl:input>
  1548. <soap12:body use="literal" />
  1549. </wsdl:input>
  1550. <wsdl:output>
  1551. <soap12:body use="literal" />
  1552. </wsdl:output>
  1553. </wsdl:operation>
  1554. <wsdl:operation name="SaveMedicalHistory">
  1555. <soap12:operation soapAction="http://tempuri.org/SaveMedicalHistory" style="document" />
  1556. <wsdl:input>
  1557. <soap12:body use="literal" />
  1558. </wsdl:input>
  1559. <wsdl:output>
  1560. <soap12:body use="literal" />
  1561. </wsdl:output>
  1562. </wsdl:operation>
  1563. <wsdl:operation name="SaveImageUploadInfo">
  1564. <soap12:operation soapAction="http://tempuri.org/SaveImageUploadInfo" style="document" />
  1565. <wsdl:input>
  1566. <soap12:body use="literal" />
  1567. </wsdl:input>
  1568. <wsdl:output>
  1569. <soap12:body use="literal" />
  1570. </wsdl:output>
  1571. </wsdl:operation>
  1572. <wsdl:operation name="SaveImageSignInfo">
  1573. <soap12:operation soapAction="http://tempuri.org/SaveImageSignInfo" style="document" />
  1574. <wsdl:input>
  1575. <soap12:body use="literal" />
  1576. </wsdl:input>
  1577. <wsdl:output>
  1578. <soap12:body use="literal" />
  1579. </wsdl:output>
  1580. </wsdl:operation>
  1581. <wsdl:operation name="CheckConsentState">
  1582. <soap12:operation soapAction="http://tempuri.org/CheckConsentState" style="document" />
  1583. <wsdl:input>
  1584. <soap12:body use="literal" />
  1585. </wsdl:input>
  1586. <wsdl:output>
  1587. <soap12:body use="literal" />
  1588. </wsdl:output>
  1589. </wsdl:operation>
  1590. <wsdl:operation name="getAgmtConsentData">
  1591. <soap12:operation soapAction="http://tempuri.org/getAgmtConsentData" style="document" />
  1592. <wsdl:input>
  1593. <soap12:body use="literal" />
  1594. </wsdl:input>
  1595. <wsdl:output>
  1596. <soap12:body use="literal" />
  1597. </wsdl:output>
  1598. </wsdl:operation>
  1599. <wsdl:operation name="getOcrString">
  1600. <soap12:operation soapAction="http://tempuri.org/getOcrString" style="document" />
  1601. <wsdl:input>
  1602. <soap12:body use="literal" />
  1603. </wsdl:input>
  1604. <wsdl:output>
  1605. <soap12:body use="literal" />
  1606. </wsdl:output>
  1607. </wsdl:operation>
  1608. <wsdl:operation name="getCertUseYn">
  1609. <soap12:operation soapAction="http://tempuri.org/getCertUseYn" style="document" />
  1610. <wsdl:input>
  1611. <soap12:body use="literal" />
  1612. </wsdl:input>
  1613. <wsdl:output>
  1614. <soap12:body use="literal" />
  1615. </wsdl:output>
  1616. </wsdl:operation>
  1617. <wsdl:operation name="getCertUseYnData">
  1618. <soap12:operation soapAction="http://tempuri.org/getCertUseYnData" style="document" />
  1619. <wsdl:input>
  1620. <soap12:body use="literal" />
  1621. </wsdl:input>
  1622. <wsdl:output>
  1623. <soap12:body use="literal" />
  1624. </wsdl:output>
  1625. </wsdl:operation>
  1626. <wsdl:operation name="getDualViewMode">
  1627. <soap12:operation soapAction="http://tempuri.org/getDualViewMode" style="document" />
  1628. <wsdl:input>
  1629. <soap12:body use="literal" />
  1630. </wsdl:input>
  1631. <wsdl:output>
  1632. <soap12:body use="literal" />
  1633. </wsdl:output>
  1634. </wsdl:operation>
  1635. <wsdl:operation name="updateCertifyComplete">
  1636. <soap12:operation soapAction="http://tempuri.org/updateCertifyComplete" style="document" />
  1637. <wsdl:input>
  1638. <soap12:body use="literal" />
  1639. </wsdl:input>
  1640. <wsdl:output>
  1641. <soap12:body use="literal" />
  1642. </wsdl:output>
  1643. </wsdl:operation>
  1644. <wsdl:operation name="updatePrintHistory">
  1645. <soap12:operation soapAction="http://tempuri.org/updatePrintHistory" style="document" />
  1646. <wsdl:input>
  1647. <soap12:body use="literal" />
  1648. </wsdl:input>
  1649. <wsdl:output>
  1650. <soap12:body use="literal" />
  1651. </wsdl:output>
  1652. </wsdl:operation>
  1653. <wsdl:operation name="duplicateCertConsent">
  1654. <soap12:operation soapAction="http://tempuri.org/duplicateCertConsent" style="document" />
  1655. <wsdl:input>
  1656. <soap12:body use="literal" />
  1657. </wsdl:input>
  1658. <wsdl:output>
  1659. <soap12:body use="literal" />
  1660. </wsdl:output>
  1661. </wsdl:operation>
  1662. <wsdl:operation name="checkJinJeongDocument">
  1663. <soap12:operation soapAction="http://tempuri.org/checkJinJeongDocument" style="document" />
  1664. <wsdl:input>
  1665. <soap12:body use="literal" />
  1666. </wsdl:input>
  1667. <wsdl:output>
  1668. <soap12:body use="literal" />
  1669. </wsdl:output>
  1670. </wsdl:operation>
  1671. <wsdl:operation name="getLinkedAnstDocument">
  1672. <soap12:operation soapAction="http://tempuri.org/getLinkedAnstDocument" style="document" />
  1673. <wsdl:input>
  1674. <soap12:body use="literal" />
  1675. </wsdl:input>
  1676. <wsdl:output>
  1677. <soap12:body use="literal" />
  1678. </wsdl:output>
  1679. </wsdl:operation>
  1680. <wsdl:operation name="checkOperationDocument">
  1681. <soap12:operation soapAction="http://tempuri.org/checkOperationDocument" style="document" />
  1682. <wsdl:input>
  1683. <soap12:body use="literal" />
  1684. </wsdl:input>
  1685. <wsdl:output>
  1686. <soap12:body use="literal" />
  1687. </wsdl:output>
  1688. </wsdl:operation>
  1689. <wsdl:operation name="GetConsentFormXml">
  1690. <soap12:operation soapAction="http://tempuri.org/GetConsentFormXml" style="document" />
  1691. <wsdl:input>
  1692. <soap12:body use="literal" />
  1693. </wsdl:input>
  1694. <wsdl:output>
  1695. <soap12:body use="literal" />
  1696. </wsdl:output>
  1697. </wsdl:operation>
  1698. </wsdl:binding>
  1699. <wsdl:service name="ConsentSvc">
  1700. <wsdl:port name="ConsentSvcSoap" binding="tns:ConsentSvcSoap">
  1701. <soap:address location="http://localhost:8091/ConsentSvc.asmx" />
  1702. </wsdl:port>
  1703. <wsdl:port name="ConsentSvcSoap12" binding="tns:ConsentSvcSoap12">
  1704. <soap12:address location="http://localhost:8091/ConsentSvc.asmx" />
  1705. </wsdl:port>
  1706. </wsdl:service>
  1707. </wsdl:definitions>