Example #1
0
 public Client(string objectId, string clientName, int clientId)
 {
     this.m_ObjectId   = objectId;
     this.m_ClientName = clientName;
     this.m_ClientId   = clientId;
     this.m_ClientLocationCollection = new ClientLocationCollection();
 }
Example #2
0
 public Client(string objectId, string clientName, int clientId)
 {
     this.m_ObjectId                 = objectId;
     this.m_ClientName               = clientName;
     this.m_ClientId                 = clientId;
     this.m_PathologyGroupId         = "YPBLGS";
     this.m_ClientLocationCollection = new ClientLocationCollection();
 }
Example #3
0
 public Client()
 {
     this.m_ClientLocationCollection = new ClientLocationCollection();
 }