### YamlMime:ManagedReference items: - uid: adas_core.Domain.Models.ApiRequest commentId: T:adas_core.Domain.Models.ApiRequest id: ApiRequest parent: adas_core.Domain.Models children: - adas_core.Domain.Models.ApiRequest.AdmTime - adas_core.Domain.Models.ApiRequest.Admission - adas_core.Domain.Models.ApiRequest.Alarms - adas_core.Domain.Models.ApiRequest.AlertLocationFrom - adas_core.Domain.Models.ApiRequest.AlertLocationTo - adas_core.Domain.Models.ApiRequest.Appointment - adas_core.Domain.Models.ApiRequest.Appointments - adas_core.Domain.Models.ApiRequest.AttendingDoctor - adas_core.Domain.Models.ApiRequest.ChatMessage - adas_core.Domain.Models.ApiRequest.Diagnosis - adas_core.Domain.Models.ApiRequest.DisTime - adas_core.Domain.Models.ApiRequest.Discharge - adas_core.Domain.Models.ApiRequest.Facility - adas_core.Domain.Models.ApiRequest.IccaPatients - adas_core.Domain.Models.ApiRequest.Location - adas_core.Domain.Models.ApiRequest.MasterList - adas_core.Domain.Models.ApiRequest.MessageTime - adas_core.Domain.Models.ApiRequest.Notice - adas_core.Domain.Models.ApiRequest.ObsertationData - adas_core.Domain.Models.ApiRequest.Observation - adas_core.Domain.Models.ApiRequest.ObservationData - adas_core.Domain.Models.ApiRequest.Observations - adas_core.Domain.Models.ApiRequest.OldLocation - adas_core.Domain.Models.ApiRequest.OldPatientNumber - adas_core.Domain.Models.ApiRequest.Patient - adas_core.Domain.Models.ApiRequest.PatientId - adas_core.Domain.Models.ApiRequest.PatientNumber - adas_core.Domain.Models.ApiRequest.PumpObservation - adas_core.Domain.Models.ApiRequest.PumpObservations - adas_core.Domain.Models.ApiRequest.Recording - adas_core.Domain.Models.ApiRequest.RecordingAlert - adas_core.Domain.Models.ApiRequest.RecordingAlerts - adas_core.Domain.Models.ApiRequest.RequestFromPanel - adas_core.Domain.Models.ApiRequest.ToString - adas_core.Domain.Models.ApiRequest.TraceId - adas_core.Domain.Models.ApiRequest.TraceMessageId - adas_core.Domain.Models.ApiRequest.Treatment - adas_core.Domain.Models.ApiRequest.Treatments - adas_core.Domain.Models.ApiRequest.Type - adas_core.Domain.Models.ApiRequest.WaitResult langs: - csharp - vb name: ApiRequest nameWithType: ApiRequest fullName: adas_core.Domain.Models.ApiRequest type: Class source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ApiRequest path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 11 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models summary: Represents an API request, encapsulating the data and configuration needed to invoke a remote or web service endpoint. example: [] syntax: content: public class ApiRequest content.vb: Public Class ApiRequest inheritance: - System.Object inheritedMembers: - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) extensionMethods: - System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber - System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble - System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr - uid: adas_core.Domain.Models.ApiRequest.Appointment commentId: F:adas_core.Domain.Models.ApiRequest.Appointment id: Appointment parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Appointment nameWithType: ApiRequest.Appointment fullName: adas_core.Domain.Models.ApiRequest.Appointment type: Field source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Appointment path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 14 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public PatientAppointment? Appointment return: type: adas_core.Domain.Models.PatientAppointment content.vb: Public Appointment As PatientAppointment - uid: adas_core.Domain.Models.ApiRequest.Appointments commentId: F:adas_core.Domain.Models.ApiRequest.Appointments id: Appointments parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Appointments nameWithType: ApiRequest.Appointments fullName: adas_core.Domain.Models.ApiRequest.Appointments type: Field source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Appointments path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 17 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public List? Appointments return: type: System.Collections.Generic.List{adas_core.Domain.Models.PatientAppointment} content.vb: Public Appointments As List(Of PatientAppointment) - uid: adas_core.Domain.Models.ApiRequest.Treatment commentId: F:adas_core.Domain.Models.ApiRequest.Treatment id: Treatment parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Treatment nameWithType: ApiRequest.Treatment fullName: adas_core.Domain.Models.ApiRequest.Treatment type: Field source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Treatment path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 20 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public PatientTreatment? Treatment return: type: adas_core.Domain.Models.PatientTreatment content.vb: Public Treatment As PatientTreatment - uid: adas_core.Domain.Models.ApiRequest.Treatments commentId: F:adas_core.Domain.Models.ApiRequest.Treatments id: Treatments parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Treatments nameWithType: ApiRequest.Treatments fullName: adas_core.Domain.Models.ApiRequest.Treatments type: Field source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Treatments path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 22 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public List? Treatments return: type: System.Collections.Generic.List{adas_core.Domain.Models.PatientTreatment} content.vb: Public Treatments As List(Of PatientTreatment) - uid: adas_core.Domain.Models.ApiRequest.TraceId commentId: P:adas_core.Domain.Models.ApiRequest.TraceId id: TraceId parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: TraceId nameWithType: ApiRequest.TraceId fullName: adas_core.Domain.Models.ApiRequest.TraceId type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: TraceId path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 23 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public string? TraceId { get; set; } parameters: [] return: type: System.String content.vb: Public Property TraceId As String overload: adas_core.Domain.Models.ApiRequest.TraceId* - uid: adas_core.Domain.Models.ApiRequest.TraceMessageId commentId: P:adas_core.Domain.Models.ApiRequest.TraceMessageId id: TraceMessageId parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: TraceMessageId nameWithType: ApiRequest.TraceMessageId fullName: adas_core.Domain.Models.ApiRequest.TraceMessageId type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: TraceMessageId path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 25 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public string? TraceMessageId { get; set; } parameters: [] return: type: System.String content.vb: Public Property TraceMessageId As String overload: adas_core.Domain.Models.ApiRequest.TraceMessageId* - uid: adas_core.Domain.Models.ApiRequest.Type commentId: P:adas_core.Domain.Models.ApiRequest.Type id: Type parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Type nameWithType: ApiRequest.Type fullName: adas_core.Domain.Models.ApiRequest.Type type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Type path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 27 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public string? Type { get; set; } parameters: [] return: type: System.String content.vb: Public Property Type As String overload: adas_core.Domain.Models.ApiRequest.Type* - uid: adas_core.Domain.Models.ApiRequest.PatientNumber commentId: P:adas_core.Domain.Models.ApiRequest.PatientNumber id: PatientNumber parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: PatientNumber nameWithType: ApiRequest.PatientNumber fullName: adas_core.Domain.Models.ApiRequest.PatientNumber type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: PatientNumber path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 29 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public string? PatientNumber { get; set; } parameters: [] return: type: System.String content.vb: Public Property PatientNumber As String overload: adas_core.Domain.Models.ApiRequest.PatientNumber* - uid: adas_core.Domain.Models.ApiRequest.Patient commentId: P:adas_core.Domain.Models.ApiRequest.Patient id: Patient parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Patient nameWithType: ApiRequest.Patient fullName: adas_core.Domain.Models.ApiRequest.Patient type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Patient path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 31 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public Person? Patient { get; set; } parameters: [] return: type: adas_core.Domain.Models.Person content.vb: Public Property Patient As Person overload: adas_core.Domain.Models.ApiRequest.Patient* - uid: adas_core.Domain.Models.ApiRequest.PatientId commentId: P:adas_core.Domain.Models.ApiRequest.PatientId id: PatientId parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: PatientId nameWithType: ApiRequest.PatientId fullName: adas_core.Domain.Models.ApiRequest.PatientId type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: PatientId path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 33 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public string? PatientId { get; set; } parameters: [] return: type: System.String content.vb: Public Property PatientId As String overload: adas_core.Domain.Models.ApiRequest.PatientId* - uid: adas_core.Domain.Models.ApiRequest.AdmTime commentId: P:adas_core.Domain.Models.ApiRequest.AdmTime id: AdmTime parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: AdmTime nameWithType: ApiRequest.AdmTime fullName: adas_core.Domain.Models.ApiRequest.AdmTime type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: AdmTime path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 35 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public DateTime? AdmTime { get; set; } parameters: [] return: type: System.Nullable{System.DateTime} content.vb: Public Property AdmTime As Date? overload: adas_core.Domain.Models.ApiRequest.AdmTime* - uid: adas_core.Domain.Models.ApiRequest.DisTime commentId: P:adas_core.Domain.Models.ApiRequest.DisTime id: DisTime parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: DisTime nameWithType: ApiRequest.DisTime fullName: adas_core.Domain.Models.ApiRequest.DisTime type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DisTime path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 37 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public DateTime? DisTime { get; set; } parameters: [] return: type: System.Nullable{System.DateTime} content.vb: Public Property DisTime As Date? overload: adas_core.Domain.Models.ApiRequest.DisTime* - uid: adas_core.Domain.Models.ApiRequest.Location commentId: P:adas_core.Domain.Models.ApiRequest.Location id: Location parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Location nameWithType: ApiRequest.Location fullName: adas_core.Domain.Models.ApiRequest.Location type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Location path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 40 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public PatientLocation? Location { get; set; } parameters: [] return: type: adas_core.Domain.Models.PatientLocation content.vb: Public Property Location As PatientLocation overload: adas_core.Domain.Models.ApiRequest.Location* - uid: adas_core.Domain.Models.ApiRequest.ChatMessage commentId: P:adas_core.Domain.Models.ApiRequest.ChatMessage id: ChatMessage parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: ChatMessage nameWithType: ApiRequest.ChatMessage fullName: adas_core.Domain.Models.ApiRequest.ChatMessage type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ChatMessage path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 43 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public ChatMessage? ChatMessage { get; set; } parameters: [] return: type: adas_core.Domain.Models.ChatMessage content.vb: Public Property ChatMessage As ChatMessage overload: adas_core.Domain.Models.ApiRequest.ChatMessage* - uid: adas_core.Domain.Models.ApiRequest.Recording commentId: P:adas_core.Domain.Models.ApiRequest.Recording id: Recording parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Recording nameWithType: ApiRequest.Recording fullName: adas_core.Domain.Models.ApiRequest.Recording type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Recording path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 46 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public RecordingData? Recording { get; set; } parameters: [] return: type: adas_core.Domain.Models.Recording.RecordingData content.vb: Public Property Recording As RecordingData overload: adas_core.Domain.Models.ApiRequest.Recording* - uid: adas_core.Domain.Models.ApiRequest.AlertLocationFrom commentId: P:adas_core.Domain.Models.ApiRequest.AlertLocationFrom id: AlertLocationFrom parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: AlertLocationFrom nameWithType: ApiRequest.AlertLocationFrom fullName: adas_core.Domain.Models.ApiRequest.AlertLocationFrom type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: AlertLocationFrom path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 49 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public PatientLocation? AlertLocationFrom { get; set; } parameters: [] return: type: adas_core.Domain.Models.PatientLocation content.vb: Public Property AlertLocationFrom As PatientLocation overload: adas_core.Domain.Models.ApiRequest.AlertLocationFrom* - uid: adas_core.Domain.Models.ApiRequest.AlertLocationTo commentId: P:adas_core.Domain.Models.ApiRequest.AlertLocationTo id: AlertLocationTo parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: AlertLocationTo nameWithType: ApiRequest.AlertLocationTo fullName: adas_core.Domain.Models.ApiRequest.AlertLocationTo type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: AlertLocationTo path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 51 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public PatientLocation? AlertLocationTo { get; set; } parameters: [] return: type: adas_core.Domain.Models.PatientLocation content.vb: Public Property AlertLocationTo As PatientLocation overload: adas_core.Domain.Models.ApiRequest.AlertLocationTo* - uid: adas_core.Domain.Models.ApiRequest.OldLocation commentId: P:adas_core.Domain.Models.ApiRequest.OldLocation id: OldLocation parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: OldLocation nameWithType: ApiRequest.OldLocation fullName: adas_core.Domain.Models.ApiRequest.OldLocation type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: OldLocation path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 54 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public PatientLocation? OldLocation { get; set; } parameters: [] return: type: adas_core.Domain.Models.PatientLocation content.vb: Public Property OldLocation As PatientLocation overload: adas_core.Domain.Models.ApiRequest.OldLocation* - uid: adas_core.Domain.Models.ApiRequest.AttendingDoctor commentId: P:adas_core.Domain.Models.ApiRequest.AttendingDoctor id: AttendingDoctor parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: AttendingDoctor nameWithType: ApiRequest.AttendingDoctor fullName: adas_core.Domain.Models.ApiRequest.AttendingDoctor type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: AttendingDoctor path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 56 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public Person? AttendingDoctor { get; set; } parameters: [] return: type: adas_core.Domain.Models.Person content.vb: Public Property AttendingDoctor As Person overload: adas_core.Domain.Models.ApiRequest.AttendingDoctor* - uid: adas_core.Domain.Models.ApiRequest.OldPatientNumber commentId: P:adas_core.Domain.Models.ApiRequest.OldPatientNumber id: OldPatientNumber parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: OldPatientNumber nameWithType: ApiRequest.OldPatientNumber fullName: adas_core.Domain.Models.ApiRequest.OldPatientNumber type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: OldPatientNumber path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 58 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public string? OldPatientNumber { get; set; } parameters: [] return: type: System.String content.vb: Public Property OldPatientNumber As String overload: adas_core.Domain.Models.ApiRequest.OldPatientNumber* - uid: adas_core.Domain.Models.ApiRequest.ObservationData commentId: P:adas_core.Domain.Models.ApiRequest.ObservationData id: ObservationData parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: ObservationData nameWithType: ApiRequest.ObservationData fullName: adas_core.Domain.Models.ApiRequest.ObservationData type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ObservationData path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 62 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public ObservationData? ObservationData { get; set; } parameters: [] return: type: adas_core.Domain.Models.ObservationData content.vb: Public Property ObservationData As ObservationData overload: adas_core.Domain.Models.ApiRequest.ObservationData* - uid: adas_core.Domain.Models.ApiRequest.ObsertationData commentId: P:adas_core.Domain.Models.ApiRequest.ObsertationData id: ObsertationData parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: ObsertationData nameWithType: ApiRequest.ObsertationData fullName: adas_core.Domain.Models.ApiRequest.ObsertationData type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ObsertationData path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 64 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public ObservationData? ObsertationData { get; set; } parameters: [] return: type: adas_core.Domain.Models.ObservationData content.vb: Public Property ObsertationData As ObservationData overload: adas_core.Domain.Models.ApiRequest.ObsertationData* - uid: adas_core.Domain.Models.ApiRequest.Observations commentId: P:adas_core.Domain.Models.ApiRequest.Observations id: Observations parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Observations nameWithType: ApiRequest.Observations fullName: adas_core.Domain.Models.ApiRequest.Observations type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Observations path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 70 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public List? Observations { get; set; } parameters: [] return: type: System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation} content.vb: Public Property Observations As List(Of PatientObservation) overload: adas_core.Domain.Models.ApiRequest.Observations* - uid: adas_core.Domain.Models.ApiRequest.Observation commentId: P:adas_core.Domain.Models.ApiRequest.Observation id: Observation parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Observation nameWithType: ApiRequest.Observation fullName: adas_core.Domain.Models.ApiRequest.Observation type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Observation path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 72 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public PatientObservation? Observation { get; set; } parameters: [] return: type: adas_core.Domain.Models.PatientObservation content.vb: Public Property Observation As PatientObservation overload: adas_core.Domain.Models.ApiRequest.Observation* - uid: adas_core.Domain.Models.ApiRequest.Alarms commentId: P:adas_core.Domain.Models.ApiRequest.Alarms id: Alarms parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Alarms nameWithType: ApiRequest.Alarms fullName: adas_core.Domain.Models.ApiRequest.Alarms type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Alarms path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 74 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public List? Alarms { get; set; } parameters: [] return: type: System.Collections.Generic.List{adas_core.Domain.Models.PatientObservationAlarm} content.vb: Public Property Alarms As List(Of PatientObservationAlarm) overload: adas_core.Domain.Models.ApiRequest.Alarms* - uid: adas_core.Domain.Models.ApiRequest.PumpObservations commentId: P:adas_core.Domain.Models.ApiRequest.PumpObservations id: PumpObservations parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: PumpObservations nameWithType: ApiRequest.PumpObservations fullName: adas_core.Domain.Models.ApiRequest.PumpObservations type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: PumpObservations path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 76 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public List? PumpObservations { get; set; } parameters: [] return: type: System.Collections.Generic.List{adas_core.Domain.Models.Pumps.PumpObservation} content.vb: Public Property PumpObservations As List(Of PumpObservation) overload: adas_core.Domain.Models.ApiRequest.PumpObservations* - uid: adas_core.Domain.Models.ApiRequest.PumpObservation commentId: P:adas_core.Domain.Models.ApiRequest.PumpObservation id: PumpObservation parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: PumpObservation nameWithType: ApiRequest.PumpObservation fullName: adas_core.Domain.Models.ApiRequest.PumpObservation type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: PumpObservation path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 78 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public PumpObservation? PumpObservation { get; set; } parameters: [] return: type: adas_core.Domain.Models.Pumps.PumpObservation content.vb: Public Property PumpObservation As PumpObservation overload: adas_core.Domain.Models.ApiRequest.PumpObservation* - uid: adas_core.Domain.Models.ApiRequest.Diagnosis commentId: P:adas_core.Domain.Models.ApiRequest.Diagnosis id: Diagnosis parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Diagnosis nameWithType: ApiRequest.Diagnosis fullName: adas_core.Domain.Models.ApiRequest.Diagnosis type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Diagnosis path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 81 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public List? Diagnosis { get; set; } parameters: [] return: type: System.Collections.Generic.List{adas_core.Domain.Models.PatientDiagnosis} content.vb: Public Property Diagnosis As List(Of PatientDiagnosis) overload: adas_core.Domain.Models.ApiRequest.Diagnosis* - uid: adas_core.Domain.Models.ApiRequest.RecordingAlerts commentId: P:adas_core.Domain.Models.ApiRequest.RecordingAlerts id: RecordingAlerts parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: RecordingAlerts nameWithType: ApiRequest.RecordingAlerts fullName: adas_core.Domain.Models.ApiRequest.RecordingAlerts type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: RecordingAlerts path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 85 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public List? RecordingAlerts { get; set; } parameters: [] return: type: System.Collections.Generic.List{adas_core.Domain.Models.PatientRecordingAlert} content.vb: Public Property RecordingAlerts As List(Of PatientRecordingAlert) overload: adas_core.Domain.Models.ApiRequest.RecordingAlerts* - uid: adas_core.Domain.Models.ApiRequest.RecordingAlert commentId: P:adas_core.Domain.Models.ApiRequest.RecordingAlert id: RecordingAlert parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: RecordingAlert nameWithType: ApiRequest.RecordingAlert fullName: adas_core.Domain.Models.ApiRequest.RecordingAlert type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: RecordingAlert path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 87 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public PatientRecordingAlert? RecordingAlert { get; set; } parameters: [] return: type: adas_core.Domain.Models.PatientRecordingAlert content.vb: Public Property RecordingAlert As PatientRecordingAlert overload: adas_core.Domain.Models.ApiRequest.RecordingAlert* - uid: adas_core.Domain.Models.ApiRequest.MessageTime commentId: P:adas_core.Domain.Models.ApiRequest.MessageTime id: MessageTime parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: MessageTime nameWithType: ApiRequest.MessageTime fullName: adas_core.Domain.Models.ApiRequest.MessageTime type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: MessageTime path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 90 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public DateTime MessageTime { get; set; } parameters: [] return: type: System.DateTime content.vb: Public Property MessageTime As Date overload: adas_core.Domain.Models.ApiRequest.MessageTime* - uid: adas_core.Domain.Models.ApiRequest.WaitResult commentId: P:adas_core.Domain.Models.ApiRequest.WaitResult id: WaitResult parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: WaitResult nameWithType: ApiRequest.WaitResult fullName: adas_core.Domain.Models.ApiRequest.WaitResult type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: WaitResult path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 92 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public bool WaitResult { get; set; } parameters: [] return: type: System.Boolean content.vb: Public Property WaitResult As Boolean overload: adas_core.Domain.Models.ApiRequest.WaitResult* - uid: adas_core.Domain.Models.ApiRequest.IccaPatients commentId: P:adas_core.Domain.Models.ApiRequest.IccaPatients id: IccaPatients parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: IccaPatients nameWithType: ApiRequest.IccaPatients fullName: adas_core.Domain.Models.ApiRequest.IccaPatients type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: IccaPatients path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 95 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public List? IccaPatients { get; set; } parameters: [] return: type: System.Collections.Generic.List{adas_core.Domain.Models.PatientIcca} content.vb: Public Property IccaPatients As List(Of PatientIcca) overload: adas_core.Domain.Models.ApiRequest.IccaPatients* - uid: adas_core.Domain.Models.ApiRequest.Facility commentId: P:adas_core.Domain.Models.ApiRequest.Facility id: Facility parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Facility nameWithType: ApiRequest.Facility fullName: adas_core.Domain.Models.ApiRequest.Facility type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Facility path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 97 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public string? Facility { get; set; } parameters: [] return: type: System.String content.vb: Public Property Facility As String overload: adas_core.Domain.Models.ApiRequest.Facility* - uid: adas_core.Domain.Models.ApiRequest.Admission commentId: P:adas_core.Domain.Models.ApiRequest.Admission id: Admission parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Admission nameWithType: ApiRequest.Admission fullName: adas_core.Domain.Models.ApiRequest.Admission type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Admission path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 100 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public Admission? Admission { get; set; } parameters: [] return: type: adas_core.Domain.Models.MongoModels.Admission content.vb: Public Property Admission As Admission overload: adas_core.Domain.Models.ApiRequest.Admission* - uid: adas_core.Domain.Models.ApiRequest.Discharge commentId: P:adas_core.Domain.Models.ApiRequest.Discharge id: Discharge parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Discharge nameWithType: ApiRequest.Discharge fullName: adas_core.Domain.Models.ApiRequest.Discharge type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Discharge path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 101 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public Discharge? Discharge { get; set; } parameters: [] return: type: adas_core.Domain.Models.MongoModels.Discharge content.vb: Public Property Discharge As Discharge overload: adas_core.Domain.Models.ApiRequest.Discharge* - uid: adas_core.Domain.Models.ApiRequest.MasterList commentId: P:adas_core.Domain.Models.ApiRequest.MasterList id: MasterList parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: MasterList nameWithType: ApiRequest.MasterList fullName: adas_core.Domain.Models.ApiRequest.MasterList type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: MasterList path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 103 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public MasterList? MasterList { get; set; } parameters: [] return: type: adas_core.Domain.Models.Masters.MasterList content.vb: Public Property MasterList As MasterList overload: adas_core.Domain.Models.ApiRequest.MasterList* - uid: adas_core.Domain.Models.ApiRequest.Notice commentId: P:adas_core.Domain.Models.ApiRequest.Notice id: Notice parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: Notice nameWithType: ApiRequest.Notice fullName: adas_core.Domain.Models.ApiRequest.Notice type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Notice path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 105 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public Notice? Notice { get; set; } parameters: [] return: type: adas_core.Domain.Models.MongoModels.Notice content.vb: Public Property Notice As Notice overload: adas_core.Domain.Models.ApiRequest.Notice* - uid: adas_core.Domain.Models.ApiRequest.RequestFromPanel commentId: P:adas_core.Domain.Models.ApiRequest.RequestFromPanel id: RequestFromPanel parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: RequestFromPanel nameWithType: ApiRequest.RequestFromPanel fullName: adas_core.Domain.Models.ApiRequest.RequestFromPanel type: Property source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: RequestFromPanel path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 107 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models syntax: content: public bool RequestFromPanel { get; set; } parameters: [] return: type: System.Boolean content.vb: Public Property RequestFromPanel As Boolean overload: adas_core.Domain.Models.ApiRequest.RequestFromPanel* - uid: adas_core.Domain.Models.ApiRequest.ToString commentId: M:adas_core.Domain.Models.ApiRequest.ToString id: ToString parent: adas_core.Domain.Models.ApiRequest langs: - csharp - vb name: ToString() nameWithType: ApiRequest.ToString() fullName: adas_core.Domain.Models.ApiRequest.ToString() type: Method source: remote: path: adas-core.Domain/Models/APIRequest.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ToString path: ../../adas-core.Domain/Models/APIRequest.cs startLine: 114 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models summary: >- Returns a JSON string representation of the current object using with no formatting. If serialization fails, falls back to the result of . example: [] syntax: content: public override string? ToString() return: type: System.String description: A JSON string representation of the object, or the base result if serialization throws an exception. content.vb: Public Overrides Function ToString() As String overridden: System.Object.ToString overload: adas_core.Domain.Models.ApiRequest.ToString* references: - uid: adas_core.Domain.Models commentId: N:adas_core.Domain.Models href: adas_core.html name: adas_core.Domain.Models nameWithType: adas_core.Domain.Models fullName: adas_core.Domain.Models spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) parent: adas_core.Domain.Utils.ObjectUtils definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.NumberUtils commentId: T:adas_core.Domain.Utils.NumberUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.NumberUtils.html name: NumberUtils nameWithType: NumberUtils fullName: adas_core.Domain.Utils.NumberUtils - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) isExternal: true href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils commentId: T:adas_core.Domain.Utils.ObjectUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.ObjectUtils.html name: ObjectUtils nameWithType: ObjectUtils fullName: adas_core.Domain.Utils.ObjectUtils - uid: adas_core.Domain.Utils commentId: N:adas_core.Domain.Utils href: adas_core.html name: adas_core.Domain.Utils nameWithType: adas_core.Domain.Utils fullName: adas_core.Domain.Utils spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html - uid: adas_core.Domain.Models.PatientAppointment commentId: T:adas_core.Domain.Models.PatientAppointment parent: adas_core.Domain.Models href: adas_core.Domain.Models.PatientAppointment.html name: PatientAppointment nameWithType: PatientAppointment fullName: adas_core.Domain.Models.PatientAppointment - uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientAppointment} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientAppointment} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of PatientAppointment) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientAppointment) name.vb: List(Of PatientAppointment) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.PatientAppointment name: PatientAppointment href: adas_core.Domain.Models.PatientAppointment.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientAppointment name: PatientAppointment href: adas_core.Domain.Models.PatientAppointment.html - name: ) - uid: System.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of T) fullName.vb: System.Collections.Generic.List(Of T) name.vb: List(Of T) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: adas_core.Domain.Models.PatientTreatment commentId: T:adas_core.Domain.Models.PatientTreatment parent: adas_core.Domain.Models href: adas_core.Domain.Models.PatientTreatment.html name: PatientTreatment nameWithType: PatientTreatment fullName: adas_core.Domain.Models.PatientTreatment - uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientTreatment} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientTreatment} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of PatientTreatment) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientTreatment) name.vb: List(Of PatientTreatment) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.PatientTreatment name: PatientTreatment href: adas_core.Domain.Models.PatientTreatment.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientTreatment name: PatientTreatment href: adas_core.Domain.Models.PatientTreatment.html - name: ) - uid: adas_core.Domain.Models.ApiRequest.TraceId* commentId: Overload:adas_core.Domain.Models.ApiRequest.TraceId href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_TraceId name: TraceId nameWithType: ApiRequest.TraceId fullName: adas_core.Domain.Models.ApiRequest.TraceId - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: adas_core.Domain.Models.ApiRequest.TraceMessageId* commentId: Overload:adas_core.Domain.Models.ApiRequest.TraceMessageId href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_TraceMessageId name: TraceMessageId nameWithType: ApiRequest.TraceMessageId fullName: adas_core.Domain.Models.ApiRequest.TraceMessageId - uid: adas_core.Domain.Models.ApiRequest.Type* commentId: Overload:adas_core.Domain.Models.ApiRequest.Type href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Type name: Type nameWithType: ApiRequest.Type fullName: adas_core.Domain.Models.ApiRequest.Type - uid: adas_core.Domain.Models.ApiRequest.PatientNumber* commentId: Overload:adas_core.Domain.Models.ApiRequest.PatientNumber href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_PatientNumber name: PatientNumber nameWithType: ApiRequest.PatientNumber fullName: adas_core.Domain.Models.ApiRequest.PatientNumber - uid: adas_core.Domain.Models.ApiRequest.Patient* commentId: Overload:adas_core.Domain.Models.ApiRequest.Patient href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Patient name: Patient nameWithType: ApiRequest.Patient fullName: adas_core.Domain.Models.ApiRequest.Patient - uid: adas_core.Domain.Models.Person commentId: T:adas_core.Domain.Models.Person parent: adas_core.Domain.Models href: adas_core.Domain.Models.Person.html name: Person nameWithType: Person fullName: adas_core.Domain.Models.Person - uid: adas_core.Domain.Models.ApiRequest.PatientId* commentId: Overload:adas_core.Domain.Models.ApiRequest.PatientId href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_PatientId name: PatientId nameWithType: ApiRequest.PatientId fullName: adas_core.Domain.Models.ApiRequest.PatientId - uid: adas_core.Domain.Models.ApiRequest.AdmTime* commentId: Overload:adas_core.Domain.Models.ApiRequest.AdmTime href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_AdmTime name: AdmTime nameWithType: ApiRequest.AdmTime fullName: adas_core.Domain.Models.ApiRequest.AdmTime - uid: System.Nullable{System.DateTime} commentId: T:System.Nullable{System.DateTime} parent: System definition: System.Nullable`1 href: https://learn.microsoft.com/dotnet/api/system.datetime name: DateTime? nameWithType: DateTime? fullName: System.DateTime? nameWithType.vb: Date? fullName.vb: Date? name.vb: Date? spec.csharp: - uid: System.DateTime name: DateTime isExternal: true href: https://learn.microsoft.com/dotnet/api/system.datetime - name: '?' spec.vb: - uid: System.DateTime name: Date isExternal: true href: https://learn.microsoft.com/dotnet/api/system.datetime - name: '?' - uid: System.Nullable`1 commentId: T:System.Nullable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of T) fullName.vb: System.Nullable(Of T) name.vb: Nullable(Of T) spec.csharp: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: adas_core.Domain.Models.ApiRequest.DisTime* commentId: Overload:adas_core.Domain.Models.ApiRequest.DisTime href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_DisTime name: DisTime nameWithType: ApiRequest.DisTime fullName: adas_core.Domain.Models.ApiRequest.DisTime - uid: adas_core.Domain.Models.ApiRequest.Location* commentId: Overload:adas_core.Domain.Models.ApiRequest.Location href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Location name: Location nameWithType: ApiRequest.Location fullName: adas_core.Domain.Models.ApiRequest.Location - uid: adas_core.Domain.Models.PatientLocation commentId: T:adas_core.Domain.Models.PatientLocation parent: adas_core.Domain.Models href: adas_core.Domain.Models.PatientLocation.html name: PatientLocation nameWithType: PatientLocation fullName: adas_core.Domain.Models.PatientLocation - uid: adas_core.Domain.Models.ApiRequest.ChatMessage* commentId: Overload:adas_core.Domain.Models.ApiRequest.ChatMessage href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_ChatMessage name: ChatMessage nameWithType: ApiRequest.ChatMessage fullName: adas_core.Domain.Models.ApiRequest.ChatMessage - uid: adas_core.Domain.Models.ChatMessage commentId: T:adas_core.Domain.Models.ChatMessage parent: adas_core.Domain.Models href: adas_core.Domain.Models.ChatMessage.html name: ChatMessage nameWithType: ChatMessage fullName: adas_core.Domain.Models.ChatMessage - uid: adas_core.Domain.Models.ApiRequest.Recording* commentId: Overload:adas_core.Domain.Models.ApiRequest.Recording href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Recording name: Recording nameWithType: ApiRequest.Recording fullName: adas_core.Domain.Models.ApiRequest.Recording - uid: adas_core.Domain.Models.Recording.RecordingData commentId: T:adas_core.Domain.Models.Recording.RecordingData parent: adas_core.Domain.Models.Recording href: adas_core.Domain.Models.Recording.RecordingData.html name: RecordingData nameWithType: RecordingData fullName: adas_core.Domain.Models.Recording.RecordingData - uid: adas_core.Domain.Models.Recording commentId: N:adas_core.Domain.Models.Recording href: adas_core.html name: adas_core.Domain.Models.Recording nameWithType: adas_core.Domain.Models.Recording fullName: adas_core.Domain.Models.Recording spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Recording name: Recording href: adas_core.Domain.Models.Recording.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Recording name: Recording href: adas_core.Domain.Models.Recording.html - uid: adas_core.Domain.Models.ApiRequest.AlertLocationFrom* commentId: Overload:adas_core.Domain.Models.ApiRequest.AlertLocationFrom href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_AlertLocationFrom name: AlertLocationFrom nameWithType: ApiRequest.AlertLocationFrom fullName: adas_core.Domain.Models.ApiRequest.AlertLocationFrom - uid: adas_core.Domain.Models.ApiRequest.AlertLocationTo* commentId: Overload:adas_core.Domain.Models.ApiRequest.AlertLocationTo href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_AlertLocationTo name: AlertLocationTo nameWithType: ApiRequest.AlertLocationTo fullName: adas_core.Domain.Models.ApiRequest.AlertLocationTo - uid: adas_core.Domain.Models.ApiRequest.OldLocation* commentId: Overload:adas_core.Domain.Models.ApiRequest.OldLocation href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_OldLocation name: OldLocation nameWithType: ApiRequest.OldLocation fullName: adas_core.Domain.Models.ApiRequest.OldLocation - uid: adas_core.Domain.Models.ApiRequest.AttendingDoctor* commentId: Overload:adas_core.Domain.Models.ApiRequest.AttendingDoctor href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_AttendingDoctor name: AttendingDoctor nameWithType: ApiRequest.AttendingDoctor fullName: adas_core.Domain.Models.ApiRequest.AttendingDoctor - uid: adas_core.Domain.Models.ApiRequest.OldPatientNumber* commentId: Overload:adas_core.Domain.Models.ApiRequest.OldPatientNumber href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_OldPatientNumber name: OldPatientNumber nameWithType: ApiRequest.OldPatientNumber fullName: adas_core.Domain.Models.ApiRequest.OldPatientNumber - uid: adas_core.Domain.Models.ApiRequest.ObservationData* commentId: Overload:adas_core.Domain.Models.ApiRequest.ObservationData href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_ObservationData name: ObservationData nameWithType: ApiRequest.ObservationData fullName: adas_core.Domain.Models.ApiRequest.ObservationData - uid: adas_core.Domain.Models.ObservationData commentId: T:adas_core.Domain.Models.ObservationData parent: adas_core.Domain.Models href: adas_core.Domain.Models.ObservationData.html name: ObservationData nameWithType: ObservationData fullName: adas_core.Domain.Models.ObservationData - uid: adas_core.Domain.Models.ApiRequest.ObsertationData* commentId: Overload:adas_core.Domain.Models.ApiRequest.ObsertationData href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_ObsertationData name: ObsertationData nameWithType: ApiRequest.ObsertationData fullName: adas_core.Domain.Models.ApiRequest.ObsertationData - uid: adas_core.Domain.Models.ApiRequest.Observations* commentId: Overload:adas_core.Domain.Models.ApiRequest.Observations href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Observations name: Observations nameWithType: ApiRequest.Observations fullName: adas_core.Domain.Models.ApiRequest.Observations - uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of PatientObservation) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientObservation) name.vb: List(Of PatientObservation) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.PatientObservation name: PatientObservation href: adas_core.Domain.Models.PatientObservation.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientObservation name: PatientObservation href: adas_core.Domain.Models.PatientObservation.html - name: ) - uid: adas_core.Domain.Models.ApiRequest.Observation* commentId: Overload:adas_core.Domain.Models.ApiRequest.Observation href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Observation name: Observation nameWithType: ApiRequest.Observation fullName: adas_core.Domain.Models.ApiRequest.Observation - uid: adas_core.Domain.Models.PatientObservation commentId: T:adas_core.Domain.Models.PatientObservation parent: adas_core.Domain.Models href: adas_core.Domain.Models.PatientObservation.html name: PatientObservation nameWithType: PatientObservation fullName: adas_core.Domain.Models.PatientObservation - uid: adas_core.Domain.Models.ApiRequest.Alarms* commentId: Overload:adas_core.Domain.Models.ApiRequest.Alarms href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Alarms name: Alarms nameWithType: ApiRequest.Alarms fullName: adas_core.Domain.Models.ApiRequest.Alarms - uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientObservationAlarm} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientObservationAlarm} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of PatientObservationAlarm) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientObservationAlarm) name.vb: List(Of PatientObservationAlarm) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.PatientObservationAlarm name: PatientObservationAlarm href: adas_core.Domain.Models.PatientObservationAlarm.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientObservationAlarm name: PatientObservationAlarm href: adas_core.Domain.Models.PatientObservationAlarm.html - name: ) - uid: adas_core.Domain.Models.ApiRequest.PumpObservations* commentId: Overload:adas_core.Domain.Models.ApiRequest.PumpObservations href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_PumpObservations name: PumpObservations nameWithType: ApiRequest.PumpObservations fullName: adas_core.Domain.Models.ApiRequest.PumpObservations - uid: System.Collections.Generic.List{adas_core.Domain.Models.Pumps.PumpObservation} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.Pumps.PumpObservation} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of PumpObservation) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.Pumps.PumpObservation) name.vb: List(Of PumpObservation) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.Pumps.PumpObservation name: PumpObservation href: adas_core.Domain.Models.Pumps.PumpObservation.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.Pumps.PumpObservation name: PumpObservation href: adas_core.Domain.Models.Pumps.PumpObservation.html - name: ) - uid: adas_core.Domain.Models.ApiRequest.PumpObservation* commentId: Overload:adas_core.Domain.Models.ApiRequest.PumpObservation href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_PumpObservation name: PumpObservation nameWithType: ApiRequest.PumpObservation fullName: adas_core.Domain.Models.ApiRequest.PumpObservation - uid: adas_core.Domain.Models.Pumps.PumpObservation commentId: T:adas_core.Domain.Models.Pumps.PumpObservation parent: adas_core.Domain.Models.Pumps href: adas_core.Domain.Models.Pumps.PumpObservation.html name: PumpObservation nameWithType: PumpObservation fullName: adas_core.Domain.Models.Pumps.PumpObservation - uid: adas_core.Domain.Models.Pumps commentId: N:adas_core.Domain.Models.Pumps href: adas_core.html name: adas_core.Domain.Models.Pumps nameWithType: adas_core.Domain.Models.Pumps fullName: adas_core.Domain.Models.Pumps spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Pumps name: Pumps href: adas_core.Domain.Models.Pumps.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Pumps name: Pumps href: adas_core.Domain.Models.Pumps.html - uid: adas_core.Domain.Models.ApiRequest.Diagnosis* commentId: Overload:adas_core.Domain.Models.ApiRequest.Diagnosis href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Diagnosis name: Diagnosis nameWithType: ApiRequest.Diagnosis fullName: adas_core.Domain.Models.ApiRequest.Diagnosis - uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientDiagnosis} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientDiagnosis} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of PatientDiagnosis) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientDiagnosis) name.vb: List(Of PatientDiagnosis) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.PatientDiagnosis name: PatientDiagnosis href: adas_core.Domain.Models.PatientDiagnosis.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientDiagnosis name: PatientDiagnosis href: adas_core.Domain.Models.PatientDiagnosis.html - name: ) - uid: adas_core.Domain.Models.ApiRequest.RecordingAlerts* commentId: Overload:adas_core.Domain.Models.ApiRequest.RecordingAlerts href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_RecordingAlerts name: RecordingAlerts nameWithType: ApiRequest.RecordingAlerts fullName: adas_core.Domain.Models.ApiRequest.RecordingAlerts - uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientRecordingAlert} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientRecordingAlert} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of PatientRecordingAlert) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientRecordingAlert) name.vb: List(Of PatientRecordingAlert) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.PatientRecordingAlert name: PatientRecordingAlert href: adas_core.Domain.Models.PatientRecordingAlert.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientRecordingAlert name: PatientRecordingAlert href: adas_core.Domain.Models.PatientRecordingAlert.html - name: ) - uid: adas_core.Domain.Models.ApiRequest.RecordingAlert* commentId: Overload:adas_core.Domain.Models.ApiRequest.RecordingAlert href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_RecordingAlert name: RecordingAlert nameWithType: ApiRequest.RecordingAlert fullName: adas_core.Domain.Models.ApiRequest.RecordingAlert - uid: adas_core.Domain.Models.PatientRecordingAlert commentId: T:adas_core.Domain.Models.PatientRecordingAlert parent: adas_core.Domain.Models href: adas_core.Domain.Models.PatientRecordingAlert.html name: PatientRecordingAlert nameWithType: PatientRecordingAlert fullName: adas_core.Domain.Models.PatientRecordingAlert - uid: adas_core.Domain.Models.ApiRequest.MessageTime* commentId: Overload:adas_core.Domain.Models.ApiRequest.MessageTime href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_MessageTime name: MessageTime nameWithType: ApiRequest.MessageTime fullName: adas_core.Domain.Models.ApiRequest.MessageTime - uid: System.DateTime commentId: T:System.DateTime parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.datetime name: DateTime nameWithType: DateTime fullName: System.DateTime nameWithType.vb: Date fullName.vb: Date name.vb: Date - uid: adas_core.Domain.Models.ApiRequest.WaitResult* commentId: Overload:adas_core.Domain.Models.ApiRequest.WaitResult href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_WaitResult name: WaitResult nameWithType: ApiRequest.WaitResult fullName: adas_core.Domain.Models.ApiRequest.WaitResult - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: adas_core.Domain.Models.ApiRequest.IccaPatients* commentId: Overload:adas_core.Domain.Models.ApiRequest.IccaPatients href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_IccaPatients name: IccaPatients nameWithType: ApiRequest.IccaPatients fullName: adas_core.Domain.Models.ApiRequest.IccaPatients - uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientIcca} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientIcca} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of PatientIcca) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientIcca) name.vb: List(Of PatientIcca) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.PatientIcca name: PatientIcca href: adas_core.Domain.Models.PatientIcca.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientIcca name: PatientIcca href: adas_core.Domain.Models.PatientIcca.html - name: ) - uid: adas_core.Domain.Models.ApiRequest.Facility* commentId: Overload:adas_core.Domain.Models.ApiRequest.Facility href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Facility name: Facility nameWithType: ApiRequest.Facility fullName: adas_core.Domain.Models.ApiRequest.Facility - uid: adas_core.Domain.Models.ApiRequest.Admission* commentId: Overload:adas_core.Domain.Models.ApiRequest.Admission href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Admission name: Admission nameWithType: ApiRequest.Admission fullName: adas_core.Domain.Models.ApiRequest.Admission - uid: adas_core.Domain.Models.MongoModels.Admission commentId: T:adas_core.Domain.Models.MongoModels.Admission parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.Admission.html name: Admission nameWithType: Admission fullName: adas_core.Domain.Models.MongoModels.Admission - uid: adas_core.Domain.Models.MongoModels commentId: N:adas_core.Domain.Models.MongoModels href: adas_core.html name: adas_core.Domain.Models.MongoModels nameWithType: adas_core.Domain.Models.MongoModels fullName: adas_core.Domain.Models.MongoModels spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.MongoModels name: MongoModels href: adas_core.Domain.Models.MongoModels.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.MongoModels name: MongoModels href: adas_core.Domain.Models.MongoModels.html - uid: adas_core.Domain.Models.ApiRequest.Discharge* commentId: Overload:adas_core.Domain.Models.ApiRequest.Discharge href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Discharge name: Discharge nameWithType: ApiRequest.Discharge fullName: adas_core.Domain.Models.ApiRequest.Discharge - uid: adas_core.Domain.Models.MongoModels.Discharge commentId: T:adas_core.Domain.Models.MongoModels.Discharge parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.Discharge.html name: Discharge nameWithType: Discharge fullName: adas_core.Domain.Models.MongoModels.Discharge - uid: adas_core.Domain.Models.ApiRequest.MasterList* commentId: Overload:adas_core.Domain.Models.ApiRequest.MasterList href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_MasterList name: MasterList nameWithType: ApiRequest.MasterList fullName: adas_core.Domain.Models.ApiRequest.MasterList - uid: adas_core.Domain.Models.Masters.MasterList commentId: T:adas_core.Domain.Models.Masters.MasterList parent: adas_core.Domain.Models.Masters href: adas_core.Domain.Models.Masters.MasterList.html name: MasterList nameWithType: MasterList fullName: adas_core.Domain.Models.Masters.MasterList - uid: adas_core.Domain.Models.Masters commentId: N:adas_core.Domain.Models.Masters href: adas_core.html name: adas_core.Domain.Models.Masters nameWithType: adas_core.Domain.Models.Masters fullName: adas_core.Domain.Models.Masters spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Masters name: Masters href: adas_core.Domain.Models.Masters.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Masters name: Masters href: adas_core.Domain.Models.Masters.html - uid: adas_core.Domain.Models.ApiRequest.Notice* commentId: Overload:adas_core.Domain.Models.ApiRequest.Notice href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_Notice name: Notice nameWithType: ApiRequest.Notice fullName: adas_core.Domain.Models.ApiRequest.Notice - uid: adas_core.Domain.Models.MongoModels.Notice commentId: T:adas_core.Domain.Models.MongoModels.Notice parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.Notice.html name: Notice nameWithType: Notice fullName: adas_core.Domain.Models.MongoModels.Notice - uid: adas_core.Domain.Models.ApiRequest.RequestFromPanel* commentId: Overload:adas_core.Domain.Models.ApiRequest.RequestFromPanel href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_RequestFromPanel name: RequestFromPanel nameWithType: ApiRequest.RequestFromPanel fullName: adas_core.Domain.Models.ApiRequest.RequestFromPanel - uid: Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting) commentId: M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: SerializeObject(object, Formatting) nameWithType: JsonConvert.SerializeObject(object, Formatting) fullName: Newtonsoft.Json.JsonConvert.SerializeObject(object, Newtonsoft.Json.Formatting) nameWithType.vb: JsonConvert.SerializeObject(Object, Formatting) fullName.vb: Newtonsoft.Json.JsonConvert.SerializeObject(Object, Newtonsoft.Json.Formatting) name.vb: SerializeObject(Object, Formatting) spec.csharp: - uid: Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting) name: SerializeObject isExternal: true - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: Newtonsoft.Json.Formatting name: Formatting isExternal: true - name: ) spec.vb: - uid: Newtonsoft.Json.JsonConvert.SerializeObject(System.Object,Newtonsoft.Json.Formatting) name: SerializeObject isExternal: true - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: Newtonsoft.Json.Formatting name: Formatting isExternal: true - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: adas_core.Domain.Models.ApiRequest.ToString* commentId: Overload:adas_core.Domain.Models.ApiRequest.ToString href: adas_core.Domain.Models.ApiRequest.html#adas_core_Domain_Models_ApiRequest_ToString name: ToString nameWithType: ApiRequest.ToString fullName: adas_core.Domain.Models.ApiRequest.ToString