Пример #1
0
 public Physician(string objectId, int physicianId, string lastName, string firstName)
 {
     this.ObjectId      = objectId;
     this.m_PhysicianId = physicianId;
     this.m_LastName    = lastName;
     this.m_FirstName   = firstName;
     this.m_DisplayName = lastName + " " + firstName;
     this.m_Active      = true;
     Business.Client.Model.StandingOrderNotSet standingOrderNotSet = new Client.Model.StandingOrderNotSet();
     this.m_HPVStandingOrderCode     = standingOrderNotSet.StandingOrderCode;
     this.m_HPV1618StandingOrderCode = standingOrderNotSet.StandingOrderCode;
 }
Пример #2
0
 public Physician(string objectId, int physicianId, string lastName, string firstName)
 {
     this.ObjectId = objectId;
     this.m_PhysicianId = physicianId;
     this.m_LastName = lastName;
     this.m_FirstName = firstName;
     this.m_DisplayName = lastName + " " + firstName;
     this.m_Active = true;
     Business.Client.Model.StandingOrderNotSet standingOrderNotSet = new Client.Model.StandingOrderNotSet();
     this.m_HPVStandingOrderCode = standingOrderNotSet.StandingOrderCode;
     this.m_HPV1618StandingOrderCode = standingOrderNotSet.StandingOrderCode;
 }