/// [설계자]
/// 클립소프트 연구소 홍지철 (jchong@clipsoft.co.kr)
/// [원본 작성자]
/// 클립소프트 기술부 이창훈 (chlee@clipsoft.co.kr)
/// [수정 작성자]
/// 클립소프트 기술부 이인희
/// ----------------------------------------------------------------------------------------
/// [HISTORY]
/// 2015-07-30 : 최초작성
/// ----------------------------------------------------------------------------------------
///
public partial class ConsentMainControl : UserControl, IConsentMainCtrl, IConsentMain {
private string currentFormGuid = string.Empty;
private ConsentSvcRef.ConsentSvcSoapClient consentWebService;
private HospitalSvcRef.HospitalSvcSoapClient hospitalWebService;
//private IConsentMainForm _consentMainForm = null; // AgentForm(리턴시 사용)
[Browsable(false)]
public ConsentSvcRef.ConsentSvcSoapClient ConsentWebService { get { return consentWebService; } }
[Browsable(false)]
public HospitalSvcRef.HospitalSvcSoapClient HospitalWebService { get { return hospitalWebService; } }
public string PluginModuleName { get; set; }
private Dictionary