Class PatientSessionEventArgs
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
Represents event arguments for an event involving a patient person.
public class PatientSessionEventArgs : SessionEventArgs
- Inheritance
-
PatientSessionEventArgs
- Inherited Members
Properties
Patient
Gets or sets the patient person associated with the session event.
public required IPatient Patient { get; init; }