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(); }
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(); }
public Client() { this.m_ClientLocationCollection = new ClientLocationCollection(); }