/// <summary>
 /// Sets (updates or inserts) specified DoctorInfo.
 /// </summary>
 /// <param name="infoObj">DoctorInfo to be set</param>
 public static void SetDoctorInfo(DoctorInfo infoObj)
 {
     ProviderObject.SetDoctorInfoInternal(infoObj);
 }