Table of Contents

Class PatientProfile

Namespace
Core.CliniCore.Domain.Users.Concrete
Assembly
Core.CliniCore.dll
public class PatientProfile : AbstractUserProfile, IUserProfile, IIdentifiable
Inheritance
PatientProfile
Implements
Inherited Members
Extension Methods

Properties

Address

public string Address { get; }

Property Value

string

AppointmentIds

public List<Guid> AppointmentIds { get; }

Property Value

List<Guid>

BirthDate

public DateTime BirthDate { get; }

Property Value

DateTime

ClinicalDocumentIds

public List<Guid> ClinicalDocumentIds { get; }

Property Value

List<Guid>

Gender

public Gender Gender { get; }

Property Value

Gender

Name

public string Name { get; }

Property Value

string

PrimaryPhysicianId

public Guid? PrimaryPhysicianId { get; set; }

Property Value

Guid?

Race

public string Race { get; }

Property Value

string

Role

public override UserRole Role { get; }

Property Value

UserRole

Methods

GetProfileTemplate()

protected override IProfileTemplate GetProfileTemplate()

Returns

IProfileTemplate

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.