### YamlMime:ManagedReference items: - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService commentId: T:adas_core.Application.Services.Interfaces.ICalculatedObservationsService id: ICalculatedObservationsService parent: adas_core.Application.Services.Interfaces children: - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateBolusOpiates(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientDiagnosis) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservation,System.Boolean) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservationAlarm,System.Boolean) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientRecordingAlert) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientTreatment) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.Pumps.PumpObservation) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}) - adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm) langs: - csharp - vb name: ICalculatedObservationsService nameWithType: ICalculatedObservationsService fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService type: Interface source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ICalculatedObservationsService path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 6 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces syntax: content: public interface ICalculatedObservationsService content.vb: Public Interface ICalculatedObservationsService derivedClasses: - adas_core.Application.Services.CalculatedObservationsService 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.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservation,System.Boolean) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservation,System.Boolean) id: Map(adas_core.Domain.Models.PatientObservation,System.Boolean) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: Map(PatientObservation, bool) nameWithType: ICalculatedObservationsService.Map(PatientObservation, bool) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservation, bool) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Map path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 14 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Maps a to a corresponding , typically resolved through a lookup or translation process. example: [] syntax: content: Task Map(PatientObservation obs, bool onlyByName = false) parameters: - id: obs type: adas_core.Domain.Models.PatientObservation description: The source to be mapped. - id: onlyByName type: System.Boolean description: When true, restricts the mapping to be performed by name only; otherwise, additional criteria are used. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientObservation} description: A that resolves to the mapped , or null if no match is found. content.vb: Function Map(obs As PatientObservation, onlyByName As Boolean = False) As Task(Of PatientObservation) overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map* nameWithType.vb: ICalculatedObservationsService.Map(PatientObservation, Boolean) fullName.vb: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservation, Boolean) name.vb: Map(PatientObservation, Boolean) - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservationAlarm,System.Boolean) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservationAlarm,System.Boolean) id: Map(adas_core.Domain.Models.PatientObservationAlarm,System.Boolean) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: Map(PatientObservationAlarm, bool) nameWithType: ICalculatedObservationsService.Map(PatientObservationAlarm, bool) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservationAlarm, bool) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Map path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 25 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: >- Asynchronously maps a instance, optionally performing the mapping by name only when onlyByName is true. Returns null when no matching alarm can be resolved based on the selected lookup strategy. example: [] syntax: content: Task Map(PatientObservationAlarm obs, bool onlyByName = false) parameters: - id: obs type: adas_core.Domain.Models.PatientObservationAlarm description: The source patient observation alarm to map. - id: onlyByName type: System.Boolean description: >- When true, restricts the mapping to match by name only; otherwise the full mapping logic is applied. Defaults to false. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientObservationAlarm} description: >- A task that represents the asynchronous operation. The task result contains the mapped , or null if no mapping is found. content.vb: Function Map(obs As PatientObservationAlarm, onlyByName As Boolean = False) As Task(Of PatientObservationAlarm) overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map* nameWithType.vb: ICalculatedObservationsService.Map(PatientObservationAlarm, Boolean) fullName.vb: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientObservationAlarm, Boolean) name.vb: Map(PatientObservationAlarm, Boolean) - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientTreatment) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientTreatment) id: Map(adas_core.Domain.Models.PatientTreatment) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: Map(PatientTreatment) nameWithType: ICalculatedObservationsService.Map(PatientTreatment) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientTreatment) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Map path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 31 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Maps a instance to a projected representation asynchronously. example: [] syntax: content: Task Map(PatientTreatment treatment) parameters: - id: treatment type: adas_core.Domain.Models.PatientTreatment description: The source to be mapped. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment} description: A that represents the asynchronous mapping operation. The result is the mapped , or null if no mapping could be produced. content.vb: Function Map(treatment As PatientTreatment) As Task(Of PatientTreatment) overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map* - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.Pumps.PumpObservation) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.Pumps.PumpObservation) id: Map(adas_core.Domain.Models.Pumps.PumpObservation) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: Map(PumpObservation) nameWithType: ICalculatedObservationsService.Map(PumpObservation) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.Pumps.PumpObservation) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Map path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 37 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Maps the provided to a result, returning null when no mapping is produced. example: [] syntax: content: Task Map(PumpObservation obs) parameters: - id: obs type: adas_core.Domain.Models.Pumps.PumpObservation description: The source to be mapped. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Pumps.PumpObservation} description: A containing the mapped , or null if the mapping yields no result. content.vb: Function Map(obs As PumpObservation) As Task(Of PumpObservation) overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map* - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientRecordingAlert) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientRecordingAlert) id: Map(adas_core.Domain.Models.PatientRecordingAlert) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: Map(PatientRecordingAlert) nameWithType: ICalculatedObservationsService.Map(PatientRecordingAlert) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientRecordingAlert) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Map path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 43 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously maps the specified to a resulting , returning null when no mapping is produced. example: [] syntax: content: Task Map(PatientRecordingAlert obs) parameters: - id: obs type: adas_core.Domain.Models.PatientRecordingAlert description: The source instance to map. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientRecordingAlert} description: A that contains the mapped , or null if the source cannot be mapped. content.vb: Function Map(obs As PatientRecordingAlert) As Task(Of PatientRecordingAlert) overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map* - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientDiagnosis) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientDiagnosis) id: Map(adas_core.Domain.Models.PatientDiagnosis) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: Map(PatientDiagnosis) nameWithType: ICalculatedObservationsService.Map(PatientDiagnosis) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map(adas_core.Domain.Models.PatientDiagnosis) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Map path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 49 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Maps a instance to its corresponding representation, returning null when no mapping is available. example: [] syntax: content: Task Map(PatientDiagnosis obs) parameters: - id: obs type: adas_core.Domain.Models.PatientDiagnosis description: The source to map. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientDiagnosis} description: A containing the mapped , or null if the source cannot be mapped. content.vb: Function Map(obs As PatientDiagnosis) As Task(Of PatientDiagnosis) overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map* - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}) id: MapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: MapList(List) nameWithType: ICalculatedObservationsService.MapList(List) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapList(System.Collections.Generic.List) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: MapList path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 55 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Maps a list of patient observations for insertion, returning the transformed list asynchronously. example: [] syntax: content: Task> MapList(List listToInsert) parameters: - id: listToInsert type: System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation} description: The list of patient observations to be mapped for insertion. return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}} description: A task representing the asynchronous operation, containing the mapped list of patient observations. content.vb: Function MapList(listToInsert As List(Of PatientObservation)) As Task(Of List(Of PatientObservation)) overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapList* nameWithType.vb: ICalculatedObservationsService.MapList(List(Of PatientObservation)) fullName.vb: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapList(System.Collections.Generic.List(Of adas_core.Domain.Models.PatientObservation)) name.vb: MapList(List(Of PatientObservation)) - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateBolusOpiates(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateBolusOpiates(MongoDB.Bson.ObjectId) id: CalculateBolusOpiates(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: CalculateBolusOpiates(ObjectId) nameWithType: ICalculatedObservationsService.CalculateBolusOpiates(ObjectId) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateBolusOpiates(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: CalculateBolusOpiates path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 60 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously calculates the bolus dose of opiates for the specified patient. example: [] syntax: content: Task CalculateBolusOpiates(ObjectId patientId) parameters: - id: patientId type: MongoDB.Bson.ObjectId description: The unique identifier of the patient for whom the bolus opiates calculation is performed. return: type: System.Threading.Tasks.Task content.vb: Function CalculateBolusOpiates(patientId As ObjectId) As Task overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateBolusOpiates* - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId) id: CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: CalculateMedicineObservation(List, ObjectId) nameWithType: ICalculatedObservationsService.CalculateMedicineObservation(List, ObjectId) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateMedicineObservation(System.Collections.Generic.List, MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: CalculateMedicineObservation path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 67 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously calculates medicine observations for a patient based on their active medicines. example: [] syntax: content: Task CalculateMedicineObservation(List activeMedicines, ObjectId patientId) parameters: - id: activeMedicines type: System.Collections.Generic.List{adas_core.Domain.Models.Medicine} description: The list of medicines currently active for the patient. - id: patientId type: MongoDB.Bson.ObjectId description: The unique identifier of the patient. return: type: System.Threading.Tasks.Task description: A task that represents the asynchronous calculation operation. content.vb: Function CalculateMedicineObservation(activeMedicines As List(Of Medicine), patientId As ObjectId) As Task overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateMedicineObservation* nameWithType.vb: ICalculatedObservationsService.CalculateMedicineObservation(List(Of Medicine), ObjectId) fullName.vb: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateMedicineObservation(System.Collections.Generic.List(Of adas_core.Domain.Models.Medicine), MongoDB.Bson.ObjectId) name.vb: CalculateMedicineObservation(List(Of Medicine), ObjectId) - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId) id: GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: GetActiveTreatmentsByPatient(ObjectId) nameWithType: ICalculatedObservationsService.GetActiveTreatmentsByPatient(ObjectId) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetActiveTreatmentsByPatient path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 73 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves the active patient treatments associated with the specified patient identifier. example: [] syntax: content: Task> GetActiveTreatmentsByPatient(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the patient whose active treatments are being requested. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}} description: A task that represents the asynchronous operation, containing an enumerable collection of active PatientTreatment entries for the patient. content.vb: Function GetActiveTreatmentsByPatient(id As ObjectId) As Task(Of IEnumerable(Of PatientTreatment)) overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.GetActiveTreatmentsByPatient* - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm) commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm) id: MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm) parent: adas_core.Application.Services.Interfaces.ICalculatedObservationsService langs: - csharp - vb name: MapSourceAlarm(PatientObservation, PatientObservationAlarm) nameWithType: ICalculatedObservationsService.MapSourceAlarm(PatientObservation, PatientObservationAlarm) fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapSourceAlarm(adas_core.Domain.Models.PatientObservation, adas_core.Domain.Models.PatientObservationAlarm) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: MapSourceAlarm path: ../../adas-core.Application/Services/Interfaces/ICalculatedObservationsService.cs startLine: 80 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Maps a source alarm from a onto a , producing an observation enriched with the corresponding alarm information. example: [] syntax: content: Task MapSourceAlarm(PatientObservation observation, PatientObservationAlarm observationAlarm) parameters: - id: observation type: adas_core.Domain.Models.PatientObservation description: The patient observation that serves as the base for the mapping. - id: observationAlarm type: adas_core.Domain.Models.PatientObservationAlarm description: The source alarm whose data is mapped onto the observation. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientObservation} description: A task that represents the asynchronous operation. The task result contains the populated with the mapped alarm data. content.vb: Function MapSourceAlarm(observation As PatientObservation, observationAlarm As PatientObservationAlarm) As Task(Of PatientObservation) overload: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapSourceAlarm* references: - uid: adas_core.Application.Services.Interfaces commentId: N:adas_core.Application.Services.Interfaces href: adas_core.html name: adas_core.Application.Services.Interfaces nameWithType: adas_core.Application.Services.Interfaces fullName: adas_core.Application.Services.Interfaces spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html - 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: 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.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: System.Threading.Tasks.Task`1 commentId: T:System.Threading.Tasks.Task`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of TResult) fullName.vb: System.Threading.Tasks.Task(Of TResult) name.vb: Task(Of TResult) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - name: TResult - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - name: TResult - name: ) - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map* commentId: Overload:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map href: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.html#adas_core_Application_Services_Interfaces_ICalculatedObservationsService_Map_adas_core_Domain_Models_PatientObservation_System_Boolean_ name: Map nameWithType: ICalculatedObservationsService.Map fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.Map - 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: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientObservation} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.PatientObservation} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of PatientObservation) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.PatientObservation) name.vb: Task(Of PatientObservation) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.PatientObservation name: PatientObservation - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientObservation name: PatientObservation - name: ) - 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 commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: System.Threading.Tasks commentId: N:System.Threading.Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Threading.Tasks nameWithType: System.Threading.Tasks fullName: System.Threading.Tasks spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading - name: . - uid: System.Threading.Tasks name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading - name: . - uid: System.Threading.Tasks name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks - uid: adas_core.Domain.Models.PatientObservationAlarm commentId: T:adas_core.Domain.Models.PatientObservationAlarm parent: adas_core.Domain.Models href: adas_core.Domain.Models.PatientObservationAlarm.html name: PatientObservationAlarm nameWithType: PatientObservationAlarm fullName: adas_core.Domain.Models.PatientObservationAlarm - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientObservationAlarm} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.PatientObservationAlarm} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of PatientObservationAlarm) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.PatientObservationAlarm) name.vb: Task(Of PatientObservationAlarm) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.PatientObservationAlarm name: PatientObservationAlarm - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientObservationAlarm name: PatientObservationAlarm - name: ) - 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.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of PatientTreatment) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.PatientTreatment) name.vb: Task(Of PatientTreatment) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.PatientTreatment name: PatientTreatment - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientTreatment name: PatientTreatment - name: ) - 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: System.Threading.Tasks.Task{adas_core.Domain.Models.Pumps.PumpObservation} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Pumps.PumpObservation} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of PumpObservation) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Pumps.PumpObservation) name.vb: Task(Of PumpObservation) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.Pumps.PumpObservation name: PumpObservation - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.Pumps.PumpObservation name: PumpObservation - name: ) - 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.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: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientRecordingAlert} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.PatientRecordingAlert} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of PatientRecordingAlert) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.PatientRecordingAlert) name.vb: Task(Of PatientRecordingAlert) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.PatientRecordingAlert name: PatientRecordingAlert - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientRecordingAlert name: PatientRecordingAlert - name: ) - uid: adas_core.Domain.Models.PatientDiagnosis commentId: T:adas_core.Domain.Models.PatientDiagnosis parent: adas_core.Domain.Models href: adas_core.Domain.Models.PatientDiagnosis.html name: PatientDiagnosis nameWithType: PatientDiagnosis fullName: adas_core.Domain.Models.PatientDiagnosis - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientDiagnosis} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.PatientDiagnosis} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of PatientDiagnosis) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.PatientDiagnosis) name.vb: Task(Of PatientDiagnosis) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.PatientDiagnosis name: PatientDiagnosis - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientDiagnosis name: PatientDiagnosis - name: ) - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapList* commentId: Overload:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapList href: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.html#adas_core_Application_Services_Interfaces_ICalculatedObservationsService_MapList_System_Collections_Generic_List_adas_core_Domain_Models_PatientObservation__ name: MapList nameWithType: ICalculatedObservationsService.MapList fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapList - 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: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of List(Of PatientObservation)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.PatientObservation)) name.vb: Task(Of List(Of PatientObservation)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - 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 - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - 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 - name: ) - 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.Application.Services.Interfaces.ICalculatedObservationsService.CalculateBolusOpiates* commentId: Overload:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateBolusOpiates href: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.html#adas_core_Application_Services_Interfaces_ICalculatedObservationsService_CalculateBolusOpiates_MongoDB_Bson_ObjectId_ name: CalculateBolusOpiates nameWithType: ICalculatedObservationsService.CalculateBolusOpiates fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateBolusOpiates - uid: MongoDB.Bson.ObjectId commentId: T:MongoDB.Bson.ObjectId parent: MongoDB.Bson isExternal: true name: ObjectId nameWithType: ObjectId fullName: MongoDB.Bson.ObjectId - uid: System.Threading.Tasks.Task commentId: T:System.Threading.Tasks.Task parent: System.Threading.Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task name: Task nameWithType: Task fullName: System.Threading.Tasks.Task - uid: MongoDB.Bson commentId: N:MongoDB.Bson isExternal: true name: MongoDB.Bson nameWithType: MongoDB.Bson fullName: MongoDB.Bson spec.csharp: - uid: MongoDB name: MongoDB isExternal: true - name: . - uid: MongoDB.Bson name: Bson isExternal: true spec.vb: - uid: MongoDB name: MongoDB isExternal: true - name: . - uid: MongoDB.Bson name: Bson isExternal: true - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateMedicineObservation* commentId: Overload:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateMedicineObservation href: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.html#adas_core_Application_Services_Interfaces_ICalculatedObservationsService_CalculateMedicineObservation_System_Collections_Generic_List_adas_core_Domain_Models_Medicine__MongoDB_Bson_ObjectId_ name: CalculateMedicineObservation nameWithType: ICalculatedObservationsService.CalculateMedicineObservation fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.CalculateMedicineObservation - uid: System.Collections.Generic.List{adas_core.Domain.Models.Medicine} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.Medicine} 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 Medicine) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.Medicine) name.vb: List(Of Medicine) 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.Medicine name: Medicine - 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.Medicine name: Medicine - name: ) - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.GetActiveTreatmentsByPatient* commentId: Overload:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.GetActiveTreatmentsByPatient href: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.html#adas_core_Application_Services_Interfaces_ICalculatedObservationsService_GetActiveTreatmentsByPatient_MongoDB_Bson_ObjectId_ name: GetActiveTreatmentsByPatient nameWithType: ICalculatedObservationsService.GetActiveTreatmentsByPatient fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.GetActiveTreatmentsByPatient - uid: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of IEnumerable(Of PatientTreatment)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.PatientTreatment)) name.vb: Task(Of IEnumerable(Of PatientTreatment)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - uid: adas_core.Domain.Models.PatientTreatment name: PatientTreatment - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.PatientTreatment name: PatientTreatment - name: ) - name: ) - uid: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapSourceAlarm* commentId: Overload:adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapSourceAlarm href: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.html#adas_core_Application_Services_Interfaces_ICalculatedObservationsService_MapSourceAlarm_adas_core_Domain_Models_PatientObservation_adas_core_Domain_Models_PatientObservationAlarm_ name: MapSourceAlarm nameWithType: ICalculatedObservationsService.MapSourceAlarm fullName: adas_core.Application.Services.Interfaces.ICalculatedObservationsService.MapSourceAlarm