Class AdmPanelRequest
Represents a request payload for the administrative panel operations.
public class AdmPanelRequest
- Inheritance
-
AdmPanelRequest
- Inherited Members
- Extension Methods
Properties
AdmTime
public DateTime? AdmTime { get; set; }
Property Value
AttendingDoctor
public Person? AttendingDoctor { get; set; }
Property Value
DisTime
public DateTime? DisTime { get; set; }
Property Value
Id
public string? Id { get; set; }
Property Value
Location
public PatientLocation? Location { get; set; }
Property Value
ObsertationData
public ObservationData? ObsertationData { get; set; }
Property Value
Observation
public PatientObservation? Observation { get; set; }
Property Value
ObservationData
public ObservationData? ObservationData { get; set; }
Property Value
Observations
public List<PatientObservation>? Observations { get; set; }
Property Value
OldLocation
public PatientLocation? OldLocation { get; set; }
Property Value
OldPatientNumber
public string? OldPatientNumber { get; set; }
Property Value
Patient
public Person? Patient { get; set; }
Property Value
PatientId
public string? PatientId { get; set; }
Property Value
PatientNumber
public string? PatientNumber { get; set; }
Property Value
PointOfCareId
public ObjectId? PointOfCareId { get; set; }
Property Value
- ObjectId?
PumpObservation
public PumpObservation? PumpObservation { get; set; }
Property Value
PumpObservations
public List<PumpObservation>? PumpObservations { get; set; }
Property Value
SectionId
public string SectionId { get; set; }
Property Value
SectionItemBoxUpdated
public Box? SectionItemBoxUpdated { get; set; }
Property Value
SectionItemGroup
public string SectionItemGroup { get; set; }
Property Value
SectionItems
public Dictionary<string, object>? SectionItems { get; set; }
Property Value
Type
public string? Type { get; set; }
Property Value
UnitId
public ObjectId? UnitId { get; set; }
Property Value
- ObjectId?
Methods
ToString()
Returns a JSON representation of the current object using SerializeObject(object, Formatting) with no formatting. If serialization fails, falls back to the base ToString() implementation.
public override string? ToString()
Returns
- string
A JSON-serialized string of the object, or the result of
base.ToString()if serialization throws an exception.