wsd_djy/WebSiteCode/Cmdjy/CmdjyTests/Connected Services/HisServices/HisInterface.wsdl

174 lines
9.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://djy.wondersgroup.com/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://djy.wondersgroup.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://djy.wondersgroup.com/">
<s:element name="PostPrescriptionInfo">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:HisPrescriptionInfo" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="HisPrescriptionInfo">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="Type" type="tns:PrescriptionType" />
<s:element minOccurs="0" maxOccurs="1" name="RawRecordId" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="DrugCount" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Remark" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="TakeBack" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="OpType" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="OpUser" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Area" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Bed" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="OpDatatime" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PrescriptionNo" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PrescriptionDatatime" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="HosNo" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="HosName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="InvoiceNo" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PatientNo" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="CardNo" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="DepName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PatientAge" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PatientBrithday" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PatientMobile" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PatientPhone" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="District" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PostAddress" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PostDatatime" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="UseCount" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PatientSex" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="PatientName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="DoctorName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Diagnosis" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Usage" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Zlh" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Sfxh" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="Sffyxh" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="CompanyCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="CompanyName" type="s:string" />
</s:sequence>
</s:complexType>
<s:simpleType name="PrescriptionType">
<s:list>
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="Order" />
<s:enumeration value="CancelOrder" />
<s:enumeration value="TestOrder" />
</s:restriction>
</s:simpleType>
</s:list>
</s:simpleType>
<s:element name="PostPrescriptionInfoResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="PostPrescriptionInfoResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="PostDrugInfo">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:HisDrugInfo" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="HisDrugInfo">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="PrescriptionId" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="DrugNo" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Price" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Count" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Unit" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Sum" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="DrugType" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="DrugLocalNo" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="DrugName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Remark" type="s:string" />
</s:sequence>
</s:complexType>
<s:element name="PostDrugInfoResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="PostDrugInfoResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="PostPrescriptionInfoSoapIn">
<wsdl:part name="parameters" element="tns:PostPrescriptionInfo" />
</wsdl:message>
<wsdl:message name="PostPrescriptionInfoSoapOut">
<wsdl:part name="parameters" element="tns:PostPrescriptionInfoResponse" />
</wsdl:message>
<wsdl:message name="PostDrugInfoSoapIn">
<wsdl:part name="parameters" element="tns:PostDrugInfo" />
</wsdl:message>
<wsdl:message name="PostDrugInfoSoapOut">
<wsdl:part name="parameters" element="tns:PostDrugInfoResponse" />
</wsdl:message>
<wsdl:portType name="HisInterfaceSoap">
<wsdl:operation name="PostPrescriptionInfo">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">医疗机构上传处方信息</wsdl:documentation>
<wsdl:input message="tns:PostPrescriptionInfoSoapIn" />
<wsdl:output message="tns:PostPrescriptionInfoSoapOut" />
</wsdl:operation>
<wsdl:operation name="PostDrugInfo">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">医疗机构上传药品信息</wsdl:documentation>
<wsdl:input message="tns:PostDrugInfoSoapIn" />
<wsdl:output message="tns:PostDrugInfoSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="HisInterfaceSoap" type="tns:HisInterfaceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="PostPrescriptionInfo">
<soap:operation soapAction="http://djy.wondersgroup.com/PostPrescriptionInfo" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PostDrugInfo">
<soap:operation soapAction="http://djy.wondersgroup.com/PostDrugInfo" 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="HisInterfaceSoap12" type="tns:HisInterfaceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="PostPrescriptionInfo">
<soap12:operation soapAction="http://djy.wondersgroup.com/PostPrescriptionInfo" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PostDrugInfo">
<soap12:operation soapAction="http://djy.wondersgroup.com/PostDrugInfo" 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="HisInterface">
<wsdl:port name="HisInterfaceSoap" binding="tns:HisInterfaceSoap">
<soap:address location="http://localhost:22888/ws/HisInterface.asmx" />
</wsdl:port>
<wsdl:port name="HisInterfaceSoap12" binding="tns:HisInterfaceSoap12">
<soap12:address location="http://localhost:22888/ws/HisInterface.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>