Class MessageData
Represents data associated with a message, providing a structure for storing and transporting message-related information.
public class MessageData
- Inheritance
-
MessageData
- Inherited Members
- Extension Methods
Properties
Action
public string? Action { get; set; }
Property Value
Alarmfields
public List<Field>? Alarmfields { get; set; }
Property Value
Appointments
public bool Appointments { get; set; }
Property Value
Beacons
public bool Beacons { get; set; }
Property Value
Chat
public bool Chat { get; set; }
Property Value
ChatMessage
public string? ChatMessage { get; set; }
Property Value
ChatMessageDate
public DateTime? ChatMessageDate { get; set; }
Property Value
ChatMessageToLocation
public PatientLocation? ChatMessageToLocation { get; set; }
Property Value
CurrentRecordings
public List<Recording> CurrentRecordings { get; set; }
Property Value
Diagnosis
public bool Diagnosis { get; set; }
Property Value
DisplayId
public string? DisplayId { get; set; }
Property Value
Fields
public List<Field>? Fields { get; set; }
Property Value
GroupedFields
public List<GroupedField>? GroupedFields { get; set; }
Property Value
IsDemo
public bool IsDemo { get; set; }
Property Value
Last
public int Last { get; set; }
Property Value
Locale
public LocaleEnum Locale { get; set; }
Property Value
Location
public PatientLocation? Location { get; set; }
Property Value
LocationIds
public List<ObjectId> LocationIds { get; set; }
Property Value
- List<ObjectId>
Locations
public List<PatientLocation> Locations { get; set; }
Property Value
PatientId
public string? PatientId { get; set; }
Property Value
Pumps
public bool Pumps { get; set; }
Property Value
RecordingAlerts
public bool RecordingAlerts { get; set; }
Property Value
Recordings
public bool Recordings { get; set; }
Property Value
Relay
public bool Relay { get; set; }
Property Value
Rol
public string? Rol { get; set; }
Property Value
Section
public string? Section { get; set; }
Property Value
SectionConfig
public SectionConfig? SectionConfig { get; set; }
Property Value
SectionInfo
public bool SectionInfo { get; set; }
Property Value
TimeZoneId
public string TimeZoneId { get; set; }
Property Value
Token
public JwtSecurityToken? Token { get; set; }
Property Value
Treatments
public bool Treatments { get; set; }
Property Value
UserName
public string? UserName { get; set; }