12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" 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/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:element name="CheckWebService">
- <s:complexType />
- </s:element>
- <s:element name="CheckWebServiceResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="CheckWebServiceResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getOcrType6Forms">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getOcrType6FormsResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getOcrType6FormsResult" type="tns:ArrayOfString" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfString">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="CheckDatabaseConnection">
- <s:complexType />
- </s:element>
- <s:element name="CheckDatabaseConnectionResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="CheckDatabaseConnectionResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetCategoryForDropdown">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="categoryId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetCategoryForDropdownResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetCategoryForDropdownResult" type="tns:ArrayOfCategoryForDropdownVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfCategoryForDropdownVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="CategoryForDropdownVO" nillable="true" type="tns:CategoryForDropdownVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="CategoryForDropdownVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="CategoryType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CategoryId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CategoryName" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetConsentList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="startDt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="endDt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="consetState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="jobkindcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentListResult" type="tns:ArrayOfConsentVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfConsentVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentVO" nillable="true" type="tns:ConsentVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ConsentVO">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="ConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="ConsentName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ConsentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ConsentStateDisp" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="HosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="PatientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="PatientName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="VisitType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="VisitTypeName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CosignDcId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CosignDcName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ClnDeptCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ClnDeptNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Doctor" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="RoomCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OcrNumber" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateUserId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateDateTime" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ClnDate" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="Cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="FormGuid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FormCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="PrntCnt" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="OrderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="OrderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OrderNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OcrTagYN" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FormPrintName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserDrFlag" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="PrntOnly" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OpDiagName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OpName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OpRsrvNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetConsentBySearch">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="categoryId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="keyWord" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="instCd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentBySearchResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentBySearchResult" type="tns:ArrayOfConsentBySearchVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfConsentBySearchVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentBySearchVO" nillable="true" type="tns:ConsentBySearchVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ConsentBySearchVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="FormCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FormGuid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FormName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FullCategoryName" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="PrntCnt" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="PrntOnly" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OcrTagYN" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FormPrintName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OpDiagName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OpName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserDrFlag" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="LinkFormCd" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetConsentByCalcscorcd">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="calcscorCd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentByCalcscorcdResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentByCalcscorcdResult" type="tns:ArrayOfConsentBySearchVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentByFormcd">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pInstCd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentByFormcdResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentByFormcdResult" type="tns:ArrayOfConsentBySearchVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentImage">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="consentMstRid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentImageResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentImageResult" type="tns:ArrayOfConsentImageVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfConsentImageVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentImageVO" nillable="true" type="tns:ConsentImageVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ConsentImageVO">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="ConsentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="ConsentImageRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="FormRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="ImagePath" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ImageFilename" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CompleteYn" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateUserId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CreateDatetime" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="SaveTempData">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveTempDataResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveTempDataResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveComplete">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveCompleteResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveCompleteResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveCompleteAll">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="imageFileJson" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="certTarget" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="certResult" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dschdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveCompleteAllResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveCompleteAllResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveDelete">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRidInt" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="rewriteConsentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="reissueConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="reasonForUseN" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveDeleteResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveDeleteResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SavePrintOut">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDeptCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="reissueConsentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deviceIdentNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="vistType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="orderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="orderName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orderCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrCode" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="mainDrId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userDeptCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pageCnt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="actKind" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clientType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SavePrintOutResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SavePrintOutResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveMedicalHistory">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="patientCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="clnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="bp" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="heart" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="kidney" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="respiration" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hx" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="allergy" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="drug" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="smoking" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="idio" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="nacrotics" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="airway" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hemorrhage" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="status_etc" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveMedicalHistoryResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="SaveMedicalHistoryResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveImageUploadInfo">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="imageFileName" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="formRid" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveImageUploadInfoResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="SaveImageUploadInfoResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveImageSignInfo">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="consentImageRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="userId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="certTarget" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="sCertResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveImageSignInfoResponse">
- <s:complexType />
- </s:element>
- <s:element name="CheckConsentState">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="consentmstrid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="consent_state" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="CheckConsentStateResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="CheckConsentStateResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getOcrString">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getOcrStringResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getOcrStringResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getCertUseYn">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getCertUseYnResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getCertUseYnResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getCertUseYnData">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getCertUseYnDataResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getCertUseYnDataResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getDualViewMode">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="dutinstcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ipaddr" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getDualViewModeResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getDualViewModeResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="updateCertifyComplete">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="consent_rids" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrtags" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="updateCertifyCompleteResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="updateCertifyCompleteResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="updatePrintHistory">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrtag" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="updatePrintHistoryResponse">
- <s:complexType />
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="CheckWebServiceSoapIn">
- <wsdl:part name="parameters" element="tns:CheckWebService" />
- </wsdl:message>
- <wsdl:message name="CheckWebServiceSoapOut">
- <wsdl:part name="parameters" element="tns:CheckWebServiceResponse" />
- </wsdl:message>
- <wsdl:message name="getOcrType6FormsSoapIn">
- <wsdl:part name="parameters" element="tns:getOcrType6Forms" />
- </wsdl:message>
- <wsdl:message name="getOcrType6FormsSoapOut">
- <wsdl:part name="parameters" element="tns:getOcrType6FormsResponse" />
- </wsdl:message>
- <wsdl:message name="CheckDatabaseConnectionSoapIn">
- <wsdl:part name="parameters" element="tns:CheckDatabaseConnection" />
- </wsdl:message>
- <wsdl:message name="CheckDatabaseConnectionSoapOut">
- <wsdl:part name="parameters" element="tns:CheckDatabaseConnectionResponse" />
- </wsdl:message>
- <wsdl:message name="GetCategoryForDropdownSoapIn">
- <wsdl:part name="parameters" element="tns:GetCategoryForDropdown" />
- </wsdl:message>
- <wsdl:message name="GetCategoryForDropdownSoapOut">
- <wsdl:part name="parameters" element="tns:GetCategoryForDropdownResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentListSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentList" />
- </wsdl:message>
- <wsdl:message name="GetConsentListSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentListResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentBySearchSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentBySearch" />
- </wsdl:message>
- <wsdl:message name="GetConsentBySearchSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentBySearchResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentByCalcscorcdSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentByCalcscorcd" />
- </wsdl:message>
- <wsdl:message name="GetConsentByCalcscorcdSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentByCalcscorcdResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentByFormcdSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentByFormcd" />
- </wsdl:message>
- <wsdl:message name="GetConsentByFormcdSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentByFormcdResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentImageSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentImage" />
- </wsdl:message>
- <wsdl:message name="GetConsentImageSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentImageResponse" />
- </wsdl:message>
- <wsdl:message name="SaveTempDataSoapIn">
- <wsdl:part name="parameters" element="tns:SaveTempData" />
- </wsdl:message>
- <wsdl:message name="SaveTempDataSoapOut">
- <wsdl:part name="parameters" element="tns:SaveTempDataResponse" />
- </wsdl:message>
- <wsdl:message name="SaveCompleteSoapIn">
- <wsdl:part name="parameters" element="tns:SaveComplete" />
- </wsdl:message>
- <wsdl:message name="SaveCompleteSoapOut">
- <wsdl:part name="parameters" element="tns:SaveCompleteResponse" />
- </wsdl:message>
- <wsdl:message name="SaveCompleteAllSoapIn">
- <wsdl:part name="parameters" element="tns:SaveCompleteAll" />
- </wsdl:message>
- <wsdl:message name="SaveCompleteAllSoapOut">
- <wsdl:part name="parameters" element="tns:SaveCompleteAllResponse" />
- </wsdl:message>
- <wsdl:message name="SaveDeleteSoapIn">
- <wsdl:part name="parameters" element="tns:SaveDelete" />
- </wsdl:message>
- <wsdl:message name="SaveDeleteSoapOut">
- <wsdl:part name="parameters" element="tns:SaveDeleteResponse" />
- </wsdl:message>
- <wsdl:message name="SavePrintOutSoapIn">
- <wsdl:part name="parameters" element="tns:SavePrintOut" />
- </wsdl:message>
- <wsdl:message name="SavePrintOutSoapOut">
- <wsdl:part name="parameters" element="tns:SavePrintOutResponse" />
- </wsdl:message>
- <wsdl:message name="SaveMedicalHistorySoapIn">
- <wsdl:part name="parameters" element="tns:SaveMedicalHistory" />
- </wsdl:message>
- <wsdl:message name="SaveMedicalHistorySoapOut">
- <wsdl:part name="parameters" element="tns:SaveMedicalHistoryResponse" />
- </wsdl:message>
- <wsdl:message name="SaveImageUploadInfoSoapIn">
- <wsdl:part name="parameters" element="tns:SaveImageUploadInfo" />
- </wsdl:message>
- <wsdl:message name="SaveImageUploadInfoSoapOut">
- <wsdl:part name="parameters" element="tns:SaveImageUploadInfoResponse" />
- </wsdl:message>
- <wsdl:message name="SaveImageSignInfoSoapIn">
- <wsdl:part name="parameters" element="tns:SaveImageSignInfo" />
- </wsdl:message>
- <wsdl:message name="SaveImageSignInfoSoapOut">
- <wsdl:part name="parameters" element="tns:SaveImageSignInfoResponse" />
- </wsdl:message>
- <wsdl:message name="CheckConsentStateSoapIn">
- <wsdl:part name="parameters" element="tns:CheckConsentState" />
- </wsdl:message>
- <wsdl:message name="CheckConsentStateSoapOut">
- <wsdl:part name="parameters" element="tns:CheckConsentStateResponse" />
- </wsdl:message>
- <wsdl:message name="getOcrStringSoapIn">
- <wsdl:part name="parameters" element="tns:getOcrString" />
- </wsdl:message>
- <wsdl:message name="getOcrStringSoapOut">
- <wsdl:part name="parameters" element="tns:getOcrStringResponse" />
- </wsdl:message>
- <wsdl:message name="getCertUseYnSoapIn">
- <wsdl:part name="parameters" element="tns:getCertUseYn" />
- </wsdl:message>
- <wsdl:message name="getCertUseYnSoapOut">
- <wsdl:part name="parameters" element="tns:getCertUseYnResponse" />
- </wsdl:message>
- <wsdl:message name="getCertUseYnDataSoapIn">
- <wsdl:part name="parameters" element="tns:getCertUseYnData" />
- </wsdl:message>
- <wsdl:message name="getCertUseYnDataSoapOut">
- <wsdl:part name="parameters" element="tns:getCertUseYnDataResponse" />
- </wsdl:message>
- <wsdl:message name="getDualViewModeSoapIn">
- <wsdl:part name="parameters" element="tns:getDualViewMode" />
- </wsdl:message>
- <wsdl:message name="getDualViewModeSoapOut">
- <wsdl:part name="parameters" element="tns:getDualViewModeResponse" />
- </wsdl:message>
- <wsdl:message name="updateCertifyCompleteSoapIn">
- <wsdl:part name="parameters" element="tns:updateCertifyComplete" />
- </wsdl:message>
- <wsdl:message name="updateCertifyCompleteSoapOut">
- <wsdl:part name="parameters" element="tns:updateCertifyCompleteResponse" />
- </wsdl:message>
- <wsdl:message name="updatePrintHistorySoapIn">
- <wsdl:part name="parameters" element="tns:updatePrintHistory" />
- </wsdl:message>
- <wsdl:message name="updatePrintHistorySoapOut">
- <wsdl:part name="parameters" element="tns:updatePrintHistoryResponse" />
- </wsdl:message>
- <wsdl:portType name="ConsentSvcSoap">
- <wsdl:operation name="CheckWebService">
- <wsdl:input message="tns:CheckWebServiceSoapIn" />
- <wsdl:output message="tns:CheckWebServiceSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getOcrType6Forms">
- <wsdl:input message="tns:getOcrType6FormsSoapIn" />
- <wsdl:output message="tns:getOcrType6FormsSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="CheckDatabaseConnection">
- <wsdl:input message="tns:CheckDatabaseConnectionSoapIn" />
- <wsdl:output message="tns:CheckDatabaseConnectionSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetCategoryForDropdown">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 하위 카테고리 조회</wsdl:documentation>
- <wsdl:input message="tns:GetCategoryForDropdownSoapIn" />
- <wsdl:output message="tns:GetCategoryForDropdownSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자/상태에 따른 동의서 목록 검색</wsdl:documentation>
- <wsdl:input message="tns:GetConsentListSoapIn" />
- <wsdl:output message="tns:GetConsentListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentBySearch">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 찾기(조회)</wsdl:documentation>
- <wsdl:input message="tns:GetConsentBySearchSoapIn" />
- <wsdl:output message="tns:GetConsentBySearchSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentByCalcscorcd">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 찾기(수가코드)</wsdl:documentation>
- <wsdl:input message="tns:GetConsentByCalcscorcdSoapIn" />
- <wsdl:output message="tns:GetConsentByCalcscorcdSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentByFormcd">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 찾기(서식코드)</wsdl:documentation>
- <wsdl:input message="tns:GetConsentByFormcdSoapIn" />
- <wsdl:output message="tns:GetConsentByFormcdSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentImage">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 저장된 이미지 내역 조회</wsdl:documentation>
- <wsdl:input message="tns:GetConsentImageSoapIn" />
- <wsdl:output message="tns:GetConsentImageSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveTempData">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 임시저장</wsdl:documentation>
- <wsdl:input message="tns:SaveTempDataSoapIn" />
- <wsdl:output message="tns:SaveTempDataSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveComplete">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료</wsdl:documentation>
- <wsdl:input message="tns:SaveCompleteSoapIn" />
- <wsdl:output message="tns:SaveCompleteSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveCompleteAll">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료</wsdl:documentation>
- <wsdl:input message="tns:SaveCompleteAllSoapIn" />
- <wsdl:output message="tns:SaveCompleteAllSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveDelete">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 삭제/폐기 데이터를 저장</wsdl:documentation>
- <wsdl:input message="tns:SaveDeleteSoapIn" />
- <wsdl:output message="tns:SaveDeleteSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SavePrintOut">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 프린트 출력 후 데이터를 저장</wsdl:documentation>
- <wsdl:input message="tns:SavePrintOutSoapIn" />
- <wsdl:output message="tns:SavePrintOutSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveMedicalHistory">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서의 기왕력 데이터 저장</wsdl:documentation>
- <wsdl:input message="tns:SaveMedicalHistorySoapIn" />
- <wsdl:output message="tns:SaveMedicalHistorySoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveImageUploadInfo">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료일 경우 이미지 데이터 저장</wsdl:documentation>
- <wsdl:input message="tns:SaveImageUploadInfoSoapIn" />
- <wsdl:output message="tns:SaveImageUploadInfoSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SaveImageSignInfo">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">서명완료된 이미지의 hash 정보 저장</wsdl:documentation>
- <wsdl:input message="tns:SaveImageSignInfoSoapIn" />
- <wsdl:output message="tns:SaveImageSignInfoSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="CheckConsentState">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 상위 상태값이 있는지 체크</wsdl:documentation>
- <wsdl:input message="tns:CheckConsentStateSoapIn" />
- <wsdl:output message="tns:CheckConsentStateSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getOcrString">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">기준자료로 부터 OCT 태그에 찍힐 String 값</wsdl:documentation>
- <wsdl:input message="tns:getOcrStringSoapIn" />
- <wsdl:output message="tns:getOcrStringSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getCertUseYn">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">원무서식 인증저장 사용여부, Y 일 경우 인증저장시 인증서 묻기 pass</wsdl:documentation>
- <wsdl:input message="tns:getCertUseYnSoapIn" />
- <wsdl:output message="tns:getCertUseYnSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getCertUseYnData">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">원무서식 인증저장 사용여부, Y 일 경우 인증저장시 인증서 묻기 pass (모바일에서 다중 선택 기능 포함)</wsdl:documentation>
- <wsdl:input message="tns:getCertUseYnDataSoapIn" />
- <wsdl:output message="tns:getCertUseYnDataSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getDualViewMode">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">경북대학교병원 PC 클라이언트 dual view 모드 활성화 여부 조회</wsdl:documentation>
- <wsdl:input message="tns:getDualViewModeSoapIn" />
- <wsdl:output message="tns:getDualViewModeSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="updateCertifyComplete">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">경북대학교병원 일괄 인증 저장</wsdl:documentation>
- <wsdl:input message="tns:updateCertifyCompleteSoapIn" />
- <wsdl:output message="tns:updateCertifyCompleteSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="updatePrintHistory">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">프린터 출력 오류 시 출력 히스토리 삭제</wsdl:documentation>
- <wsdl:input message="tns:updatePrintHistorySoapIn" />
- <wsdl:output message="tns:updatePrintHistorySoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="ConsentSvcSoap" type="tns:ConsentSvcSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="CheckWebService">
- <soap:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getOcrType6Forms">
- <soap:operation soapAction="http://tempuri.org/getOcrType6Forms" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CheckDatabaseConnection">
- <soap:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetCategoryForDropdown">
- <soap:operation soapAction="http://tempuri.org/GetCategoryForDropdown" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentList">
- <soap:operation soapAction="http://tempuri.org/GetConsentList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentBySearch">
- <soap:operation soapAction="http://tempuri.org/GetConsentBySearch" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentByCalcscorcd">
- <soap:operation soapAction="http://tempuri.org/GetConsentByCalcscorcd" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentByFormcd">
- <soap:operation soapAction="http://tempuri.org/GetConsentByFormcd" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentImage">
- <soap:operation soapAction="http://tempuri.org/GetConsentImage" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveTempData">
- <soap:operation soapAction="http://tempuri.org/SaveTempData" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveComplete">
- <soap:operation soapAction="http://tempuri.org/SaveComplete" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveCompleteAll">
- <soap:operation soapAction="http://tempuri.org/SaveCompleteAll" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveDelete">
- <soap:operation soapAction="http://tempuri.org/SaveDelete" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SavePrintOut">
- <soap:operation soapAction="http://tempuri.org/SavePrintOut" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveMedicalHistory">
- <soap:operation soapAction="http://tempuri.org/SaveMedicalHistory" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveImageUploadInfo">
- <soap:operation soapAction="http://tempuri.org/SaveImageUploadInfo" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveImageSignInfo">
- <soap:operation soapAction="http://tempuri.org/SaveImageSignInfo" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CheckConsentState">
- <soap:operation soapAction="http://tempuri.org/CheckConsentState" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getOcrString">
- <soap:operation soapAction="http://tempuri.org/getOcrString" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCertUseYn">
- <soap:operation soapAction="http://tempuri.org/getCertUseYn" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCertUseYnData">
- <soap:operation soapAction="http://tempuri.org/getCertUseYnData" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getDualViewMode">
- <soap:operation soapAction="http://tempuri.org/getDualViewMode" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="updateCertifyComplete">
- <soap:operation soapAction="http://tempuri.org/updateCertifyComplete" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="updatePrintHistory">
- <soap:operation soapAction="http://tempuri.org/updatePrintHistory" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="ConsentSvcSoap12" type="tns:ConsentSvcSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="CheckWebService">
- <soap12:operation soapAction="http://tempuri.org/CheckWebService" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getOcrType6Forms">
- <soap12:operation soapAction="http://tempuri.org/getOcrType6Forms" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CheckDatabaseConnection">
- <soap12:operation soapAction="http://tempuri.org/CheckDatabaseConnection" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetCategoryForDropdown">
- <soap12:operation soapAction="http://tempuri.org/GetCategoryForDropdown" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentList">
- <soap12:operation soapAction="http://tempuri.org/GetConsentList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentBySearch">
- <soap12:operation soapAction="http://tempuri.org/GetConsentBySearch" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentByCalcscorcd">
- <soap12:operation soapAction="http://tempuri.org/GetConsentByCalcscorcd" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentByFormcd">
- <soap12:operation soapAction="http://tempuri.org/GetConsentByFormcd" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentImage">
- <soap12:operation soapAction="http://tempuri.org/GetConsentImage" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveTempData">
- <soap12:operation soapAction="http://tempuri.org/SaveTempData" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveComplete">
- <soap12:operation soapAction="http://tempuri.org/SaveComplete" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveCompleteAll">
- <soap12:operation soapAction="http://tempuri.org/SaveCompleteAll" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveDelete">
- <soap12:operation soapAction="http://tempuri.org/SaveDelete" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SavePrintOut">
- <soap12:operation soapAction="http://tempuri.org/SavePrintOut" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveMedicalHistory">
- <soap12:operation soapAction="http://tempuri.org/SaveMedicalHistory" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveImageUploadInfo">
- <soap12:operation soapAction="http://tempuri.org/SaveImageUploadInfo" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SaveImageSignInfo">
- <soap12:operation soapAction="http://tempuri.org/SaveImageSignInfo" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CheckConsentState">
- <soap12:operation soapAction="http://tempuri.org/CheckConsentState" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getOcrString">
- <soap12:operation soapAction="http://tempuri.org/getOcrString" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCertUseYn">
- <soap12:operation soapAction="http://tempuri.org/getCertUseYn" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getCertUseYnData">
- <soap12:operation soapAction="http://tempuri.org/getCertUseYnData" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getDualViewMode">
- <soap12:operation soapAction="http://tempuri.org/getDualViewMode" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="updateCertifyComplete">
- <soap12:operation soapAction="http://tempuri.org/updateCertifyComplete" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="updatePrintHistory">
- <soap12:operation soapAction="http://tempuri.org/updatePrintHistory" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="ConsentSvc">
- <wsdl:port name="ConsentSvcSoap" binding="tns:ConsentSvcSoap">
- <soap:address location="https://localhost:8091/ConsentSvc.asmx" />
- </wsdl:port>
- <wsdl:port name="ConsentSvcSoap12" binding="tns:ConsentSvcSoap12">
- <soap12:address location="https://localhost:8091/ConsentSvc.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|