Files
adas-core/Documentation/docs/api/adas_core.Application.Customizations.HPAZ.CalculatedObservations.yml
T
2026-06-26 10:29:23 +02:00

2179 lines
102 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations
commentId: T:adas_core.Application.Customizations.HPAZ.CalculatedObservations
id: CalculatedObservations
parent: adas_core.Application.Customizations.HPAZ
children:
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.#ctor(System.IServiceProvider)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateBlueCodeList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateOxygenationIndex(adas_core.Domain.Models.BasePatientObservationValue,System.String)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map``1(``0,System.Boolean)
- adas_core.Application.Customizations.HPAZ.CalculatedObservations.PreMapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
langs:
- csharp
- vb
name: CalculatedObservations
nameWithType: CalculatedObservations
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations
type: Class
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CalculatedObservations
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 19
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Represents a service that provides calculated observations, receiving its dependencies through the supplied <xref href="System.IServiceProvider" data-throw-if-not-resolved="false"></xref>.
remarks: This class implements the <xref href="adas_core.Application.Services.Interfaces.ICalculatedObservations" data-throw-if-not-resolved="false"></xref> contract, exposing the behavior defined by that interface while relying on constructor-injected services for its operations.
example: []
syntax:
content: 'public class CalculatedObservations : ICalculatedObservations'
content.vb: Public Class CalculatedObservations Implements ICalculatedObservations
inheritance:
- System.Object
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations
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)
- System.Object.ToString
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.Customizations.HPAZ.CalculatedObservations.#ctor(System.IServiceProvider)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.#ctor(System.IServiceProvider)
id: '#ctor(System.IServiceProvider)'
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: CalculatedObservations(IServiceProvider)
nameWithType: CalculatedObservations.CalculatedObservations(IServiceProvider)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculatedObservations(System.IServiceProvider)
type: Constructor
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: .ctor
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 19
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Represents a service that provides calculated observations, receiving its dependencies through the supplied <xref href="System.IServiceProvider" data-throw-if-not-resolved="false"></xref>.
remarks: This class implements the <xref href="adas_core.Application.Services.Interfaces.ICalculatedObservations" data-throw-if-not-resolved="false"></xref> contract, exposing the behavior defined by that interface while relying on constructor-injected services for its operations.
example: []
syntax:
content: public CalculatedObservations(IServiceProvider serviceProvider)
parameters:
- id: serviceProvider
type: System.IServiceProvider
content.vb: Public Sub New(serviceProvider As IServiceProvider)
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.#ctor*
nameWithType.vb: CalculatedObservations.New(IServiceProvider)
fullName.vb: adas_core.Application.Customizations.HPAZ.CalculatedObservations.New(System.IServiceProvider)
name.vb: New(IServiceProvider)
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
id: CalculateActiveBolus(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: CalculateActiveBolus(ObjectId)
nameWithType: CalculatedObservations.CalculateActiveBolus(ObjectId)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CalculateActiveBolus
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 44
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Asynchronously calculates the active bolus for the specified patient.
example: []
syntax:
content: public Task CalculateActiveBolus(ObjectId patientId)
parameters:
- id: patientId
type: MongoDB.Bson.ObjectId
description: The unique identifier of the patient whose active bolus is to be calculated.
return:
type: System.Threading.Tasks.Task
content.vb: Public Function CalculateActiveBolus(patientId As ObjectId) As Task
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateActiveBolus*
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.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.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: CalculateMedicineObservation(List<Medicine>, ObjectId)
nameWithType: CalculatedObservations.CalculateMedicineObservation(List<Medicine>, ObjectId)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List<adas_core.Domain.Models.Medicine>, MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CalculateMedicineObservation
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 54
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Calculates medicine observations for the specified patient based on their active medicines.
example: []
syntax:
content: public Task CalculateMedicineObservation(List<Medicine> 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 whose medicine observations are being calculated.
return:
type: System.Threading.Tasks.Task
content.vb: Public Function CalculateMedicineObservation(activeMedicines As List(Of Medicine), patientId As ObjectId) As Task
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateMedicineObservation*
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId)
nameWithType.vb: CalculatedObservations.CalculateMedicineObservation(List(Of Medicine), ObjectId)
fullName.vb: adas_core.Application.Customizations.HPAZ.CalculatedObservations.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.Customizations.HPAZ.CalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
id: GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: GetActiveTreatmentsByPatient(ObjectId)
nameWithType: CalculatedObservations.GetActiveTreatmentsByPatient(ObjectId)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetActiveTreatmentsByPatient
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 65
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: >-
Retrieves the active treatments associated with the specified patient identifier.
Returns an empty collection when no active treatments are found.
example: []
syntax:
content: public Task<IEnumerable<PatientTreatment?>> GetActiveTreatmentsByPatient(ObjectId id)
parameters:
- id: id
type: MongoDB.Bson.ObjectId
description: The unique identifier of the patient whose active treatments are being retrieved.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}}
description: A task that represents the asynchronous operation, containing a collection of active <xref href="adas_core.Domain.Models.PatientTreatment" data-throw-if-not-resolved="false"></xref> records for the patient, or an empty collection if none exist.
content.vb: Public Function GetActiveTreatmentsByPatient(id As ObjectId) As Task(Of IEnumerable(Of PatientTreatment))
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.GetActiveTreatmentsByPatient*
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map``1(``0,System.Boolean)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map``1(``0,System.Boolean)
id: Map``1(``0,System.Boolean)
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: Map<T>(T, bool)
nameWithType: CalculatedObservations.Map<T>(T, bool)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map<T>(T, bool)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Map
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 77
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Maps the obs to an event or alarm depending on its type and inserts it if needed
example: []
syntax:
content: 'public Task<T?> Map<T>(T source, bool onlyByName) where T : BasePatientObservation'
parameters:
- id: source
type: '{T}'
description: Observation
- id: onlyByName
type: System.Boolean
description: True if the observation needs to generate an alert
typeParameters:
- id: T
description: Type
return:
type: System.Threading.Tasks.Task{{T}}
description: Mapped observation
content.vb: Public Function Map(Of T As BasePatientObservation)(source As T, onlyByName As Boolean) As Task(Of T)
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map*
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1({T},System.Boolean)
nameWithType.vb: CalculatedObservations.Map(Of T)(T, Boolean)
fullName.vb: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(Of T)(T, Boolean)
name.vb: Map(Of T)(T, Boolean)
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
id: Map(adas_core.Domain.Models.Pumps.PumpObservation)
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: Map(PumpObservation)
nameWithType: CalculatedObservations.Map(PumpObservation)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Map
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 115
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Maps the specified pump observation to a new <xref href="adas_core.Domain.Models.Pumps.PumpObservation" data-throw-if-not-resolved="false"></xref> instance asynchronously.
example: []
syntax:
content: public Task<PumpObservation> Map(PumpObservation pumpObservation)
parameters:
- id: pumpObservation
type: adas_core.Domain.Models.Pumps.PumpObservation
description: The source <xref href="adas_core.Domain.Models.Pumps.PumpObservation" data-throw-if-not-resolved="false"></xref> to map.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.Pumps.PumpObservation}
description: A task that represents the asynchronous mapping operation. The task result contains the mapped <xref href="adas_core.Domain.Models.Pumps.PumpObservation" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Function Map(pumpObservation As PumpObservation) As Task(Of PumpObservation)
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map*
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
id: Map(adas_core.Domain.Models.PatientTreatment)
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: Map(PatientTreatment)
nameWithType: CalculatedObservations.Map(PatientTreatment)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Map
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 214
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Maps a <xref href="adas_core.Domain.Models.PatientTreatment" data-throw-if-not-resolved="false"></xref> instance, performing the required transformation logic.
example: []
syntax:
content: public Task<PatientTreatment> Map(PatientTreatment treatment)
parameters:
- id: treatment
type: adas_core.Domain.Models.PatientTreatment
description: The <xref href="adas_core.Domain.Models.PatientTreatment" data-throw-if-not-resolved="false"></xref> to be mapped.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment}
description: A task representing the asynchronous operation, containing the mapped <xref href="adas_core.Domain.Models.PatientTreatment" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Function Map(treatment As PatientTreatment) As Task(Of PatientTreatment)
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map*
exceptions:
- type: System.NotImplementedException
commentId: T:System.NotImplementedException
description: Thrown in all cases because the method has not yet been implemented.
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
id: Map(adas_core.Domain.Models.PatientDiagnosis)
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: Map(PatientDiagnosis)
nameWithType: CalculatedObservations.Map(PatientDiagnosis)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Map
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 225
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Maps a <xref href="adas_core.Domain.Models.PatientDiagnosis" data-throw-if-not-resolved="false"></xref> instance. This method is a placeholder and has not been implemented yet.
example: []
syntax:
content: public Task<PatientDiagnosis> Map(PatientDiagnosis diagnosis)
parameters:
- id: diagnosis
type: adas_core.Domain.Models.PatientDiagnosis
description: The <xref href="adas_core.Domain.Models.PatientDiagnosis" data-throw-if-not-resolved="false"></xref> to be mapped.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientDiagnosis}
description: A task that represents the asynchronous operation, containing the mapped <xref href="adas_core.Domain.Models.PatientDiagnosis" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Function Map(diagnosis As PatientDiagnosis) As Task(Of PatientDiagnosis)
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map*
exceptions:
- type: System.NotImplementedException
commentId: T:System.NotImplementedException
description: Thrown to indicate that the mapping logic has not been implemented.
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
id: FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: FixTimeInconsistencyWithLast(PatientObservation)
nameWithType: CalculatedObservations.FixTimeInconsistencyWithLast(PatientObservation)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FixTimeInconsistencyWithLast
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 236
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Ensures chronological order of patient observations by adjusting a new observation's time to one second after the most recent observation with the same name, when its time is earlier than or equal to the previous one (compared at second precision). Returns the observation unchanged and logs an error if the observation name is null or empty.
example: []
syntax:
content: public Task<PatientObservation?> FixTimeInconsistencyWithLast(PatientObservation newObservation)
parameters:
- id: newObservation
type: adas_core.Domain.Models.PatientObservation
description: The new patient observation to validate and potentially adjust for time consistency.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientObservation}
description: The patient observation with its time corrected if a time inconsistency was detected, otherwise the original observation.
content.vb: Public Function FixTimeInconsistencyWithLast(newObservation As PatientObservation) As Task(Of PatientObservation)
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.FixTimeInconsistencyWithLast*
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.PreMapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.PreMapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
id: PreMapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: PreMapList(List<PatientObservation>)
nameWithType: CalculatedObservations.PreMapList(List<PatientObservation>)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.PreMapList(System.Collections.Generic.List<adas_core.Domain.Models.PatientObservation>)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PreMapList
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 269
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: >-
Pre-maps a list of patient observations by creating deep copies, applying configuration-based mapping,
and triggering blue code calculation. Returns the original list of patient observations unchanged.
example: []
syntax:
content: public Task<List<PatientObservation>> PreMapList(List<PatientObservation> listToMap)
parameters:
- id: listToMap
type: System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}
description: The list of patient observations to process for mapping and blue code calculation.
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}}
description: The original list of patient observations passed to the method.
content.vb: Public Function PreMapList(listToMap As List(Of PatientObservation)) As Task(Of List(Of PatientObservation))
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.PreMapList*
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.PreMapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
nameWithType.vb: CalculatedObservations.PreMapList(List(Of PatientObservation))
fullName.vb: adas_core.Application.Customizations.HPAZ.CalculatedObservations.PreMapList(System.Collections.Generic.List(Of adas_core.Domain.Models.PatientObservation))
name.vb: PreMapList(List(Of PatientObservation))
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.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.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: MapSourceAlarm(PatientObservation, PatientObservationAlarm)
nameWithType: CalculatedObservations.MapSourceAlarm(PatientObservation, PatientObservationAlarm)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.MapSourceAlarm(adas_core.Domain.Models.PatientObservation, adas_core.Domain.Models.PatientObservationAlarm)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: MapSourceAlarm
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 292
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Maps fields from a <xref href="adas_core.Domain.Models.PatientObservationAlarm" data-throw-if-not-resolved="false"></xref> onto an existing <xref href="adas_core.Domain.Models.PatientObservation" data-throw-if-not-resolved="false"></xref>, copying the alarm's EventId to Code and Event to Name when those values are provided, and always copying the alarm's Value.
example: []
syntax:
content: public Task<PatientObservation> MapSourceAlarm(PatientObservation obs, PatientObservationAlarm alarmToInsert)
parameters:
- id: obs
type: adas_core.Domain.Models.PatientObservation
description: The target <xref href="adas_core.Domain.Models.PatientObservation" data-throw-if-not-resolved="false"></xref> instance that will be updated with values from the alarm.
- id: alarmToInsert
type: adas_core.Domain.Models.PatientObservationAlarm
description: The source <xref href="adas_core.Domain.Models.PatientObservationAlarm" data-throw-if-not-resolved="false"></xref> whose values are applied to <code class="paramref">obs</code>.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientObservation}
description: A completed <xref href="System.Threading.Tasks.Task%601" data-throw-if-not-resolved="false"></xref> containing the updated <code class="paramref">obs</code>.
content.vb: Public Function MapSourceAlarm(obs As PatientObservation, alarmToInsert As PatientObservationAlarm) As Task(Of PatientObservation)
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.MapSourceAlarm*
implements:
- adas_core.Application.Services.Interfaces.ICalculatedObservations.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm)
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateBlueCodeList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateBlueCodeList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
id: CalculateBlueCodeList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: CalculateBlueCodeList(List<PatientObservation?>?)
nameWithType: CalculatedObservations.CalculateBlueCodeList(List<PatientObservation?>?)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateBlueCodeList(System.Collections.Generic.List<adas_core.Domain.Models.PatientObservation?>?)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CalculateBlueCodeList
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 393
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: Checks if a blue code observation Lists needs to be generated and inserts it.
example: []
syntax:
content: public Task CalculateBlueCodeList(List<PatientObservation?>? obsList)
parameters:
- id: obsList
type: System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}
description: ''
return:
type: System.Threading.Tasks.Task
content.vb: Public Function CalculateBlueCodeList(obsList As List(Of PatientObservation)) As Task
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateBlueCodeList*
nameWithType.vb: CalculatedObservations.CalculateBlueCodeList(List(Of PatientObservation))
fullName.vb: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateBlueCodeList(System.Collections.Generic.List(Of adas_core.Domain.Models.PatientObservation))
name.vb: CalculateBlueCodeList(List(Of PatientObservation))
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateOxygenationIndex(adas_core.Domain.Models.BasePatientObservationValue,System.String)
commentId: M:adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateOxygenationIndex(adas_core.Domain.Models.BasePatientObservationValue,System.String)
id: CalculateOxygenationIndex(adas_core.Domain.Models.BasePatientObservationValue,System.String)
parent: adas_core.Application.Customizations.HPAZ.CalculatedObservations
langs:
- csharp
- vb
name: CalculateOxygenationIndex(BasePatientObservationValue, string)
nameWithType: CalculatedObservations.CalculateOxygenationIndex(BasePatientObservationValue, string)
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateOxygenationIndex(adas_core.Domain.Models.BasePatientObservationValue, string)
type: Method
source:
remote:
path: adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CalculateOxygenationIndex
path: ../../adas-core.Application/Customizations/HPAZ/CalculatedObservations.cs
startLine: 592
assemblies:
- adas-core.Application
namespace: adas_core.Application.Customizations.HPAZ
summary: >-
Oxygenation index is calculated =&gt; P_VAM x FiO2 x 100 / PaO2_Tidal
the method is called when it receives P_VAM or FiO2 or PaO2_Tidal and tries to take the other values to perform the
calculation if they are not
in database then does nothing.
example: []
syntax:
content: public Task CalculateOxygenationIndex(BasePatientObservationValue obs, string name)
parameters:
- id: obs
type: adas_core.Domain.Models.BasePatientObservationValue
- id: name
type: System.String
return:
type: System.Threading.Tasks.Task
content.vb: Public Function CalculateOxygenationIndex(obs As BasePatientObservationValue, name As String) As Task
overload: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateOxygenationIndex*
nameWithType.vb: CalculatedObservations.CalculateOxygenationIndex(BasePatientObservationValue, String)
fullName.vb: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateOxygenationIndex(adas_core.Domain.Models.BasePatientObservationValue, String)
name.vb: CalculateOxygenationIndex(BasePatientObservationValue, String)
references:
- uid: System.IServiceProvider
commentId: T:System.IServiceProvider
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.iserviceprovider
name: IServiceProvider
nameWithType: IServiceProvider
fullName: System.IServiceProvider
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations
commentId: T:adas_core.Application.Services.Interfaces.ICalculatedObservations
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html
name: ICalculatedObservations
nameWithType: ICalculatedObservations
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations
- uid: adas_core.Application.Customizations.HPAZ
commentId: N:adas_core.Application.Customizations.HPAZ
href: adas_core.html
name: adas_core.Application.Customizations.HPAZ
nameWithType: adas_core.Application.Customizations.HPAZ
fullName: adas_core.Application.Customizations.HPAZ
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.Customizations
name: Customizations
href: adas_core.Application.Customizations.html
- name: .
- uid: adas_core.Application.Customizations.HPAZ
name: HPAZ
href: adas_core.Application.Customizations.HPAZ.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.Customizations
name: Customizations
href: adas_core.Application.Customizations.html
- name: .
- uid: adas_core.Application.Customizations.HPAZ
name: HPAZ
href: adas_core.Application.Customizations.HPAZ.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.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: 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.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: 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.Application.Customizations.HPAZ.CalculatedObservations.#ctor*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.#ctor
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations__ctor_System_IServiceProvider_
name: CalculatedObservations
nameWithType: CalculatedObservations.CalculatedObservations
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculatedObservations
nameWithType.vb: CalculatedObservations.New
fullName.vb: adas_core.Application.Customizations.HPAZ.CalculatedObservations.New
name.vb: New
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateActiveBolus*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateActiveBolus
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations_CalculateActiveBolus_MongoDB_Bson_ObjectId_
name: CalculateActiveBolus
nameWithType: CalculatedObservations.CalculateActiveBolus
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateActiveBolus
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
isExternal: true
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_CalculateActiveBolus_MongoDB_Bson_ObjectId_
name: CalculateActiveBolus(ObjectId)
nameWithType: ICalculatedObservations.CalculateActiveBolus(ObjectId)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
name: CalculateActiveBolus
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_CalculateActiveBolus_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateActiveBolus(MongoDB.Bson.ObjectId)
name: CalculateActiveBolus
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_CalculateActiveBolus_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- 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: 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.Application.Customizations.HPAZ.CalculatedObservations.CalculateMedicineObservation*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateMedicineObservation
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations_CalculateMedicineObservation_System_Collections_Generic_List_adas_core_Domain_Models_Medicine__MongoDB_Bson_ObjectId_
name: CalculateMedicineObservation
nameWithType: CalculatedObservations.CalculateMedicineObservation
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateMedicineObservation
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
isExternal: true
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_CalculateMedicineObservation_System_Collections_Generic_List_adas_core_Domain_Models_Medicine__MongoDB_Bson_ObjectId_
name: CalculateMedicineObservation(List<Medicine>, ObjectId)
nameWithType: ICalculatedObservations.CalculateMedicineObservation(List<Medicine>, ObjectId)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List<adas_core.Domain.Models.Medicine>, MongoDB.Bson.ObjectId)
nameWithType.vb: ICalculatedObservations.CalculateMedicineObservation(List(Of Medicine), ObjectId)
fullName.vb: adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List(Of adas_core.Domain.Models.Medicine), MongoDB.Bson.ObjectId)
name.vb: CalculateMedicineObservation(List(Of Medicine), ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId)
name: CalculateMedicineObservation
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_CalculateMedicineObservation_System_Collections_Generic_List_adas_core_Domain_Models_Medicine__MongoDB_Bson_ObjectId_
- 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.Medicine
name: Medicine
- name: '>'
- name: ','
- name: " "
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.CalculateMedicineObservation(System.Collections.Generic.List{adas_core.Domain.Models.Medicine},MongoDB.Bson.ObjectId)
name: CalculateMedicineObservation
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_CalculateMedicineObservation_System_Collections_Generic_List_adas_core_Domain_Models_Medicine__MongoDB_Bson_ObjectId_
- 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.Medicine
name: Medicine
- name: )
- name: ','
- name: " "
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- 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<Medicine>
nameWithType: List<Medicine>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.Medicine>
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: 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<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
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: adas_core.Application.Customizations.HPAZ.CalculatedObservations.GetActiveTreatmentsByPatient*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.GetActiveTreatmentsByPatient
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations_GetActiveTreatmentsByPatient_MongoDB_Bson_ObjectId_
name: GetActiveTreatmentsByPatient
nameWithType: CalculatedObservations.GetActiveTreatmentsByPatient
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.GetActiveTreatmentsByPatient
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
isExternal: true
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_GetActiveTreatmentsByPatient_MongoDB_Bson_ObjectId_
name: GetActiveTreatmentsByPatient(ObjectId)
nameWithType: ICalculatedObservations.GetActiveTreatmentsByPatient(ObjectId)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
name: GetActiveTreatmentsByPatient
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_GetActiveTreatmentsByPatient_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.GetActiveTreatmentsByPatient(MongoDB.Bson.ObjectId)
name: GetActiveTreatmentsByPatient
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_GetActiveTreatmentsByPatient_MongoDB_Bson_ObjectId_
- name: (
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- 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<IEnumerable<PatientTreatment>>
nameWithType: Task<IEnumerable<PatientTreatment>>
fullName: System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<adas_core.Domain.Models.PatientTreatment>>
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.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.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<TResult>
nameWithType: Task<TResult>
fullName: System.Threading.Tasks.Task<TResult>
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.Customizations.HPAZ.CalculatedObservations.Map*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations_Map__1___0_System_Boolean_
name: Map
nameWithType: CalculatedObservations.Map
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.Map
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1({T},System.Boolean)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1(``0,System.Boolean)
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
definition: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1(``0,System.Boolean)
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map__1___0_System_Boolean_
name: Map<T>(T, bool)
nameWithType: ICalculatedObservations.Map<T>(T, bool)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map<T>(T, bool)
nameWithType.vb: ICalculatedObservations.Map(Of T)(T, Boolean)
fullName.vb: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(Of T)(T, Boolean)
name.vb: Map(Of T)(T, Boolean)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1(``0,System.Boolean)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map__1___0_System_Boolean_
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1(``0,System.Boolean)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map__1___0_System_Boolean_
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: '{T}'
commentId: '!:T'
definition: T
name: T
nameWithType: T
fullName: T
- 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{{T}}
commentId: T:System.Threading.Tasks.Task{``0}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<T>
nameWithType: Task<T>
fullName: System.Threading.Tasks.Task<T>
nameWithType.vb: Task(Of T)
fullName.vb: System.Threading.Tasks.Task(Of T)
name.vb: Task(Of T)
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: T
- 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: T
- name: )
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1(``0,System.Boolean)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1(``0,System.Boolean)
isExternal: true
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map__1___0_System_Boolean_
name: Map<T>(T, bool)
nameWithType: ICalculatedObservations.Map<T>(T, bool)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map<T>(T, bool)
nameWithType.vb: ICalculatedObservations.Map(Of T)(T, Boolean)
fullName.vb: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(Of T)(T, Boolean)
name.vb: Map(Of T)(T, Boolean)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1(``0,System.Boolean)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map__1___0_System_Boolean_
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map``1(``0,System.Boolean)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map__1___0_System_Boolean_
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: T
name: T
nameWithType: T
fullName: T
- 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.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map_adas_core_Domain_Models_Pumps_PumpObservation_
name: Map(PumpObservation)
nameWithType: ICalculatedObservations.Map(PumpObservation)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map_adas_core_Domain_Models_Pumps_PumpObservation_
- name: (
- uid: adas_core.Domain.Models.Pumps.PumpObservation
name: PumpObservation
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.Pumps.PumpObservation)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map_adas_core_Domain_Models_Pumps_PumpObservation_
- name: (
- uid: adas_core.Domain.Models.Pumps.PumpObservation
name: PumpObservation
- name: )
- 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<PumpObservation>
nameWithType: Task<PumpObservation>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.Pumps.PumpObservation>
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: System.NotImplementedException
commentId: T:System.NotImplementedException
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.notimplementedexception
name: NotImplementedException
nameWithType: NotImplementedException
fullName: System.NotImplementedException
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map_adas_core_Domain_Models_PatientTreatment_
name: Map(PatientTreatment)
nameWithType: ICalculatedObservations.Map(PatientTreatment)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map_adas_core_Domain_Models_PatientTreatment_
- name: (
- uid: adas_core.Domain.Models.PatientTreatment
name: PatientTreatment
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientTreatment)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map_adas_core_Domain_Models_PatientTreatment_
- name: (
- uid: adas_core.Domain.Models.PatientTreatment
name: PatientTreatment
- name: )
- 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<PatientTreatment>
nameWithType: Task<PatientTreatment>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.PatientTreatment>
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.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: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map_adas_core_Domain_Models_PatientDiagnosis_
name: Map(PatientDiagnosis)
nameWithType: ICalculatedObservations.Map(PatientDiagnosis)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map_adas_core_Domain_Models_PatientDiagnosis_
- name: (
- uid: adas_core.Domain.Models.PatientDiagnosis
name: PatientDiagnosis
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.Map(adas_core.Domain.Models.PatientDiagnosis)
name: Map
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_Map_adas_core_Domain_Models_PatientDiagnosis_
- name: (
- uid: adas_core.Domain.Models.PatientDiagnosis
name: PatientDiagnosis
- name: )
- 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<PatientDiagnosis>
nameWithType: Task<PatientDiagnosis>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.PatientDiagnosis>
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.Customizations.HPAZ.CalculatedObservations.FixTimeInconsistencyWithLast*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.FixTimeInconsistencyWithLast
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations_FixTimeInconsistencyWithLast_adas_core_Domain_Models_PatientObservation_
name: FixTimeInconsistencyWithLast
nameWithType: CalculatedObservations.FixTimeInconsistencyWithLast
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.FixTimeInconsistencyWithLast
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_FixTimeInconsistencyWithLast_adas_core_Domain_Models_PatientObservation_
name: FixTimeInconsistencyWithLast(PatientObservation)
nameWithType: ICalculatedObservations.FixTimeInconsistencyWithLast(PatientObservation)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
name: FixTimeInconsistencyWithLast
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_FixTimeInconsistencyWithLast_adas_core_Domain_Models_PatientObservation_
- name: (
- uid: adas_core.Domain.Models.PatientObservation
name: PatientObservation
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.FixTimeInconsistencyWithLast(adas_core.Domain.Models.PatientObservation)
name: FixTimeInconsistencyWithLast
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_FixTimeInconsistencyWithLast_adas_core_Domain_Models_PatientObservation_
- name: (
- uid: adas_core.Domain.Models.PatientObservation
name: PatientObservation
- name: )
- 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{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<PatientObservation>
nameWithType: Task<PatientObservation>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.PatientObservation>
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.Application.Customizations.HPAZ.CalculatedObservations.PreMapList*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.PreMapList
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations_PreMapList_System_Collections_Generic_List_adas_core_Domain_Models_PatientObservation__
name: PreMapList
nameWithType: CalculatedObservations.PreMapList
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.PreMapList
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.PreMapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.PreMapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
isExternal: true
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_PreMapList_System_Collections_Generic_List_adas_core_Domain_Models_PatientObservation__
name: PreMapList(List<PatientObservation>)
nameWithType: ICalculatedObservations.PreMapList(List<PatientObservation>)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.PreMapList(System.Collections.Generic.List<adas_core.Domain.Models.PatientObservation>)
nameWithType.vb: ICalculatedObservations.PreMapList(List(Of PatientObservation))
fullName.vb: adas_core.Application.Services.Interfaces.ICalculatedObservations.PreMapList(System.Collections.Generic.List(Of adas_core.Domain.Models.PatientObservation))
name.vb: PreMapList(List(Of PatientObservation))
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.PreMapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
name: PreMapList
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_PreMapList_System_Collections_Generic_List_adas_core_Domain_Models_PatientObservation__
- 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: adas_core.Application.Services.Interfaces.ICalculatedObservations.PreMapList(System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation})
name: PreMapList
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_PreMapList_System_Collections_Generic_List_adas_core_Domain_Models_PatientObservation__
- 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{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<PatientObservation>
nameWithType: List<PatientObservation>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.PatientObservation>
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<List<PatientObservation>>
nameWithType: Task<List<PatientObservation>>
fullName: System.Threading.Tasks.Task<System.Collections.Generic.List<adas_core.Domain.Models.PatientObservation>>
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: 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: adas_core.Application.Customizations.HPAZ.CalculatedObservations.MapSourceAlarm*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.MapSourceAlarm
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations_MapSourceAlarm_adas_core_Domain_Models_PatientObservation_adas_core_Domain_Models_PatientObservationAlarm_
name: MapSourceAlarm
nameWithType: CalculatedObservations.MapSourceAlarm
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.MapSourceAlarm
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm)
commentId: M:adas_core.Application.Services.Interfaces.ICalculatedObservations.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm)
parent: adas_core.Application.Services.Interfaces.ICalculatedObservations
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_MapSourceAlarm_adas_core_Domain_Models_PatientObservation_adas_core_Domain_Models_PatientObservationAlarm_
name: MapSourceAlarm(PatientObservation, PatientObservationAlarm)
nameWithType: ICalculatedObservations.MapSourceAlarm(PatientObservation, PatientObservationAlarm)
fullName: adas_core.Application.Services.Interfaces.ICalculatedObservations.MapSourceAlarm(adas_core.Domain.Models.PatientObservation, adas_core.Domain.Models.PatientObservationAlarm)
spec.csharp:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm)
name: MapSourceAlarm
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_MapSourceAlarm_adas_core_Domain_Models_PatientObservation_adas_core_Domain_Models_PatientObservationAlarm_
- name: (
- uid: adas_core.Domain.Models.PatientObservation
name: PatientObservation
- name: ','
- name: " "
- uid: adas_core.Domain.Models.PatientObservationAlarm
name: PatientObservationAlarm
- name: )
spec.vb:
- uid: adas_core.Application.Services.Interfaces.ICalculatedObservations.MapSourceAlarm(adas_core.Domain.Models.PatientObservation,adas_core.Domain.Models.PatientObservationAlarm)
name: MapSourceAlarm
href: adas_core.Application.Services.Interfaces.ICalculatedObservations.html#adas_core_Application_Services_Interfaces_ICalculatedObservations_MapSourceAlarm_adas_core_Domain_Models_PatientObservation_adas_core_Domain_Models_PatientObservationAlarm_
- name: (
- uid: adas_core.Domain.Models.PatientObservation
name: PatientObservation
- name: ','
- name: " "
- uid: adas_core.Domain.Models.PatientObservationAlarm
name: PatientObservationAlarm
- name: )
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateBlueCodeList*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateBlueCodeList
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations_CalculateBlueCodeList_System_Collections_Generic_List_adas_core_Domain_Models_PatientObservation__
name: CalculateBlueCodeList
nameWithType: CalculatedObservations.CalculateBlueCodeList
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateBlueCodeList
- uid: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateOxygenationIndex*
commentId: Overload:adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateOxygenationIndex
href: adas_core.Application.Customizations.HPAZ.CalculatedObservations.html#adas_core_Application_Customizations_HPAZ_CalculatedObservations_CalculateOxygenationIndex_adas_core_Domain_Models_BasePatientObservationValue_System_String_
name: CalculateOxygenationIndex
nameWithType: CalculatedObservations.CalculateOxygenationIndex
fullName: adas_core.Application.Customizations.HPAZ.CalculatedObservations.CalculateOxygenationIndex
- uid: adas_core.Domain.Models.BasePatientObservationValue
commentId: T:adas_core.Domain.Models.BasePatientObservationValue
parent: adas_core.Domain.Models
href: adas_core.Domain.Models.BasePatientObservationValue.html
name: BasePatientObservationValue
nameWithType: BasePatientObservationValue
fullName: adas_core.Domain.Models.BasePatientObservationValue
- 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