Table of Contents

Class PatientSearch

Namespace
adas_core.Domain.Models.Responses
Assembly
adas-core.Domain.dll
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

patient Patient
archivePatient Patient
admission Admission
isArchived bool
hasResult bool

Properties

Admission

public Admission? Admission { get; set; }

Property Value

Admission

ArchivedPatient

public Patient? ArchivedPatient { get; set; }

Property Value

Patient

HasResult

public bool HasResult { get; set; }

Property Value

bool

IsArchived

public bool IsArchived { get; set; }

Property Value

bool

Patient

public Patient? Patient { get; set; }

Property Value

Patient