Class PatientSearch
public class PatientSearch
- Inheritance
-
PatientSearch
- Inherited Members
- Extension Methods
Constructors
PatientSearch(Patient?, Patient?, Admission?, bool, bool)
public PatientSearch(Patient? patient, Patient? archivePatient, Admission? admission, bool isArchived, bool hasResult)
Parameters
Properties
Admission
public Admission? Admission { get; set; }
Property Value
ArchivedPatient
public Patient? ArchivedPatient { get; set; }
Property Value
HasResult
public bool HasResult { get; set; }
Property Value
IsArchived
public bool IsArchived { get; set; }
Property Value
Patient
public Patient? Patient { get; set; }