123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707 |
- <?xml version="1.0" encoding="utf-8"?>
- <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/">
- <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="instCd" 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="GetConsentListByUserName">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="username" 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="dutinstcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentListByUserNameResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentListByUserNameResult" type="tns:ArrayOfConsentFormListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfConsentFormListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentFormListVO" nillable="true" type="tns:ConsentFormListVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ConsentFormListVO">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="createUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="modifyUserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="createDatetime" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrTag" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="inDd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ordType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ordDeptCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="cretNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="opRsrvNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patientName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="consentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="consentStateEng" type="s:string" />
- <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="1" maxOccurs="1" name="formRid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="printOnly" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="printCnt" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrTagPrntYn" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formPrntNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="certUseYn" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="opDiagNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="opNm" 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:element minOccurs="0" maxOccurs="1" name="jinjeongCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="DrOnly" 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="consentState" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="instCd" 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:ArrayOfConsentFormListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <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:ArrayOfConsentFormListVO" />
- </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="instCd" 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:ConsentFormListVO" />
- </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="SaveTempDataNew">
- <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="SaveTempDataNewResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="SaveTempDataNewResult" type="tns:SingleReturnData" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="SingleReturnData">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="responseData" 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="0" maxOccurs="1" name="SaveTempDataResult" type="tns:SingleReturnData" />
- </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="SaveCompleteAllNew">
- <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:element minOccurs="0" maxOccurs="1" name="fileSize" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveCompleteAllNewResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="SaveCompleteAllNewResult" type="tns:SingleReturnData" />
- </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:element minOccurs="0" maxOccurs="1" name="fileSize" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SaveCompleteAllResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="SaveCompleteAllResult" type="tns:SingleReturnData" />
- </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="consentMstRid" 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="formCd" 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="0" maxOccurs="1" name="SaveDeleteResult" type="tns:SingleReturnData" />
- </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="0" maxOccurs="1" name="CheckConsentStateResult" type="tns:SingleReturnData" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getAgmtConsentData">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrtag" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getAgmtConsentDataResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getAgmtConsentDataResult" type="s:string" />
- </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:element name="duplicateCertConsent">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="instCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="duplicateCertConsentResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="duplicateCertConsentResult" type="tns:SingleReturnData" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="checkJinJeongDocument">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="checkJinJeongDocumentResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="checkJinJeongDocumentResult" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getLinkedAnstDocument">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="getLinkedAnstDocumentResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="getLinkedAnstDocumentResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="checkOperationDocument">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formCd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="checkOperationDocumentResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="checkOperationDocumentResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentFormXml">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="consentMstRid" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentFormXmlResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentFormXmlResult" type="s:string" />
- </s:sequence>
- </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="GetConsentListByUserNameSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentListByUserName" />
- </wsdl:message>
- <wsdl:message name="GetConsentListByUserNameSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentListByUserNameResponse" />
- </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="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="SaveTempDataNewSoapIn">
- <wsdl:part name="parameters" element="tns:SaveTempDataNew" />
- </wsdl:message>
- <wsdl:message name="SaveTempDataNewSoapOut">
- <wsdl:part name="parameters" element="tns:SaveTempDataNewResponse" />
- </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="SaveCompleteAllNewSoapIn">
- <wsdl:part name="parameters" element="tns:SaveCompleteAllNew" />
- </wsdl:message>
- <wsdl:message name="SaveCompleteAllNewSoapOut">
- <wsdl:part name="parameters" element="tns:SaveCompleteAllNewResponse" />
- </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="getAgmtConsentDataSoapIn">
- <wsdl:part name="parameters" element="tns:getAgmtConsentData" />
- </wsdl:message>
- <wsdl:message name="getAgmtConsentDataSoapOut">
- <wsdl:part name="parameters" element="tns:getAgmtConsentDataResponse" />
- </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:message name="duplicateCertConsentSoapIn">
- <wsdl:part name="parameters" element="tns:duplicateCertConsent" />
- </wsdl:message>
- <wsdl:message name="duplicateCertConsentSoapOut">
- <wsdl:part name="parameters" element="tns:duplicateCertConsentResponse" />
- </wsdl:message>
- <wsdl:message name="checkJinJeongDocumentSoapIn">
- <wsdl:part name="parameters" element="tns:checkJinJeongDocument" />
- </wsdl:message>
- <wsdl:message name="checkJinJeongDocumentSoapOut">
- <wsdl:part name="parameters" element="tns:checkJinJeongDocumentResponse" />
- </wsdl:message>
- <wsdl:message name="getLinkedAnstDocumentSoapIn">
- <wsdl:part name="parameters" element="tns:getLinkedAnstDocument" />
- </wsdl:message>
- <wsdl:message name="getLinkedAnstDocumentSoapOut">
- <wsdl:part name="parameters" element="tns:getLinkedAnstDocumentResponse" />
- </wsdl:message>
- <wsdl:message name="checkOperationDocumentSoapIn">
- <wsdl:part name="parameters" element="tns:checkOperationDocument" />
- </wsdl:message>
- <wsdl:message name="checkOperationDocumentSoapOut">
- <wsdl:part name="parameters" element="tns:checkOperationDocumentResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentFormXmlSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentFormXml" />
- </wsdl:message>
- <wsdl:message name="GetConsentFormXmlSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentFormXmlResponse" />
- </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:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Type 6 인 동의서 조회</wsdl:documentation>
- <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="GetConsentListByUserName">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자 이름에 따른 환자별 동의서 목록 조회</wsdl:documentation>
- <wsdl:input message="tns:GetConsentListByUserNameSoapIn" />
- <wsdl:output message="tns:GetConsentListByUserNameSoapOut" />
- </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="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="SaveTempDataNew">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 임시저장 NEW</wsdl:documentation>
- <wsdl:input message="tns:SaveTempDataNewSoapIn" />
- <wsdl:output message="tns:SaveTempDataNewSoapOut" />
- </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="SaveCompleteAllNew">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 서명 완료 NEW</wsdl:documentation>
- <wsdl:input message="tns:SaveCompleteAllNewSoapIn" />
- <wsdl:output message="tns:SaveCompleteAllNewSoapOut" />
- </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="getAgmtConsentData">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">AGMT 입력을 위한 consent_mst 조회</wsdl:documentation>
- <wsdl:input message="tns:getAgmtConsentDataSoapIn" />
- <wsdl:output message="tns:getAgmtConsentDataSoapOut" />
- </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:operation name="duplicateCertConsent">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 선택시 해당일에 대해 중복으로 작성되었는지 확인</wsdl:documentation>
- <wsdl:input message="tns:duplicateCertConsentSoapIn" />
- <wsdl:output message="tns:duplicateCertConsentSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="checkJinJeongDocument">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">진정동의서 출력 여부 확인</wsdl:documentation>
- <wsdl:input message="tns:checkJinJeongDocumentSoapIn" />
- <wsdl:output message="tns:checkJinJeongDocumentSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="getLinkedAnstDocument">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">마취동의서 서식 코드 조회</wsdl:documentation>
- <wsdl:input message="tns:getLinkedAnstDocumentSoapIn" />
- <wsdl:output message="tns:getLinkedAnstDocumentSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="checkOperationDocument">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">수술 관련 동의서 조회</wsdl:documentation>
- <wsdl:input message="tns:checkOperationDocumentSoapIn" />
- <wsdl:output message="tns:checkOperationDocumentSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentFormXml">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">신규서식이 아닌 서식을 불러온다</wsdl:documentation>
- <wsdl:input message="tns:GetConsentFormXmlSoapIn" />
- <wsdl:output message="tns:GetConsentFormXmlSoapOut" />
- </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="GetConsentListByUserName">
- <soap:operation soapAction="http://tempuri.org/GetConsentListByUserName" 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="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="SaveTempDataNew">
- <soap:operation soapAction="http://tempuri.org/SaveTempDataNew" 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="SaveCompleteAllNew">
- <soap:operation soapAction="http://tempuri.org/SaveCompleteAllNew" 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="getAgmtConsentData">
- <soap:operation soapAction="http://tempuri.org/getAgmtConsentData" 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:operation name="duplicateCertConsent">
- <soap:operation soapAction="http://tempuri.org/duplicateCertConsent" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="checkJinJeongDocument">
- <soap:operation soapAction="http://tempuri.org/checkJinJeongDocument" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getLinkedAnstDocument">
- <soap:operation soapAction="http://tempuri.org/getLinkedAnstDocument" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="checkOperationDocument">
- <soap:operation soapAction="http://tempuri.org/checkOperationDocument" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentFormXml">
- <soap:operation soapAction="http://tempuri.org/GetConsentFormXml" 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="GetConsentListByUserName">
- <soap12:operation soapAction="http://tempuri.org/GetConsentListByUserName" 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="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="SaveTempDataNew">
- <soap12:operation soapAction="http://tempuri.org/SaveTempDataNew" 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="SaveCompleteAllNew">
- <soap12:operation soapAction="http://tempuri.org/SaveCompleteAllNew" 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="getAgmtConsentData">
- <soap12:operation soapAction="http://tempuri.org/getAgmtConsentData" 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:operation name="duplicateCertConsent">
- <soap12:operation soapAction="http://tempuri.org/duplicateCertConsent" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="checkJinJeongDocument">
- <soap12:operation soapAction="http://tempuri.org/checkJinJeongDocument" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getLinkedAnstDocument">
- <soap12:operation soapAction="http://tempuri.org/getLinkedAnstDocument" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="checkOperationDocument">
- <soap12:operation soapAction="http://tempuri.org/checkOperationDocument" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentFormXml">
- <soap12:operation soapAction="http://tempuri.org/GetConsentFormXml" 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="http://localhost:8091/ConsentSvc.asmx" />
- </wsdl:port>
- <wsdl:port name="ConsentSvcSoap12" binding="tns:ConsentSvcSoap12">
- <soap12:address location="http://localhost:8091/ConsentSvc.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|