Table of Contents

Class PatientEntity

Namespace
API.CliniCore.Data.Entities.User
Assembly
API.CliniCore.dll

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

string

ClinicalDocumentIdsJson

public string ClinicalDocumentIdsJson { get; set; }

Property Value

string

Gender

public string Gender { get; set; }

Property Value

string

PrimaryPhysicianId

public Guid? PrimaryPhysicianId { get; set; }

Property Value

Guid?

Race

public string? Race { get; set; }

Property Value

string