Class UnitInfoDto
Represents a data transfer object that encapsulates information about a unit.
public class UnitInfoDto
- Inheritance
-
UnitInfoDto
- Inherited Members
- Extension Methods
Constructors
UnitInfoDto()
[JsonConstructor]
public UnitInfoDto()
UnitInfoDto(Unit?)
public UnitInfoDto(Unit? unit)
Parameters
unitUnit
Properties
Admissions
public long? Admissions { get; set; }
Property Value
- long?
ConfigObservationId
public string? ConfigObservationId { get; set; }
Property Value
Discharges
public long? Discharges { get; set; }
Property Value
- long?
Displays
public long? Displays { get; set; }
Property Value
- long?
Id
public ObjectId? Id { get; set; }
Property Value
- ObjectId?
Name
public string Name { get; set; }
Property Value
Patients
public long? Patients { get; set; }
Property Value
- long?
PointOfCares
public long? PointOfCares { get; set; }
Property Value
- long?
Title
public string Title { get; set; }
Property Value
VirtualPointOfCares
public long? VirtualPointOfCares { get; set; }
Property Value
- long?