tijian_jichuang/Code/QianTai/Service References/PAJK/Reference.cs
2025-02-20 11:54:48 +08:00

87 lines
3.9 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace SOH.QianTai.PAJK {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="PAJK.PAJKSoap")]
public interface PAJKSoap {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/yysq", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
string yysq(string data);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/qxyy", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
string qxyy(string hospitalOrderId, string orderId);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/khsqgq", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
string khsqgq(string hospitalOrderId, string orderId, string appointmentTime);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/khsqckyxbg", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
string khsqckyxbg(string hospitalOrderId, string orderId);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/tjyykyrs", ReplyAction="*")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
string tjyykyrs(string startDate, string endDate, string hospitalSubId);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface PAJKSoapChannel : SOH.QianTai.PAJK.PAJKSoap, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class PAJKSoapClient : System.ServiceModel.ClientBase<SOH.QianTai.PAJK.PAJKSoap>, SOH.QianTai.PAJK.PAJKSoap {
public PAJKSoapClient() {
}
public PAJKSoapClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public PAJKSoapClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public PAJKSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public PAJKSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public string yysq(string data) {
return base.Channel.yysq(data);
}
public string qxyy(string hospitalOrderId, string orderId) {
return base.Channel.qxyy(hospitalOrderId, orderId);
}
public string khsqgq(string hospitalOrderId, string orderId, string appointmentTime) {
return base.Channel.khsqgq(hospitalOrderId, orderId, appointmentTime);
}
public string khsqckyxbg(string hospitalOrderId, string orderId) {
return base.Channel.khsqckyxbg(hospitalOrderId, orderId);
}
public string tjyykyrs(string startDate, string endDate, string hospitalSubId) {
return base.Channel.tjyykyrs(startDate, endDate, hospitalSubId);
}
}
}