Class PatientProfile
public class PatientProfile : AbstractUserProfile, IUserProfile, IIdentifiable
- Inheritance
-
PatientProfile
- Implements
- Inherited Members
- Extension Methods
Properties
Address
public string Address { get; }
Property Value
AppointmentIds
public List<Guid> AppointmentIds { get; }
Property Value
BirthDate
public DateTime BirthDate { get; }
Property Value
ClinicalDocumentIds
public List<Guid> ClinicalDocumentIds { get; }
Property Value
Gender
public Gender Gender { get; }
Property Value
Name
public string Name { get; }
Property Value
PrimaryPhysicianId
public Guid? PrimaryPhysicianId { get; set; }
Property Value
- Guid?
Race
public string Race { get; }
Property Value
Role
public override UserRole Role { 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.