Class PhysicianProfile
public class PhysicianProfile : AbstractUserProfile, IUserProfile, IIdentifiable
- Inheritance
-
PhysicianProfile
- Implements
- Inherited Members
- Extension Methods
Properties
AppointmentIds
public List<Guid> AppointmentIds { get; }
Property Value
GraduationDate
public DateTime GraduationDate { get; }
Property Value
LicenseNumber
public string LicenseNumber { get; }
Property Value
Name
public string Name { get; }
Property Value
PatientIds
public List<Guid> PatientIds { get; }
Property Value
Role
public override UserRole Role { get; }
Property Value
Specializations
public List<MedicalSpecialization> Specializations { get; }
Property Value
StandardAvailability
public Dictionary<DayOfWeek, List<UnavailableTimeInterval>> StandardAvailability { get; }
Property Value
Methods
GetProfileTemplate()
protected override IProfileTemplate GetProfileTemplate()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.