//------------------------------------------------------------------------------
//
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전: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="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 userNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userDeptCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userDeptNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string deptEngAbbrField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jobKindCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jobKindNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string instCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userTelNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ioFlagField;
[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 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=2)]
public string userDeptCode {
get {
return this.userDeptCodeField;
}
set {
if ((object.ReferenceEquals(this.userDeptCodeField, value) != true)) {
this.userDeptCodeField = value;
this.RaisePropertyChanged("userDeptCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string userDeptName {
get {
return this.userDeptNameField;
}
set {
if ((object.ReferenceEquals(this.userDeptNameField, value) != true)) {
this.userDeptNameField = value;
this.RaisePropertyChanged("userDeptName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string deptEngAbbr {
get {
return this.deptEngAbbrField;
}
set {
if ((object.ReferenceEquals(this.deptEngAbbrField, value) != true)) {
this.deptEngAbbrField = value;
this.RaisePropertyChanged("deptEngAbbr");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
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=6)]
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=7)]
public string instCd {
get {
return this.instCdField;
}
set {
if ((object.ReferenceEquals(this.instCdField, value) != true)) {
this.instCdField = value;
this.RaisePropertyChanged("instCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
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=9)]
public string ioFlag {
get {
return this.ioFlagField;
}
set {
if ((object.ReferenceEquals(this.ioFlagField, value) != true)) {
this.ioFlagField = value;
this.RaisePropertyChanged("ioFlag");
}
}
}
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 instCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string hngNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string doctorIdField;
[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 opRoomNmField;
[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 instCd {
get {
return this.instCdField;
}
set {
if ((object.ReferenceEquals(this.instCdField, value) != true)) {
this.instCdField = value;
this.RaisePropertyChanged("instCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
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=5)]
public string hngNm {
get {
return this.hngNmField;
}
set {
if ((object.ReferenceEquals(this.hngNmField, value) != true)) {
this.hngNmField = value;
this.RaisePropertyChanged("hngNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string 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=7)]
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, Order=8)]
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=9)]
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=10)]
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=11)]
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=12)]
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=13)]
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;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string deptCd {
get {
return this.deptCdField;
}
set {
if ((object.ReferenceEquals(this.deptCdField, value) != true)) {
this.deptCdField = value;
this.RaisePropertyChanged("deptCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string deptNm {
get {
return this.deptNmField;
}
set {
if ((object.ReferenceEquals(this.deptNmField, value) != true)) {
this.deptNmField = value;
this.RaisePropertyChanged("deptNm");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="DocListVO", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class DocListVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string doctorIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string doctorNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string doctorKindField;
[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, Order=2)]
public string doctorKind {
get {
return this.doctorKindField;
}
set {
if ((object.ReferenceEquals(this.doctorKindField, value) != true)) {
this.doctorKindField = value;
this.RaisePropertyChanged("doctorKind");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
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="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 deptEngAbbrField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordDeptNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string pidField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string cretNoField;
[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 instCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string mainDrIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string mainDrNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string erDrNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string firstRgstDtField;
[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 orgJuminNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string zipCdAddrField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string telNumField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string insuKindField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string wardField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dxCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dxNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string gbnField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDeptNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDrNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDrIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opCnfmDdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string perfDrNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string perfDrFlagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string perfDrDeptField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDiagNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDrNm1Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDrFlag1Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDeptNm1Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDrNm2Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDrFlag2Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDeptNm2Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDrNm3Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDrFlag3Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string anstDeptNm3Field;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opRsrvNoField;
private int orderNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string printTimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ocrCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string inputIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string inputNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string signImgField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string bpField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string heartField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string kidneyField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string respirationField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string hxField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string allergyField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string drugField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string smokingField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string idioField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string nacroticsField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string airwayField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string hemorrhageField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string statusEtcField;
[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, Order=1)]
public string deptEngAbbr {
get {
return this.deptEngAbbrField;
}
set {
if ((object.ReferenceEquals(this.deptEngAbbrField, value) != true)) {
this.deptEngAbbrField = value;
this.RaisePropertyChanged("deptEngAbbr");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string ordDeptNm {
get {
return this.ordDeptNmField;
}
set {
if ((object.ReferenceEquals(this.ordDeptNmField, value) != true)) {
this.ordDeptNmField = value;
this.RaisePropertyChanged("ordDeptNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
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=4)]
public string cretNo {
get {
return this.cretNoField;
}
set {
if ((object.ReferenceEquals(this.cretNoField, value) != true)) {
this.cretNoField = value;
this.RaisePropertyChanged("cretNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
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=6)]
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=7)]
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=8)]
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=9)]
public string instCd {
get {
return this.instCdField;
}
set {
if ((object.ReferenceEquals(this.instCdField, value) != true)) {
this.instCdField = value;
this.RaisePropertyChanged("instCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
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=11)]
public string mainDrName {
get {
return this.mainDrNameField;
}
set {
if ((object.ReferenceEquals(this.mainDrNameField, value) != true)) {
this.mainDrNameField = value;
this.RaisePropertyChanged("mainDrName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string erDrNm {
get {
return this.erDrNmField;
}
set {
if ((object.ReferenceEquals(this.erDrNmField, value) != true)) {
this.erDrNmField = value;
this.RaisePropertyChanged("erDrNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
public string firstRgstDt {
get {
return this.firstRgstDtField;
}
set {
if ((object.ReferenceEquals(this.firstRgstDtField, value) != true)) {
this.firstRgstDtField = value;
this.RaisePropertyChanged("firstRgstDt");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]
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=15)]
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=16)]
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=17)]
public string orgJuminNo {
get {
return this.orgJuminNoField;
}
set {
if ((object.ReferenceEquals(this.orgJuminNoField, value) != true)) {
this.orgJuminNoField = value;
this.RaisePropertyChanged("orgJuminNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=18)]
public string zipCdAddr {
get {
return this.zipCdAddrField;
}
set {
if ((object.ReferenceEquals(this.zipCdAddrField, value) != true)) {
this.zipCdAddrField = value;
this.RaisePropertyChanged("zipCdAddr");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=19)]
public string telNum {
get {
return this.telNumField;
}
set {
if ((object.ReferenceEquals(this.telNumField, value) != true)) {
this.telNumField = value;
this.RaisePropertyChanged("telNum");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=20)]
public string insuKind {
get {
return this.insuKindField;
}
set {
if ((object.ReferenceEquals(this.insuKindField, value) != true)) {
this.insuKindField = value;
this.RaisePropertyChanged("insuKind");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=21)]
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=22)]
public string dxCd {
get {
return this.dxCdField;
}
set {
if ((object.ReferenceEquals(this.dxCdField, value) != true)) {
this.dxCdField = value;
this.RaisePropertyChanged("dxCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=23)]
public string dxNm {
get {
return this.dxNmField;
}
set {
if ((object.ReferenceEquals(this.dxNmField, value) != true)) {
this.dxNmField = value;
this.RaisePropertyChanged("dxNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=24)]
public string gbn {
get {
return this.gbnField;
}
set {
if ((object.ReferenceEquals(this.gbnField, value) != true)) {
this.gbnField = value;
this.RaisePropertyChanged("gbn");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=25)]
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=26)]
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=27)]
public string opDrNm {
get {
return this.opDrNmField;
}
set {
if ((object.ReferenceEquals(this.opDrNmField, value) != true)) {
this.opDrNmField = value;
this.RaisePropertyChanged("opDrNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=28)]
public string opDrId {
get {
return this.opDrIdField;
}
set {
if ((object.ReferenceEquals(this.opDrIdField, value) != true)) {
this.opDrIdField = value;
this.RaisePropertyChanged("opDrId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=29)]
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=30)]
public string perfDrNm {
get {
return this.perfDrNmField;
}
set {
if ((object.ReferenceEquals(this.perfDrNmField, value) != true)) {
this.perfDrNmField = value;
this.RaisePropertyChanged("perfDrNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=31)]
public string perfDrFlag {
get {
return this.perfDrFlagField;
}
set {
if ((object.ReferenceEquals(this.perfDrFlagField, value) != true)) {
this.perfDrFlagField = value;
this.RaisePropertyChanged("perfDrFlag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=32)]
public string perfDrDept {
get {
return this.perfDrDeptField;
}
set {
if ((object.ReferenceEquals(this.perfDrDeptField, value) != true)) {
this.perfDrDeptField = value;
this.RaisePropertyChanged("perfDrDept");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=33)]
public string opDiagNm {
get {
return this.opDiagNmField;
}
set {
if ((object.ReferenceEquals(this.opDiagNmField, value) != true)) {
this.opDiagNmField = value;
this.RaisePropertyChanged("opDiagNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=34)]
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=35)]
public string anstDrNm1 {
get {
return this.anstDrNm1Field;
}
set {
if ((object.ReferenceEquals(this.anstDrNm1Field, value) != true)) {
this.anstDrNm1Field = value;
this.RaisePropertyChanged("anstDrNm1");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=36)]
public string anstDrFlag1 {
get {
return this.anstDrFlag1Field;
}
set {
if ((object.ReferenceEquals(this.anstDrFlag1Field, value) != true)) {
this.anstDrFlag1Field = value;
this.RaisePropertyChanged("anstDrFlag1");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=37)]
public string anstDeptNm1 {
get {
return this.anstDeptNm1Field;
}
set {
if ((object.ReferenceEquals(this.anstDeptNm1Field, value) != true)) {
this.anstDeptNm1Field = value;
this.RaisePropertyChanged("anstDeptNm1");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=38)]
public string anstDrNm2 {
get {
return this.anstDrNm2Field;
}
set {
if ((object.ReferenceEquals(this.anstDrNm2Field, value) != true)) {
this.anstDrNm2Field = value;
this.RaisePropertyChanged("anstDrNm2");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=39)]
public string anstDrFlag2 {
get {
return this.anstDrFlag2Field;
}
set {
if ((object.ReferenceEquals(this.anstDrFlag2Field, value) != true)) {
this.anstDrFlag2Field = value;
this.RaisePropertyChanged("anstDrFlag2");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=40)]
public string anstDeptNm2 {
get {
return this.anstDeptNm2Field;
}
set {
if ((object.ReferenceEquals(this.anstDeptNm2Field, value) != true)) {
this.anstDeptNm2Field = value;
this.RaisePropertyChanged("anstDeptNm2");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=41)]
public string anstDrNm3 {
get {
return this.anstDrNm3Field;
}
set {
if ((object.ReferenceEquals(this.anstDrNm3Field, value) != true)) {
this.anstDrNm3Field = value;
this.RaisePropertyChanged("anstDrNm3");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=42)]
public string anstDrFlag3 {
get {
return this.anstDrFlag3Field;
}
set {
if ((object.ReferenceEquals(this.anstDrFlag3Field, value) != true)) {
this.anstDrFlag3Field = value;
this.RaisePropertyChanged("anstDrFlag3");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=43)]
public string anstDeptNm3 {
get {
return this.anstDeptNm3Field;
}
set {
if ((object.ReferenceEquals(this.anstDeptNm3Field, value) != true)) {
this.anstDeptNm3Field = value;
this.RaisePropertyChanged("anstDeptNm3");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=44)]
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(IsRequired=true, Order=45)]
public int orderNo {
get {
return this.orderNoField;
}
set {
if ((this.orderNoField.Equals(value) != true)) {
this.orderNoField = value;
this.RaisePropertyChanged("orderNo");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=46)]
public string printTime {
get {
return this.printTimeField;
}
set {
if ((object.ReferenceEquals(this.printTimeField, value) != true)) {
this.printTimeField = value;
this.RaisePropertyChanged("printTime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=47)]
public string ocrCd {
get {
return this.ocrCdField;
}
set {
if ((object.ReferenceEquals(this.ocrCdField, value) != true)) {
this.ocrCdField = value;
this.RaisePropertyChanged("ocrCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=48)]
public string inputId {
get {
return this.inputIdField;
}
set {
if ((object.ReferenceEquals(this.inputIdField, value) != true)) {
this.inputIdField = value;
this.RaisePropertyChanged("inputId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=49)]
public string inputNm {
get {
return this.inputNmField;
}
set {
if ((object.ReferenceEquals(this.inputNmField, value) != true)) {
this.inputNmField = value;
this.RaisePropertyChanged("inputNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=50)]
public string signImg {
get {
return this.signImgField;
}
set {
if ((object.ReferenceEquals(this.signImgField, value) != true)) {
this.signImgField = value;
this.RaisePropertyChanged("signImg");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=51)]
public string bp {
get {
return this.bpField;
}
set {
if ((object.ReferenceEquals(this.bpField, value) != true)) {
this.bpField = value;
this.RaisePropertyChanged("bp");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=52)]
public string dm {
get {
return this.dmField;
}
set {
if ((object.ReferenceEquals(this.dmField, value) != true)) {
this.dmField = value;
this.RaisePropertyChanged("dm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=53)]
public string heart {
get {
return this.heartField;
}
set {
if ((object.ReferenceEquals(this.heartField, value) != true)) {
this.heartField = value;
this.RaisePropertyChanged("heart");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=54)]
public string kidney {
get {
return this.kidneyField;
}
set {
if ((object.ReferenceEquals(this.kidneyField, value) != true)) {
this.kidneyField = value;
this.RaisePropertyChanged("kidney");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=55)]
public string respiration {
get {
return this.respirationField;
}
set {
if ((object.ReferenceEquals(this.respirationField, value) != true)) {
this.respirationField = value;
this.RaisePropertyChanged("respiration");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=56)]
public string hx {
get {
return this.hxField;
}
set {
if ((object.ReferenceEquals(this.hxField, value) != true)) {
this.hxField = value;
this.RaisePropertyChanged("hx");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=57)]
public string allergy {
get {
return this.allergyField;
}
set {
if ((object.ReferenceEquals(this.allergyField, value) != true)) {
this.allergyField = value;
this.RaisePropertyChanged("allergy");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=58)]
public string drug {
get {
return this.drugField;
}
set {
if ((object.ReferenceEquals(this.drugField, value) != true)) {
this.drugField = value;
this.RaisePropertyChanged("drug");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=59)]
public string smoking {
get {
return this.smokingField;
}
set {
if ((object.ReferenceEquals(this.smokingField, value) != true)) {
this.smokingField = value;
this.RaisePropertyChanged("smoking");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=60)]
public string idio {
get {
return this.idioField;
}
set {
if ((object.ReferenceEquals(this.idioField, value) != true)) {
this.idioField = value;
this.RaisePropertyChanged("idio");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=61)]
public string nacrotics {
get {
return this.nacroticsField;
}
set {
if ((object.ReferenceEquals(this.nacroticsField, value) != true)) {
this.nacroticsField = value;
this.RaisePropertyChanged("nacrotics");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=62)]
public string airway {
get {
return this.airwayField;
}
set {
if ((object.ReferenceEquals(this.airwayField, value) != true)) {
this.airwayField = value;
this.RaisePropertyChanged("airway");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=63)]
public string hemorrhage {
get {
return this.hemorrhageField;
}
set {
if ((object.ReferenceEquals(this.hemorrhageField, value) != true)) {
this.hemorrhageField = value;
this.RaisePropertyChanged("hemorrhage");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=64)]
public string statusEtc {
get {
return this.statusEtcField;
}
set {
if ((object.ReferenceEquals(this.statusEtcField, value) != true)) {
this.statusEtcField = value;
this.RaisePropertyChanged("statusEtc");
}
}
}
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="ConsentVO", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class ConsentVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
private int consentMstRidField;
private int formIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string formCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string formNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string consentStateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string consentStateDispField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ocrTagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ocrTagYNField;
private int prntCntField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string prntOnlyField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string formPrintNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userDrFlagField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string linkFormCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jinjeongCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string DrOnlyField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string certUseYnField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string instCdField;
private int cretnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string pidField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string patientNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordtypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string clnDeptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string clnDeptNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string clnDateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string mainDrIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string wardCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string roomCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opDiagNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string opRsrvNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string createUserIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string createDateTimeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string createUserNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string modifyUserIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string modifyUserNameField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
public int consentMstRid {
get {
return this.consentMstRidField;
}
set {
if ((this.consentMstRidField.Equals(value) != true)) {
this.consentMstRidField = value;
this.RaisePropertyChanged("consentMstRid");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
public int formId {
get {
return this.formIdField;
}
set {
if ((this.formIdField.Equals(value) != true)) {
this.formIdField = value;
this.RaisePropertyChanged("formId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string formCd {
get {
return this.formCdField;
}
set {
if ((object.ReferenceEquals(this.formCdField, value) != true)) {
this.formCdField = value;
this.RaisePropertyChanged("formCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string formName {
get {
return this.formNameField;
}
set {
if ((object.ReferenceEquals(this.formNameField, value) != true)) {
this.formNameField = value;
this.RaisePropertyChanged("formName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string consentState {
get {
return this.consentStateField;
}
set {
if ((object.ReferenceEquals(this.consentStateField, value) != true)) {
this.consentStateField = value;
this.RaisePropertyChanged("consentState");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string consentStateDisp {
get {
return this.consentStateDispField;
}
set {
if ((object.ReferenceEquals(this.consentStateDispField, value) != true)) {
this.consentStateDispField = value;
this.RaisePropertyChanged("consentStateDisp");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string ocrTag {
get {
return this.ocrTagField;
}
set {
if ((object.ReferenceEquals(this.ocrTagField, value) != true)) {
this.ocrTagField = value;
this.RaisePropertyChanged("ocrTag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string ocrTagYN {
get {
return this.ocrTagYNField;
}
set {
if ((object.ReferenceEquals(this.ocrTagYNField, value) != true)) {
this.ocrTagYNField = value;
this.RaisePropertyChanged("ocrTagYN");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=8)]
public int prntCnt {
get {
return this.prntCntField;
}
set {
if ((this.prntCntField.Equals(value) != true)) {
this.prntCntField = value;
this.RaisePropertyChanged("prntCnt");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string prntOnly {
get {
return this.prntOnlyField;
}
set {
if ((object.ReferenceEquals(this.prntOnlyField, value) != true)) {
this.prntOnlyField = value;
this.RaisePropertyChanged("prntOnly");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string formPrintName {
get {
return this.formPrintNameField;
}
set {
if ((object.ReferenceEquals(this.formPrintNameField, value) != true)) {
this.formPrintNameField = value;
this.RaisePropertyChanged("formPrintName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string userDrFlag {
get {
return this.userDrFlagField;
}
set {
if ((object.ReferenceEquals(this.userDrFlagField, value) != true)) {
this.userDrFlagField = value;
this.RaisePropertyChanged("userDrFlag");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string linkFormCd {
get {
return this.linkFormCdField;
}
set {
if ((object.ReferenceEquals(this.linkFormCdField, value) != true)) {
this.linkFormCdField = value;
this.RaisePropertyChanged("linkFormCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
public string jinjeongCd {
get {
return this.jinjeongCdField;
}
set {
if ((object.ReferenceEquals(this.jinjeongCdField, value) != true)) {
this.jinjeongCdField = value;
this.RaisePropertyChanged("jinjeongCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]
public string DrOnly {
get {
return this.DrOnlyField;
}
set {
if ((object.ReferenceEquals(this.DrOnlyField, value) != true)) {
this.DrOnlyField = value;
this.RaisePropertyChanged("DrOnly");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=15)]
public string certUseYn {
get {
return this.certUseYnField;
}
set {
if ((object.ReferenceEquals(this.certUseYnField, value) != true)) {
this.certUseYnField = value;
this.RaisePropertyChanged("certUseYn");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)]
public string instCd {
get {
return this.instCdField;
}
set {
if ((object.ReferenceEquals(this.instCdField, value) != true)) {
this.instCdField = value;
this.RaisePropertyChanged("instCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=17)]
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=18)]
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=19)]
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=20)]
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=21)]
public string clnDeptCd {
get {
return this.clnDeptCdField;
}
set {
if ((object.ReferenceEquals(this.clnDeptCdField, value) != true)) {
this.clnDeptCdField = value;
this.RaisePropertyChanged("clnDeptCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=22)]
public string clnDeptNm {
get {
return this.clnDeptNmField;
}
set {
if ((object.ReferenceEquals(this.clnDeptNmField, value) != true)) {
this.clnDeptNmField = value;
this.RaisePropertyChanged("clnDeptNm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=23)]
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, Order=24)]
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=25)]
public string wardCd {
get {
return this.wardCdField;
}
set {
if ((object.ReferenceEquals(this.wardCdField, value) != true)) {
this.wardCdField = value;
this.RaisePropertyChanged("wardCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=26)]
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=27)]
public string opDiagName {
get {
return this.opDiagNameField;
}
set {
if ((object.ReferenceEquals(this.opDiagNameField, value) != true)) {
this.opDiagNameField = value;
this.RaisePropertyChanged("opDiagName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=28)]
public string opName {
get {
return this.opNameField;
}
set {
if ((object.ReferenceEquals(this.opNameField, value) != true)) {
this.opNameField = value;
this.RaisePropertyChanged("opName");
}
}
}
[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 createUserId {
get {
return this.createUserIdField;
}
set {
if ((object.ReferenceEquals(this.createUserIdField, value) != true)) {
this.createUserIdField = value;
this.RaisePropertyChanged("createUserId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=31)]
public string createDateTime {
get {
return this.createDateTimeField;
}
set {
if ((object.ReferenceEquals(this.createDateTimeField, value) != true)) {
this.createDateTimeField = value;
this.RaisePropertyChanged("createDateTime");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=32)]
public string createUserName {
get {
return this.createUserNameField;
}
set {
if ((object.ReferenceEquals(this.createUserNameField, value) != true)) {
this.createUserNameField = value;
this.RaisePropertyChanged("createUserName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=33)]
public string modifyUserId {
get {
return this.modifyUserIdField;
}
set {
if ((object.ReferenceEquals(this.modifyUserIdField, value) != true)) {
this.modifyUserIdField = value;
this.RaisePropertyChanged("modifyUserId");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=34)]
public string modifyUserName {
get {
return this.modifyUserNameField;
}
set {
if ((object.ReferenceEquals(this.modifyUserNameField, value) != true)) {
this.modifyUserNameField = value;
this.RaisePropertyChanged("modifyUserName");
}
}
}
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="UnFinishedListVO", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class UnFinishedListVO : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string patientCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string formcdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string consentNameField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string hngnmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string orderdateField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string printonlyField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string certtargetField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string consentStateField;
private int consentMstRidField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordddField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string visitTypeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string orddeptcdField;
private int ordernoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ordercdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string ocrNumberField;
private int cretnoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string createusernameField;
private int formridField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string formguidField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
public string patientCode {
get {
return this.patientCodeField;
}
set {
if ((object.ReferenceEquals(this.patientCodeField, value) != true)) {
this.patientCodeField = value;
this.RaisePropertyChanged("patientCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string formcd {
get {
return this.formcdField;
}
set {
if ((object.ReferenceEquals(this.formcdField, value) != true)) {
this.formcdField = value;
this.RaisePropertyChanged("formcd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string consentName {
get {
return this.consentNameField;
}
set {
if ((object.ReferenceEquals(this.consentNameField, value) != true)) {
this.consentNameField = value;
this.RaisePropertyChanged("consentName");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string hngnm {
get {
return this.hngnmField;
}
set {
if ((object.ReferenceEquals(this.hngnmField, value) != true)) {
this.hngnmField = value;
this.RaisePropertyChanged("hngnm");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string orderdate {
get {
return this.orderdateField;
}
set {
if ((object.ReferenceEquals(this.orderdateField, value) != true)) {
this.orderdateField = value;
this.RaisePropertyChanged("orderdate");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string printonly {
get {
return this.printonlyField;
}
set {
if ((object.ReferenceEquals(this.printonlyField, value) != true)) {
this.printonlyField = value;
this.RaisePropertyChanged("printonly");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string certtarget {
get {
return this.certtargetField;
}
set {
if ((object.ReferenceEquals(this.certtargetField, value) != true)) {
this.certtargetField = value;
this.RaisePropertyChanged("certtarget");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string consentState {
get {
return this.consentStateField;
}
set {
if ((object.ReferenceEquals(this.consentStateField, value) != true)) {
this.consentStateField = value;
this.RaisePropertyChanged("consentState");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=8)]
public int consentMstRid {
get {
return this.consentMstRidField;
}
set {
if ((this.consentMstRidField.Equals(value) != true)) {
this.consentMstRidField = value;
this.RaisePropertyChanged("consentMstRid");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string orddd {
get {
return this.ordddField;
}
set {
if ((object.ReferenceEquals(this.ordddField, value) != true)) {
this.ordddField = value;
this.RaisePropertyChanged("orddd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string 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, Order=11)]
public string orddeptcd {
get {
return this.orddeptcdField;
}
set {
if ((object.ReferenceEquals(this.orddeptcdField, value) != true)) {
this.orddeptcdField = value;
this.RaisePropertyChanged("orddeptcd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=12)]
public int orderno {
get {
return this.ordernoField;
}
set {
if ((this.ordernoField.Equals(value) != true)) {
this.ordernoField = value;
this.RaisePropertyChanged("orderno");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
public string ordercd {
get {
return this.ordercdField;
}
set {
if ((object.ReferenceEquals(this.ordercdField, value) != true)) {
this.ordercdField = value;
this.RaisePropertyChanged("ordercd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]
public string ocrNumber {
get {
return this.ocrNumberField;
}
set {
if ((object.ReferenceEquals(this.ocrNumberField, value) != true)) {
this.ocrNumberField = value;
this.RaisePropertyChanged("ocrNumber");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=15)]
public int cretno {
get {
return this.cretnoField;
}
set {
if ((this.cretnoField.Equals(value) != true)) {
this.cretnoField = value;
this.RaisePropertyChanged("cretno");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)]
public string createusername {
get {
return this.createusernameField;
}
set {
if ((object.ReferenceEquals(this.createusernameField, value) != true)) {
this.createusernameField = value;
this.RaisePropertyChanged("createusername");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=17)]
public int formrid {
get {
return this.formridField;
}
set {
if ((this.formridField.Equals(value) != true)) {
this.formridField = value;
this.RaisePropertyChanged("formrid");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=18)]
public string formguid {
get {
return this.formguidField;
}
set {
if ((object.ReferenceEquals(this.formguidField, value) != true)) {
this.formguidField = value;
this.RaisePropertyChanged("formguid");
}
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.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 dutplceInstCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dutplceInstNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dutplceCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string deptHngNmField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string fromDdField;
private int sortNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string deptCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jobKindCdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string jobKindNmField;
[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 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 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)]
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=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 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=4)]
public string fromDd {
get {
return this.fromDdField;
}
set {
if ((object.ReferenceEquals(this.fromDdField, value) != true)) {
this.fromDdField = value;
this.RaisePropertyChanged("fromDd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)]
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=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(EmitDefaultValue=false, Order=7)]
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=8)]
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=9)]
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=10)]
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=11)]
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=12)]
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.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContractAttribute(Name="UserSignDataVo", Namespace="http://tempuri.org/")]
[System.SerializableAttribute()]
public partial class UserSignDataVo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string instCdField;
private int signImgeSeqNoField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userIdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private byte[] signDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string signImgeFromDdField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string userNmField;
[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 instCd {
get {
return this.instCdField;
}
set {
if ((object.ReferenceEquals(this.instCdField, value) != true)) {
this.instCdField = value;
this.RaisePropertyChanged("instCd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
public int signImgeSeqNo {
get {
return this.signImgeSeqNoField;
}
set {
if ((this.signImgeSeqNoField.Equals(value) != true)) {
this.signImgeSeqNoField = value;
this.RaisePropertyChanged("signImgeSeqNo");
}
}
}
[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, Order=3)]
public byte[] signData {
get {
return this.signDataField;
}
set {
if ((object.ReferenceEquals(this.signDataField, value) != true)) {
this.signDataField = value;
this.RaisePropertyChanged("signData");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string signImgeFromDd {
get {
return this.signImgeFromDdField;
}
set {
if ((object.ReferenceEquals(this.signImgeFromDdField, value) != true)) {
this.signImgeFromDdField = value;
this.RaisePropertyChanged("signImgeFromDd");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string userNm {
get {
return this.userNmField;
}
set {
if ((object.ReferenceEquals(this.userNmField, value) != true)) {
this.userNmField = value;
this.RaisePropertyChanged("userNm");
}
}
}
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/ 네임스페이스의 요소 이름 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/ 네임스페이스의 요소 이름 srchDd이(가) "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/ 네임스페이스의 요소 이름 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/ 네임스페이스의 요소 이름 instCd이(가) "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/ 네임스페이스의 요소 이름 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/GetConsentSetList", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListResponse GetConsentSetList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListRequest 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/ 네임스페이스의 요소 이름 userId이(가) "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/ 네임스페이스의 요소 이름 instCd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/checkOcrDup", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupResponse checkOcrDup(CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instCd이(가) "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/GetUnfinishedListPerDoctor", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorResponse GetUnfinishedListPerDoctor(CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequest 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/GetMobileUserInfo", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoResponse GetMobileUserInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.GetMobileUserInfoRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instcd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/checkPrintablePatient", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientResponse checkPrintablePatient(CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instcd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getPenOptions", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsResponse getPenOptions(CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instcd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getZoomRate", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateResponse getZoomRate(CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instcd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getPrintControlMsg", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgResponse getPrintControlMsg(CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instcd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getPrintOnly", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyResponse getPrintOnly(CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instcd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getMultiprintable", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableResponse getMultiprintable(CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instcd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/checkHardcd", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdResponse checkHardcd(CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instCd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetBaseData", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataResponse GetBaseData(CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instCd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/setSignImage", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageResponse setSignImage(CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageRequest request);
// CODEGEN: http://tempuri.org/ 네임스페이스의 요소 이름 instCd이(가) "nillable"로 표시되지 않았으므로 메시지 계약을 생성합니다.
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getUserSignDataInfo", ReplyAction="*")]
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoResponse getUserSignDataInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoRequest request);
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class GetUserInfoRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetUserInfo", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.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 instCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string deptCd;
public GetUserInfoRequestBody() {
}
public GetUserInfoRequestBody(string userId, string instCd, string deptCd) {
this.userId = userId;
this.instCd = instCd;
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 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 srchDd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string ordDeptCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string doctorId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string pid;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string patientState;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string instCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string wardCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string myPatient;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
public string jobKindCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
public string drKind;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
public string selectFlag;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public string srchYN;
public GetPatientListRequestBody() {
}
public GetPatientListRequestBody(string srchDd, string ordDeptCd, string doctorId, string pid, string patientState, string instCd, string wardCd, string userId, string myPatient, string jobKindCd, string drKind, string selectFlag, string srchYN) {
this.srchDd = srchDd;
this.ordDeptCd = ordDeptCd;
this.doctorId = doctorId;
this.pid = pid;
this.patientState = patientState;
this.instCd = instCd;
this.wardCd = wardCd;
this.userId = userId;
this.myPatient = myPatient;
this.jobKindCd = jobKindCd;
this.drKind = drKind;
this.selectFlag = selectFlag;
this.srchYN = srchYN;
}
}
[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 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 instCd;
public GetDeptListRequestBody() {
}
public GetDeptListRequestBody(string ordType, string instCd) {
this.ordType = ordType;
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 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 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 instCd;
public GetWardListRequestBody() {
}
public GetWardListRequestBody(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 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 instCd;
public GetDoctorListRequestBody() {
}
public GetDoctorListRequestBody(string srchDd, string ordDeptCd, string instCd) {
this.srchDd = srchDd;
this.ordDeptCd = ordDeptCd;
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 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 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 inDd;
[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 instCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string opRsrvNo;
public GetPatientInfoRequestBody() {
}
public GetPatientInfoRequestBody(string pid, string inDd, string ordType, string ordDeptCd, string cretNo, string instCd, string opRsrvNo) {
this.pid = pid;
this.inDd = inDd;
this.ordType = ordType;
this.ordDeptCd = ordDeptCd;
this.cretNo = cretNo;
this.instCd = instCd;
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 GetConsentSetListRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetConsentSetList", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListRequestBody Body;
public GetConsentSetListRequest() {
}
public GetConsentSetListRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class GetConsentSetListRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string instCd;
public GetConsentSetListRequestBody() {
}
public GetConsentSetListRequestBody(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 GetConsentSetListResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetConsentSetListResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListResponseBody Body;
public GetConsentSetListResponse() {
}
public GetConsentSetListResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class GetConsentSetListResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.ConsentVO[] GetConsentSetListResult;
public GetConsentSetListResponseBody() {
}
public GetConsentSetListResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.ConsentVO[] GetConsentSetListResult) {
this.GetConsentSetListResult = GetConsentSetListResult;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class SetUserFormSetListRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="SetUserFormSetList", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.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 instCd;
public SetUserFormSetListRequestBody() {
}
public SetUserFormSetListRequestBody(string userId, string formCd, string instCd) {
this.userId = userId;
this.formCd = formCd;
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 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 userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string formCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string instCd;
public DelUserFormSetListRequestBody() {
}
public DelUserFormSetListRequestBody(string userId, string formCd, string instCd) {
this.userId = userId;
this.formCd = formCd;
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 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 checkOcrDupRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="checkOcrDup", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupRequestBody Body;
public checkOcrDupRequest() {
}
public checkOcrDupRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupRequestBody 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 checkOcrDupRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string ocrtag;
public checkOcrDupRequestBody() {
}
public checkOcrDupRequestBody(string instCd, string ocrtag) {
this.instCd = instCd;
this.ocrtag = ocrtag;
}
}
[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 checkOcrDupResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="checkOcrDupResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupResponseBody Body;
public checkOcrDupResponse() {
}
public checkOcrDupResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupResponseBody 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 checkOcrDupResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int checkOcrDupResult;
public checkOcrDupResponseBody() {
}
public checkOcrDupResponseBody(int checkOcrDupResult) {
this.checkOcrDupResult = checkOcrDupResult;
}
}
[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(Namespace="http://tempuri.org/")]
public partial class GetOcrTagRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instCd;
public GetOcrTagRequestBody() {
}
public GetOcrTagRequestBody(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 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 GetUnfinishedListPerDoctorRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetUnfinishedListPerDoctor", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequestBody Body;
public GetUnfinishedListPerDoctorRequest() {
}
public GetUnfinishedListPerDoctorRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequestBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class GetUnfinishedListPerDoctorRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string userid;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string status;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string fromdd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string todd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string dutinstcd;
public GetUnfinishedListPerDoctorRequestBody() {
}
public GetUnfinishedListPerDoctorRequestBody(string userid, string status, string fromdd, string todd, string dutinstcd) {
this.userid = userid;
this.status = status;
this.fromdd = fromdd;
this.todd = todd;
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 GetUnfinishedListPerDoctorResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetUnfinishedListPerDoctorResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorResponseBody Body;
public GetUnfinishedListPerDoctorResponse() {
}
public GetUnfinishedListPerDoctorResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
public partial class GetUnfinishedListPerDoctorResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.UnFinishedListVO[] GetUnfinishedListPerDoctorResult;
public GetUnfinishedListPerDoctorResponseBody() {
}
public GetUnfinishedListPerDoctorResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.UnFinishedListVO[] GetUnfinishedListPerDoctorResult) {
this.GetUnfinishedListPerDoctorResult = GetUnfinishedListPerDoctorResult;
}
}
[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 pwd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string dutinstcd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string certSucc;
public doLoginRequestBody() {
}
public doLoginRequestBody(string userid, string pwd, string dutinstcd, string certSucc) {
this.userid = userid;
this.pwd = pwd;
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 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 checkPrintablePatientRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="checkPrintablePatient", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientRequestBody Body;
public checkPrintablePatientRequest() {
}
public checkPrintablePatientRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientRequestBody 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 checkPrintablePatientRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instcd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string pid;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string orddd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string cretno;
public checkPrintablePatientRequestBody() {
}
public checkPrintablePatientRequestBody(string instcd, string pid, string orddd, string cretno) {
this.instcd = instcd;
this.pid = pid;
this.orddd = orddd;
this.cretno = cretno;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class checkPrintablePatientResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="checkPrintablePatientResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientResponseBody Body;
public checkPrintablePatientResponse() {
}
public checkPrintablePatientResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientResponseBody 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 checkPrintablePatientResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int checkPrintablePatientResult;
public checkPrintablePatientResponseBody() {
}
public checkPrintablePatientResponseBody(int checkPrintablePatientResult) {
this.checkPrintablePatientResult = checkPrintablePatientResult;
}
}
[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 getPenOptionsRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getPenOptions", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsRequestBody Body;
public getPenOptionsRequest() {
}
public getPenOptionsRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsRequestBody 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 getPenOptionsRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instcd;
public getPenOptionsRequestBody() {
}
public getPenOptionsRequestBody(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 getPenOptionsResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getPenOptionsResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsResponseBody Body;
public getPenOptionsResponse() {
}
public getPenOptionsResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsResponseBody 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 getPenOptionsResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string getPenOptionsResult;
public getPenOptionsResponseBody() {
}
public getPenOptionsResponseBody(string getPenOptionsResult) {
this.getPenOptionsResult = getPenOptionsResult;
}
}
[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 getZoomRateRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getZoomRate", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateRequestBody Body;
public getZoomRateRequest() {
}
public getZoomRateRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateRequestBody 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 getZoomRateRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instcd;
public getZoomRateRequestBody() {
}
public getZoomRateRequestBody(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 getZoomRateResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getZoomRateResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateResponseBody Body;
public getZoomRateResponse() {
}
public getZoomRateResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateResponseBody 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 getZoomRateResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string getZoomRateResult;
public getZoomRateResponseBody() {
}
public getZoomRateResponseBody(string getZoomRateResult) {
this.getZoomRateResult = getZoomRateResult;
}
}
[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 getPrintControlMsgRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getPrintControlMsg", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgRequestBody Body;
public getPrintControlMsgRequest() {
}
public getPrintControlMsgRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgRequestBody 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 getPrintControlMsgRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instcd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string ordtype;
public getPrintControlMsgRequestBody() {
}
public getPrintControlMsgRequestBody(string instcd, string ordtype) {
this.instcd = instcd;
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 getPrintControlMsgResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getPrintControlMsgResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgResponseBody Body;
public getPrintControlMsgResponse() {
}
public getPrintControlMsgResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgResponseBody 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 getPrintControlMsgResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string getPrintControlMsgResult;
public getPrintControlMsgResponseBody() {
}
public getPrintControlMsgResponseBody(string getPrintControlMsgResult) {
this.getPrintControlMsgResult = getPrintControlMsgResult;
}
}
[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 getPrintOnlyRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getPrintOnly", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyRequestBody Body;
public getPrintOnlyRequest() {
}
public getPrintOnlyRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyRequestBody 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 getPrintOnlyRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instcd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string formcd;
public getPrintOnlyRequestBody() {
}
public getPrintOnlyRequestBody(string instcd, string formcd) {
this.instcd = instcd;
this.formcd = formcd;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class getPrintOnlyResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getPrintOnlyResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyResponseBody Body;
public getPrintOnlyResponse() {
}
public getPrintOnlyResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyResponseBody 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 getPrintOnlyResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string getPrintOnlyResult;
public getPrintOnlyResponseBody() {
}
public getPrintOnlyResponseBody(string getPrintOnlyResult) {
this.getPrintOnlyResult = getPrintOnlyResult;
}
}
[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 getMultiprintableRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getMultiprintable", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableRequestBody Body;
public getMultiprintableRequest() {
}
public getMultiprintableRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableRequestBody 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 getMultiprintableRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instcd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string formcd;
public getMultiprintableRequestBody() {
}
public getMultiprintableRequestBody(string instcd, string formcd) {
this.instcd = instcd;
this.formcd = formcd;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class getMultiprintableResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getMultiprintableResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableResponseBody Body;
public getMultiprintableResponse() {
}
public getMultiprintableResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableResponseBody 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 getMultiprintableResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int getMultiprintableResult;
public getMultiprintableResponseBody() {
}
public getMultiprintableResponseBody(int getMultiprintableResult) {
this.getMultiprintableResult = getMultiprintableResult;
}
}
[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 checkHardcdRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="checkHardcd", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdRequestBody Body;
public checkHardcdRequest() {
}
public checkHardcdRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdRequestBody 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 checkHardcdRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instcd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string hardcdno;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string trgtcd;
public checkHardcdRequestBody() {
}
public checkHardcdRequestBody(string instcd, string hardcdno, string trgtcd) {
this.instcd = instcd;
this.hardcdno = hardcdno;
this.trgtcd = trgtcd;
}
}
[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 checkHardcdResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="checkHardcdResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdResponseBody Body;
public checkHardcdResponse() {
}
public checkHardcdResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdResponseBody 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 checkHardcdResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
public int checkHardcdResult;
public checkHardcdResponseBody() {
}
public checkHardcdResponseBody(int checkHardcdResult) {
this.checkHardcdResult = checkHardcdResult;
}
}
[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 GetBaseDataRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetBaseData", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataRequestBody Body;
public GetBaseDataRequest() {
}
public GetBaseDataRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataRequestBody 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 GetBaseDataRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instCd;
public GetBaseDataRequestBody() {
}
public GetBaseDataRequestBody(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 GetBaseDataResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="GetBaseDataResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataResponseBody Body;
public GetBaseDataResponse() {
}
public GetBaseDataResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataResponseBody 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 GetBaseDataResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData GetBaseDataResult;
public GetBaseDataResponseBody() {
}
public GetBaseDataResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData GetBaseDataResult) {
this.GetBaseDataResult = GetBaseDataResult;
}
}
[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 setSignImageRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="setSignImage", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageRequestBody Body;
public setSignImageRequest() {
}
public setSignImageRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageRequestBody 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 setSignImageRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string userId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string signSeq;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string inptId;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string signImage;
public setSignImageRequestBody() {
}
public setSignImageRequestBody(string instCd, string userId, string signSeq, string inptId, string signImage) {
this.instCd = instCd;
this.userId = userId;
this.signSeq = signSeq;
this.inptId = inptId;
this.signImage = signImage;
}
}
[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 setSignImageResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="setSignImageResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageResponseBody Body;
public setSignImageResponse() {
}
public setSignImageResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageResponseBody 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 setSignImageResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string setSignImageResult;
public setSignImageResponseBody() {
}
public setSignImageResponseBody(string setSignImageResult) {
this.setSignImageResult = setSignImageResult;
}
}
[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 getUserSignDataInfoRequest {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getUserSignDataInfo", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoRequestBody Body;
public getUserSignDataInfoRequest() {
}
public getUserSignDataInfoRequest(CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoRequestBody 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 getUserSignDataInfoRequestBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string instCd;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string userId;
public getUserSignDataInfoRequestBody() {
}
public getUserSignDataInfoRequestBody(string instCd, string userId) {
this.instCd = instCd;
this.userId = userId;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class getUserSignDataInfoResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="getUserSignDataInfoResponse", Namespace="http://tempuri.org/", Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoResponseBody Body;
public getUserSignDataInfoResponse() {
}
public getUserSignDataInfoResponse(CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoResponseBody 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 getUserSignDataInfoResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public CLIP.eForm.Consent.UI.HospitalSvcRef.UserSignDataVo getUserSignDataInfoResult;
public getUserSignDataInfoResponseBody() {
}
public getUserSignDataInfoResponseBody(CLIP.eForm.Consent.UI.HospitalSvcRef.UserSignDataVo getUserSignDataInfoResult) {
this.getUserSignDataInfoResult = getUserSignDataInfoResult;
}
}
[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.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 instCd, string deptCd) {
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.instCd = instCd;
inValue.Body.deptCd = deptCd;
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 srchDd, string ordDeptCd, string doctorId, string pid, string patientState, string instCd, string wardCd, string userId, string myPatient, string jobKindCd, string drKind, string selectFlag, string srchYN) {
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.srchDd = srchDd;
inValue.Body.ordDeptCd = ordDeptCd;
inValue.Body.doctorId = doctorId;
inValue.Body.pid = pid;
inValue.Body.patientState = patientState;
inValue.Body.instCd = instCd;
inValue.Body.wardCd = wardCd;
inValue.Body.userId = userId;
inValue.Body.myPatient = myPatient;
inValue.Body.jobKindCd = jobKindCd;
inValue.Body.drKind = drKind;
inValue.Body.selectFlag = selectFlag;
inValue.Body.srchYN = srchYN;
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.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 instCd) {
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.instCd = instCd;
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.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 instCd) {
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.instCd = instCd;
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 instCd) {
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.instCd = instCd;
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.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 inDd, string ordType, string ordDeptCd, string cretNo, string instCd, 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.inDd = inDd;
inValue.Body.ordType = ordType;
inValue.Body.ordDeptCd = ordDeptCd;
inValue.Body.cretNo = cretNo;
inValue.Body.instCd = instCd;
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.GetConsentSetListResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetConsentSetList(CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListRequest request) {
return base.Channel.GetConsentSetList(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.ConsentVO[] GetConsentSetList(string userId, string instCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListRequestBody();
inValue.Body.userId = userId;
inValue.Body.instCd = instCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetConsentSetListResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetConsentSetList(inValue);
return retVal.Body.GetConsentSetListResult;
}
[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 instCd) {
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.instCd = instCd;
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 userId, string formCd, string instCd) {
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.userId = userId;
inValue.Body.formCd = formCd;
inValue.Body.instCd = instCd;
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.checkOcrDupResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.checkOcrDup(CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupRequest request) {
return base.Channel.checkOcrDup(request);
}
public int checkOcrDup(string instCd, string ocrtag) {
CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupRequestBody();
inValue.Body.instCd = instCd;
inValue.Body.ocrtag = ocrtag;
CLIP.eForm.Consent.UI.HospitalSvcRef.checkOcrDupResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).checkOcrDup(inValue);
return retVal.Body.checkOcrDupResult;
}
[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(string instCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetOcrTagRequestBody();
inValue.Body.instCd = instCd;
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.GetUnfinishedListPerDoctorResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetUnfinishedListPerDoctor(CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequest request) {
return base.Channel.GetUnfinishedListPerDoctor(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.UnFinishedListVO[] GetUnfinishedListPerDoctor(string userid, string status, string fromdd, string todd, string dutinstcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorRequestBody();
inValue.Body.userid = userid;
inValue.Body.status = status;
inValue.Body.fromdd = fromdd;
inValue.Body.todd = todd;
inValue.Body.dutinstcd = dutinstcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetUnfinishedListPerDoctorResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetUnfinishedListPerDoctor(inValue);
return retVal.Body.GetUnfinishedListPerDoctorResult;
}
[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 pwd, 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.pwd = pwd;
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.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.checkPrintablePatientResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.checkPrintablePatient(CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientRequest request) {
return base.Channel.checkPrintablePatient(request);
}
public int checkPrintablePatient(string instcd, string pid, string orddd, string cretno) {
CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientRequestBody();
inValue.Body.instcd = instcd;
inValue.Body.pid = pid;
inValue.Body.orddd = orddd;
inValue.Body.cretno = cretno;
CLIP.eForm.Consent.UI.HospitalSvcRef.checkPrintablePatientResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).checkPrintablePatient(inValue);
return retVal.Body.checkPrintablePatientResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.getPenOptions(CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsRequest request) {
return base.Channel.getPenOptions(request);
}
public string getPenOptions(string instcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsRequestBody();
inValue.Body.instcd = instcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.getPenOptionsResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getPenOptions(inValue);
return retVal.Body.getPenOptionsResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.getZoomRate(CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateRequest request) {
return base.Channel.getZoomRate(request);
}
public string getZoomRate(string instcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateRequestBody();
inValue.Body.instcd = instcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.getZoomRateResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getZoomRate(inValue);
return retVal.Body.getZoomRateResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.getPrintControlMsg(CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgRequest request) {
return base.Channel.getPrintControlMsg(request);
}
public string getPrintControlMsg(string instcd, string ordtype) {
CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgRequestBody();
inValue.Body.instcd = instcd;
inValue.Body.ordtype = ordtype;
CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintControlMsgResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getPrintControlMsg(inValue);
return retVal.Body.getPrintControlMsgResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.getPrintOnly(CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyRequest request) {
return base.Channel.getPrintOnly(request);
}
public string getPrintOnly(string instcd, string formcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyRequestBody();
inValue.Body.instcd = instcd;
inValue.Body.formcd = formcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.getPrintOnlyResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getPrintOnly(inValue);
return retVal.Body.getPrintOnlyResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.getMultiprintable(CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableRequest request) {
return base.Channel.getMultiprintable(request);
}
public int getMultiprintable(string instcd, string formcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableRequestBody();
inValue.Body.instcd = instcd;
inValue.Body.formcd = formcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.getMultiprintableResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getMultiprintable(inValue);
return retVal.Body.getMultiprintableResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.checkHardcd(CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdRequest request) {
return base.Channel.checkHardcd(request);
}
public int checkHardcd(string instcd, string hardcdno, string trgtcd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdRequestBody();
inValue.Body.instcd = instcd;
inValue.Body.hardcdno = hardcdno;
inValue.Body.trgtcd = trgtcd;
CLIP.eForm.Consent.UI.HospitalSvcRef.checkHardcdResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).checkHardcd(inValue);
return retVal.Body.checkHardcdResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.GetBaseData(CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataRequest request) {
return base.Channel.GetBaseData(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.SingleReturnData GetBaseData(string instCd) {
CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataRequestBody();
inValue.Body.instCd = instCd;
CLIP.eForm.Consent.UI.HospitalSvcRef.GetBaseDataResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).GetBaseData(inValue);
return retVal.Body.GetBaseDataResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.setSignImage(CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageRequest request) {
return base.Channel.setSignImage(request);
}
public string setSignImage(string instCd, string userId, string signSeq, string inptId, string signImage) {
CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageRequestBody();
inValue.Body.instCd = instCd;
inValue.Body.userId = userId;
inValue.Body.signSeq = signSeq;
inValue.Body.inptId = inptId;
inValue.Body.signImage = signImage;
CLIP.eForm.Consent.UI.HospitalSvcRef.setSignImageResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).setSignImage(inValue);
return retVal.Body.setSignImageResult;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoResponse CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap.getUserSignDataInfo(CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoRequest request) {
return base.Channel.getUserSignDataInfo(request);
}
public CLIP.eForm.Consent.UI.HospitalSvcRef.UserSignDataVo getUserSignDataInfo(string instCd, string userId) {
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoRequest inValue = new CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoRequest();
inValue.Body = new CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoRequestBody();
inValue.Body.instCd = instCd;
inValue.Body.userId = userId;
CLIP.eForm.Consent.UI.HospitalSvcRef.getUserSignDataInfoResponse retVal = ((CLIP.eForm.Consent.UI.HospitalSvcRef.HospitalSvcSoap)(this)).getUserSignDataInfo(inValue);
return retVal.Body.getUserSignDataInfoResult;
}
}
}