wsd_djy/WebSiteCode/Cmdjy/CmdjyTests/Connected Services/HisServices/Reference.cs

1056 lines
43 KiB
C#
Raw Normal View History

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace CmdjyTests.HisServices {
using System.Runtime.Serialization;
using System;
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="HisPrescriptionInfo", Namespace="http://djy.wondersgroup.com/")]
[System.SerializableAttribute()]
public partial class HisPrescriptionInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
private CmdjyTests.HisServices.PrescriptionType TypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RawRecordIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DrugCountField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RemarkField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string TakeBackField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string OpTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string OpUserField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string AreaField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string BedField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string OpDatatimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PrescriptionNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PrescriptionDatatimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string HosNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string HosNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string InvoiceNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PatientNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CardNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DepNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PatientAgeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PatientBrithdayField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PatientMobileField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PatientPhoneField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DistrictField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PostAddressField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PostDatatimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UseCountField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PatientSexField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PatientNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DoctorNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DiagnosisField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UsageField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ZlhField;
private int SfxhField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SffyxhField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CompanyCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CompanyNameField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
public CmdjyTests.HisServices.PrescriptionType Type {
get {
return this.TypeField;
}
set {
if ((this.TypeField.Equals(value) != true)) {
this.TypeField = value;
this.RaisePropertyChanged("Type");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string RawRecordId {
get {
return this.RawRecordIdField;
}
set {
if ((object.ReferenceEquals(this.RawRecordIdField, value) != true)) {
this.RawRecordIdField = value;
this.RaisePropertyChanged("RawRecordId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string DrugCount {
get {
return this.DrugCountField;
}
set {
if ((object.ReferenceEquals(this.DrugCountField, value) != true)) {
this.DrugCountField = value;
this.RaisePropertyChanged("DrugCount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string Remark {
get {
return this.RemarkField;
}
set {
if ((object.ReferenceEquals(this.RemarkField, value) != true)) {
this.RemarkField = value;
this.RaisePropertyChanged("Remark");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string TakeBack {
get {
return this.TakeBackField;
}
set {
if ((object.ReferenceEquals(this.TakeBackField, value) != true)) {
this.TakeBackField = value;
this.RaisePropertyChanged("TakeBack");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string OpType {
get {
return this.OpTypeField;
}
set {
if ((object.ReferenceEquals(this.OpTypeField, value) != true)) {
this.OpTypeField = value;
this.RaisePropertyChanged("OpType");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string OpUser {
get {
return this.OpUserField;
}
set {
if ((object.ReferenceEquals(this.OpUserField, value) != true)) {
this.OpUserField = value;
this.RaisePropertyChanged("OpUser");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string Area {
get {
return this.AreaField;
}
set {
if ((object.ReferenceEquals(this.AreaField, value) != true)) {
this.AreaField = value;
this.RaisePropertyChanged("Area");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string Bed {
get {
return this.BedField;
}
set {
if ((object.ReferenceEquals(this.BedField, value) != true)) {
this.BedField = value;
this.RaisePropertyChanged("Bed");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string OpDatatime {
get {
return this.OpDatatimeField;
}
set {
if ((object.ReferenceEquals(this.OpDatatimeField, value) != true)) {
this.OpDatatimeField = value;
this.RaisePropertyChanged("OpDatatime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string PrescriptionNo {
get {
return this.PrescriptionNoField;
}
set {
if ((object.ReferenceEquals(this.PrescriptionNoField, value) != true)) {
this.PrescriptionNoField = value;
this.RaisePropertyChanged("PrescriptionNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string PrescriptionDatatime {
get {
return this.PrescriptionDatatimeField;
}
set {
if ((object.ReferenceEquals(this.PrescriptionDatatimeField, value) != true)) {
this.PrescriptionDatatimeField = value;
this.RaisePropertyChanged("PrescriptionDatatime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string HosNo {
get {
return this.HosNoField;
}
set {
if ((object.ReferenceEquals(this.HosNoField, value) != true)) {
this.HosNoField = value;
this.RaisePropertyChanged("HosNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
public string HosName {
get {
return this.HosNameField;
}
set {
if ((object.ReferenceEquals(this.HosNameField, value) != true)) {
this.HosNameField = value;
this.RaisePropertyChanged("HosName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]
public string InvoiceNo {
get {
return this.InvoiceNoField;
}
set {
if ((object.ReferenceEquals(this.InvoiceNoField, value) != true)) {
this.InvoiceNoField = value;
this.RaisePropertyChanged("InvoiceNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=15)]
public string PatientNo {
get {
return this.PatientNoField;
}
set {
if ((object.ReferenceEquals(this.PatientNoField, value) != true)) {
this.PatientNoField = value;
this.RaisePropertyChanged("PatientNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)]
public string CardNo {
get {
return this.CardNoField;
}
set {
if ((object.ReferenceEquals(this.CardNoField, value) != true)) {
this.CardNoField = value;
this.RaisePropertyChanged("CardNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=17)]
public string DepName {
get {
return this.DepNameField;
}
set {
if ((object.ReferenceEquals(this.DepNameField, value) != true)) {
this.DepNameField = value;
this.RaisePropertyChanged("DepName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=18)]
public string PatientAge {
get {
return this.PatientAgeField;
}
set {
if ((object.ReferenceEquals(this.PatientAgeField, value) != true)) {
this.PatientAgeField = value;
this.RaisePropertyChanged("PatientAge");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=19)]
public string PatientBrithday {
get {
return this.PatientBrithdayField;
}
set {
if ((object.ReferenceEquals(this.PatientBrithdayField, value) != true)) {
this.PatientBrithdayField = value;
this.RaisePropertyChanged("PatientBrithday");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=20)]
public string PatientMobile {
get {
return this.PatientMobileField;
}
set {
if ((object.ReferenceEquals(this.PatientMobileField, value) != true)) {
this.PatientMobileField = value;
this.RaisePropertyChanged("PatientMobile");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=21)]
public string PatientPhone {
get {
return this.PatientPhoneField;
}
set {
if ((object.ReferenceEquals(this.PatientPhoneField, value) != true)) {
this.PatientPhoneField = value;
this.RaisePropertyChanged("PatientPhone");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=22)]
public string District {
get {
return this.DistrictField;
}
set {
if ((object.ReferenceEquals(this.DistrictField, value) != true)) {
this.DistrictField = value;
this.RaisePropertyChanged("District");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=23)]
public string PostAddress {
get {
return this.PostAddressField;
}
set {
if ((object.ReferenceEquals(this.PostAddressField, value) != true)) {
this.PostAddressField = value;
this.RaisePropertyChanged("PostAddress");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=24)]
public string PostDatatime {
get {
return this.PostDatatimeField;
}
set {
if ((object.ReferenceEquals(this.PostDatatimeField, value) != true)) {
this.PostDatatimeField = value;
this.RaisePropertyChanged("PostDatatime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=25)]
public string UseCount {
get {
return this.UseCountField;
}
set {
if ((object.ReferenceEquals(this.UseCountField, value) != true)) {
this.UseCountField = value;
this.RaisePropertyChanged("UseCount");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=26)]
public string PatientSex {
get {
return this.PatientSexField;
}
set {
if ((object.ReferenceEquals(this.PatientSexField, value) != true)) {
this.PatientSexField = value;
this.RaisePropertyChanged("PatientSex");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=27)]
public string PatientName {
get {
return this.PatientNameField;
}
set {
if ((object.ReferenceEquals(this.PatientNameField, value) != true)) {
this.PatientNameField = value;
this.RaisePropertyChanged("PatientName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=28)]
public string DoctorName {
get {
return this.DoctorNameField;
}
set {
if ((object.ReferenceEquals(this.DoctorNameField, value) != true)) {
this.DoctorNameField = value;
this.RaisePropertyChanged("DoctorName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=29)]
public string Diagnosis {
get {
return this.DiagnosisField;
}
set {
if ((object.ReferenceEquals(this.DiagnosisField, value) != true)) {
this.DiagnosisField = value;
this.RaisePropertyChanged("Diagnosis");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=30)]
public string Usage {
get {
return this.UsageField;
}
set {
if ((object.ReferenceEquals(this.UsageField, value) != true)) {
this.UsageField = value;
this.RaisePropertyChanged("Usage");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=31)]
public string Zlh {
get {
return this.ZlhField;
}
set {
if ((object.ReferenceEquals(this.ZlhField, value) != true)) {
this.ZlhField = value;
this.RaisePropertyChanged("Zlh");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=32)]
public int Sfxh {
get {
return this.SfxhField;
}
set {
if ((this.SfxhField.Equals(value) != true)) {
this.SfxhField = value;
this.RaisePropertyChanged("Sfxh");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=33)]
public string Sffyxh {
get {
return this.SffyxhField;
}
set {
if ((object.ReferenceEquals(this.SffyxhField, value) != true)) {
this.SffyxhField = value;
this.RaisePropertyChanged("Sffyxh");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=34)]
public string CompanyCode {
get {
return this.CompanyCodeField;
}
set {
if ((object.ReferenceEquals(this.CompanyCodeField, value) != true)) {
this.CompanyCodeField = value;
this.RaisePropertyChanged("CompanyCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=35)]
public string CompanyName {
get {
return this.CompanyNameField;
}
set {
if ((object.ReferenceEquals(this.CompanyNameField, value) != true)) {
this.CompanyNameField = value;
this.RaisePropertyChanged("CompanyName");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.FlagsAttribute()]
[System.Runtime.Serialization.DataContractAttribute(Name="PrescriptionType", Namespace="http://djy.wondersgroup.com/")]
public enum PrescriptionType : int {
[System.Runtime.Serialization.EnumMemberAttribute()]
Order = 1,
[System.Runtime.Serialization.EnumMemberAttribute()]
CancelOrder = 2,
[System.Runtime.Serialization.EnumMemberAttribute()]
TestOrder = 4,
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="HisDrugInfo", Namespace="http://djy.wondersgroup.com/")]
[System.SerializableAttribute()]
public partial class HisDrugInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PrescriptionIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DrugNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string PriceField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string CountField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string UnitField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string SumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DrugTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DrugLocalNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DrugNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string RemarkField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string PrescriptionId {
get {
return this.PrescriptionIdField;
}
set {
if ((object.ReferenceEquals(this.PrescriptionIdField, value) != true)) {
this.PrescriptionIdField = value;
this.RaisePropertyChanged("PrescriptionId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string DrugNo {
get {
return this.DrugNoField;
}
set {
if ((object.ReferenceEquals(this.DrugNoField, value) != true)) {
this.DrugNoField = value;
this.RaisePropertyChanged("DrugNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string Price {
get {
return this.PriceField;
}
set {
if ((object.ReferenceEquals(this.PriceField, value) != true)) {
this.PriceField = value;
this.RaisePropertyChanged("Price");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string Count {
get {
return this.CountField;
}
set {
if ((object.ReferenceEquals(this.CountField, value) != true)) {
this.CountField = value;
this.RaisePropertyChanged("Count");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string Unit {
get {
return this.UnitField;
}
set {
if ((object.ReferenceEquals(this.UnitField, value) != true)) {
this.UnitField = value;
this.RaisePropertyChanged("Unit");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string Sum {
get {
return this.SumField;
}
set {
if ((object.ReferenceEquals(this.SumField, value) != true)) {
this.SumField = value;
this.RaisePropertyChanged("Sum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string DrugType {
get {
return this.DrugTypeField;
}
set {
if ((object.ReferenceEquals(this.DrugTypeField, value) != true)) {
this.DrugTypeField = value;
this.RaisePropertyChanged("DrugType");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string DrugLocalNo {
get {
return this.DrugLocalNoField;
}
set {
if ((object.ReferenceEquals(this.DrugLocalNoField, value) != true)) {
this.DrugLocalNoField = value;
this.RaisePropertyChanged("DrugLocalNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string DrugName {
get {
return this.DrugNameField;
}
set {
if ((object.ReferenceEquals(this.DrugNameField, value) != true)) {
this.DrugNameField = value;
this.RaisePropertyChanged("DrugName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string Remark {
get {
return this.RemarkField;
}
set {
if ((object.ReferenceEquals(this.RemarkField, value) != true)) {
this.RemarkField = value;
this.RaisePropertyChanged("Remark");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://djy.wondersgroup.com/", ConfigurationName="HisServices.HisInterfaceSoap")]
public interface HisInterfaceSoap {
// CODEGEN: 命名空间 http://djy.wondersgroup.com/ 的元素名称 info 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://djy.wondersgroup.com/PostPrescriptionInfo", ReplyAction="*")]
CmdjyTests.HisServices.PostPrescriptionInfoResponse PostPrescriptionInfo(CmdjyTests.HisServices.PostPrescriptionInfoRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://djy.wondersgroup.com/PostPrescriptionInfo", ReplyAction="*")]
System.Threading.Tasks.Task<CmdjyTests.HisServices.PostPrescriptionInfoResponse> PostPrescriptionInfoAsync(CmdjyTests.HisServices.PostPrescriptionInfoRequest request);
// CODEGEN: 命名空间 http://djy.wondersgroup.com/ 的元素名称 info 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="http://djy.wondersgroup.com/PostDrugInfo", ReplyAction="*")]
CmdjyTests.HisServices.PostDrugInfoResponse PostDrugInfo(CmdjyTests.HisServices.PostDrugInfoRequest request);
[System.ServiceModel.OperationContractAttribute(Action="http://djy.wondersgroup.com/PostDrugInfo", ReplyAction="*")]
System.Threading.Tasks.Task<CmdjyTests.HisServices.PostDrugInfoResponse> PostDrugInfoAsync(CmdjyTests.HisServices.PostDrugInfoRequest request);
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class PostPrescriptionInfoRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="PostPrescriptionInfo", Namespace="http://djy.wondersgroup.com/", Order=0)]
public CmdjyTests.HisServices.PostPrescriptionInfoRequestBody Body;
public PostPrescriptionInfoRequest() {
}
public PostPrescriptionInfoRequest(CmdjyTests.HisServices.PostPrescriptionInfoRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://djy.wondersgroup.com/")]
public partial class PostPrescriptionInfoRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CmdjyTests.HisServices.HisPrescriptionInfo info;
public PostPrescriptionInfoRequestBody() {
}
public PostPrescriptionInfoRequestBody(CmdjyTests.HisServices.HisPrescriptionInfo info) {
this.info = info;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class PostPrescriptionInfoResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="PostPrescriptionInfoResponse", Namespace="http://djy.wondersgroup.com/", Order=0)]
public CmdjyTests.HisServices.PostPrescriptionInfoResponseBody Body;
public PostPrescriptionInfoResponse() {
}
public PostPrescriptionInfoResponse(CmdjyTests.HisServices.PostPrescriptionInfoResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://djy.wondersgroup.com/")]
public partial class PostPrescriptionInfoResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string PostPrescriptionInfoResult;
public PostPrescriptionInfoResponseBody() {
}
public PostPrescriptionInfoResponseBody(string PostPrescriptionInfoResult) {
this.PostPrescriptionInfoResult = PostPrescriptionInfoResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class PostDrugInfoRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="PostDrugInfo", Namespace="http://djy.wondersgroup.com/", Order=0)]
public CmdjyTests.HisServices.PostDrugInfoRequestBody Body;
public PostDrugInfoRequest() {
}
public PostDrugInfoRequest(CmdjyTests.HisServices.PostDrugInfoRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://djy.wondersgroup.com/")]
public partial class PostDrugInfoRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CmdjyTests.HisServices.HisDrugInfo info;
public PostDrugInfoRequestBody() {
}
public PostDrugInfoRequestBody(CmdjyTests.HisServices.HisDrugInfo info) {
this.info = info;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class PostDrugInfoResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="PostDrugInfoResponse", Namespace="http://djy.wondersgroup.com/", Order=0)]
public CmdjyTests.HisServices.PostDrugInfoResponseBody Body;
public PostDrugInfoResponse() {
}
public PostDrugInfoResponse(CmdjyTests.HisServices.PostDrugInfoResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://djy.wondersgroup.com/")]
public partial class PostDrugInfoResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string PostDrugInfoResult;
public PostDrugInfoResponseBody() {
}
public PostDrugInfoResponseBody(string PostDrugInfoResult) {
this.PostDrugInfoResult = PostDrugInfoResult;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface HisInterfaceSoapChannel : CmdjyTests.HisServices.HisInterfaceSoap, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class HisInterfaceSoapClient : System.ServiceModel.ClientBase<CmdjyTests.HisServices.HisInterfaceSoap>, CmdjyTests.HisServices.HisInterfaceSoap {
public HisInterfaceSoapClient() {
}
public HisInterfaceSoapClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public HisInterfaceSoapClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public HisInterfaceSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public HisInterfaceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CmdjyTests.HisServices.PostPrescriptionInfoResponse CmdjyTests.HisServices.HisInterfaceSoap.PostPrescriptionInfo(CmdjyTests.HisServices.PostPrescriptionInfoRequest request) {
return base.Channel.PostPrescriptionInfo(request);
}
public string PostPrescriptionInfo(CmdjyTests.HisServices.HisPrescriptionInfo info) {
CmdjyTests.HisServices.PostPrescriptionInfoRequest inValue = new CmdjyTests.HisServices.PostPrescriptionInfoRequest();
inValue.Body = new CmdjyTests.HisServices.PostPrescriptionInfoRequestBody();
inValue.Body.info = info;
CmdjyTests.HisServices.PostPrescriptionInfoResponse retVal = ((CmdjyTests.HisServices.HisInterfaceSoap)(this)).PostPrescriptionInfo(inValue);
return retVal.Body.PostPrescriptionInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task<CmdjyTests.HisServices.PostPrescriptionInfoResponse> CmdjyTests.HisServices.HisInterfaceSoap.PostPrescriptionInfoAsync(CmdjyTests.HisServices.PostPrescriptionInfoRequest request) {
return base.Channel.PostPrescriptionInfoAsync(request);
}
public System.Threading.Tasks.Task<CmdjyTests.HisServices.PostPrescriptionInfoResponse> PostPrescriptionInfoAsync(CmdjyTests.HisServices.HisPrescriptionInfo info) {
CmdjyTests.HisServices.PostPrescriptionInfoRequest inValue = new CmdjyTests.HisServices.PostPrescriptionInfoRequest();
inValue.Body = new CmdjyTests.HisServices.PostPrescriptionInfoRequestBody();
inValue.Body.info = info;
return ((CmdjyTests.HisServices.HisInterfaceSoap)(this)).PostPrescriptionInfoAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CmdjyTests.HisServices.PostDrugInfoResponse CmdjyTests.HisServices.HisInterfaceSoap.PostDrugInfo(CmdjyTests.HisServices.PostDrugInfoRequest request) {
return base.Channel.PostDrugInfo(request);
}
public string PostDrugInfo(CmdjyTests.HisServices.HisDrugInfo info) {
CmdjyTests.HisServices.PostDrugInfoRequest inValue = new CmdjyTests.HisServices.PostDrugInfoRequest();
inValue.Body = new CmdjyTests.HisServices.PostDrugInfoRequestBody();
inValue.Body.info = info;
CmdjyTests.HisServices.PostDrugInfoResponse retVal = ((CmdjyTests.HisServices.HisInterfaceSoap)(this)).PostDrugInfo(inValue);
return retVal.Body.PostDrugInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task<CmdjyTests.HisServices.PostDrugInfoResponse> CmdjyTests.HisServices.HisInterfaceSoap.PostDrugInfoAsync(CmdjyTests.HisServices.PostDrugInfoRequest request) {
return base.Channel.PostDrugInfoAsync(request);
}
public System.Threading.Tasks.Task<CmdjyTests.HisServices.PostDrugInfoResponse> PostDrugInfoAsync(CmdjyTests.HisServices.HisDrugInfo info) {
CmdjyTests.HisServices.PostDrugInfoRequest inValue = new CmdjyTests.HisServices.PostDrugInfoRequest();
inValue.Body = new CmdjyTests.HisServices.PostDrugInfoRequestBody();
inValue.Body.info = info;
return ((CmdjyTests.HisServices.HisInterfaceSoap)(this)).PostDrugInfoAsync(inValue);
}
}
}