Table of Contents

Class Patient

Namespace
adas_core.Domain.Models.Recording
Assembly
adas-core.Domain.dll

Represents a patient entity within the system, encapsulating patient-related data and behavior.

public class Patient
Inheritance
Patient
Inherited Members
Extension Methods

Properties

FirstName

public string FirstName { get; set; }

Property Value

string

Id

PatientNumber

public string Id { get; set; }

Property Value

string

LastName

public string LastName { get; set; }

Property Value

string