Class Discharge
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a discharge, typically referring to the release or emission of a substance, energy, or a patient leaving a medical facility.
public class Discharge
- Inheritance
-
Discharge
- Inherited Members
- Extension Methods
Properties
AdminDischarge
public DateTime? AdminDischarge { get; set; }
Property Value
Destination
public string? Destination { get; set; }
Property Value
DestinationOption
public OptionList? DestinationOption { get; set; }
Property Value
DischargeDate
public DateTime DischargeDate { get; set; }
Property Value
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
MedicalDischarge
public DateTime? MedicalDischarge { get; set; }
Property Value
NurseDischarge
public DateTime? NurseDischarge { get; set; }
Property Value
Patient
public Patient? Patient { get; set; }
Property Value
PatientId
public ObjectId PatientId { get; set; }
Property Value
- ObjectId
PatientLocation
public PatientLocation? PatientLocation { get; set; }
Property Value
PointOfCareId
public ObjectId? PointOfCareId { get; set; }
Property Value
- ObjectId?
Service
public string? Service { get; set; }
Property Value
ServiceOption
public OptionList? ServiceOption { get; set; }
Property Value
UnitId
public ObjectId? UnitId { get; set; }
Property Value
- ObjectId?