Class PatientEntity
EF Core entity for patient persistence. Inherits common fields (Id, Username, CreatedAt, Name, Address, BirthDate) from ProfileEntityBase.
public class PatientEntity : ProfileEntityBase
- Inheritance
-
PatientEntity
- Inherited Members
- Extension Methods
Properties
AppointmentIdsJson
public string AppointmentIdsJson { get; set; }
Property Value
ClinicalDocumentIdsJson
public string ClinicalDocumentIdsJson { get; set; }
Property Value
Gender
public string Gender { get; set; }
Property Value
PrimaryPhysicianId
public Guid? PrimaryPhysicianId { get; set; }
Property Value
- Guid?
Race
public string? Race { get; set; }