//------------------------------------------------------------------------------ // // 이 코드는 도구를 사용하여 생성되었습니다. // 런타임 버전:4.0.30319.42000 // // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 // 이러한 변경 내용이 손실됩니다. // //------------------------------------------------------------------------------ namespace CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef { 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="UserVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class UserVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserPasswordField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserDeptCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserDeptNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserGroupCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserGroupNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ServerTimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string HosTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UserRidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string UseExternalYnField; [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 UserNo { get { return this.UserNoField; } set { if ((object.ReferenceEquals(this.UserNoField, value) != true)) { this.UserNoField = value; this.RaisePropertyChanged("UserNo"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] public string UserPassword { get { return this.UserPasswordField; } set { if ((object.ReferenceEquals(this.UserPasswordField, value) != true)) { this.UserPasswordField = value; this.RaisePropertyChanged("UserPassword"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string UserName { get { return this.UserNameField; } set { if ((object.ReferenceEquals(this.UserNameField, value) != true)) { this.UserNameField = value; this.RaisePropertyChanged("UserName"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string UserDeptCode { get { return this.UserDeptCodeField; } set { if ((object.ReferenceEquals(this.UserDeptCodeField, value) != true)) { this.UserDeptCodeField = value; this.RaisePropertyChanged("UserDeptCode"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string UserDeptName { get { return this.UserDeptNameField; } set { if ((object.ReferenceEquals(this.UserDeptNameField, value) != true)) { this.UserDeptNameField = value; this.RaisePropertyChanged("UserDeptName"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string UserGroupCode { get { return this.UserGroupCodeField; } set { if ((object.ReferenceEquals(this.UserGroupCodeField, value) != true)) { this.UserGroupCodeField = value; this.RaisePropertyChanged("UserGroupCode"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string UserGroupName { get { return this.UserGroupNameField; } set { if ((object.ReferenceEquals(this.UserGroupNameField, value) != true)) { this.UserGroupNameField = value; this.RaisePropertyChanged("UserGroupName"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] public string ServerTime { get { return this.ServerTimeField; } set { if ((object.ReferenceEquals(this.ServerTimeField, value) != true)) { this.ServerTimeField = value; this.RaisePropertyChanged("ServerTime"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)] public string HosType { get { return this.HosTypeField; } set { if ((object.ReferenceEquals(this.HosTypeField, value) != true)) { this.HosTypeField = value; this.RaisePropertyChanged("HosType"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)] public string UserRid { get { return this.UserRidField; } set { if ((object.ReferenceEquals(this.UserRidField, value) != true)) { this.UserRidField = value; this.RaisePropertyChanged("UserRid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)] public string UseExternalYn { get { return this.UseExternalYnField; } set { if ((object.ReferenceEquals(this.UseExternalYnField, value) != true)) { this.UseExternalYnField = value; this.RaisePropertyChanged("UseExternalYn"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="ClnDateForDropdownVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class ClnDateForDropdownVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ClnDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ClnFormatDateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VisitTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string VisitTypeNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ClnDeptCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ClnDeptNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string DeptCdField; private int CretNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string orddridField; [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 ClnDate { get { return this.ClnDateField; } set { if ((object.ReferenceEquals(this.ClnDateField, value) != true)) { this.ClnDateField = value; this.RaisePropertyChanged("ClnDate"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] public string ClnFormatDate { get { return this.ClnFormatDateField; } set { if ((object.ReferenceEquals(this.ClnFormatDateField, value) != true)) { this.ClnFormatDateField = value; this.RaisePropertyChanged("ClnFormatDate"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] public string VisitType { get { return this.VisitTypeField; } set { if ((object.ReferenceEquals(this.VisitTypeField, value) != true)) { this.VisitTypeField = value; this.RaisePropertyChanged("VisitType"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] public string VisitTypeName { get { return this.VisitTypeNameField; } set { if ((object.ReferenceEquals(this.VisitTypeNameField, value) != true)) { this.VisitTypeNameField = value; this.RaisePropertyChanged("VisitTypeName"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string ClnDeptCode { get { return this.ClnDeptCodeField; } set { if ((object.ReferenceEquals(this.ClnDeptCodeField, value) != true)) { this.ClnDeptCodeField = value; this.RaisePropertyChanged("ClnDeptCode"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string ClnDeptName { get { return this.ClnDeptNameField; } set { if ((object.ReferenceEquals(this.ClnDeptNameField, value) != true)) { this.ClnDeptNameField = value; this.RaisePropertyChanged("ClnDeptName"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string DeptCd { get { return this.DeptCdField; } set { if ((object.ReferenceEquals(this.DeptCdField, value) != true)) { this.DeptCdField = value; this.RaisePropertyChanged("DeptCd"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=7)] public int CretNo { get { return this.CretNoField; } set { if ((this.CretNoField.Equals(value) != true)) { this.CretNoField = value; this.RaisePropertyChanged("CretNo"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)] public string orddrid { get { return this.orddridField; } set { if ((object.ReferenceEquals(this.orddridField, value) != true)) { this.orddridField = value; this.RaisePropertyChanged("orddrid"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="PatListVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class PatListVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string pidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string inddField; private int cretnoField; private int seqnoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string instcdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string hngnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string fsexamflagField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string orddeptcdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string doctoridField; private int hdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string saField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string deptnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string deptengabbrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string doctornmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string diagnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string dschnotiField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string roomcdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string cnstField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ordtypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string bostyleField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string elbulbodstatField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ordtmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string orddridField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string orddrnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ordddField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string oproomnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string anstreqflagField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string anstdrnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string erorddeptnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ermedispclnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string opcnfmddField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string badcdField; [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 pid { get { return this.pidField; } set { if ((object.ReferenceEquals(this.pidField, value) != true)) { this.pidField = value; this.RaisePropertyChanged("pid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string indd { get { return this.inddField; } set { if ((object.ReferenceEquals(this.inddField, value) != true)) { this.inddField = value; this.RaisePropertyChanged("indd"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=2)] public int cretno { get { return this.cretnoField; } set { if ((this.cretnoField.Equals(value) != true)) { this.cretnoField = value; this.RaisePropertyChanged("cretno"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)] public int seqno { get { return this.seqnoField; } set { if ((this.seqnoField.Equals(value) != true)) { this.seqnoField = value; this.RaisePropertyChanged("seqno"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string instcd { get { return this.instcdField; } set { if ((object.ReferenceEquals(this.instcdField, value) != true)) { this.instcdField = value; this.RaisePropertyChanged("instcd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string hngnm { get { return this.hngnmField; } set { if ((object.ReferenceEquals(this.hngnmField, value) != true)) { this.hngnmField = value; this.RaisePropertyChanged("hngnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string fsexamflag { get { return this.fsexamflagField; } set { if ((object.ReferenceEquals(this.fsexamflagField, value) != true)) { this.fsexamflagField = value; this.RaisePropertyChanged("fsexamflag"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] public string orddeptcd { get { return this.orddeptcdField; } set { if ((object.ReferenceEquals(this.orddeptcdField, value) != true)) { this.orddeptcdField = value; this.RaisePropertyChanged("orddeptcd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)] public string doctorid { get { return this.doctoridField; } set { if ((object.ReferenceEquals(this.doctoridField, value) != true)) { this.doctoridField = value; this.RaisePropertyChanged("doctorid"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=9)] public int hd { get { return this.hdField; } set { if ((this.hdField.Equals(value) != true)) { this.hdField = value; this.RaisePropertyChanged("hd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)] public string sa { get { return this.saField; } set { if ((object.ReferenceEquals(this.saField, value) != true)) { this.saField = value; this.RaisePropertyChanged("sa"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)] public string deptnm { get { return this.deptnmField; } set { if ((object.ReferenceEquals(this.deptnmField, value) != true)) { this.deptnmField = value; this.RaisePropertyChanged("deptnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)] public string deptengabbr { get { return this.deptengabbrField; } set { if ((object.ReferenceEquals(this.deptengabbrField, value) != true)) { this.deptengabbrField = value; this.RaisePropertyChanged("deptengabbr"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)] public string doctornm { get { return this.doctornmField; } set { if ((object.ReferenceEquals(this.doctornmField, value) != true)) { this.doctornmField = value; this.RaisePropertyChanged("doctornm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)] public string diagnm { get { return this.diagnmField; } set { if ((object.ReferenceEquals(this.diagnmField, value) != true)) { this.diagnmField = value; this.RaisePropertyChanged("diagnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=15)] public string dschnoti { get { return this.dschnotiField; } set { if ((object.ReferenceEquals(this.dschnotiField, value) != true)) { this.dschnotiField = value; this.RaisePropertyChanged("dschnoti"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)] public string roomcd { get { return this.roomcdField; } set { if ((object.ReferenceEquals(this.roomcdField, value) != true)) { this.roomcdField = value; this.RaisePropertyChanged("roomcd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=17)] public string cnst { get { return this.cnstField; } set { if ((object.ReferenceEquals(this.cnstField, value) != true)) { this.cnstField = value; this.RaisePropertyChanged("cnst"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=18)] public string ordtype { get { return this.ordtypeField; } set { if ((object.ReferenceEquals(this.ordtypeField, value) != true)) { this.ordtypeField = value; this.RaisePropertyChanged("ordtype"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=19)] public string bostyle { get { return this.bostyleField; } set { if ((object.ReferenceEquals(this.bostyleField, value) != true)) { this.bostyleField = value; this.RaisePropertyChanged("bostyle"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=20)] public string elbulbodstat { get { return this.elbulbodstatField; } set { if ((object.ReferenceEquals(this.elbulbodstatField, value) != true)) { this.elbulbodstatField = value; this.RaisePropertyChanged("elbulbodstat"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=21)] public string ordtm { get { return this.ordtmField; } set { if ((object.ReferenceEquals(this.ordtmField, value) != true)) { this.ordtmField = value; this.RaisePropertyChanged("ordtm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=22)] public string orddrid { get { return this.orddridField; } set { if ((object.ReferenceEquals(this.orddridField, value) != true)) { this.orddridField = value; this.RaisePropertyChanged("orddrid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=23)] public string orddrnm { get { return this.orddrnmField; } set { if ((object.ReferenceEquals(this.orddrnmField, value) != true)) { this.orddrnmField = value; this.RaisePropertyChanged("orddrnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=24)] public string orddd { get { return this.ordddField; } set { if ((object.ReferenceEquals(this.ordddField, value) != true)) { this.ordddField = value; this.RaisePropertyChanged("orddd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=25)] public string oproomnm { get { return this.oproomnmField; } set { if ((object.ReferenceEquals(this.oproomnmField, value) != true)) { this.oproomnmField = value; this.RaisePropertyChanged("oproomnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=26)] public string anstreqflag { get { return this.anstreqflagField; } set { if ((object.ReferenceEquals(this.anstreqflagField, value) != true)) { this.anstreqflagField = value; this.RaisePropertyChanged("anstreqflag"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=27)] public string anstdrnm { get { return this.anstdrnmField; } set { if ((object.ReferenceEquals(this.anstdrnmField, value) != true)) { this.anstdrnmField = value; this.RaisePropertyChanged("anstdrnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=28)] public string erorddeptnm { get { return this.erorddeptnmField; } set { if ((object.ReferenceEquals(this.erorddeptnmField, value) != true)) { this.erorddeptnmField = value; this.RaisePropertyChanged("erorddeptnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=29)] public string ermedispclnm { get { return this.ermedispclnmField; } set { if ((object.ReferenceEquals(this.ermedispclnmField, value) != true)) { this.ermedispclnmField = value; this.RaisePropertyChanged("ermedispclnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=30)] public string opcnfmdd { get { return this.opcnfmddField; } set { if ((object.ReferenceEquals(this.opcnfmddField, value) != true)) { this.opcnfmddField = value; this.RaisePropertyChanged("opcnfmdd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=31)] public string badcd { get { return this.badcdField; } set { if ((object.ReferenceEquals(this.badcdField, value) != true)) { this.badcdField = value; this.RaisePropertyChanged("badcd"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="DeptListVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class DeptListVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string deptcdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string deptnmField; [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 deptcd { get { return this.deptcdField; } set { if ((object.ReferenceEquals(this.deptcdField, value) != true)) { this.deptcdField = value; this.RaisePropertyChanged("deptcd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] public string deptnm { get { return this.deptnmField; } set { if ((object.ReferenceEquals(this.deptnmField, value) != true)) { this.deptnmField = value; this.RaisePropertyChanged("deptnm"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="DocListVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class DocListVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string doctoridField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string doctornmField; [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 doctorid { get { return this.doctoridField; } set { if ((object.ReferenceEquals(this.doctoridField, value) != true)) { this.doctoridField = value; this.RaisePropertyChanged("doctorid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] public string doctornm { get { return this.doctornmField; } set { if ((object.ReferenceEquals(this.doctornmField, value) != true)) { this.doctornmField = value; this.RaisePropertyChanged("doctornm"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="PatInfoListVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class PatInfoListVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string pidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string hngnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string rrgstno1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string rrgstno2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ageField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string mpphontelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string addrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string lastordddField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string lastorddeptField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string lastinsukindField; [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 pid { get { return this.pidField; } set { if ((object.ReferenceEquals(this.pidField, value) != true)) { this.pidField = value; this.RaisePropertyChanged("pid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string hngnm { get { return this.hngnmField; } set { if ((object.ReferenceEquals(this.hngnmField, value) != true)) { this.hngnmField = value; this.RaisePropertyChanged("hngnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string rrgstno1 { get { return this.rrgstno1Field; } set { if ((object.ReferenceEquals(this.rrgstno1Field, value) != true)) { this.rrgstno1Field = value; this.RaisePropertyChanged("rrgstno1"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string rrgstno2 { get { return this.rrgstno2Field; } set { if ((object.ReferenceEquals(this.rrgstno2Field, value) != true)) { this.rrgstno2Field = value; this.RaisePropertyChanged("rrgstno2"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string age { get { return this.ageField; } set { if ((object.ReferenceEquals(this.ageField, value) != true)) { this.ageField = value; this.RaisePropertyChanged("age"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string mpphontel { get { return this.mpphontelField; } set { if ((object.ReferenceEquals(this.mpphontelField, value) != true)) { this.mpphontelField = value; this.RaisePropertyChanged("mpphontel"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string addr { get { return this.addrField; } set { if ((object.ReferenceEquals(this.addrField, value) != true)) { this.addrField = value; this.RaisePropertyChanged("addr"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] public string lastorddd { get { return this.lastordddField; } set { if ((object.ReferenceEquals(this.lastordddField, value) != true)) { this.lastordddField = value; this.RaisePropertyChanged("lastorddd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)] public string lastorddept { get { return this.lastorddeptField; } set { if ((object.ReferenceEquals(this.lastorddeptField, value) != true)) { this.lastorddeptField = value; this.RaisePropertyChanged("lastorddept"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)] public string lastinsukind { get { return this.lastinsukindField; } set { if ((object.ReferenceEquals(this.lastinsukindField, value) != true)) { this.lastinsukindField = value; this.RaisePropertyChanged("lastinsukind"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="PatientVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class PatientVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_Pt_IDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_sex_age_y_mField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_Pt_NameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_JuminNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_HosTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_CretNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_WardField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_RoomNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_ADdateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_DschddField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_VisitTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_DeptCdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_DeptNmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_Dept2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_OPdeptCdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_OPdeptNmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_OPdrIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_OPdrNmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_DxCdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_DxNmField; private int IO_OrderNoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_PrintTimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_MaindrIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_MaindrNmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_OcrCdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_InputIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_InputNmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_SignImgField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_bpField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_dmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_heartField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_kidneyField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_respirationField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_hxField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_allergyField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_drugField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_smokingField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_idioField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_nacroticsField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_airwayField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_hemorrhageField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_status_etcField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_ZipcdaddrField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_TelField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_InsukindField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string IO_ErdrNmField; [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 IO_Pt_ID { get { return this.IO_Pt_IDField; } set { if ((object.ReferenceEquals(this.IO_Pt_IDField, value) != true)) { this.IO_Pt_IDField = value; this.RaisePropertyChanged("IO_Pt_ID"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] public string IO_sex_age_y_m { get { return this.IO_sex_age_y_mField; } set { if ((object.ReferenceEquals(this.IO_sex_age_y_mField, value) != true)) { this.IO_sex_age_y_mField = value; this.RaisePropertyChanged("IO_sex_age_y_m"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string IO_Pt_Name { get { return this.IO_Pt_NameField; } set { if ((object.ReferenceEquals(this.IO_Pt_NameField, value) != true)) { this.IO_Pt_NameField = value; this.RaisePropertyChanged("IO_Pt_Name"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string IO_JuminNo { get { return this.IO_JuminNoField; } set { if ((object.ReferenceEquals(this.IO_JuminNoField, value) != true)) { this.IO_JuminNoField = value; this.RaisePropertyChanged("IO_JuminNo"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string IO_HosType { get { return this.IO_HosTypeField; } set { if ((object.ReferenceEquals(this.IO_HosTypeField, value) != true)) { this.IO_HosTypeField = value; this.RaisePropertyChanged("IO_HosType"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string IO_CretNo { get { return this.IO_CretNoField; } set { if ((object.ReferenceEquals(this.IO_CretNoField, value) != true)) { this.IO_CretNoField = value; this.RaisePropertyChanged("IO_CretNo"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string IO_Ward { get { return this.IO_WardField; } set { if ((object.ReferenceEquals(this.IO_WardField, value) != true)) { this.IO_WardField = value; this.RaisePropertyChanged("IO_Ward"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] public string IO_RoomNo { get { return this.IO_RoomNoField; } set { if ((object.ReferenceEquals(this.IO_RoomNoField, value) != true)) { this.IO_RoomNoField = value; this.RaisePropertyChanged("IO_RoomNo"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)] public string IO_ADdate { get { return this.IO_ADdateField; } set { if ((object.ReferenceEquals(this.IO_ADdateField, value) != true)) { this.IO_ADdateField = value; this.RaisePropertyChanged("IO_ADdate"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)] public string IO_Dschdd { get { return this.IO_DschddField; } set { if ((object.ReferenceEquals(this.IO_DschddField, value) != true)) { this.IO_DschddField = value; this.RaisePropertyChanged("IO_Dschdd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)] public string IO_VisitType { get { return this.IO_VisitTypeField; } set { if ((object.ReferenceEquals(this.IO_VisitTypeField, value) != true)) { this.IO_VisitTypeField = value; this.RaisePropertyChanged("IO_VisitType"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)] public string IO_DeptCd { get { return this.IO_DeptCdField; } set { if ((object.ReferenceEquals(this.IO_DeptCdField, value) != true)) { this.IO_DeptCdField = value; this.RaisePropertyChanged("IO_DeptCd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)] public string IO_DeptNm { get { return this.IO_DeptNmField; } set { if ((object.ReferenceEquals(this.IO_DeptNmField, value) != true)) { this.IO_DeptNmField = value; this.RaisePropertyChanged("IO_DeptNm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)] public string IO_Dept2 { get { return this.IO_Dept2Field; } set { if ((object.ReferenceEquals(this.IO_Dept2Field, value) != true)) { this.IO_Dept2Field = value; this.RaisePropertyChanged("IO_Dept2"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)] public string IO_OPdeptCd { get { return this.IO_OPdeptCdField; } set { if ((object.ReferenceEquals(this.IO_OPdeptCdField, value) != true)) { this.IO_OPdeptCdField = value; this.RaisePropertyChanged("IO_OPdeptCd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=15)] public string IO_OPdeptNm { get { return this.IO_OPdeptNmField; } set { if ((object.ReferenceEquals(this.IO_OPdeptNmField, value) != true)) { this.IO_OPdeptNmField = value; this.RaisePropertyChanged("IO_OPdeptNm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)] public string IO_OPdrId { get { return this.IO_OPdrIdField; } set { if ((object.ReferenceEquals(this.IO_OPdrIdField, value) != true)) { this.IO_OPdrIdField = value; this.RaisePropertyChanged("IO_OPdrId"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=17)] public string IO_OPdrNm { get { return this.IO_OPdrNmField; } set { if ((object.ReferenceEquals(this.IO_OPdrNmField, value) != true)) { this.IO_OPdrNmField = value; this.RaisePropertyChanged("IO_OPdrNm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=18)] public string IO_DxCd { get { return this.IO_DxCdField; } set { if ((object.ReferenceEquals(this.IO_DxCdField, value) != true)) { this.IO_DxCdField = value; this.RaisePropertyChanged("IO_DxCd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=19)] public string IO_DxNm { get { return this.IO_DxNmField; } set { if ((object.ReferenceEquals(this.IO_DxNmField, value) != true)) { this.IO_DxNmField = value; this.RaisePropertyChanged("IO_DxNm"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=20)] public int IO_OrderNo { get { return this.IO_OrderNoField; } set { if ((this.IO_OrderNoField.Equals(value) != true)) { this.IO_OrderNoField = value; this.RaisePropertyChanged("IO_OrderNo"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=21)] public string IO_PrintTime { get { return this.IO_PrintTimeField; } set { if ((object.ReferenceEquals(this.IO_PrintTimeField, value) != true)) { this.IO_PrintTimeField = value; this.RaisePropertyChanged("IO_PrintTime"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=22)] public string IO_MaindrId { get { return this.IO_MaindrIdField; } set { if ((object.ReferenceEquals(this.IO_MaindrIdField, value) != true)) { this.IO_MaindrIdField = value; this.RaisePropertyChanged("IO_MaindrId"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=23)] public string IO_MaindrNm { get { return this.IO_MaindrNmField; } set { if ((object.ReferenceEquals(this.IO_MaindrNmField, value) != true)) { this.IO_MaindrNmField = value; this.RaisePropertyChanged("IO_MaindrNm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=24)] public string IO_OcrCd { get { return this.IO_OcrCdField; } set { if ((object.ReferenceEquals(this.IO_OcrCdField, value) != true)) { this.IO_OcrCdField = value; this.RaisePropertyChanged("IO_OcrCd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=25)] public string IO_InputId { get { return this.IO_InputIdField; } set { if ((object.ReferenceEquals(this.IO_InputIdField, value) != true)) { this.IO_InputIdField = value; this.RaisePropertyChanged("IO_InputId"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=26)] public string IO_InputNm { get { return this.IO_InputNmField; } set { if ((object.ReferenceEquals(this.IO_InputNmField, value) != true)) { this.IO_InputNmField = value; this.RaisePropertyChanged("IO_InputNm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=27)] public string IO_SignImg { get { return this.IO_SignImgField; } set { if ((object.ReferenceEquals(this.IO_SignImgField, value) != true)) { this.IO_SignImgField = value; this.RaisePropertyChanged("IO_SignImg"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=28)] public string IO_bp { get { return this.IO_bpField; } set { if ((object.ReferenceEquals(this.IO_bpField, value) != true)) { this.IO_bpField = value; this.RaisePropertyChanged("IO_bp"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=29)] public string IO_dm { get { return this.IO_dmField; } set { if ((object.ReferenceEquals(this.IO_dmField, value) != true)) { this.IO_dmField = value; this.RaisePropertyChanged("IO_dm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=30)] public string IO_heart { get { return this.IO_heartField; } set { if ((object.ReferenceEquals(this.IO_heartField, value) != true)) { this.IO_heartField = value; this.RaisePropertyChanged("IO_heart"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=31)] public string IO_kidney { get { return this.IO_kidneyField; } set { if ((object.ReferenceEquals(this.IO_kidneyField, value) != true)) { this.IO_kidneyField = value; this.RaisePropertyChanged("IO_kidney"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=32)] public string IO_respiration { get { return this.IO_respirationField; } set { if ((object.ReferenceEquals(this.IO_respirationField, value) != true)) { this.IO_respirationField = value; this.RaisePropertyChanged("IO_respiration"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=33)] public string IO_hx { get { return this.IO_hxField; } set { if ((object.ReferenceEquals(this.IO_hxField, value) != true)) { this.IO_hxField = value; this.RaisePropertyChanged("IO_hx"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=34)] public string IO_allergy { get { return this.IO_allergyField; } set { if ((object.ReferenceEquals(this.IO_allergyField, value) != true)) { this.IO_allergyField = value; this.RaisePropertyChanged("IO_allergy"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=35)] public string IO_drug { get { return this.IO_drugField; } set { if ((object.ReferenceEquals(this.IO_drugField, value) != true)) { this.IO_drugField = value; this.RaisePropertyChanged("IO_drug"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=36)] public string IO_smoking { get { return this.IO_smokingField; } set { if ((object.ReferenceEquals(this.IO_smokingField, value) != true)) { this.IO_smokingField = value; this.RaisePropertyChanged("IO_smoking"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=37)] public string IO_idio { get { return this.IO_idioField; } set { if ((object.ReferenceEquals(this.IO_idioField, value) != true)) { this.IO_idioField = value; this.RaisePropertyChanged("IO_idio"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=38)] public string IO_nacrotics { get { return this.IO_nacroticsField; } set { if ((object.ReferenceEquals(this.IO_nacroticsField, value) != true)) { this.IO_nacroticsField = value; this.RaisePropertyChanged("IO_nacrotics"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=39)] public string IO_airway { get { return this.IO_airwayField; } set { if ((object.ReferenceEquals(this.IO_airwayField, value) != true)) { this.IO_airwayField = value; this.RaisePropertyChanged("IO_airway"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=40)] public string IO_hemorrhage { get { return this.IO_hemorrhageField; } set { if ((object.ReferenceEquals(this.IO_hemorrhageField, value) != true)) { this.IO_hemorrhageField = value; this.RaisePropertyChanged("IO_hemorrhage"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=41)] public string IO_status_etc { get { return this.IO_status_etcField; } set { if ((object.ReferenceEquals(this.IO_status_etcField, value) != true)) { this.IO_status_etcField = value; this.RaisePropertyChanged("IO_status_etc"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=42)] public string IO_Zipcdaddr { get { return this.IO_ZipcdaddrField; } set { if ((object.ReferenceEquals(this.IO_ZipcdaddrField, value) != true)) { this.IO_ZipcdaddrField = value; this.RaisePropertyChanged("IO_Zipcdaddr"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=43)] public string IO_Tel { get { return this.IO_TelField; } set { if ((object.ReferenceEquals(this.IO_TelField, value) != true)) { this.IO_TelField = value; this.RaisePropertyChanged("IO_Tel"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=44)] public string IO_Insukind { get { return this.IO_InsukindField; } set { if ((object.ReferenceEquals(this.IO_InsukindField, value) != true)) { this.IO_InsukindField = value; this.RaisePropertyChanged("IO_Insukind"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=45)] public string IO_ErdrNm { get { return this.IO_ErdrNmField; } set { if ((object.ReferenceEquals(this.IO_ErdrNmField, value) != true)) { this.IO_ErdrNmField = value; this.RaisePropertyChanged("IO_ErdrNm"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="ConsentSetVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class ConsentSetVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private int FormRidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FormGuidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FormCdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string FormNameField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string SetAuthField; private int PrntCntField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string PrintOnlyField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string OcrTagYNField; [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 int FormRid { get { return this.FormRidField; } set { if ((this.FormRidField.Equals(value) != true)) { this.FormRidField = value; this.RaisePropertyChanged("FormRid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string FormGuid { get { return this.FormGuidField; } set { if ((object.ReferenceEquals(this.FormGuidField, value) != true)) { this.FormGuidField = value; this.RaisePropertyChanged("FormGuid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string FormCd { get { return this.FormCdField; } set { if ((object.ReferenceEquals(this.FormCdField, value) != true)) { this.FormCdField = value; this.RaisePropertyChanged("FormCd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string FormName { get { return this.FormNameField; } set { if ((object.ReferenceEquals(this.FormNameField, value) != true)) { this.FormNameField = value; this.RaisePropertyChanged("FormName"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string SetAuth { get { return this.SetAuthField; } set { if ((object.ReferenceEquals(this.SetAuthField, value) != true)) { this.SetAuthField = value; this.RaisePropertyChanged("SetAuth"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)] public int PrntCnt { get { return this.PrntCntField; } set { if ((this.PrntCntField.Equals(value) != true)) { this.PrntCntField = value; this.RaisePropertyChanged("PrntCnt"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string PrintOnly { get { return this.PrintOnlyField; } set { if ((object.ReferenceEquals(this.PrintOnlyField, value) != true)) { this.PrintOnlyField = value; this.RaisePropertyChanged("PrintOnly"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] public string OcrTagYN { get { return this.OcrTagYNField; } set { if ((object.ReferenceEquals(this.OcrTagYNField, value) != true)) { this.OcrTagYNField = value; this.RaisePropertyChanged("OcrTagYN"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="UserSignImageVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class UserSignImageVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private byte[] SignImageField; [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 byte[] SignImage { get { return this.SignImageField; } set { if ((object.ReferenceEquals(this.SignImageField, value) != true)) { this.SignImageField = value; this.RaisePropertyChanged("SignImage"); } } } 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.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.CollectionDataContractAttribute(Name="ArrayOfString", Namespace="http://tempuri.org/", ItemName="string")] [System.SerializableAttribute()] public class ArrayOfString : System.Collections.Generic.List { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="UnFinishedListVO", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class UnFinishedListVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string pidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string formcdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string formnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string hngnmField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string orderdateField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string printonlyField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string certtargetField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string consentstateField; private int consentmstridField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ordddField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ordtypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string orddeptcdField; private int ordernoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ordercdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ocrnumberField; private int cretnoField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string createusernameField; private int formridField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string formguidField; [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 pid { get { return this.pidField; } set { if ((object.ReferenceEquals(this.pidField, value) != true)) { this.pidField = value; this.RaisePropertyChanged("pid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string formcd { get { return this.formcdField; } set { if ((object.ReferenceEquals(this.formcdField, value) != true)) { this.formcdField = value; this.RaisePropertyChanged("formcd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string formnm { get { return this.formnmField; } set { if ((object.ReferenceEquals(this.formnmField, value) != true)) { this.formnmField = value; this.RaisePropertyChanged("formnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string hngnm { get { return this.hngnmField; } set { if ((object.ReferenceEquals(this.hngnmField, value) != true)) { this.hngnmField = value; this.RaisePropertyChanged("hngnm"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string orderdate { get { return this.orderdateField; } set { if ((object.ReferenceEquals(this.orderdateField, value) != true)) { this.orderdateField = value; this.RaisePropertyChanged("orderdate"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string printonly { get { return this.printonlyField; } set { if ((object.ReferenceEquals(this.printonlyField, value) != true)) { this.printonlyField = value; this.RaisePropertyChanged("printonly"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string certtarget { get { return this.certtargetField; } set { if ((object.ReferenceEquals(this.certtargetField, value) != true)) { this.certtargetField = value; this.RaisePropertyChanged("certtarget"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] public string consentstate { get { return this.consentstateField; } set { if ((object.ReferenceEquals(this.consentstateField, value) != true)) { this.consentstateField = value; this.RaisePropertyChanged("consentstate"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=8)] public int consentmstrid { get { return this.consentmstridField; } set { if ((this.consentmstridField.Equals(value) != true)) { this.consentmstridField = value; this.RaisePropertyChanged("consentmstrid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)] public string orddd { get { return this.ordddField; } set { if ((object.ReferenceEquals(this.ordddField, value) != true)) { this.ordddField = value; this.RaisePropertyChanged("orddd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)] public string ordtype { get { return this.ordtypeField; } set { if ((object.ReferenceEquals(this.ordtypeField, value) != true)) { this.ordtypeField = value; this.RaisePropertyChanged("ordtype"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)] public string orddeptcd { get { return this.orddeptcdField; } set { if ((object.ReferenceEquals(this.orddeptcdField, value) != true)) { this.orddeptcdField = value; this.RaisePropertyChanged("orddeptcd"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=12)] public int orderno { get { return this.ordernoField; } set { if ((this.ordernoField.Equals(value) != true)) { this.ordernoField = value; this.RaisePropertyChanged("orderno"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)] public string ordercd { get { return this.ordercdField; } set { if ((object.ReferenceEquals(this.ordercdField, value) != true)) { this.ordercdField = value; this.RaisePropertyChanged("ordercd"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)] public string ocrnumber { get { return this.ocrnumberField; } set { if ((object.ReferenceEquals(this.ocrnumberField, value) != true)) { this.ocrnumberField = value; this.RaisePropertyChanged("ocrnumber"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=15)] public int cretno { get { return this.cretnoField; } set { if ((this.cretnoField.Equals(value) != true)) { this.cretnoField = value; this.RaisePropertyChanged("cretno"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)] public string createusername { get { return this.createusernameField; } set { if ((object.ReferenceEquals(this.createusernameField, value) != true)) { this.createusernameField = value; this.RaisePropertyChanged("createusername"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=17)] public int formrid { get { return this.formridField; } set { if ((this.formridField.Equals(value) != true)) { this.formridField = value; this.RaisePropertyChanged("formrid"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=18)] public string formguid { get { return this.formguidField; } set { if ((object.ReferenceEquals(this.formguidField, value) != true)) { this.formguidField = value; this.RaisePropertyChanged("formguid"); } } } 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(ConfigurationName="HospitalSvcRef.HospitalSvcSoap")] public interface HospitalSvcSoap { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckWebService", ReplyAction="*")] bool CheckWebService(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckDatabaseConnection", ReplyAction="*")] bool CheckDatabaseConnection(); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userNo이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetUserInfo", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoResponse GetUserInfo(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 patientNo이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetTrmtDateList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListResponse GetTrmtDateList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 srchdd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetInPatList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListResponse GetInPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 srchdd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetOutPatList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListResponse GetOutPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 srchdd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetOpPatList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListResponse GetOpPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 srchdd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetErPatList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListResponse GetErPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 srchdd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSrPatList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListResponse GetSrPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 ordtype이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDeptList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListResponse GetDeptList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 GetWardListResult이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetWardList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListResponse GetWardList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 srchdd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDoctorList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListResponse GetDoctorList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 srchcond이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSrchPatInfo", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoResponse GetSrchPatInfo(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 pid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPatientInfo", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoResponse GetPatientInfo(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userNo이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetConsentSetList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListResponse GetConsentSetList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SetUserFormSetList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListResponse SetUserFormSetList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/DelUserFormSetList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListResponse DelUserFormSetList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 GetOcrTagResult이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetOcrTag", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagResponse GetOcrTag(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSignImage", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageResponse GetSignImage(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 pid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDiagNameList", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListResponse GetDiagNameList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 pid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetFileName", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameResponse GetFileName(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 pid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/delEformData", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataResponse delEformData(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 ocrtag이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/insertPrintData", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataResponse insertPrintData(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/UpdateUserSetup", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupResponse UpdateUserSetup(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupRequest request); // CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetUnfinishedListPerDoctor", ReplyAction="*")] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorResponse GetUnfinishedListPerDoctor(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequest 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 GetUserInfoRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetUserInfo", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoRequestBody Body; public GetUserInfoRequest() { } public GetUserInfoRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoRequestBody 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://tempuri.org/")] public partial class GetUserInfoRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string userNo; public GetUserInfoRequestBody() { } public GetUserInfoRequestBody(string userNo) { this.userNo = userNo; } } [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 GetUserInfoResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetUserInfoResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoResponseBody Body; public GetUserInfoResponse() { } public GetUserInfoResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoResponseBody 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://tempuri.org/")] public partial class GetUserInfoResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UserVO GetUserInfoResult; public GetUserInfoResponseBody() { } public GetUserInfoResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UserVO GetUserInfoResult) { this.GetUserInfoResult = GetUserInfoResult; } } [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 GetTrmtDateListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetTrmtDateList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListRequestBody Body; public GetTrmtDateListRequest() { } public GetTrmtDateListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListRequestBody 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://tempuri.org/")] public partial class GetTrmtDateListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string patientNo; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string searchClnDate; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string searchType; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string orddeptcd; public GetTrmtDateListRequestBody() { } public GetTrmtDateListRequestBody(string patientNo, string searchClnDate, string searchType, string orddeptcd) { this.patientNo = patientNo; this.searchClnDate = searchClnDate; this.searchType = searchType; this.orddeptcd = orddeptcd; } } [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 GetTrmtDateListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetTrmtDateListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListResponseBody Body; public GetTrmtDateListResponse() { } public GetTrmtDateListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListResponseBody 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://tempuri.org/")] public partial class GetTrmtDateListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.ClnDateForDropdownVO[] GetTrmtDateListResult; public GetTrmtDateListResponseBody() { } public GetTrmtDateListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.ClnDateForDropdownVO[] GetTrmtDateListResult) { this.GetTrmtDateListResult = GetTrmtDateListResult; } } [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 GetInPatListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetInPatList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListRequestBody Body; public GetInPatListRequest() { } public GetInPatListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListRequestBody 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://tempuri.org/")] public partial class GetInPatListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string srchdd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string orddeptcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string doctorid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string wardcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string patstat; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string jobkindcd; public GetInPatListRequestBody() { } public GetInPatListRequestBody(string srchdd, string orddeptcd, string doctorid, string pid, string wardcd, string patstat, string jobkindcd) { this.srchdd = srchdd; this.orddeptcd = orddeptcd; this.doctorid = doctorid; this.pid = pid; this.wardcd = wardcd; this.patstat = patstat; this.jobkindcd = jobkindcd; } } [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 GetInPatListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetInPatListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListResponseBody Body; public GetInPatListResponse() { } public GetInPatListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListResponseBody 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://tempuri.org/")] public partial class GetInPatListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetInPatListResult; public GetInPatListResponseBody() { } public GetInPatListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetInPatListResult) { this.GetInPatListResult = GetInPatListResult; } } [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 GetOutPatListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetOutPatList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListRequestBody Body; public GetOutPatListRequest() { } public GetOutPatListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListRequestBody 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://tempuri.org/")] public partial class GetOutPatListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string srchdd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string orddeptcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string doctorid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string patstat; public GetOutPatListRequestBody() { } public GetOutPatListRequestBody(string srchdd, string orddeptcd, string doctorid, string pid, string patstat) { this.srchdd = srchdd; this.orddeptcd = orddeptcd; this.doctorid = doctorid; this.pid = pid; this.patstat = patstat; } } [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 GetOutPatListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetOutPatListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListResponseBody Body; public GetOutPatListResponse() { } public GetOutPatListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListResponseBody 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://tempuri.org/")] public partial class GetOutPatListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetOutPatListResult; public GetOutPatListResponseBody() { } public GetOutPatListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetOutPatListResult) { this.GetOutPatListResult = GetOutPatListResult; } } [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 GetOpPatListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetOpPatList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListRequestBody Body; public GetOpPatListRequest() { } public GetOpPatListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListRequestBody 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://tempuri.org/")] public partial class GetOpPatListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string srchdd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string orddeptcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string doctorid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string patstat; public GetOpPatListRequestBody() { } public GetOpPatListRequestBody(string srchdd, string orddeptcd, string doctorid, string pid, string patstat) { this.srchdd = srchdd; this.orddeptcd = orddeptcd; this.doctorid = doctorid; this.pid = pid; this.patstat = patstat; } } [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 GetOpPatListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetOpPatListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListResponseBody Body; public GetOpPatListResponse() { } public GetOpPatListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListResponseBody 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://tempuri.org/")] public partial class GetOpPatListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetOpPatListResult; public GetOpPatListResponseBody() { } public GetOpPatListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetOpPatListResult) { this.GetOpPatListResult = GetOpPatListResult; } } [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 GetErPatListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetErPatList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListRequestBody Body; public GetErPatListRequest() { } public GetErPatListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListRequestBody 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://tempuri.org/")] public partial class GetErPatListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string srchdd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string orddeptcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string doctorid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string patstat; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string jobkindcd; public GetErPatListRequestBody() { } public GetErPatListRequestBody(string srchdd, string orddeptcd, string doctorid, string pid, string patstat, string jobkindcd) { this.srchdd = srchdd; this.orddeptcd = orddeptcd; this.doctorid = doctorid; this.pid = pid; this.patstat = patstat; this.jobkindcd = jobkindcd; } } [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 GetErPatListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetErPatListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListResponseBody Body; public GetErPatListResponse() { } public GetErPatListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListResponseBody 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://tempuri.org/")] public partial class GetErPatListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetErPatListResult; public GetErPatListResponseBody() { } public GetErPatListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetErPatListResult) { this.GetErPatListResult = GetErPatListResult; } } [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 GetSrPatListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetSrPatList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListRequestBody Body; public GetSrPatListRequest() { } public GetSrPatListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListRequestBody 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://tempuri.org/")] public partial class GetSrPatListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string srchdd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string orddeptcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string doctorid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string ordtype; public GetSrPatListRequestBody() { } public GetSrPatListRequestBody(string srchdd, string orddeptcd, string doctorid, string pid, string ordtype) { this.srchdd = srchdd; this.orddeptcd = orddeptcd; this.doctorid = doctorid; this.pid = pid; this.ordtype = ordtype; } } [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 GetSrPatListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetSrPatListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListResponseBody Body; public GetSrPatListResponse() { } public GetSrPatListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListResponseBody 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://tempuri.org/")] public partial class GetSrPatListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetSrPatListResult; public GetSrPatListResponseBody() { } public GetSrPatListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetSrPatListResult) { this.GetSrPatListResult = GetSrPatListResult; } } [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 GetDeptListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetDeptList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListRequestBody Body; public GetDeptListRequest() { } public GetDeptListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListRequestBody 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://tempuri.org/")] public partial class GetDeptListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string ordtype; public GetDeptListRequestBody() { } public GetDeptListRequestBody(string ordtype) { this.ordtype = ordtype; } } [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 GetDeptListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetDeptListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListResponseBody Body; public GetDeptListResponse() { } public GetDeptListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListResponseBody 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://tempuri.org/")] public partial class GetDeptListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DeptListVO[] GetDeptListResult; public GetDeptListResponseBody() { } public GetDeptListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DeptListVO[] GetDeptListResult) { this.GetDeptListResult = GetDeptListResult; } } [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 GetWardListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetWardList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListRequestBody Body; public GetWardListRequest() { } public GetWardListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListRequestBody 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()] public partial class GetWardListRequestBody { public GetWardListRequestBody() { } } [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 GetWardListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetWardListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListResponseBody Body; public GetWardListResponse() { } public GetWardListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListResponseBody 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://tempuri.org/")] public partial class GetWardListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DeptListVO[] GetWardListResult; public GetWardListResponseBody() { } public GetWardListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DeptListVO[] GetWardListResult) { this.GetWardListResult = GetWardListResult; } } [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 GetDoctorListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetDoctorList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListRequestBody Body; public GetDoctorListRequest() { } public GetDoctorListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListRequestBody 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://tempuri.org/")] public partial class GetDoctorListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string srchdd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string orddeptcd; public GetDoctorListRequestBody() { } public GetDoctorListRequestBody(string srchdd, string orddeptcd) { this.srchdd = srchdd; this.orddeptcd = orddeptcd; } } [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 GetDoctorListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetDoctorListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListResponseBody Body; public GetDoctorListResponse() { } public GetDoctorListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListResponseBody 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://tempuri.org/")] public partial class GetDoctorListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DocListVO[] GetDoctorListResult; public GetDoctorListResponseBody() { } public GetDoctorListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DocListVO[] GetDoctorListResult) { this.GetDoctorListResult = GetDoctorListResult; } } [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 GetSrchPatInfoRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetSrchPatInfo", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoRequestBody Body; public GetSrchPatInfoRequest() { } public GetSrchPatInfoRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoRequestBody 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://tempuri.org/")] public partial class GetSrchPatInfoRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string srchcond; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string hngnm; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string rrgstno1; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string rrgstno2; public GetSrchPatInfoRequestBody() { } public GetSrchPatInfoRequestBody(string srchcond, string pid, string hngnm, string rrgstno1, string rrgstno2) { this.srchcond = srchcond; this.pid = pid; this.hngnm = hngnm; this.rrgstno1 = rrgstno1; this.rrgstno2 = rrgstno2; } } [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 GetSrchPatInfoResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetSrchPatInfoResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoResponseBody Body; public GetSrchPatInfoResponse() { } public GetSrchPatInfoResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoResponseBody 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://tempuri.org/")] public partial class GetSrchPatInfoResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatInfoListVO[] GetSrchPatInfoResult; public GetSrchPatInfoResponseBody() { } public GetSrchPatInfoResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatInfoListVO[] GetSrchPatInfoResult) { this.GetSrchPatInfoResult = GetSrchPatInfoResult; } } [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 GetPatientInfoRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientInfo", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoRequestBody Body; public GetPatientInfoRequest() { } public GetPatientInfoRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoRequestBody 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://tempuri.org/")] public partial class GetPatientInfoRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string orddd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string ordtype; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string orddeptcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string cretno; public GetPatientInfoRequestBody() { } public GetPatientInfoRequestBody(string pid, string orddd, string ordtype, string orddeptcd, string cretno) { this.pid = pid; this.orddd = orddd; this.ordtype = ordtype; this.orddeptcd = orddeptcd; this.cretno = cretno; } } [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 GetPatientInfoResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientInfoResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoResponseBody Body; public GetPatientInfoResponse() { } public GetPatientInfoResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoResponseBody 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://tempuri.org/")] public partial class GetPatientInfoResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatientVO[] GetPatientInfoResult; public GetPatientInfoResponseBody() { } public GetPatientInfoResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatientVO[] GetPatientInfoResult) { this.GetPatientInfoResult = GetPatientInfoResult; } } [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 GetConsentSetListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetConsentSetList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListRequestBody Body; public GetConsentSetListRequest() { } public GetConsentSetListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListRequestBody 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://tempuri.org/")] public partial class GetConsentSetListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string userNo; public GetConsentSetListRequestBody() { } public GetConsentSetListRequestBody(string userNo) { this.userNo = userNo; } } [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 GetConsentSetListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetConsentSetListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListResponseBody Body; public GetConsentSetListResponse() { } public GetConsentSetListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListResponseBody 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://tempuri.org/")] public partial class GetConsentSetListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.ConsentSetVO[] GetConsentSetListResult; public GetConsentSetListResponseBody() { } public GetConsentSetListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.ConsentSetVO[] GetConsentSetListResult) { this.GetConsentSetListResult = GetConsentSetListResult; } } [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 SetUserFormSetListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="SetUserFormSetList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListRequestBody Body; public SetUserFormSetListRequest() { } public SetUserFormSetListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListRequestBody 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://tempuri.org/")] public partial class SetUserFormSetListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string userid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string formcd; public SetUserFormSetListRequestBody() { } public SetUserFormSetListRequestBody(string userid, string formcd) { this.userid = userid; this.formcd = formcd; } } [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 SetUserFormSetListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="SetUserFormSetListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListResponseBody Body; public SetUserFormSetListResponse() { } public SetUserFormSetListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListResponseBody 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()] public partial class SetUserFormSetListResponseBody { public SetUserFormSetListResponseBody() { } } [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 DelUserFormSetListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="DelUserFormSetList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListRequestBody Body; public DelUserFormSetListRequest() { } public DelUserFormSetListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListRequestBody 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://tempuri.org/")] public partial class DelUserFormSetListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string userid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string formcd; public DelUserFormSetListRequestBody() { } public DelUserFormSetListRequestBody(string userid, string formcd) { this.userid = userid; this.formcd = formcd; } } [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 DelUserFormSetListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="DelUserFormSetListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListResponseBody Body; public DelUserFormSetListResponse() { } public DelUserFormSetListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListResponseBody 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()] public partial class DelUserFormSetListResponseBody { public DelUserFormSetListResponseBody() { } } [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 GetOcrTagRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetOcrTag", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagRequestBody Body; public GetOcrTagRequest() { } public GetOcrTagRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagRequestBody 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()] public partial class GetOcrTagRequestBody { public GetOcrTagRequestBody() { } } [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 GetOcrTagResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetOcrTagResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagResponseBody Body; public GetOcrTagResponse() { } public GetOcrTagResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagResponseBody 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://tempuri.org/")] public partial class GetOcrTagResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string GetOcrTagResult; public GetOcrTagResponseBody() { } public GetOcrTagResponseBody(string GetOcrTagResult) { this.GetOcrTagResult = GetOcrTagResult; } } [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 GetSignImageRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetSignImage", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageRequestBody Body; public GetSignImageRequest() { } public GetSignImageRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageRequestBody 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://tempuri.org/")] public partial class GetSignImageRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string userid; public GetSignImageRequestBody() { } public GetSignImageRequestBody(string userid) { this.userid = userid; } } [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 GetSignImageResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetSignImageResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageResponseBody Body; public GetSignImageResponse() { } public GetSignImageResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageResponseBody 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://tempuri.org/")] public partial class GetSignImageResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UserSignImageVO GetSignImageResult; public GetSignImageResponseBody() { } public GetSignImageResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UserSignImageVO GetSignImageResult) { this.GetSignImageResult = GetSignImageResult; } } [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 GetDiagNameListRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetDiagNameList", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListRequestBody Body; public GetDiagNameListRequest() { } public GetDiagNameListRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListRequestBody 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://tempuri.org/")] public partial class GetDiagNameListRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string orddd; public GetDiagNameListRequestBody() { } public GetDiagNameListRequestBody(string pid, string orddd) { this.pid = pid; this.orddd = orddd; } } [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 GetDiagNameListResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetDiagNameListResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListResponseBody Body; public GetDiagNameListResponse() { } public GetDiagNameListResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListResponseBody 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://tempuri.org/")] public partial class GetDiagNameListResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.ArrayOfString GetDiagNameListResult; public GetDiagNameListResponseBody() { } public GetDiagNameListResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.ArrayOfString GetDiagNameListResult) { this.GetDiagNameListResult = GetDiagNameListResult; } } [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 GetFileNameRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetFileName", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameRequestBody Body; public GetFileNameRequest() { } public GetFileNameRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameRequestBody 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://tempuri.org/")] public partial class GetFileNameRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string ordtype; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string orddd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string dschdd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string cretno; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string filesize; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string formcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] public string pageno; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)] public string ocrtag; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)] public string userid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)] public string orddeptcd; public GetFileNameRequestBody() { } public GetFileNameRequestBody(string pid, string ordtype, string orddd, string dschdd, string cretno, string filesize, string formcd, string pageno, string ocrtag, string userid, string orddeptcd) { this.pid = pid; this.ordtype = ordtype; this.orddd = orddd; this.dschdd = dschdd; this.cretno = cretno; this.filesize = filesize; this.formcd = formcd; this.pageno = pageno; this.ocrtag = ocrtag; this.userid = userid; this.orddeptcd = orddeptcd; } } [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 GetFileNameResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetFileNameResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameResponseBody Body; public GetFileNameResponse() { } public GetFileNameResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameResponseBody 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://tempuri.org/")] public partial class GetFileNameResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string GetFileNameResult; public GetFileNameResponseBody() { } public GetFileNameResponseBody(string GetFileNameResult) { this.GetFileNameResult = GetFileNameResult; } } [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 delEformDataRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="delEformData", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataRequestBody Body; public delEformDataRequest() { } public delEformDataRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataRequestBody 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://tempuri.org/")] public partial class delEformDataRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string ordtype; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string orddd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string dschdd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string cretno; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string formcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string ocrtag; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] public string userid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)] public string username; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)] public string consentmstrid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)] public string hostype; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)] public string orddeptcd; public delEformDataRequestBody() { } public delEformDataRequestBody(string pid, string ordtype, string orddd, string dschdd, string cretno, string formcd, string ocrtag, string userid, string username, string consentmstrid, string hostype, string orddeptcd) { this.pid = pid; this.ordtype = ordtype; this.orddd = orddd; this.dschdd = dschdd; this.cretno = cretno; this.formcd = formcd; this.ocrtag = ocrtag; this.userid = userid; this.username = username; this.consentmstrid = consentmstrid; this.hostype = hostype; this.orddeptcd = orddeptcd; } } [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 delEformDataResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="delEformDataResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataResponseBody Body; public delEformDataResponse() { } public delEformDataResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataResponseBody 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()] public partial class delEformDataResponseBody { public delEformDataResponseBody() { } } [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 insertPrintDataRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="insertPrintData", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataRequestBody Body; public insertPrintDataRequest() { } public insertPrintDataRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataRequestBody 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://tempuri.org/")] public partial class insertPrintDataRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string ocrtag; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string pid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string ordtype; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string orddd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string cretno; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)] public string orddrid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)] public string orddeptcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] public string formcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)] public string fstprntdt; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)] public string fstprntdeptcd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)] public string fstprntid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)] public string prntcnt; [System.Runtime.Serialization.DataMemberAttribute(Order=12)] public bool autoprint; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)] public string ocrprintyn; public insertPrintDataRequestBody() { } public insertPrintDataRequestBody(string ocrtag, string pid, string ordtype, string orddd, string cretno, string orddrid, string orddeptcd, string formcd, string fstprntdt, string fstprntdeptcd, string fstprntid, string prntcnt, bool autoprint, string ocrprintyn) { this.ocrtag = ocrtag; this.pid = pid; this.ordtype = ordtype; this.orddd = orddd; this.cretno = cretno; this.orddrid = orddrid; this.orddeptcd = orddeptcd; this.formcd = formcd; this.fstprntdt = fstprntdt; this.fstprntdeptcd = fstprntdeptcd; this.fstprntid = fstprntid; this.prntcnt = prntcnt; this.autoprint = autoprint; this.ocrprintyn = ocrprintyn; } } [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 insertPrintDataResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="insertPrintDataResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataResponseBody Body; public insertPrintDataResponse() { } public insertPrintDataResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataResponseBody 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()] public partial class insertPrintDataResponseBody { public insertPrintDataResponseBody() { } } [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 UpdateUserSetupRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUserSetup", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupRequestBody Body; public UpdateUserSetupRequest() { } public UpdateUserSetupRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupRequestBody 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://tempuri.org/")] public partial class UpdateUserSetupRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string userid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string status; public UpdateUserSetupRequestBody() { } public UpdateUserSetupRequestBody(string userid, string status) { this.userid = userid; this.status = status; } } [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 UpdateUserSetupResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUserSetupResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupResponseBody Body; public UpdateUserSetupResponse() { } public UpdateUserSetupResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupResponseBody 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()] public partial class UpdateUserSetupResponseBody { public UpdateUserSetupResponseBody() { } } [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 GetUnfinishedListPerDoctorRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetUnfinishedListPerDoctor", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequestBody Body; public GetUnfinishedListPerDoctorRequest() { } public GetUnfinishedListPerDoctorRequest(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequestBody 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://tempuri.org/")] public partial class GetUnfinishedListPerDoctorRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string userid; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string status; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string fromdd; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string todd; public GetUnfinishedListPerDoctorRequestBody() { } public GetUnfinishedListPerDoctorRequestBody(string userid, string status, string fromdd, string todd) { this.userid = userid; this.status = status; this.fromdd = fromdd; this.todd = todd; } } [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 GetUnfinishedListPerDoctorResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GetUnfinishedListPerDoctorResponse", Namespace="http://tempuri.org/", Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorResponseBody Body; public GetUnfinishedListPerDoctorResponse() { } public GetUnfinishedListPerDoctorResponse(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorResponseBody 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://tempuri.org/")] public partial class GetUnfinishedListPerDoctorResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UnFinishedListVO[] GetUnfinishedListPerDoctorResult; public GetUnfinishedListPerDoctorResponseBody() { } public GetUnfinishedListPerDoctorResponseBody(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UnFinishedListVO[] GetUnfinishedListPerDoctorResult) { this.GetUnfinishedListPerDoctorResult = GetUnfinishedListPerDoctorResult; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface HospitalSvcSoapChannel : CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class HospitalSvcSoapClient : System.ServiceModel.ClientBase, CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap { public HospitalSvcSoapClient() { } public HospitalSvcSoapClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public HospitalSvcSoapClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public HospitalSvcSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public HospitalSvcSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public bool CheckWebService() { return base.Channel.CheckWebService(); } public bool CheckDatabaseConnection() { return base.Channel.CheckDatabaseConnection(); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetUserInfo(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoRequest request) { return base.Channel.GetUserInfo(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UserVO GetUserInfo(string userNo) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoRequestBody(); inValue.Body.userNo = userNo; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUserInfoResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetUserInfo(inValue); return retVal.Body.GetUserInfoResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetTrmtDateList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListRequest request) { return base.Channel.GetTrmtDateList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.ClnDateForDropdownVO[] GetTrmtDateList(string patientNo, string searchClnDate, string searchType, string orddeptcd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListRequestBody(); inValue.Body.patientNo = patientNo; inValue.Body.searchClnDate = searchClnDate; inValue.Body.searchType = searchType; inValue.Body.orddeptcd = orddeptcd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetTrmtDateListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetTrmtDateList(inValue); return retVal.Body.GetTrmtDateListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetInPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListRequest request) { return base.Channel.GetInPatList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetInPatList(string srchdd, string orddeptcd, string doctorid, string pid, string wardcd, string patstat, string jobkindcd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListRequestBody(); inValue.Body.srchdd = srchdd; inValue.Body.orddeptcd = orddeptcd; inValue.Body.doctorid = doctorid; inValue.Body.pid = pid; inValue.Body.wardcd = wardcd; inValue.Body.patstat = patstat; inValue.Body.jobkindcd = jobkindcd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetInPatListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetInPatList(inValue); return retVal.Body.GetInPatListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetOutPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListRequest request) { return base.Channel.GetOutPatList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetOutPatList(string srchdd, string orddeptcd, string doctorid, string pid, string patstat) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListRequestBody(); inValue.Body.srchdd = srchdd; inValue.Body.orddeptcd = orddeptcd; inValue.Body.doctorid = doctorid; inValue.Body.pid = pid; inValue.Body.patstat = patstat; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOutPatListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetOutPatList(inValue); return retVal.Body.GetOutPatListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetOpPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListRequest request) { return base.Channel.GetOpPatList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetOpPatList(string srchdd, string orddeptcd, string doctorid, string pid, string patstat) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListRequestBody(); inValue.Body.srchdd = srchdd; inValue.Body.orddeptcd = orddeptcd; inValue.Body.doctorid = doctorid; inValue.Body.pid = pid; inValue.Body.patstat = patstat; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOpPatListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetOpPatList(inValue); return retVal.Body.GetOpPatListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetErPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListRequest request) { return base.Channel.GetErPatList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetErPatList(string srchdd, string orddeptcd, string doctorid, string pid, string patstat, string jobkindcd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListRequestBody(); inValue.Body.srchdd = srchdd; inValue.Body.orddeptcd = orddeptcd; inValue.Body.doctorid = doctorid; inValue.Body.pid = pid; inValue.Body.patstat = patstat; inValue.Body.jobkindcd = jobkindcd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetErPatListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetErPatList(inValue); return retVal.Body.GetErPatListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetSrPatList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListRequest request) { return base.Channel.GetSrPatList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO[] GetSrPatList(string srchdd, string orddeptcd, string doctorid, string pid, string ordtype) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListRequestBody(); inValue.Body.srchdd = srchdd; inValue.Body.orddeptcd = orddeptcd; inValue.Body.doctorid = doctorid; inValue.Body.pid = pid; inValue.Body.ordtype = ordtype; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrPatListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetSrPatList(inValue); return retVal.Body.GetSrPatListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetDeptList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListRequest request) { return base.Channel.GetDeptList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DeptListVO[] GetDeptList(string ordtype) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListRequestBody(); inValue.Body.ordtype = ordtype; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDeptListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetDeptList(inValue); return retVal.Body.GetDeptListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetWardList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListRequest request) { return base.Channel.GetWardList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DeptListVO[] GetWardList() { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListRequestBody(); CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetWardListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetWardList(inValue); return retVal.Body.GetWardListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetDoctorList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListRequest request) { return base.Channel.GetDoctorList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DocListVO[] GetDoctorList(string srchdd, string orddeptcd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListRequestBody(); inValue.Body.srchdd = srchdd; inValue.Body.orddeptcd = orddeptcd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDoctorListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetDoctorList(inValue); return retVal.Body.GetDoctorListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetSrchPatInfo(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoRequest request) { return base.Channel.GetSrchPatInfo(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatInfoListVO[] GetSrchPatInfo(string srchcond, string pid, string hngnm, string rrgstno1, string rrgstno2) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoRequestBody(); inValue.Body.srchcond = srchcond; inValue.Body.pid = pid; inValue.Body.hngnm = hngnm; inValue.Body.rrgstno1 = rrgstno1; inValue.Body.rrgstno2 = rrgstno2; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSrchPatInfoResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetSrchPatInfo(inValue); return retVal.Body.GetSrchPatInfoResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetPatientInfo(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoRequest request) { return base.Channel.GetPatientInfo(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatientVO[] GetPatientInfo(string pid, string orddd, string ordtype, string orddeptcd, string cretno) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoRequestBody(); inValue.Body.pid = pid; inValue.Body.orddd = orddd; inValue.Body.ordtype = ordtype; inValue.Body.orddeptcd = orddeptcd; inValue.Body.cretno = cretno; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetPatientInfoResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetPatientInfo(inValue); return retVal.Body.GetPatientInfoResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetConsentSetList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListRequest request) { return base.Channel.GetConsentSetList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.ConsentSetVO[] GetConsentSetList(string userNo) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListRequestBody(); inValue.Body.userNo = userNo; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetConsentSetListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetConsentSetList(inValue); return retVal.Body.GetConsentSetListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.SetUserFormSetList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListRequest request) { return base.Channel.SetUserFormSetList(request); } public void SetUserFormSetList(string userid, string formcd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListRequestBody(); inValue.Body.userid = userid; inValue.Body.formcd = formcd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.SetUserFormSetListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).SetUserFormSetList(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.DelUserFormSetList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListRequest request) { return base.Channel.DelUserFormSetList(request); } public void DelUserFormSetList(string userid, string formcd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListRequestBody(); inValue.Body.userid = userid; inValue.Body.formcd = formcd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.DelUserFormSetListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).DelUserFormSetList(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetOcrTag(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagRequest request) { return base.Channel.GetOcrTag(request); } public string GetOcrTag() { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagRequestBody(); CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetOcrTagResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetOcrTag(inValue); return retVal.Body.GetOcrTagResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetSignImage(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageRequest request) { return base.Channel.GetSignImage(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UserSignImageVO GetSignImage(string userid) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageRequestBody(); inValue.Body.userid = userid; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetSignImageResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetSignImage(inValue); return retVal.Body.GetSignImageResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetDiagNameList(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListRequest request) { return base.Channel.GetDiagNameList(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.ArrayOfString GetDiagNameList(string pid, string orddd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListRequestBody(); inValue.Body.pid = pid; inValue.Body.orddd = orddd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetDiagNameListResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetDiagNameList(inValue); return retVal.Body.GetDiagNameListResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetFileName(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameRequest request) { return base.Channel.GetFileName(request); } public string GetFileName(string pid, string ordtype, string orddd, string dschdd, string cretno, string filesize, string formcd, string pageno, string ocrtag, string userid, string orddeptcd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameRequestBody(); inValue.Body.pid = pid; inValue.Body.ordtype = ordtype; inValue.Body.orddd = orddd; inValue.Body.dschdd = dschdd; inValue.Body.cretno = cretno; inValue.Body.filesize = filesize; inValue.Body.formcd = formcd; inValue.Body.pageno = pageno; inValue.Body.ocrtag = ocrtag; inValue.Body.userid = userid; inValue.Body.orddeptcd = orddeptcd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetFileNameResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetFileName(inValue); return retVal.Body.GetFileNameResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.delEformData(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataRequest request) { return base.Channel.delEformData(request); } public void delEformData(string pid, string ordtype, string orddd, string dschdd, string cretno, string formcd, string ocrtag, string userid, string username, string consentmstrid, string hostype, string orddeptcd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataRequestBody(); inValue.Body.pid = pid; inValue.Body.ordtype = ordtype; inValue.Body.orddd = orddd; inValue.Body.dschdd = dschdd; inValue.Body.cretno = cretno; inValue.Body.formcd = formcd; inValue.Body.ocrtag = ocrtag; inValue.Body.userid = userid; inValue.Body.username = username; inValue.Body.consentmstrid = consentmstrid; inValue.Body.hostype = hostype; inValue.Body.orddeptcd = orddeptcd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.delEformDataResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).delEformData(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.insertPrintData(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataRequest request) { return base.Channel.insertPrintData(request); } public void insertPrintData(string ocrtag, string pid, string ordtype, string orddd, string cretno, string orddrid, string orddeptcd, string formcd, string fstprntdt, string fstprntdeptcd, string fstprntid, string prntcnt, bool autoprint, string ocrprintyn) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataRequestBody(); inValue.Body.ocrtag = ocrtag; inValue.Body.pid = pid; inValue.Body.ordtype = ordtype; inValue.Body.orddd = orddd; inValue.Body.cretno = cretno; inValue.Body.orddrid = orddrid; inValue.Body.orddeptcd = orddeptcd; inValue.Body.formcd = formcd; inValue.Body.fstprntdt = fstprntdt; inValue.Body.fstprntdeptcd = fstprntdeptcd; inValue.Body.fstprntid = fstprntid; inValue.Body.prntcnt = prntcnt; inValue.Body.autoprint = autoprint; inValue.Body.ocrprintyn = ocrprintyn; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.insertPrintDataResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).insertPrintData(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.UpdateUserSetup(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupRequest request) { return base.Channel.UpdateUserSetup(request); } public void UpdateUserSetup(string userid, string status) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupRequestBody(); inValue.Body.userid = userid; inValue.Body.status = status; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UpdateUserSetupResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).UpdateUserSetup(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorResponse CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap.GetUnfinishedListPerDoctor(CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequest request) { return base.Channel.GetUnfinishedListPerDoctor(request); } public CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.UnFinishedListVO[] GetUnfinishedListPerDoctor(string userid, string status, string fromdd, string todd) { CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequest inValue = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequest(); inValue.Body = new CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequestBody(); inValue.Body.userid = userid; inValue.Body.status = status; inValue.Body.fromdd = fromdd; inValue.Body.todd = todd; CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.GetUnfinishedListPerDoctorResponse retVal = ((CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetUnfinishedListPerDoctor(inValue); return retVal.Body.GetUnfinishedListPerDoctorResult; } } }