//------------------------------------------------------------------------------
//
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전:4.0.30319.42000
//
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// 이러한 변경 내용이 손실됩니다.
//
//------------------------------------------------------------------------------
namespace CLIP.eForm.Consent.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="SettingListVO", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class SettingListVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string keyNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string keyValueField;
[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 keyName {
get {
return this.keyNameField;
}
set {
if ((object.ReferenceEquals(this.keyNameField, value) != true)) {
this.keyNameField = value;
this.RaisePropertyChanged("keyName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string keyValue {
get {
return this.keyValueField;
}
set {
if ((object.ReferenceEquals(this.keyValueField, value) != true)) {
this.keyValueField = value;
this.RaisePropertyChanged("keyValue");
}
}
}
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="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 userIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userPasswdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userDeptcdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userDepthngnmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userSupportDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userSupportBaseCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userTelNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jobKindCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jobKindNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ioFlagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string drKindField;
[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 userId {
get {
return this.userIdField;
}
set {
if ((object.ReferenceEquals(this.userIdField, value) != true)) {
this.userIdField = value;
this.RaisePropertyChanged("userId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string userPasswd {
get {
return this.userPasswdField;
}
set {
if ((object.ReferenceEquals(this.userPasswdField, value) != true)) {
this.userPasswdField = value;
this.RaisePropertyChanged("userPasswd");
}
}
}
[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 userDeptcd {
get {
return this.userDeptcdField;
}
set {
if ((object.ReferenceEquals(this.userDeptcdField, value) != true)) {
this.userDeptcdField = value;
this.RaisePropertyChanged("userDeptcd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string userDepthngnm {
get {
return this.userDepthngnmField;
}
set {
if ((object.ReferenceEquals(this.userDepthngnmField, value) != true)) {
this.userDepthngnmField = value;
this.RaisePropertyChanged("userDepthngnm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string userSupportDeptCd {
get {
return this.userSupportDeptCdField;
}
set {
if ((object.ReferenceEquals(this.userSupportDeptCdField, value) != true)) {
this.userSupportDeptCdField = value;
this.RaisePropertyChanged("userSupportDeptCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string userSupportBaseCd {
get {
return this.userSupportBaseCdField;
}
set {
if ((object.ReferenceEquals(this.userSupportBaseCdField, value) != true)) {
this.userSupportBaseCdField = value;
this.RaisePropertyChanged("userSupportBaseCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string userTelNo {
get {
return this.userTelNoField;
}
set {
if ((object.ReferenceEquals(this.userTelNoField, value) != true)) {
this.userTelNoField = value;
this.RaisePropertyChanged("userTelNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string jobKindCd {
get {
return this.jobKindCdField;
}
set {
if ((object.ReferenceEquals(this.jobKindCdField, value) != true)) {
this.jobKindCdField = value;
this.RaisePropertyChanged("jobKindCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string jobKindNm {
get {
return this.jobKindNmField;
}
set {
if ((object.ReferenceEquals(this.jobKindNmField, value) != true)) {
this.jobKindNmField = value;
this.RaisePropertyChanged("jobKindNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string ioFlag {
get {
return this.ioFlagField;
}
set {
if ((object.ReferenceEquals(this.ioFlagField, value) != true)) {
this.ioFlagField = value;
this.RaisePropertyChanged("ioFlag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string drKind {
get {
return this.drKindField;
}
set {
if ((object.ReferenceEquals(this.drKindField, value) != true)) {
this.drKindField = value;
this.RaisePropertyChanged("drKind");
}
}
}
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;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string hngNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string saField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string deptNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string doctorNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string roomCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string erOrdDeptNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string erMedispclNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string erOrdDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordTmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opRoomNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opRsrvNoField;
[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(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 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=5)]
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=6)]
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=7)]
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=8)]
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=9)]
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=10)]
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=11)]
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=12)]
public string erOrdDeptCd {
get {
return this.erOrdDeptCdField;
}
set {
if ((object.ReferenceEquals(this.erOrdDeptCdField, value) != true)) {
this.erOrdDeptCdField = value;
this.RaisePropertyChanged("erOrdDeptCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
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=14)]
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=15)]
public string opDate {
get {
return this.opDateField;
}
set {
if ((object.ReferenceEquals(this.opDateField, value) != true)) {
this.opDateField = value;
this.RaisePropertyChanged("opDate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)]
public string opRsrvNo {
get {
return this.opRsrvNoField;
}
set {
if ((object.ReferenceEquals(this.opRsrvNoField, value) != true)) {
this.opRsrvNoField = value;
this.RaisePropertyChanged("opRsrvNo");
}
}
}
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;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string deptAbbrField;
private int sortField;
[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");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string deptAbbr {
get {
return this.deptAbbrField;
}
set {
if ((object.ReferenceEquals(this.deptAbbrField, value) != true)) {
this.deptAbbrField = value;
this.RaisePropertyChanged("deptAbbr");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public int sort {
get {
return this.sortField;
}
set {
if ((this.sortField.Equals(value) != true)) {
this.sortField = value;
this.RaisePropertyChanged("sort");
}
}
}
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;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string drKindField;
[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");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string drKind {
get {
return this.drKindField;
}
set {
if ((object.ReferenceEquals(this.drKindField, value) != true)) {
this.drKindField = value;
this.RaisePropertyChanged("drKind");
}
}
}
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="InspectionVO", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class InspectionVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string baseCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string supportDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string supportDeptNmField;
[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 baseCd {
get {
return this.baseCdField;
}
set {
if ((object.ReferenceEquals(this.baseCdField, value) != true)) {
this.baseCdField = value;
this.RaisePropertyChanged("baseCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string supportDeptCd {
get {
return this.supportDeptCdField;
}
set {
if ((object.ReferenceEquals(this.supportDeptCdField, value) != true)) {
this.supportDeptCdField = value;
this.RaisePropertyChanged("supportDeptCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string supportDeptNm {
get {
return this.supportDeptNmField;
}
set {
if ((object.ReferenceEquals(this.supportDeptNmField, value) != true)) {
this.supportDeptNmField = value;
this.RaisePropertyChanged("supportDeptNm");
}
}
}
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 ordDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string pidField;
private int cretNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string saField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string patientNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string juminNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string patientAddrField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string patientMobileNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string patientTelNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string wardField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string roomCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string inDdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dSchDdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string deptEngNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string deptNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDeptNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDoctorNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDoctorIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string diagHngNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string mainDrIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string mainDrNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string patientAlertField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opCnFmDdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opremFactField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDrNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDeptNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opRsrvNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string patientBirthDdField;
[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 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)]
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(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(EmitDefaultValue=false, Order=3)]
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=4)]
public string patientName {
get {
return this.patientNameField;
}
set {
if ((object.ReferenceEquals(this.patientNameField, value) != true)) {
this.patientNameField = value;
this.RaisePropertyChanged("patientName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string juminNo {
get {
return this.juminNoField;
}
set {
if ((object.ReferenceEquals(this.juminNoField, value) != true)) {
this.juminNoField = value;
this.RaisePropertyChanged("juminNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string patientAddr {
get {
return this.patientAddrField;
}
set {
if ((object.ReferenceEquals(this.patientAddrField, value) != true)) {
this.patientAddrField = value;
this.RaisePropertyChanged("patientAddr");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string patientMobileNo {
get {
return this.patientMobileNoField;
}
set {
if ((object.ReferenceEquals(this.patientMobileNoField, value) != true)) {
this.patientMobileNoField = value;
this.RaisePropertyChanged("patientMobileNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string patientTelNo {
get {
return this.patientTelNoField;
}
set {
if ((object.ReferenceEquals(this.patientTelNoField, value) != true)) {
this.patientTelNoField = value;
this.RaisePropertyChanged("patientTelNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string ward {
get {
return this.wardField;
}
set {
if ((object.ReferenceEquals(this.wardField, value) != true)) {
this.wardField = value;
this.RaisePropertyChanged("ward");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
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=11)]
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(EmitDefaultValue=false, Order=12)]
public string dSchDd {
get {
return this.dSchDdField;
}
set {
if ((object.ReferenceEquals(this.dSchDdField, value) != true)) {
this.dSchDdField = value;
this.RaisePropertyChanged("dSchDd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
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=14)]
public string deptEngNm {
get {
return this.deptEngNmField;
}
set {
if ((object.ReferenceEquals(this.deptEngNmField, value) != true)) {
this.deptEngNmField = value;
this.RaisePropertyChanged("deptEngNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=15)]
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=16)]
public string opDeptCd {
get {
return this.opDeptCdField;
}
set {
if ((object.ReferenceEquals(this.opDeptCdField, value) != true)) {
this.opDeptCdField = value;
this.RaisePropertyChanged("opDeptCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=17)]
public string opDeptNm {
get {
return this.opDeptNmField;
}
set {
if ((object.ReferenceEquals(this.opDeptNmField, value) != true)) {
this.opDeptNmField = value;
this.RaisePropertyChanged("opDeptNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=18)]
public string opDoctorNm {
get {
return this.opDoctorNmField;
}
set {
if ((object.ReferenceEquals(this.opDoctorNmField, value) != true)) {
this.opDoctorNmField = value;
this.RaisePropertyChanged("opDoctorNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=19)]
public string opDoctorId {
get {
return this.opDoctorIdField;
}
set {
if ((object.ReferenceEquals(this.opDoctorIdField, value) != true)) {
this.opDoctorIdField = value;
this.RaisePropertyChanged("opDoctorId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=20)]
public string diagHngNm {
get {
return this.diagHngNmField;
}
set {
if ((object.ReferenceEquals(this.diagHngNmField, value) != true)) {
this.diagHngNmField = value;
this.RaisePropertyChanged("diagHngNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=21)]
public string mainDrId {
get {
return this.mainDrIdField;
}
set {
if ((object.ReferenceEquals(this.mainDrIdField, value) != true)) {
this.mainDrIdField = value;
this.RaisePropertyChanged("mainDrId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=22)]
public string mainDrNm {
get {
return this.mainDrNmField;
}
set {
if ((object.ReferenceEquals(this.mainDrNmField, value) != true)) {
this.mainDrNmField = value;
this.RaisePropertyChanged("mainDrNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=23)]
public string patientAlert {
get {
return this.patientAlertField;
}
set {
if ((object.ReferenceEquals(this.patientAlertField, value) != true)) {
this.patientAlertField = value;
this.RaisePropertyChanged("patientAlert");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=24)]
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=25)]
public string opNm {
get {
return this.opNmField;
}
set {
if ((object.ReferenceEquals(this.opNmField, value) != true)) {
this.opNmField = value;
this.RaisePropertyChanged("opNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=26)]
public string opremFact {
get {
return this.opremFactField;
}
set {
if ((object.ReferenceEquals(this.opremFactField, value) != true)) {
this.opremFactField = value;
this.RaisePropertyChanged("opremFact");
}
}
}
[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 anstDeptNm {
get {
return this.anstDeptNmField;
}
set {
if ((object.ReferenceEquals(this.anstDeptNmField, value) != true)) {
this.anstDeptNmField = value;
this.RaisePropertyChanged("anstDeptNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=29)]
public string opRsrvNo {
get {
return this.opRsrvNoField;
}
set {
if ((object.ReferenceEquals(this.opRsrvNoField, value) != true)) {
this.opRsrvNoField = value;
this.RaisePropertyChanged("opRsrvNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=30)]
public string patientBirthDd {
get {
return this.patientBirthDdField;
}
set {
if ((object.ReferenceEquals(this.patientBirthDdField, value) != true)) {
this.patientBirthDdField = value;
this.RaisePropertyChanged("patientBirthDd");
}
}
}
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="SingleReturnData", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class SingleReturnData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string responseDataField;
[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 responseData {
get {
return this.responseDataField;
}
set {
if ((object.ReferenceEquals(this.responseDataField, value) != true)) {
this.responseDataField = value;
this.RaisePropertyChanged("responseData");
}
}
}
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="UserLoginDeptList", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class UserLoginDeptList : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dutPlceCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string deptHngNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jobKindCdField;
private int sortNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string indexPageField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string supportDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string baseCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string drKindField;
[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 dutPlceCd {
get {
return this.dutPlceCdField;
}
set {
if ((object.ReferenceEquals(this.dutPlceCdField, value) != true)) {
this.dutPlceCdField = value;
this.RaisePropertyChanged("dutPlceCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string deptHngNm {
get {
return this.deptHngNmField;
}
set {
if ((object.ReferenceEquals(this.deptHngNmField, value) != true)) {
this.deptHngNmField = value;
this.RaisePropertyChanged("deptHngNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string jobKindCd {
get {
return this.jobKindCdField;
}
set {
if ((object.ReferenceEquals(this.jobKindCdField, value) != true)) {
this.jobKindCdField = value;
this.RaisePropertyChanged("jobKindCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
public int sortNo {
get {
return this.sortNoField;
}
set {
if ((this.sortNoField.Equals(value) != true)) {
this.sortNoField = value;
this.RaisePropertyChanged("sortNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string indexPage {
get {
return this.indexPageField;
}
set {
if ((object.ReferenceEquals(this.indexPageField, value) != true)) {
this.indexPageField = value;
this.RaisePropertyChanged("indexPage");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string userId {
get {
return this.userIdField;
}
set {
if ((object.ReferenceEquals(this.userIdField, value) != true)) {
this.userIdField = value;
this.RaisePropertyChanged("userId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
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=7)]
public string supportDeptCd {
get {
return this.supportDeptCdField;
}
set {
if ((object.ReferenceEquals(this.supportDeptCdField, value) != true)) {
this.supportDeptCdField = value;
this.RaisePropertyChanged("supportDeptCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string baseCd {
get {
return this.baseCdField;
}
set {
if ((object.ReferenceEquals(this.baseCdField, value) != true)) {
this.baseCdField = value;
this.RaisePropertyChanged("baseCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string drKind {
get {
return this.drKindField;
}
set {
if ((object.ReferenceEquals(this.drKindField, value) != true)) {
this.drKindField = value;
this.RaisePropertyChanged("drKind");
}
}
}
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="MobileUserInfo", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class MobileUserInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string useridField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string usernmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dutplcecdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string deptengnmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dutplceinstcdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dutplceinstnmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jobkindcdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jobkindnmField;
[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 userid {
get {
return this.useridField;
}
set {
if ((object.ReferenceEquals(this.useridField, value) != true)) {
this.useridField = value;
this.RaisePropertyChanged("userid");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string usernm {
get {
return this.usernmField;
}
set {
if ((object.ReferenceEquals(this.usernmField, value) != true)) {
this.usernmField = value;
this.RaisePropertyChanged("usernm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string dutplcecd {
get {
return this.dutplcecdField;
}
set {
if ((object.ReferenceEquals(this.dutplcecdField, value) != true)) {
this.dutplcecdField = value;
this.RaisePropertyChanged("dutplcecd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string deptengnm {
get {
return this.deptengnmField;
}
set {
if ((object.ReferenceEquals(this.deptengnmField, value) != true)) {
this.deptengnmField = value;
this.RaisePropertyChanged("deptengnm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string dutplceinstcd {
get {
return this.dutplceinstcdField;
}
set {
if ((object.ReferenceEquals(this.dutplceinstcdField, value) != true)) {
this.dutplceinstcdField = value;
this.RaisePropertyChanged("dutplceinstcd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string dutplceinstnm {
get {
return this.dutplceinstnmField;
}
set {
if ((object.ReferenceEquals(this.dutplceinstnmField, value) != true)) {
this.dutplceinstnmField = value;
this.RaisePropertyChanged("dutplceinstnm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string jobkindcd {
get {
return this.jobkindcdField;
}
set {
if ((object.ReferenceEquals(this.jobkindcdField, value) != true)) {
this.jobkindcdField = value;
this.RaisePropertyChanged("jobkindcd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string jobkindnm {
get {
return this.jobkindnmField;
}
set {
if ((object.ReferenceEquals(this.jobkindnmField, value) != true)) {
this.jobkindnmField = value;
this.RaisePropertyChanged("jobkindnm");
}
}
}
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/ 네임스페이스의 요소 이름 GetSettingDataResult이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSettingData", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataResponse GetSettingData(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetUserInfo", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetUserInfoResponse GetUserInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.GetUserInfoRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 patientNo이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetTrmtDateList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetTrmtDateListResponse GetTrmtDateList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetTrmtDateListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 selectFlag이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPatientList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListResponse GetPatientList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 selectFlag이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPatientExList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListResponse GetPatientExList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 selectFlag이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPatientExListPC", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCResponse GetPatientExListPC(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 selectFlag이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPatientExPCList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListResponse GetPatientExPCList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 ordType이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDeptList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDeptListResponse GetDeptList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetDeptListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 ordType이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetOrgDeptList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListResponse GetOrgDeptList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 dutInstCd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetWardList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetWardListResponse GetWardList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetWardListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 srchDd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDoctorList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDoctorListResponse GetDoctorList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetDoctorListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 GetSupportDeptListResult이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSupportDeptList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListResponse GetSupportDeptList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 deptCd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetInspectingRoomName", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameResponse GetInspectingRoomName(CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 srchcond이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSrchPatInfo", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSrchPatInfoResponse GetSrchPatInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSrchPatInfoRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 pid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetPatientInfo", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientInfoResponse GetPatientInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientInfoRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userId이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SetUserFormSetList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserFormSetListResponse SetUserFormSetList(CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserFormSetListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 idx이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/DelUserFormSetList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.DelUserFormSetListResponse DelUserFormSetList(CLIP.eForm.Consent.UI.HospitalSvcRef.DelUserFormSetListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 GetOcrTagResult이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetOcrTag", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagResponse GetOcrTag(CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userId이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetSignImage", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSignImageResponse GetSignImage(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSignImageRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 pid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetDiagNameList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDiagNameListResponse GetDiagNameList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetDiagNameListRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 pid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetFileName", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetFileNameResponse GetFileName(CLIP.eForm.Consent.UI.HospitalSvcRef.GetFileNameRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 pid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/delEformData", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.delEformDataResponse delEformData(CLIP.eForm.Consent.UI.HospitalSvcRef.delEformDataRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userId이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/UpdateUserSetup", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.UpdateUserSetupResponse UpdateUserSetup(CLIP.eForm.Consent.UI.HospitalSvcRef.UpdateUserSetupRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userId이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/doLogin", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginResponse doLogin(CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userId이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/userLoginOutLog", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogResponse userLoginOutLog(CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userid이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetMobileUserInfo", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoResponse GetMobileUserInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userId이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getUserPrefMonitor", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorResponse getUserPrefMonitor(CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userId이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SetSupportUserData", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataResponse SetSupportUserData(CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 userId이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SetUserPrefMonitor", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorResponse SetUserPrefMonitor(CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instcd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getSessionTime", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeResponse getSessionTime(CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeRequest 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 GetSettingDataRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSettingData", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataRequestBody Body;
public GetSettingDataRequest() {
}
public GetSettingDataRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataRequestBody 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 GetSettingDataRequestBody {
public GetSettingDataRequestBody() {
}
}
[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 GetSettingDataResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSettingDataResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataResponseBody Body;
public GetSettingDataResponse() {
}
public GetSettingDataResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataResponseBody 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 GetSettingDataResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SettingListVO[] GetSettingDataResult;
public GetSettingDataResponseBody() {
}
public GetSettingDataResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.SettingListVO[] GetSettingDataResult) {
this.GetSettingDataResult = GetSettingDataResult;
}
}
[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.UI.HospitalSvcRef.GetUserInfoRequestBody Body;
public GetUserInfoRequest() {
}
public GetUserInfoRequest(CLIP.eForm.Consent.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 userid;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string dutinstcd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string dutplcecd;
public GetUserInfoRequestBody() {
}
public GetUserInfoRequestBody(string userid, string dutinstcd, string dutplcecd) {
this.userid = userid;
this.dutinstcd = dutinstcd;
this.dutplcecd = dutplcecd;
}
}
[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.UI.HospitalSvcRef.GetUserInfoResponseBody Body;
public GetUserInfoResponse() {
}
public GetUserInfoResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.UserVO GetUserInfoResult;
public GetUserInfoResponseBody() {
}
public GetUserInfoResponseBody(CLIP.eForm.Consent.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.UI.HospitalSvcRef.GetTrmtDateListRequestBody Body;
public GetTrmtDateListRequest() {
}
public GetTrmtDateListRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string dutinstcd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string ordType;
public GetTrmtDateListRequestBody() {
}
public GetTrmtDateListRequestBody(string patientNo, string searchClnDate, string searchType, string orddeptcd, string dutinstcd, string ordType) {
this.patientNo = patientNo;
this.searchClnDate = searchClnDate;
this.searchType = searchType;
this.orddeptcd = orddeptcd;
this.dutinstcd = dutinstcd;
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 GetTrmtDateListResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetTrmtDateListResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetTrmtDateListResponseBody Body;
public GetTrmtDateListResponse() {
}
public GetTrmtDateListResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.ClnDateForDropdownVO[] GetTrmtDateListResult;
public GetTrmtDateListResponseBody() {
}
public GetTrmtDateListResponseBody(CLIP.eForm.Consent.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 GetPatientListRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientList", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListRequestBody Body;
public GetPatientListRequest() {
}
public GetPatientListRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListRequestBody 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 GetPatientListRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string selectFlag;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string srchYN;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string srchDd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string ordDeptCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string doctorId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string pid;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string wardCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string patientState;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string dutInstCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string myPatient;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string drKind;
public GetPatientListRequestBody() {
}
public GetPatientListRequestBody(string selectFlag, string srchYN, string srchDd, string ordDeptCd, string doctorId, string pid, string wardCd, string patientState, string dutInstCd, string userId, string myPatient, string drKind) {
this.selectFlag = selectFlag;
this.srchYN = srchYN;
this.srchDd = srchDd;
this.ordDeptCd = ordDeptCd;
this.doctorId = doctorId;
this.pid = pid;
this.wardCd = wardCd;
this.patientState = patientState;
this.dutInstCd = dutInstCd;
this.userId = userId;
this.myPatient = myPatient;
this.drKind = drKind;
}
}
[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 GetPatientListResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientListResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListResponseBody Body;
public GetPatientListResponse() {
}
public GetPatientListResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListResponseBody 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 GetPatientListResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientListResult;
public GetPatientListResponseBody() {
}
public GetPatientListResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientListResult) {
this.GetPatientListResult = GetPatientListResult;
}
}
[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 GetPatientExListRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientExList", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListRequestBody Body;
public GetPatientExListRequest() {
}
public GetPatientExListRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListRequestBody 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 GetPatientExListRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string selectFlag;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string toDt;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string fromDt;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string baseCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string supportDeptCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string pid;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string patientState;
public GetPatientExListRequestBody() {
}
public GetPatientExListRequestBody(string selectFlag, string toDt, string fromDt, string baseCd, string supportDeptCd, string pid, string patientState) {
this.selectFlag = selectFlag;
this.toDt = toDt;
this.fromDt = fromDt;
this.baseCd = baseCd;
this.supportDeptCd = supportDeptCd;
this.pid = pid;
this.patientState = patientState;
}
}
[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 GetPatientExListResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientExListResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListResponseBody Body;
public GetPatientExListResponse() {
}
public GetPatientExListResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListResponseBody 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 GetPatientExListResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientExListResult;
public GetPatientExListResponseBody() {
}
public GetPatientExListResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientExListResult) {
this.GetPatientExListResult = GetPatientExListResult;
}
}
[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 GetPatientExListPCRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientExListPC", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCRequestBody Body;
public GetPatientExListPCRequest() {
}
public GetPatientExListPCRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCRequestBody 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 GetPatientExListPCRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string selectFlag;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string toDt;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string fromDt;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string baseCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string supportDeptCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string pid;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string patientState;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string isMainD;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string mainDrId;
public GetPatientExListPCRequestBody() {
}
public GetPatientExListPCRequestBody(string selectFlag, string toDt, string fromDt, string baseCd, string supportDeptCd, string pid, string patientState, string isMainD, string mainDrId) {
this.selectFlag = selectFlag;
this.toDt = toDt;
this.fromDt = fromDt;
this.baseCd = baseCd;
this.supportDeptCd = supportDeptCd;
this.pid = pid;
this.patientState = patientState;
this.isMainD = isMainD;
this.mainDrId = mainDrId;
}
}
[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 GetPatientExListPCResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientExListPCResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCResponseBody Body;
public GetPatientExListPCResponse() {
}
public GetPatientExListPCResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCResponseBody 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 GetPatientExListPCResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientExListPCResult;
public GetPatientExListPCResponseBody() {
}
public GetPatientExListPCResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientExListPCResult) {
this.GetPatientExListPCResult = GetPatientExListPCResult;
}
}
[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 GetPatientExPCListRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientExPCList", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListRequestBody Body;
public GetPatientExPCListRequest() {
}
public GetPatientExPCListRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListRequestBody 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 GetPatientExPCListRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string selectFlag;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string toDt;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string fromDt;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string baseCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string supportDeptCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string pid;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string patientState;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string isMainD;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string mainDrId;
public GetPatientExPCListRequestBody() {
}
public GetPatientExPCListRequestBody(string selectFlag, string toDt, string fromDt, string baseCd, string supportDeptCd, string pid, string patientState, string isMainD, string mainDrId) {
this.selectFlag = selectFlag;
this.toDt = toDt;
this.fromDt = fromDt;
this.baseCd = baseCd;
this.supportDeptCd = supportDeptCd;
this.pid = pid;
this.patientState = patientState;
this.isMainD = isMainD;
this.mainDrId = mainDrId;
}
}
[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 GetPatientExPCListResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetPatientExPCListResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListResponseBody Body;
public GetPatientExPCListResponse() {
}
public GetPatientExPCListResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListResponseBody 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 GetPatientExPCListResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientExPCListResult;
public GetPatientExPCListResponseBody() {
}
public GetPatientExPCListResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientExPCListResult) {
this.GetPatientExPCListResult = GetPatientExPCListResult;
}
}
[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.UI.HospitalSvcRef.GetDeptListRequestBody Body;
public GetDeptListRequest() {
}
public GetDeptListRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string dutInstCd;
public GetDeptListRequestBody() {
}
public GetDeptListRequestBody(string ordType, string dutInstCd) {
this.ordType = ordType;
this.dutInstCd = dutInstCd;
}
}
[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.UI.HospitalSvcRef.GetDeptListResponseBody Body;
public GetDeptListResponse() {
}
public GetDeptListResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.DeptListVO[] GetDeptListResult;
public GetDeptListResponseBody() {
}
public GetDeptListResponseBody(CLIP.eForm.Consent.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 GetOrgDeptListRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetOrgDeptList", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListRequestBody Body;
public GetOrgDeptListRequest() {
}
public GetOrgDeptListRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListRequestBody 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 GetOrgDeptListRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string ordType;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string dutInstCd;
public GetOrgDeptListRequestBody() {
}
public GetOrgDeptListRequestBody(string ordType, string dutInstCd) {
this.ordType = ordType;
this.dutInstCd = dutInstCd;
}
}
[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 GetOrgDeptListResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetOrgDeptListResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListResponseBody Body;
public GetOrgDeptListResponse() {
}
public GetOrgDeptListResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListResponseBody 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 GetOrgDeptListResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.DeptListVO[] GetOrgDeptListResult;
public GetOrgDeptListResponseBody() {
}
public GetOrgDeptListResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.DeptListVO[] GetOrgDeptListResult) {
this.GetOrgDeptListResult = GetOrgDeptListResult;
}
}
[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.UI.HospitalSvcRef.GetWardListRequestBody Body;
public GetWardListRequest() {
}
public GetWardListRequest(CLIP.eForm.Consent.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(Namespace="http://tempuri.org/")]
public partial class GetWardListRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string dutInstCd;
public GetWardListRequestBody() {
}
public GetWardListRequestBody(string dutInstCd) {
this.dutInstCd = dutInstCd;
}
}
[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.UI.HospitalSvcRef.GetWardListResponseBody Body;
public GetWardListResponse() {
}
public GetWardListResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.DeptListVO[] GetWardListResult;
public GetWardListResponseBody() {
}
public GetWardListResponseBody(CLIP.eForm.Consent.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.UI.HospitalSvcRef.GetDoctorListRequestBody Body;
public GetDoctorListRequest() {
}
public GetDoctorListRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string dutInstCd;
public GetDoctorListRequestBody() {
}
public GetDoctorListRequestBody(string srchDd, string ordDeptCd, string dutInstCd) {
this.srchDd = srchDd;
this.ordDeptCd = ordDeptCd;
this.dutInstCd = dutInstCd;
}
}
[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.UI.HospitalSvcRef.GetDoctorListResponseBody Body;
public GetDoctorListResponse() {
}
public GetDoctorListResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.DocListVO[] GetDoctorListResult;
public GetDoctorListResponseBody() {
}
public GetDoctorListResponseBody(CLIP.eForm.Consent.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 GetSupportDeptListRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSupportDeptList", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListRequestBody Body;
public GetSupportDeptListRequest() {
}
public GetSupportDeptListRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListRequestBody 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 GetSupportDeptListRequestBody {
public GetSupportDeptListRequestBody() {
}
}
[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 GetSupportDeptListResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetSupportDeptListResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListResponseBody Body;
public GetSupportDeptListResponse() {
}
public GetSupportDeptListResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListResponseBody 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 GetSupportDeptListResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.DeptListVO[] GetSupportDeptListResult;
public GetSupportDeptListResponseBody() {
}
public GetSupportDeptListResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.DeptListVO[] GetSupportDeptListResult) {
this.GetSupportDeptListResult = GetSupportDeptListResult;
}
}
[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 GetInspectingRoomNameRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetInspectingRoomName", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameRequestBody Body;
public GetInspectingRoomNameRequest() {
}
public GetInspectingRoomNameRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameRequestBody 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 GetInspectingRoomNameRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string deptCd;
public GetInspectingRoomNameRequestBody() {
}
public GetInspectingRoomNameRequestBody(string deptCd) {
this.deptCd = deptCd;
}
}
[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 GetInspectingRoomNameResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetInspectingRoomNameResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameResponseBody Body;
public GetInspectingRoomNameResponse() {
}
public GetInspectingRoomNameResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameResponseBody 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 GetInspectingRoomNameResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.InspectionVO[] GetInspectingRoomNameResult;
public GetInspectingRoomNameResponseBody() {
}
public GetInspectingRoomNameResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.InspectionVO[] GetInspectingRoomNameResult) {
this.GetInspectingRoomNameResult = GetInspectingRoomNameResult;
}
}
[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.UI.HospitalSvcRef.GetSrchPatInfoRequestBody Body;
public GetSrchPatInfoRequest() {
}
public GetSrchPatInfoRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string dutinstcd;
public GetSrchPatInfoRequestBody() {
}
public GetSrchPatInfoRequestBody(string srchcond, string pid, string hngnm, string rrgstno1, string rrgstno2, string dutinstcd) {
this.srchcond = srchcond;
this.pid = pid;
this.hngnm = hngnm;
this.rrgstno1 = rrgstno1;
this.rrgstno2 = rrgstno2;
this.dutinstcd = dutinstcd;
}
}
[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.UI.HospitalSvcRef.GetSrchPatInfoResponseBody Body;
public GetSrchPatInfoResponse() {
}
public GetSrchPatInfoResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.PatInfoListVO[] GetSrchPatInfoResult;
public GetSrchPatInfoResponseBody() {
}
public GetSrchPatInfoResponseBody(CLIP.eForm.Consent.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.UI.HospitalSvcRef.GetPatientInfoRequestBody Body;
public GetPatientInfoRequest() {
}
public GetPatientInfoRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string dutInstCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string opRsrvNo;
public GetPatientInfoRequestBody() {
}
public GetPatientInfoRequestBody(string pid, string ordDd, string ordType, string ordDeptCd, string cretNo, string dutInstCd, string opRsrvNo) {
this.pid = pid;
this.ordDd = ordDd;
this.ordType = ordType;
this.ordDeptCd = ordDeptCd;
this.cretNo = cretNo;
this.dutInstCd = dutInstCd;
this.opRsrvNo = opRsrvNo;
}
}
[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.UI.HospitalSvcRef.GetPatientInfoResponseBody Body;
public GetPatientInfoResponse() {
}
public GetPatientInfoResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.PatientVO[] GetPatientInfoResult;
public GetPatientInfoResponseBody() {
}
public GetPatientInfoResponseBody(CLIP.eForm.Consent.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 SetUserFormSetListRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SetUserFormSetList", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserFormSetListRequestBody Body;
public SetUserFormSetListRequest() {
}
public SetUserFormSetListRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string dutInstCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string toDay;
public SetUserFormSetListRequestBody() {
}
public SetUserFormSetListRequestBody(string userId, string formCd, string dutInstCd, string toDay) {
this.userId = userId;
this.formCd = formCd;
this.dutInstCd = dutInstCd;
this.toDay = toDay;
}
}
[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.UI.HospitalSvcRef.SetUserFormSetListResponseBody Body;
public SetUserFormSetListResponse() {
}
public SetUserFormSetListResponse(CLIP.eForm.Consent.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(Namespace="http://tempuri.org/")]
public partial class SetUserFormSetListResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData SetUserFormSetListResult;
public SetUserFormSetListResponseBody() {
}
public SetUserFormSetListResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData SetUserFormSetListResult) {
this.SetUserFormSetListResult = SetUserFormSetListResult;
}
}
[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.UI.HospitalSvcRef.DelUserFormSetListRequestBody Body;
public DelUserFormSetListRequest() {
}
public DelUserFormSetListRequest(CLIP.eForm.Consent.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 idx;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string formCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string dutInstCd;
public DelUserFormSetListRequestBody() {
}
public DelUserFormSetListRequestBody(string idx, string userId, string formCd, string dutInstCd) {
this.idx = idx;
this.userId = userId;
this.formCd = formCd;
this.dutInstCd = dutInstCd;
}
}
[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.UI.HospitalSvcRef.DelUserFormSetListResponseBody Body;
public DelUserFormSetListResponse() {
}
public DelUserFormSetListResponse(CLIP.eForm.Consent.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(Namespace="http://tempuri.org/")]
public partial class DelUserFormSetListResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData DelUserFormSetListResult;
public DelUserFormSetListResponseBody() {
}
public DelUserFormSetListResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData DelUserFormSetListResult) {
this.DelUserFormSetListResult = DelUserFormSetListResult;
}
}
[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.UI.HospitalSvcRef.GetOcrTagRequestBody Body;
public GetOcrTagRequest() {
}
public GetOcrTagRequest(CLIP.eForm.Consent.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.UI.HospitalSvcRef.GetOcrTagResponseBody Body;
public GetOcrTagResponse() {
}
public GetOcrTagResponse(CLIP.eForm.Consent.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 CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData GetOcrTagResult;
public GetOcrTagResponseBody() {
}
public GetOcrTagResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData 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.UI.HospitalSvcRef.GetSignImageRequestBody Body;
public GetSignImageRequest() {
}
public GetSignImageRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string instCd;
public GetSignImageRequestBody() {
}
public GetSignImageRequestBody(string userId, string instCd) {
this.userId = userId;
this.instCd = instCd;
}
}
[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.UI.HospitalSvcRef.GetSignImageResponseBody Body;
public GetSignImageResponse() {
}
public GetSignImageResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.UserSignImageVO GetSignImageResult;
public GetSignImageResponseBody() {
}
public GetSignImageResponseBody(CLIP.eForm.Consent.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.UI.HospitalSvcRef.GetDiagNameListRequestBody Body;
public GetDiagNameListRequest() {
}
public GetDiagNameListRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string dutinstcd;
public GetDiagNameListRequestBody() {
}
public GetDiagNameListRequestBody(string pid, string orddd, string dutinstcd) {
this.pid = pid;
this.orddd = orddd;
this.dutinstcd = dutinstcd;
}
}
[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.UI.HospitalSvcRef.GetDiagNameListResponseBody Body;
public GetDiagNameListResponse() {
}
public GetDiagNameListResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.ArrayOfString GetDiagNameListResult;
public GetDiagNameListResponseBody() {
}
public GetDiagNameListResponseBody(CLIP.eForm.Consent.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.UI.HospitalSvcRef.GetFileNameRequestBody Body;
public GetFileNameRequest() {
}
public GetFileNameRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string dutinstcd;
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, string dutinstcd) {
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;
this.dutinstcd = dutinstcd;
}
}
[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.UI.HospitalSvcRef.GetFileNameResponseBody Body;
public GetFileNameResponse() {
}
public GetFileNameResponse(CLIP.eForm.Consent.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.UI.HospitalSvcRef.delEformDataRequestBody Body;
public delEformDataRequest() {
}
public delEformDataRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string dutinstcd;
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, string dutinstcd) {
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;
this.dutinstcd = dutinstcd;
}
}
[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.UI.HospitalSvcRef.delEformDataResponseBody Body;
public delEformDataResponse() {
}
public delEformDataResponse(CLIP.eForm.Consent.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 UpdateUserSetupRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="UpdateUserSetup", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.UpdateUserSetupRequestBody Body;
public UpdateUserSetupRequest() {
}
public UpdateUserSetupRequest(CLIP.eForm.Consent.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;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string instCd;
public UpdateUserSetupRequestBody() {
}
public UpdateUserSetupRequestBody(string userId, string status, string instCd) {
this.userId = userId;
this.status = status;
this.instCd = instCd;
}
}
[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.UI.HospitalSvcRef.UpdateUserSetupResponseBody Body;
public UpdateUserSetupResponse() {
}
public UpdateUserSetupResponse(CLIP.eForm.Consent.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(Namespace="http://tempuri.org/")]
public partial class UpdateUserSetupResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData UpdateUserSetupResult;
public UpdateUserSetupResponseBody() {
}
public UpdateUserSetupResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData UpdateUserSetupResult) {
this.UpdateUserSetupResult = UpdateUserSetupResult;
}
}
[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 doLoginRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="doLogin", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginRequestBody Body;
public doLoginRequest() {
}
public doLoginRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginRequestBody 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 doLoginRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string sha256EncPw;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string md5EncPw;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string dutInstCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string certSucc;
public doLoginRequestBody() {
}
public doLoginRequestBody(string userId, string sha256EncPw, string md5EncPw, string dutInstCd, string certSucc) {
this.userId = userId;
this.sha256EncPw = sha256EncPw;
this.md5EncPw = md5EncPw;
this.dutInstCd = dutInstCd;
this.certSucc = certSucc;
}
}
[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 doLoginResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="doLoginResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginResponseBody Body;
public doLoginResponse() {
}
public doLoginResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginResponseBody 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 doLoginResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.UserLoginDeptList[] doLoginResult;
public doLoginResponseBody() {
}
public doLoginResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.UserLoginDeptList[] doLoginResult) {
this.doLoginResult = doLoginResult;
}
}
[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 userLoginOutLogRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="userLoginOutLog", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogRequestBody Body;
public userLoginOutLogRequest() {
}
public userLoginOutLogRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogRequestBody 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 userLoginOutLogRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string loginStatus;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string deviceType;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string macAddress;
public userLoginOutLogRequestBody() {
}
public userLoginOutLogRequestBody(string userId, string loginStatus, string deviceType, string macAddress) {
this.userId = userId;
this.loginStatus = loginStatus;
this.deviceType = deviceType;
this.macAddress = macAddress;
}
}
[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 userLoginOutLogResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="userLoginOutLogResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogResponseBody Body;
public userLoginOutLogResponse() {
}
public userLoginOutLogResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogResponseBody 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 userLoginOutLogResponseBody {
public userLoginOutLogResponseBody() {
}
}
[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 GetMobileUserInfoRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetMobileUserInfo", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoRequestBody Body;
public GetMobileUserInfoRequest() {
}
public GetMobileUserInfoRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoRequestBody 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 GetMobileUserInfoRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string userid;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string dutplceinstcd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string dutplcecd;
public GetMobileUserInfoRequestBody() {
}
public GetMobileUserInfoRequestBody(string userid, string dutplceinstcd, string dutplcecd) {
this.userid = userid;
this.dutplceinstcd = dutplceinstcd;
this.dutplcecd = dutplcecd;
}
}
[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 GetMobileUserInfoResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetMobileUserInfoResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoResponseBody Body;
public GetMobileUserInfoResponse() {
}
public GetMobileUserInfoResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoResponseBody 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 GetMobileUserInfoResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.MobileUserInfo GetMobileUserInfoResult;
public GetMobileUserInfoResponseBody() {
}
public GetMobileUserInfoResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.MobileUserInfo GetMobileUserInfoResult) {
this.GetMobileUserInfoResult = GetMobileUserInfoResult;
}
}
[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 getUserPrefMonitorRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getUserPrefMonitor", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorRequestBody Body;
public getUserPrefMonitorRequest() {
}
public getUserPrefMonitorRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorRequestBody 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 getUserPrefMonitorRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string instcd;
public getUserPrefMonitorRequestBody() {
}
public getUserPrefMonitorRequestBody(string userId, string instcd) {
this.userId = userId;
this.instcd = instcd;
}
}
[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 getUserPrefMonitorResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getUserPrefMonitorResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorResponseBody Body;
public getUserPrefMonitorResponse() {
}
public getUserPrefMonitorResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorResponseBody 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 getUserPrefMonitorResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string getUserPrefMonitorResult;
public getUserPrefMonitorResponseBody() {
}
public getUserPrefMonitorResponseBody(string getUserPrefMonitorResult) {
this.getUserPrefMonitorResult = getUserPrefMonitorResult;
}
}
[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 SetSupportUserDataRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SetSupportUserData", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataRequestBody Body;
public SetSupportUserDataRequest() {
}
public SetSupportUserDataRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataRequestBody 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 SetSupportUserDataRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string baseCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string supportDeptCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string supportDeptNm;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string macAddress;
public SetSupportUserDataRequestBody() {
}
public SetSupportUserDataRequestBody(string userId, string baseCd, string supportDeptCd, string supportDeptNm, string macAddress) {
this.userId = userId;
this.baseCd = baseCd;
this.supportDeptCd = supportDeptCd;
this.supportDeptNm = supportDeptNm;
this.macAddress = macAddress;
}
}
[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 SetSupportUserDataResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SetSupportUserDataResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataResponseBody Body;
public SetSupportUserDataResponse() {
}
public SetSupportUserDataResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataResponseBody 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 SetSupportUserDataResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData SetSupportUserDataResult;
public SetSupportUserDataResponseBody() {
}
public SetSupportUserDataResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData SetSupportUserDataResult) {
this.SetSupportUserDataResult = SetSupportUserDataResult;
}
}
[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 SetUserPrefMonitorRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SetUserPrefMonitor", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorRequestBody Body;
public SetUserPrefMonitorRequest() {
}
public SetUserPrefMonitorRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorRequestBody 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 SetUserPrefMonitorRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string monitorNo;
public SetUserPrefMonitorRequestBody() {
}
public SetUserPrefMonitorRequestBody(string userId, string monitorNo) {
this.userId = userId;
this.monitorNo = monitorNo;
}
}
[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 SetUserPrefMonitorResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SetUserPrefMonitorResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorResponseBody Body;
public SetUserPrefMonitorResponse() {
}
public SetUserPrefMonitorResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorResponseBody 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 SetUserPrefMonitorResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData SetUserPrefMonitorResult;
public SetUserPrefMonitorResponseBody() {
}
public SetUserPrefMonitorResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData SetUserPrefMonitorResult) {
this.SetUserPrefMonitorResult = SetUserPrefMonitorResult;
}
}
[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 getSessionTimeRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getSessionTime", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeRequestBody Body;
public getSessionTimeRequest() {
}
public getSessionTimeRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeRequestBody 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 getSessionTimeRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instcd;
public getSessionTimeRequestBody() {
}
public getSessionTimeRequestBody(string instcd) {
this.instcd = instcd;
}
}
[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 getSessionTimeResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getSessionTimeResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeResponseBody Body;
public getSessionTimeResponse() {
}
public getSessionTimeResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeResponseBody 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 getSessionTimeResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string getSessionTimeResult;
public getSessionTimeResponseBody() {
}
public getSessionTimeResponseBody(string getSessionTimeResult) {
this.getSessionTimeResult = getSessionTimeResult;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface HospitalSvcSoapChannel : CLIP.eForm.Consent.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.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.UI.HospitalSvcRef.GetSettingDataResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetSettingData(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataRequest request) {
return base.Channel.GetSettingData(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.SettingListVO[] GetSettingData() {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataRequestBody();
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSettingDataResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetSettingData(inValue);
return retVal.Body.GetSettingDataResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetUserInfoResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetUserInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.GetUserInfoRequest request) {
return base.Channel.GetUserInfo(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.UserVO GetUserInfo(string userid, string dutinstcd, string dutplcecd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetUserInfoRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetUserInfoRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetUserInfoRequestBody();
inValue.Body.userid = userid;
inValue.Body.dutinstcd = dutinstcd;
inValue.Body.dutplcecd = dutplcecd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetUserInfoResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetUserInfo(inValue);
return retVal.Body.GetUserInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetTrmtDateListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetTrmtDateList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetTrmtDateListRequest request) {
return base.Channel.GetTrmtDateList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.ClnDateForDropdownVO[] GetTrmtDateList(string patientNo, string searchClnDate, string searchType, string orddeptcd, string dutinstcd, string ordType) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetTrmtDateListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetTrmtDateListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetTrmtDateListRequestBody();
inValue.Body.patientNo = patientNo;
inValue.Body.searchClnDate = searchClnDate;
inValue.Body.searchType = searchType;
inValue.Body.orddeptcd = orddeptcd;
inValue.Body.dutinstcd = dutinstcd;
inValue.Body.ordType = ordType;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetTrmtDateListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetTrmtDateList(inValue);
return retVal.Body.GetTrmtDateListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetPatientList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListRequest request) {
return base.Channel.GetPatientList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientList(string selectFlag, string srchYN, string srchDd, string ordDeptCd, string doctorId, string pid, string wardCd, string patientState, string dutInstCd, string userId, string myPatient, string drKind) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListRequestBody();
inValue.Body.selectFlag = selectFlag;
inValue.Body.srchYN = srchYN;
inValue.Body.srchDd = srchDd;
inValue.Body.ordDeptCd = ordDeptCd;
inValue.Body.doctorId = doctorId;
inValue.Body.pid = pid;
inValue.Body.wardCd = wardCd;
inValue.Body.patientState = patientState;
inValue.Body.dutInstCd = dutInstCd;
inValue.Body.userId = userId;
inValue.Body.myPatient = myPatient;
inValue.Body.drKind = drKind;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetPatientList(inValue);
return retVal.Body.GetPatientListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetPatientExList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListRequest request) {
return base.Channel.GetPatientExList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientExList(string selectFlag, string toDt, string fromDt, string baseCd, string supportDeptCd, string pid, string patientState) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListRequestBody();
inValue.Body.selectFlag = selectFlag;
inValue.Body.toDt = toDt;
inValue.Body.fromDt = fromDt;
inValue.Body.baseCd = baseCd;
inValue.Body.supportDeptCd = supportDeptCd;
inValue.Body.pid = pid;
inValue.Body.patientState = patientState;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetPatientExList(inValue);
return retVal.Body.GetPatientExListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetPatientExListPC(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCRequest request) {
return base.Channel.GetPatientExListPC(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientExListPC(string selectFlag, string toDt, string fromDt, string baseCd, string supportDeptCd, string pid, string patientState, string isMainD, string mainDrId) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCRequestBody();
inValue.Body.selectFlag = selectFlag;
inValue.Body.toDt = toDt;
inValue.Body.fromDt = fromDt;
inValue.Body.baseCd = baseCd;
inValue.Body.supportDeptCd = supportDeptCd;
inValue.Body.pid = pid;
inValue.Body.patientState = patientState;
inValue.Body.isMainD = isMainD;
inValue.Body.mainDrId = mainDrId;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExListPCResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetPatientExListPC(inValue);
return retVal.Body.GetPatientExListPCResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetPatientExPCList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListRequest request) {
return base.Channel.GetPatientExPCList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatListVO[] GetPatientExPCList(string selectFlag, string toDt, string fromDt, string baseCd, string supportDeptCd, string pid, string patientState, string isMainD, string mainDrId) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListRequestBody();
inValue.Body.selectFlag = selectFlag;
inValue.Body.toDt = toDt;
inValue.Body.fromDt = fromDt;
inValue.Body.baseCd = baseCd;
inValue.Body.supportDeptCd = supportDeptCd;
inValue.Body.pid = pid;
inValue.Body.patientState = patientState;
inValue.Body.isMainD = isMainD;
inValue.Body.mainDrId = mainDrId;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientExPCListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetPatientExPCList(inValue);
return retVal.Body.GetPatientExPCListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDeptListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetDeptList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetDeptListRequest request) {
return base.Channel.GetDeptList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.DeptListVO[] GetDeptList(string ordType, string dutInstCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDeptListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetDeptListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetDeptListRequestBody();
inValue.Body.ordType = ordType;
inValue.Body.dutInstCd = dutInstCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDeptListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetDeptList(inValue);
return retVal.Body.GetDeptListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetOrgDeptList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListRequest request) {
return base.Channel.GetOrgDeptList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.DeptListVO[] GetOrgDeptList(string ordType, string dutInstCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListRequestBody();
inValue.Body.ordType = ordType;
inValue.Body.dutInstCd = dutInstCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetOrgDeptListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetOrgDeptList(inValue);
return retVal.Body.GetOrgDeptListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetWardListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetWardList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetWardListRequest request) {
return base.Channel.GetWardList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.DeptListVO[] GetWardList(string dutInstCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetWardListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetWardListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetWardListRequestBody();
inValue.Body.dutInstCd = dutInstCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetWardListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetWardList(inValue);
return retVal.Body.GetWardListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDoctorListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetDoctorList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetDoctorListRequest request) {
return base.Channel.GetDoctorList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.DocListVO[] GetDoctorList(string srchDd, string ordDeptCd, string dutInstCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDoctorListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetDoctorListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetDoctorListRequestBody();
inValue.Body.srchDd = srchDd;
inValue.Body.ordDeptCd = ordDeptCd;
inValue.Body.dutInstCd = dutInstCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDoctorListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetDoctorList(inValue);
return retVal.Body.GetDoctorListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetSupportDeptList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListRequest request) {
return base.Channel.GetSupportDeptList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.DeptListVO[] GetSupportDeptList() {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListRequestBody();
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSupportDeptListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetSupportDeptList(inValue);
return retVal.Body.GetSupportDeptListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetInspectingRoomName(CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameRequest request) {
return base.Channel.GetInspectingRoomName(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.InspectionVO[] GetInspectingRoomName(string deptCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameRequestBody();
inValue.Body.deptCd = deptCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetInspectingRoomNameResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetInspectingRoomName(inValue);
return retVal.Body.GetInspectingRoomNameResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSrchPatInfoResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetSrchPatInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSrchPatInfoRequest request) {
return base.Channel.GetSrchPatInfo(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatInfoListVO[] GetSrchPatInfo(string srchcond, string pid, string hngnm, string rrgstno1, string rrgstno2, string dutinstcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSrchPatInfoRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetSrchPatInfoRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetSrchPatInfoRequestBody();
inValue.Body.srchcond = srchcond;
inValue.Body.pid = pid;
inValue.Body.hngnm = hngnm;
inValue.Body.rrgstno1 = rrgstno1;
inValue.Body.rrgstno2 = rrgstno2;
inValue.Body.dutinstcd = dutinstcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSrchPatInfoResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetSrchPatInfo(inValue);
return retVal.Body.GetSrchPatInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientInfoResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetPatientInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientInfoRequest request) {
return base.Channel.GetPatientInfo(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.PatientVO[] GetPatientInfo(string pid, string ordDd, string ordType, string ordDeptCd, string cretNo, string dutInstCd, string opRsrvNo) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientInfoRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientInfoRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientInfoRequestBody();
inValue.Body.pid = pid;
inValue.Body.ordDd = ordDd;
inValue.Body.ordType = ordType;
inValue.Body.ordDeptCd = ordDeptCd;
inValue.Body.cretNo = cretNo;
inValue.Body.dutInstCd = dutInstCd;
inValue.Body.opRsrvNo = opRsrvNo;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetPatientInfoResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetPatientInfo(inValue);
return retVal.Body.GetPatientInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserFormSetListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.SetUserFormSetList(CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserFormSetListRequest request) {
return base.Channel.SetUserFormSetList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData SetUserFormSetList(string userId, string formCd, string dutInstCd, string toDay) {
CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserFormSetListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserFormSetListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserFormSetListRequestBody();
inValue.Body.userId = userId;
inValue.Body.formCd = formCd;
inValue.Body.dutInstCd = dutInstCd;
inValue.Body.toDay = toDay;
CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserFormSetListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).SetUserFormSetList(inValue);
return retVal.Body.SetUserFormSetListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.DelUserFormSetListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.DelUserFormSetList(CLIP.eForm.Consent.UI.HospitalSvcRef.DelUserFormSetListRequest request) {
return base.Channel.DelUserFormSetList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData DelUserFormSetList(string idx, string userId, string formCd, string dutInstCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.DelUserFormSetListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.DelUserFormSetListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.DelUserFormSetListRequestBody();
inValue.Body.idx = idx;
inValue.Body.userId = userId;
inValue.Body.formCd = formCd;
inValue.Body.dutInstCd = dutInstCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.DelUserFormSetListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).DelUserFormSetList(inValue);
return retVal.Body.DelUserFormSetListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetOcrTag(CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagRequest request) {
return base.Channel.GetOcrTag(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData GetOcrTag() {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagRequestBody();
CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetOcrTag(inValue);
return retVal.Body.GetOcrTagResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSignImageResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetSignImage(CLIP.eForm.Consent.UI.HospitalSvcRef.GetSignImageRequest request) {
return base.Channel.GetSignImage(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.UserSignImageVO GetSignImage(string userId, string instCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSignImageRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetSignImageRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetSignImageRequestBody();
inValue.Body.userId = userId;
inValue.Body.instCd = instCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetSignImageResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetSignImage(inValue);
return retVal.Body.GetSignImageResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDiagNameListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetDiagNameList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetDiagNameListRequest request) {
return base.Channel.GetDiagNameList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.ArrayOfString GetDiagNameList(string pid, string orddd, string dutinstcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDiagNameListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetDiagNameListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetDiagNameListRequestBody();
inValue.Body.pid = pid;
inValue.Body.orddd = orddd;
inValue.Body.dutinstcd = dutinstcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetDiagNameListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetDiagNameList(inValue);
return retVal.Body.GetDiagNameListResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetFileNameResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetFileName(CLIP.eForm.Consent.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, string dutinstcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetFileNameRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetFileNameRequest();
inValue.Body = new CLIP.eForm.Consent.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;
inValue.Body.dutinstcd = dutinstcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetFileNameResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetFileName(inValue);
return retVal.Body.GetFileNameResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.delEformDataResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.delEformData(CLIP.eForm.Consent.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, string dutinstcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.delEformDataRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.delEformDataRequest();
inValue.Body = new CLIP.eForm.Consent.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;
inValue.Body.dutinstcd = dutinstcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.delEformDataResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).delEformData(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.UpdateUserSetupResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.UpdateUserSetup(CLIP.eForm.Consent.UI.HospitalSvcRef.UpdateUserSetupRequest request) {
return base.Channel.UpdateUserSetup(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData UpdateUserSetup(string userId, string status, string instCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.UpdateUserSetupRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.UpdateUserSetupRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.UpdateUserSetupRequestBody();
inValue.Body.userId = userId;
inValue.Body.status = status;
inValue.Body.instCd = instCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.UpdateUserSetupResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).UpdateUserSetup(inValue);
return retVal.Body.UpdateUserSetupResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.doLogin(CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginRequest request) {
return base.Channel.doLogin(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.UserLoginDeptList[] doLogin(string userId, string sha256EncPw, string md5EncPw, string dutInstCd, string certSucc) {
CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginRequestBody();
inValue.Body.userId = userId;
inValue.Body.sha256EncPw = sha256EncPw;
inValue.Body.md5EncPw = md5EncPw;
inValue.Body.dutInstCd = dutInstCd;
inValue.Body.certSucc = certSucc;
CLIP.eForm.Consent.UI.HospitalSvcRef.doLoginResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).doLogin(inValue);
return retVal.Body.doLoginResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.userLoginOutLog(CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogRequest request) {
return base.Channel.userLoginOutLog(request);
}
public void userLoginOutLog(string userId, string loginStatus, string deviceType, string macAddress) {
CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogRequestBody();
inValue.Body.userId = userId;
inValue.Body.loginStatus = loginStatus;
inValue.Body.deviceType = deviceType;
inValue.Body.macAddress = macAddress;
CLIP.eForm.Consent.UI.HospitalSvcRef.userLoginOutLogResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).userLoginOutLog(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetMobileUserInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoRequest request) {
return base.Channel.GetMobileUserInfo(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.MobileUserInfo GetMobileUserInfo(string userid, string dutplceinstcd, string dutplcecd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoRequestBody();
inValue.Body.userid = userid;
inValue.Body.dutplceinstcd = dutplceinstcd;
inValue.Body.dutplcecd = dutplcecd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetMobileUserInfo(inValue);
return retVal.Body.GetMobileUserInfoResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.getUserPrefMonitor(CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorRequest request) {
return base.Channel.getUserPrefMonitor(request);
}
public string getUserPrefMonitor(string userId, string instcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorRequestBody();
inValue.Body.userId = userId;
inValue.Body.instcd = instcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserPrefMonitorResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getUserPrefMonitor(inValue);
return retVal.Body.getUserPrefMonitorResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.SetSupportUserData(CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataRequest request) {
return base.Channel.SetSupportUserData(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData SetSupportUserData(string userId, string baseCd, string supportDeptCd, string supportDeptNm, string macAddress) {
CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataRequestBody();
inValue.Body.userId = userId;
inValue.Body.baseCd = baseCd;
inValue.Body.supportDeptCd = supportDeptCd;
inValue.Body.supportDeptNm = supportDeptNm;
inValue.Body.macAddress = macAddress;
CLIP.eForm.Consent.UI.HospitalSvcRef.SetSupportUserDataResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).SetSupportUserData(inValue);
return retVal.Body.SetSupportUserDataResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.SetUserPrefMonitor(CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorRequest request) {
return base.Channel.SetUserPrefMonitor(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData SetUserPrefMonitor(string userId, string monitorNo) {
CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorRequestBody();
inValue.Body.userId = userId;
inValue.Body.monitorNo = monitorNo;
CLIP.eForm.Consent.UI.HospitalSvcRef.SetUserPrefMonitorResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).SetUserPrefMonitor(inValue);
return retVal.Body.SetUserPrefMonitorResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.getSessionTime(CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeRequest request) {
return base.Channel.getSessionTime(request);
}
public string getSessionTime(string instcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeRequestBody();
inValue.Body.instcd = instcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.getSessionTimeResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getSessionTime(inValue);
return retVal.Body.getSessionTimeResult;
}
}
}