12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <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="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="GetUserInfo">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetUserInfoResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetUserInfoResult" type="tns:UserVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="UserVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="UserNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserPassword" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserDeptCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserDeptName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserGroupCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserGroupName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ServerTime" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="HosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserRid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UseExternalYn" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetTrmtDateList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="patientNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="searchClnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="searchType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetTrmtDateListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetTrmtDateListResult" type="tns:ArrayOfClnDateForDropdownVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfClnDateForDropdownVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ClnDateForDropdownVO" nillable="true" type="tns:ClnDateForDropdownVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ClnDateForDropdownVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="ClnDate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ClnFormatDate" 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="ClnDeptCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ClnDeptName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="DeptCd" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="CretNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="orddrid" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetInPatList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="wardcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patstat" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="jobkindcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetInPatListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetInPatListResult" type="tns:ArrayOfPatListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfPatListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="PatListVO" nillable="true" type="tns:PatListVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="PatListVO">
- <s:sequence>
- <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="1" maxOccurs="1" name="cretno" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="seqno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="instcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hngnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="fsexamflag" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="hd" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="sa" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deptnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deptengabbr" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="doctornm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="diagnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dschnoti" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="roomcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="cnst" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="bostyle" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="elbulbodstat" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ordtm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddrid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddrnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="oproomnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="anstreqflag" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="anstdrnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="erorddeptnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ermedispclnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="opcnfmdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="badcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetOutPatList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patstat" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetOutPatListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetOutPatListResult" type="tns:ArrayOfPatListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetOpPatList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patstat" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetOpPatListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetOpPatListResult" type="tns:ArrayOfPatListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetErPatList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="patstat" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="jobkindcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetErPatListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetErPatListResult" type="tns:ArrayOfPatListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetSrPatList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetSrPatListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetSrPatListResult" type="tns:ArrayOfPatListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetDeptList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetDeptListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetDeptListResult" type="tns:ArrayOfDeptListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfDeptListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="DeptListVO" nillable="true" type="tns:DeptListVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="DeptListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="deptcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deptnm" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetWardList">
- <s:complexType />
- </s:element>
- <s:element name="GetWardListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetWardListResult" type="tns:ArrayOfDeptListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetDoctorList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="srchdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetDoctorListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetDoctorListResult" type="tns:ArrayOfDocListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfDocListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="DocListVO" nillable="true" type="tns:DocListVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="DocListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="doctorid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="doctornm" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetSrchPatInfo">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="srchcond" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hngnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="rrgstno1" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="rrgstno2" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetSrchPatInfoResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetSrchPatInfoResult" type="tns:ArrayOfPatInfoListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfPatInfoListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="PatInfoListVO" nillable="true" type="tns:PatInfoListVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="PatInfoListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hngnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="rrgstno1" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="rrgstno2" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="age" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="mpphontel" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="addr" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="lastorddd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="lastorddept" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="lastinsukind" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetPatientInfo">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddd" 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="0" maxOccurs="1" name="cretno" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetPatientInfoResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetPatientInfoResult" type="tns:ArrayOfPatientVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfPatientVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="PatientVO" nillable="true" type="tns:PatientVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="PatientVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="IO_Pt_ID" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_sex_age_y_m" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_Pt_Name" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_JuminNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_HosType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_CretNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_Ward" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_RoomNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_ADdate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_Dschdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_VisitType" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_DeptCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_DeptNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_Dept2" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_OPdeptCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_OPdeptNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_OPdrId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_OPdrNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_DxCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_DxNm" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="IO_OrderNo" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_PrintTime" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_MaindrId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_MaindrNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_OcrCd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_InputId" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_InputNm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_SignImg" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_bp" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_dm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_heart" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_kidney" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_respiration" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_hx" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_allergy" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_drug" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_smoking" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_idio" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_nacrotics" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_airway" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_hemorrhage" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_status_etc" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_Zipcdaddr" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_Tel" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_Insukind" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="IO_ErdrNm" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetConsentSetList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetConsentSetListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetConsentSetListResult" type="tns:ArrayOfConsentSetVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfConsentSetVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ConsentSetVO" nillable="true" type="tns:ConsentSetVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ConsentSetVO">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="FormRid" 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="0" maxOccurs="1" name="FormName" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="SetAuth" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="PrntCnt" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="PrintOnly" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="OcrTagYN" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:element name="SetUserFormSetList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SetUserFormSetListResponse">
- <s:complexType />
- </s:element>
- <s:element name="DelUserFormSetList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="DelUserFormSetListResponse">
- <s:complexType />
- </s:element>
- <s:element name="GetOcrTag">
- <s:complexType />
- </s:element>
- <s:element name="GetOcrTagResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetOcrTagResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetSignImage">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetSignImageResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetSignImageResult" type="tns:UserSignImageVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="UserSignImageVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="SignImage" type="s:base64Binary" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetDiagNameList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetDiagNameListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetDiagNameListResult" 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="GetFileName">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dschdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="cretno" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="filesize" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="pageno" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrtag" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetFileNameResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetFileNameResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="delEformData">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ordtype" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="dschdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="cretno" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrtag" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="consentmstrid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hostype" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="delEformDataResponse">
- <s:complexType />
- </s:element>
- <s:element name="insertPrintData">
- <s:complexType>
- <s:sequence>
- <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="ordtype" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="cretno" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddrid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orddeptcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="fstprntdt" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="fstprntdeptcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="fstprntid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="prntcnt" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="autoprint" type="s:boolean" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrprintyn" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="insertPrintDataResponse">
- <s:complexType />
- </s:element>
- <s:element name="UpdateUserSetup">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="status" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UpdateUserSetupResponse">
- <s:complexType />
- </s:element>
- <s:element name="GetUnfinishedListPerDoctor">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="status" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="fromdd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="todd" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetUnfinishedListPerDoctorResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetUnfinishedListPerDoctorResult" type="tns:ArrayOfUnFinishedListVO" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfUnFinishedListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="UnFinishedListVO" nillable="true" type="tns:UnFinishedListVO" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="UnFinishedListVO">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="pid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formcd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="formnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="hngnm" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="orderdate" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="printonly" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="certtarget" type="s:string" />
- <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="0" maxOccurs="1" name="orddd" 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="orderno" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="ordercd" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ocrnumber" 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="1" maxOccurs="1" name="formrid" type="s:int" />
- <s:element minOccurs="0" maxOccurs="1" name="formguid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </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="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="GetUserInfoSoapIn">
- <wsdl:part name="parameters" element="tns:GetUserInfo" />
- </wsdl:message>
- <wsdl:message name="GetUserInfoSoapOut">
- <wsdl:part name="parameters" element="tns:GetUserInfoResponse" />
- </wsdl:message>
- <wsdl:message name="GetTrmtDateListSoapIn">
- <wsdl:part name="parameters" element="tns:GetTrmtDateList" />
- </wsdl:message>
- <wsdl:message name="GetTrmtDateListSoapOut">
- <wsdl:part name="parameters" element="tns:GetTrmtDateListResponse" />
- </wsdl:message>
- <wsdl:message name="GetInPatListSoapIn">
- <wsdl:part name="parameters" element="tns:GetInPatList" />
- </wsdl:message>
- <wsdl:message name="GetInPatListSoapOut">
- <wsdl:part name="parameters" element="tns:GetInPatListResponse" />
- </wsdl:message>
- <wsdl:message name="GetOutPatListSoapIn">
- <wsdl:part name="parameters" element="tns:GetOutPatList" />
- </wsdl:message>
- <wsdl:message name="GetOutPatListSoapOut">
- <wsdl:part name="parameters" element="tns:GetOutPatListResponse" />
- </wsdl:message>
- <wsdl:message name="GetOpPatListSoapIn">
- <wsdl:part name="parameters" element="tns:GetOpPatList" />
- </wsdl:message>
- <wsdl:message name="GetOpPatListSoapOut">
- <wsdl:part name="parameters" element="tns:GetOpPatListResponse" />
- </wsdl:message>
- <wsdl:message name="GetErPatListSoapIn">
- <wsdl:part name="parameters" element="tns:GetErPatList" />
- </wsdl:message>
- <wsdl:message name="GetErPatListSoapOut">
- <wsdl:part name="parameters" element="tns:GetErPatListResponse" />
- </wsdl:message>
- <wsdl:message name="GetSrPatListSoapIn">
- <wsdl:part name="parameters" element="tns:GetSrPatList" />
- </wsdl:message>
- <wsdl:message name="GetSrPatListSoapOut">
- <wsdl:part name="parameters" element="tns:GetSrPatListResponse" />
- </wsdl:message>
- <wsdl:message name="GetDeptListSoapIn">
- <wsdl:part name="parameters" element="tns:GetDeptList" />
- </wsdl:message>
- <wsdl:message name="GetDeptListSoapOut">
- <wsdl:part name="parameters" element="tns:GetDeptListResponse" />
- </wsdl:message>
- <wsdl:message name="GetWardListSoapIn">
- <wsdl:part name="parameters" element="tns:GetWardList" />
- </wsdl:message>
- <wsdl:message name="GetWardListSoapOut">
- <wsdl:part name="parameters" element="tns:GetWardListResponse" />
- </wsdl:message>
- <wsdl:message name="GetDoctorListSoapIn">
- <wsdl:part name="parameters" element="tns:GetDoctorList" />
- </wsdl:message>
- <wsdl:message name="GetDoctorListSoapOut">
- <wsdl:part name="parameters" element="tns:GetDoctorListResponse" />
- </wsdl:message>
- <wsdl:message name="GetSrchPatInfoSoapIn">
- <wsdl:part name="parameters" element="tns:GetSrchPatInfo" />
- </wsdl:message>
- <wsdl:message name="GetSrchPatInfoSoapOut">
- <wsdl:part name="parameters" element="tns:GetSrchPatInfoResponse" />
- </wsdl:message>
- <wsdl:message name="GetPatientInfoSoapIn">
- <wsdl:part name="parameters" element="tns:GetPatientInfo" />
- </wsdl:message>
- <wsdl:message name="GetPatientInfoSoapOut">
- <wsdl:part name="parameters" element="tns:GetPatientInfoResponse" />
- </wsdl:message>
- <wsdl:message name="GetConsentSetListSoapIn">
- <wsdl:part name="parameters" element="tns:GetConsentSetList" />
- </wsdl:message>
- <wsdl:message name="GetConsentSetListSoapOut">
- <wsdl:part name="parameters" element="tns:GetConsentSetListResponse" />
- </wsdl:message>
- <wsdl:message name="SetUserFormSetListSoapIn">
- <wsdl:part name="parameters" element="tns:SetUserFormSetList" />
- </wsdl:message>
- <wsdl:message name="SetUserFormSetListSoapOut">
- <wsdl:part name="parameters" element="tns:SetUserFormSetListResponse" />
- </wsdl:message>
- <wsdl:message name="DelUserFormSetListSoapIn">
- <wsdl:part name="parameters" element="tns:DelUserFormSetList" />
- </wsdl:message>
- <wsdl:message name="DelUserFormSetListSoapOut">
- <wsdl:part name="parameters" element="tns:DelUserFormSetListResponse" />
- </wsdl:message>
- <wsdl:message name="GetOcrTagSoapIn">
- <wsdl:part name="parameters" element="tns:GetOcrTag" />
- </wsdl:message>
- <wsdl:message name="GetOcrTagSoapOut">
- <wsdl:part name="parameters" element="tns:GetOcrTagResponse" />
- </wsdl:message>
- <wsdl:message name="GetSignImageSoapIn">
- <wsdl:part name="parameters" element="tns:GetSignImage" />
- </wsdl:message>
- <wsdl:message name="GetSignImageSoapOut">
- <wsdl:part name="parameters" element="tns:GetSignImageResponse" />
- </wsdl:message>
- <wsdl:message name="GetDiagNameListSoapIn">
- <wsdl:part name="parameters" element="tns:GetDiagNameList" />
- </wsdl:message>
- <wsdl:message name="GetDiagNameListSoapOut">
- <wsdl:part name="parameters" element="tns:GetDiagNameListResponse" />
- </wsdl:message>
- <wsdl:message name="GetFileNameSoapIn">
- <wsdl:part name="parameters" element="tns:GetFileName" />
- </wsdl:message>
- <wsdl:message name="GetFileNameSoapOut">
- <wsdl:part name="parameters" element="tns:GetFileNameResponse" />
- </wsdl:message>
- <wsdl:message name="delEformDataSoapIn">
- <wsdl:part name="parameters" element="tns:delEformData" />
- </wsdl:message>
- <wsdl:message name="delEformDataSoapOut">
- <wsdl:part name="parameters" element="tns:delEformDataResponse" />
- </wsdl:message>
- <wsdl:message name="insertPrintDataSoapIn">
- <wsdl:part name="parameters" element="tns:insertPrintData" />
- </wsdl:message>
- <wsdl:message name="insertPrintDataSoapOut">
- <wsdl:part name="parameters" element="tns:insertPrintDataResponse" />
- </wsdl:message>
- <wsdl:message name="UpdateUserSetupSoapIn">
- <wsdl:part name="parameters" element="tns:UpdateUserSetup" />
- </wsdl:message>
- <wsdl:message name="UpdateUserSetupSoapOut">
- <wsdl:part name="parameters" element="tns:UpdateUserSetupResponse" />
- </wsdl:message>
- <wsdl:message name="GetUnfinishedListPerDoctorSoapIn">
- <wsdl:part name="parameters" element="tns:GetUnfinishedListPerDoctor" />
- </wsdl:message>
- <wsdl:message name="GetUnfinishedListPerDoctorSoapOut">
- <wsdl:part name="parameters" element="tns:GetUnfinishedListPerDoctorResponse" />
- </wsdl:message>
- <wsdl:portType name="HospitalSvcSoap">
- <wsdl:operation name="CheckWebService">
- <wsdl:input message="tns:CheckWebServiceSoapIn" />
- <wsdl:output message="tns:CheckWebServiceSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="CheckDatabaseConnection">
- <wsdl:input message="tns:CheckDatabaseConnectionSoapIn" />
- <wsdl:output message="tns:CheckDatabaseConnectionSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetUserInfo">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자 상세정보</wsdl:documentation>
- <wsdl:input message="tns:GetUserInfoSoapIn" />
- <wsdl:output message="tns:GetUserInfoSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetTrmtDateList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자 진료일 조회</wsdl:documentation>
- <wsdl:input message="tns:GetTrmtDateListSoapIn" />
- <wsdl:output message="tns:GetTrmtDateListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetInPatList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">입원탭 환자리스트 조회</wsdl:documentation>
- <wsdl:input message="tns:GetInPatListSoapIn" />
- <wsdl:output message="tns:GetInPatListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetOutPatList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">외래탭 환자리스트 조회</wsdl:documentation>
- <wsdl:input message="tns:GetOutPatListSoapIn" />
- <wsdl:output message="tns:GetOutPatListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetOpPatList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">수술탭 환자리스트 조회</wsdl:documentation>
- <wsdl:input message="tns:GetOpPatListSoapIn" />
- <wsdl:output message="tns:GetOpPatListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetErPatList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">응급탭 환자 리스트 조회</wsdl:documentation>
- <wsdl:input message="tns:GetErPatListSoapIn" />
- <wsdl:output message="tns:GetErPatListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetSrPatList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자검색 조회 기능</wsdl:documentation>
- <wsdl:input message="tns:GetSrPatListSoapIn" />
- <wsdl:output message="tns:GetSrPatListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetDeptList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자리스트 조회조건 중 진료과 조회</wsdl:documentation>
- <wsdl:input message="tns:GetDeptListSoapIn" />
- <wsdl:output message="tns:GetDeptListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetWardList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자리스트 조회조건 중 병동 조회</wsdl:documentation>
- <wsdl:input message="tns:GetWardListSoapIn" />
- <wsdl:output message="tns:GetWardListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetDoctorList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자리스트 조회조건 중 의사 조회</wsdl:documentation>
- <wsdl:input message="tns:GetDoctorListSoapIn" />
- <wsdl:output message="tns:GetDoctorListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetSrchPatInfo">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자리스트 조회조건 중 환자 검색 팝업</wsdl:documentation>
- <wsdl:input message="tns:GetSrchPatInfoSoapIn" />
- <wsdl:output message="tns:GetSrchPatInfoSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetPatientInfo">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">환자 선택시 수진일자별 진단 데이터 조회</wsdl:documentation>
- <wsdl:input message="tns:GetPatientInfoSoapIn" />
- <wsdl:output message="tns:GetPatientInfoSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetConsentSetList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">동의서 SET 조회</wsdl:documentation>
- <wsdl:input message="tns:GetConsentSetListSoapIn" />
- <wsdl:output message="tns:GetConsentSetListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SetUserFormSetList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자 즐겨찾기 추가</wsdl:documentation>
- <wsdl:input message="tns:SetUserFormSetListSoapIn" />
- <wsdl:output message="tns:SetUserFormSetListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="DelUserFormSetList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자 즐겨찾기 삭제</wsdl:documentation>
- <wsdl:input message="tns:DelUserFormSetListSoapIn" />
- <wsdl:output message="tns:DelUserFormSetListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetOcrTag">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">OCRTAG 할당</wsdl:documentation>
- <wsdl:input message="tns:GetOcrTagSoapIn" />
- <wsdl:output message="tns:GetOcrTagSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetSignImage">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">사용자의 서명이미지 조회</wsdl:documentation>
- <wsdl:input message="tns:GetSignImageSoapIn" />
- <wsdl:output message="tns:GetSignImageSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetDiagNameList">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">주,부 진단명 리스트 조회(진단명 팝업)</wsdl:documentation>
- <wsdl:input message="tns:GetDiagNameListSoapIn" />
- <wsdl:output message="tns:GetDiagNameListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetFileName">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">파일이름 조회</wsdl:documentation>
- <wsdl:input message="tns:GetFileNameSoapIn" />
- <wsdl:output message="tns:GetFileNameSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="delEformData">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">setFileName으로 등록된 데이터 삭제하는 함수</wsdl:documentation>
- <wsdl:input message="tns:delEformDataSoapIn" />
- <wsdl:output message="tns:delEformDataSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="insertPrintData">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">출력시 insert 시키는 함수</wsdl:documentation>
- <wsdl:input message="tns:insertPrintDataSoapIn" />
- <wsdl:output message="tns:insertPrintDataSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="UpdateUserSetup">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">모바일 Default Tap(외래, 입원..) 설정</wsdl:documentation>
- <wsdl:input message="tns:UpdateUserSetupSoapIn" />
- <wsdl:output message="tns:UpdateUserSetupSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetUnfinishedListPerDoctor">
- <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">모바일 주치의별 미작성 리스트 가져오기</wsdl:documentation>
- <wsdl:input message="tns:GetUnfinishedListPerDoctorSoapIn" />
- <wsdl:output message="tns:GetUnfinishedListPerDoctorSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="HospitalSvcSoap" type="tns:HospitalSvcSoap">
- <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="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="GetUserInfo">
- <soap:operation soapAction="http://tempuri.org/GetUserInfo" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetTrmtDateList">
- <soap:operation soapAction="http://tempuri.org/GetTrmtDateList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetInPatList">
- <soap:operation soapAction="http://tempuri.org/GetInPatList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOutPatList">
- <soap:operation soapAction="http://tempuri.org/GetOutPatList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOpPatList">
- <soap:operation soapAction="http://tempuri.org/GetOpPatList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetErPatList">
- <soap:operation soapAction="http://tempuri.org/GetErPatList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetSrPatList">
- <soap:operation soapAction="http://tempuri.org/GetSrPatList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetDeptList">
- <soap:operation soapAction="http://tempuri.org/GetDeptList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetWardList">
- <soap:operation soapAction="http://tempuri.org/GetWardList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetDoctorList">
- <soap:operation soapAction="http://tempuri.org/GetDoctorList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetSrchPatInfo">
- <soap:operation soapAction="http://tempuri.org/GetSrchPatInfo" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetPatientInfo">
- <soap:operation soapAction="http://tempuri.org/GetPatientInfo" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentSetList">
- <soap:operation soapAction="http://tempuri.org/GetConsentSetList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SetUserFormSetList">
- <soap:operation soapAction="http://tempuri.org/SetUserFormSetList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DelUserFormSetList">
- <soap:operation soapAction="http://tempuri.org/DelUserFormSetList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOcrTag">
- <soap:operation soapAction="http://tempuri.org/GetOcrTag" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetSignImage">
- <soap:operation soapAction="http://tempuri.org/GetSignImage" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetDiagNameList">
- <soap:operation soapAction="http://tempuri.org/GetDiagNameList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetFileName">
- <soap:operation soapAction="http://tempuri.org/GetFileName" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="delEformData">
- <soap:operation soapAction="http://tempuri.org/delEformData" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="insertPrintData">
- <soap:operation soapAction="http://tempuri.org/insertPrintData" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="UpdateUserSetup">
- <soap:operation soapAction="http://tempuri.org/UpdateUserSetup" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetUnfinishedListPerDoctor">
- <soap:operation soapAction="http://tempuri.org/GetUnfinishedListPerDoctor" 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="HospitalSvcSoap12" type="tns:HospitalSvcSoap">
- <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="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="GetUserInfo">
- <soap12:operation soapAction="http://tempuri.org/GetUserInfo" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetTrmtDateList">
- <soap12:operation soapAction="http://tempuri.org/GetTrmtDateList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetInPatList">
- <soap12:operation soapAction="http://tempuri.org/GetInPatList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOutPatList">
- <soap12:operation soapAction="http://tempuri.org/GetOutPatList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOpPatList">
- <soap12:operation soapAction="http://tempuri.org/GetOpPatList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetErPatList">
- <soap12:operation soapAction="http://tempuri.org/GetErPatList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetSrPatList">
- <soap12:operation soapAction="http://tempuri.org/GetSrPatList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetDeptList">
- <soap12:operation soapAction="http://tempuri.org/GetDeptList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetWardList">
- <soap12:operation soapAction="http://tempuri.org/GetWardList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetDoctorList">
- <soap12:operation soapAction="http://tempuri.org/GetDoctorList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetSrchPatInfo">
- <soap12:operation soapAction="http://tempuri.org/GetSrchPatInfo" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetPatientInfo">
- <soap12:operation soapAction="http://tempuri.org/GetPatientInfo" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetConsentSetList">
- <soap12:operation soapAction="http://tempuri.org/GetConsentSetList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SetUserFormSetList">
- <soap12:operation soapAction="http://tempuri.org/SetUserFormSetList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DelUserFormSetList">
- <soap12:operation soapAction="http://tempuri.org/DelUserFormSetList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOcrTag">
- <soap12:operation soapAction="http://tempuri.org/GetOcrTag" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetSignImage">
- <soap12:operation soapAction="http://tempuri.org/GetSignImage" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetDiagNameList">
- <soap12:operation soapAction="http://tempuri.org/GetDiagNameList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetFileName">
- <soap12:operation soapAction="http://tempuri.org/GetFileName" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="delEformData">
- <soap12:operation soapAction="http://tempuri.org/delEformData" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="insertPrintData">
- <soap12:operation soapAction="http://tempuri.org/insertPrintData" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="UpdateUserSetup">
- <soap12:operation soapAction="http://tempuri.org/UpdateUserSetup" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetUnfinishedListPerDoctor">
- <soap12:operation soapAction="http://tempuri.org/GetUnfinishedListPerDoctor" 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="HospitalSvc">
- <wsdl:port name="HospitalSvcSoap" binding="tns:HospitalSvcSoap">
- <soap:address location="http://localhost/DfhConsent/HospitalSvc.asmx" />
- </wsdl:port>
- <wsdl:port name="HospitalSvcSoap12" binding="tns:HospitalSvcSoap12">
- <soap12:address location="http://localhost/DfhConsent/HospitalSvc.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|