2518 lines
91 KiB
YAML
2518 lines
91 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState
|
|
commentId: T:adas_core.Domain.Models.Pumps.PumpState
|
|
id: PumpState
|
|
parent: adas_core.Domain.Models.Pumps
|
|
children:
|
|
- adas_core.Domain.Models.Pumps.PumpState.ActiveSourceInfo
|
|
- adas_core.Domain.Models.Pumps.PumpState.AlarmCodeMdc
|
|
- adas_core.Domain.Models.Pumps.PumpState.AlarmDescription
|
|
- adas_core.Domain.Models.Pumps.PumpState.AlarmInactivationState
|
|
- adas_core.Domain.Models.Pumps.PumpState.AlarmPriority
|
|
- adas_core.Domain.Models.Pumps.PumpState.AlarmState
|
|
- adas_core.Domain.Models.Pumps.PumpState.AlarmType
|
|
- adas_core.Domain.Models.Pumps.PumpState.CommStatus
|
|
- adas_core.Domain.Models.Pumps.PumpState.Concentration
|
|
- adas_core.Domain.Models.Pumps.PumpState.DeviceId
|
|
- adas_core.Domain.Models.Pumps.PumpState.DeviceIp
|
|
- adas_core.Domain.Models.Pumps.PumpState.DeviceTypeMdc
|
|
- adas_core.Domain.Models.Pumps.PumpState.DoseRate
|
|
- adas_core.Domain.Models.Pumps.PumpState.DrugAmount
|
|
- adas_core.Domain.Models.Pumps.PumpState.DrugDoseDelivered
|
|
- adas_core.Domain.Models.Pumps.PumpState.DrugId
|
|
- adas_core.Domain.Models.Pumps.PumpState.DrugName
|
|
- adas_core.Domain.Models.Pumps.PumpState.Event
|
|
- adas_core.Domain.Models.Pumps.PumpState.EventPhase
|
|
- adas_core.Domain.Models.Pumps.PumpState.FlowFluid
|
|
- adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotal
|
|
- adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotalSet
|
|
- adas_core.Domain.Models.Pumps.PumpState.Id
|
|
- adas_core.Domain.Models.Pumps.PumpState.InfusingStatus
|
|
- adas_core.Domain.Models.Pumps.PumpState.InfusionId
|
|
- adas_core.Domain.Models.Pumps.PumpState.InfusionModeDetail
|
|
- adas_core.Domain.Models.Pumps.PumpState.IsInfusing
|
|
- adas_core.Domain.Models.Pumps.PumpState.LastUpdated
|
|
- adas_core.Domain.Models.Pumps.PumpState.NotDeliveringReason
|
|
- adas_core.Domain.Models.Pumps.PumpState.PatientId
|
|
- adas_core.Domain.Models.Pumps.PumpState.PatientWeight
|
|
- adas_core.Domain.Models.Pumps.PumpState.PillarAssembly
|
|
- adas_core.Domain.Models.Pumps.PumpState.PillarRackSlot
|
|
- adas_core.Domain.Models.Pumps.PumpState.PumpMode
|
|
- adas_core.Domain.Models.Pumps.PumpState.RackId
|
|
- adas_core.Domain.Models.Pumps.PumpState.Rate
|
|
- adas_core.Domain.Models.Pumps.PumpState.RelayGuid
|
|
- adas_core.Domain.Models.Pumps.PumpState.RelayState
|
|
- adas_core.Domain.Models.Pumps.PumpState.Source
|
|
- adas_core.Domain.Models.Pumps.PumpState.Status
|
|
- adas_core.Domain.Models.Pumps.PumpState.Syringe
|
|
- adas_core.Domain.Models.Pumps.PumpState.TimeProgrammed
|
|
- adas_core.Domain.Models.Pumps.PumpState.TimeRemaining
|
|
- adas_core.Domain.Models.Pumps.PumpState.VolumeInfused
|
|
- adas_core.Domain.Models.Pumps.PumpState.VolumeRemaining
|
|
- adas_core.Domain.Models.Pumps.PumpState.Vtbi
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PumpState
|
|
nameWithType: PumpState
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: PumpState
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 10
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
summary: >-
|
|
Snapshot vivo de la bomba, indexado por DeviceId.
|
|
|
|
Se sobrescribe con cada mensaje del HL7.
|
|
|
|
Contiene siempre el último valor conocido de la bomba.
|
|
example: []
|
|
syntax:
|
|
content: public class PumpState
|
|
content.vb: Public Class PumpState
|
|
inheritance:
|
|
- System.Object
|
|
inheritedMembers:
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- 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.Domain.Models.Pumps.PumpState.Id
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.Id
|
|
id: Id
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Id
|
|
nameWithType: PumpState.Id
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Id
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Id
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 12
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public ObjectId Id { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: MongoDB.Bson.ObjectId
|
|
content.vb: Public Property Id As ObjectId
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.Id*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DeviceId
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.DeviceId
|
|
id: DeviceId
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeviceId
|
|
nameWithType: PumpState.DeviceId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DeviceId
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeviceId
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 15
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? DeviceId { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property DeviceId As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.DeviceId*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.RackId
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.RackId
|
|
id: RackId
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: RackId
|
|
nameWithType: PumpState.RackId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.RackId
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: RackId
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 16
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? RackId { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property RackId As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.RackId*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DeviceTypeMdc
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.DeviceTypeMdc
|
|
id: DeviceTypeMdc
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeviceTypeMdc
|
|
nameWithType: PumpState.DeviceTypeMdc
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DeviceTypeMdc
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeviceTypeMdc
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 17
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? DeviceTypeMdc { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property DeviceTypeMdc As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.DeviceTypeMdc*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DeviceIp
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.DeviceIp
|
|
id: DeviceIp
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeviceIp
|
|
nameWithType: PumpState.DeviceIp
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DeviceIp
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeviceIp
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 20
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? DeviceIp { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property DeviceIp As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.DeviceIp*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PillarAssembly
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.PillarAssembly
|
|
id: PillarAssembly
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PillarAssembly
|
|
nameWithType: PumpState.PillarAssembly
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PillarAssembly
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: PillarAssembly
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 21
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? PillarAssembly { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property PillarAssembly As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.PillarAssembly*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PillarRackSlot
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.PillarRackSlot
|
|
id: PillarRackSlot
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PillarRackSlot
|
|
nameWithType: PumpState.PillarRackSlot
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PillarRackSlot
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: PillarRackSlot
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 22
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? PillarRackSlot { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property PillarRackSlot As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.PillarRackSlot*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PatientId
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.PatientId
|
|
id: PatientId
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PatientId
|
|
nameWithType: PumpState.PatientId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PatientId
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: PatientId
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 25
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public ObjectId? PatientId { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Nullable{MongoDB.Bson.ObjectId}
|
|
content.vb: Public Property PatientId As ObjectId?
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.PatientId*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.InfusionId
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.InfusionId
|
|
id: InfusionId
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InfusionId
|
|
nameWithType: PumpState.InfusionId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.InfusionId
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: InfusionId
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 28
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? InfusionId { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property InfusionId As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.InfusionId*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.LastUpdated
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.LastUpdated
|
|
id: LastUpdated
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: LastUpdated
|
|
nameWithType: PumpState.LastUpdated
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.LastUpdated
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: LastUpdated
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 29
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public DateTime LastUpdated { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.DateTime
|
|
content.vb: Public Property LastUpdated As Date
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.LastUpdated*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.IsInfusing
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.IsInfusing
|
|
id: IsInfusing
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsInfusing
|
|
nameWithType: PumpState.IsInfusing
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.IsInfusing
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: IsInfusing
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 32
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public bool IsInfusing { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: Public Property IsInfusing As Boolean
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.IsInfusing*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.InfusingStatus
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.InfusingStatus
|
|
id: InfusingStatus
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InfusingStatus
|
|
nameWithType: PumpState.InfusingStatus
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.InfusingStatus
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: InfusingStatus
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 33
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public PumpEnum.InfusingStatus? InfusingStatus { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Nullable{adas_core.Domain.Enums.PumpEnum.InfusingStatus}
|
|
content.vb: Public Property InfusingStatus As PumpEnum.InfusingStatus?
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.InfusingStatus*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Status
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.Status
|
|
id: Status
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Status
|
|
nameWithType: PumpState.Status
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Status
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Status
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 34
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public PumpEnum.Status? Status { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Nullable{adas_core.Domain.Enums.PumpEnum.Status}
|
|
content.vb: Public Property Status As PumpEnum.Status?
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.Status*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PumpMode
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.PumpMode
|
|
id: PumpMode
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PumpMode
|
|
nameWithType: PumpState.PumpMode
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PumpMode
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: PumpMode
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 35
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public PumpEnum.Mode? PumpMode { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Nullable{adas_core.Domain.Enums.PumpEnum.Mode}
|
|
content.vb: Public Property PumpMode As PumpEnum.Mode?
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.PumpMode*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.InfusionModeDetail
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.InfusionModeDetail
|
|
id: InfusionModeDetail
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InfusionModeDetail
|
|
nameWithType: PumpState.InfusionModeDetail
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.InfusionModeDetail
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: InfusionModeDetail
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 37
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? InfusionModeDetail { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property InfusionModeDetail As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.InfusionModeDetail*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.ActiveSourceInfo
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.ActiveSourceInfo
|
|
id: ActiveSourceInfo
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ActiveSourceInfo
|
|
nameWithType: PumpState.ActiveSourceInfo
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.ActiveSourceInfo
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ActiveSourceInfo
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 38
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? ActiveSourceInfo { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property ActiveSourceInfo As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.ActiveSourceInfo*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.NotDeliveringReason
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.NotDeliveringReason
|
|
id: NotDeliveringReason
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: NotDeliveringReason
|
|
nameWithType: PumpState.NotDeliveringReason
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.NotDeliveringReason
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: NotDeliveringReason
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 39
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? NotDeliveringReason { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property NotDeliveringReason As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.NotDeliveringReason*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Source
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.Source
|
|
id: Source
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Source
|
|
nameWithType: PumpState.Source
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Source
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Source
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 40
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? Source { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property Source As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.Source*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.FlowFluid
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.FlowFluid
|
|
id: FlowFluid
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: FlowFluid
|
|
nameWithType: PumpState.FlowFluid
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.FlowFluid
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: FlowFluid
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 43
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? FlowFluid { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property FlowFluid As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.FlowFluid*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Rate
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.Rate
|
|
id: Rate
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Rate
|
|
nameWithType: PumpState.Rate
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Rate
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Rate
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 44
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? Rate { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property Rate As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.Rate*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.VolumeInfused
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.VolumeInfused
|
|
id: VolumeInfused
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: VolumeInfused
|
|
nameWithType: PumpState.VolumeInfused
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.VolumeInfused
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: VolumeInfused
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 45
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? VolumeInfused { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property VolumeInfused As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.VolumeInfused*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotal
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotal
|
|
id: FluidDelivTotal
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: FluidDelivTotal
|
|
nameWithType: PumpState.FluidDelivTotal
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotal
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: FluidDelivTotal
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 46
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? FluidDelivTotal { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property FluidDelivTotal As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotal*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotalSet
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotalSet
|
|
id: FluidDelivTotalSet
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: FluidDelivTotalSet
|
|
nameWithType: PumpState.FluidDelivTotalSet
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotalSet
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: FluidDelivTotalSet
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 47
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? FluidDelivTotalSet { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property FluidDelivTotalSet As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotalSet*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.VolumeRemaining
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.VolumeRemaining
|
|
id: VolumeRemaining
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: VolumeRemaining
|
|
nameWithType: PumpState.VolumeRemaining
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.VolumeRemaining
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: VolumeRemaining
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 48
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? VolumeRemaining { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property VolumeRemaining As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.VolumeRemaining*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Vtbi
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.Vtbi
|
|
id: Vtbi
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Vtbi
|
|
nameWithType: PumpState.Vtbi
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Vtbi
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Vtbi
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 49
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? Vtbi { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property Vtbi As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.Vtbi*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.TimeRemaining
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.TimeRemaining
|
|
id: TimeRemaining
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TimeRemaining
|
|
nameWithType: PumpState.TimeRemaining
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.TimeRemaining
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: TimeRemaining
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 50
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? TimeRemaining { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property TimeRemaining As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.TimeRemaining*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.TimeProgrammed
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.TimeProgrammed
|
|
id: TimeProgrammed
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TimeProgrammed
|
|
nameWithType: PumpState.TimeProgrammed
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.TimeProgrammed
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: TimeProgrammed
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 51
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? TimeProgrammed { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property TimeProgrammed As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.TimeProgrammed*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DrugName
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.DrugName
|
|
id: DrugName
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DrugName
|
|
nameWithType: PumpState.DrugName
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DrugName
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DrugName
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 54
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? DrugName { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property DrugName As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.DrugName*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DrugId
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.DrugId
|
|
id: DrugId
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DrugId
|
|
nameWithType: PumpState.DrugId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DrugId
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DrugId
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 55
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? DrugId { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property DrugId As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.DrugId*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Concentration
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.Concentration
|
|
id: Concentration
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Concentration
|
|
nameWithType: PumpState.Concentration
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Concentration
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Concentration
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 56
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? Concentration { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property Concentration As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.Concentration*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DoseRate
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.DoseRate
|
|
id: DoseRate
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DoseRate
|
|
nameWithType: PumpState.DoseRate
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DoseRate
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DoseRate
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 57
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? DoseRate { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property DoseRate As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.DoseRate*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DrugAmount
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.DrugAmount
|
|
id: DrugAmount
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DrugAmount
|
|
nameWithType: PumpState.DrugAmount
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DrugAmount
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DrugAmount
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 58
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? DrugAmount { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property DrugAmount As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.DrugAmount*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DrugDoseDelivered
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.DrugDoseDelivered
|
|
id: DrugDoseDelivered
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DrugDoseDelivered
|
|
nameWithType: PumpState.DrugDoseDelivered
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DrugDoseDelivered
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DrugDoseDelivered
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 59
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? DrugDoseDelivered { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property DrugDoseDelivered As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.DrugDoseDelivered*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PatientWeight
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.PatientWeight
|
|
id: PatientWeight
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PatientWeight
|
|
nameWithType: PumpState.PatientWeight
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PatientWeight
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: PatientWeight
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 61
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.PumpValue? PatientWeight { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
content.vb: Public Property PatientWeight As CommonPumpTypes.PumpValue
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.PatientWeight*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Syringe
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.Syringe
|
|
id: Syringe
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Syringe
|
|
nameWithType: PumpState.Syringe
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Syringe
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Syringe
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 62
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public CommonPumpTypes.SyringeDetails? Syringe { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: adas_core.Domain.Models.Pumps.CommonPumpTypes.SyringeDetails
|
|
content.vb: Public Property Syringe As CommonPumpTypes.SyringeDetails
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.Syringe*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmType
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.AlarmType
|
|
id: AlarmType
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AlarmType
|
|
nameWithType: PumpState.AlarmType
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmType
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: AlarmType
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 65
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public PumpEnum.AlarmType? AlarmType { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Nullable{adas_core.Domain.Enums.PumpEnum.AlarmType}
|
|
content.vb: Public Property AlarmType As PumpEnum.AlarmType?
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.AlarmType*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmDescription
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.AlarmDescription
|
|
id: AlarmDescription
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AlarmDescription
|
|
nameWithType: PumpState.AlarmDescription
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmDescription
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: AlarmDescription
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 66
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? AlarmDescription { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property AlarmDescription As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.AlarmDescription*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmState
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.AlarmState
|
|
id: AlarmState
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AlarmState
|
|
nameWithType: PumpState.AlarmState
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmState
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: AlarmState
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 67
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? AlarmState { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property AlarmState As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.AlarmState*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmInactivationState
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.AlarmInactivationState
|
|
id: AlarmInactivationState
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AlarmInactivationState
|
|
nameWithType: PumpState.AlarmInactivationState
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmInactivationState
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: AlarmInactivationState
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 68
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? AlarmInactivationState { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property AlarmInactivationState As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.AlarmInactivationState*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmPriority
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.AlarmPriority
|
|
id: AlarmPriority
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AlarmPriority
|
|
nameWithType: PumpState.AlarmPriority
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmPriority
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: AlarmPriority
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 69
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? AlarmPriority { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property AlarmPriority As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.AlarmPriority*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmCodeMdc
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.AlarmCodeMdc
|
|
id: AlarmCodeMdc
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AlarmCodeMdc
|
|
nameWithType: PumpState.AlarmCodeMdc
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmCodeMdc
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: AlarmCodeMdc
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 70
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? AlarmCodeMdc { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property AlarmCodeMdc As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.AlarmCodeMdc*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Event
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.Event
|
|
id: Event
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Event
|
|
nameWithType: PumpState.Event
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Event
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Event
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 73
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public PumpEnum.Event? Event { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Nullable{adas_core.Domain.Enums.PumpEnum.Event}
|
|
content.vb: Public Property [Event] As PumpEnum.Event?
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.Event*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.EventPhase
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.EventPhase
|
|
id: EventPhase
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: EventPhase
|
|
nameWithType: PumpState.EventPhase
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.EventPhase
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: EventPhase
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 74
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public PumpEnum.EventPhase? EventPhase { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Nullable{adas_core.Domain.Enums.PumpEnum.EventPhase}
|
|
content.vb: Public Property EventPhase As PumpEnum.EventPhase?
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.EventPhase*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.CommStatus
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.CommStatus
|
|
id: CommStatus
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CommStatus
|
|
nameWithType: PumpState.CommStatus
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.CommStatus
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: CommStatus
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 77
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? CommStatus { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property CommStatus As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.CommStatus*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.RelayState
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.RelayState
|
|
id: RelayState
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: RelayState
|
|
nameWithType: PumpState.RelayState
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.RelayState
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: RelayState
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 78
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? RelayState { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property RelayState As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.RelayState*
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.RelayGuid
|
|
commentId: P:adas_core.Domain.Models.Pumps.PumpState.RelayGuid
|
|
id: RelayGuid
|
|
parent: adas_core.Domain.Models.Pumps.PumpState
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: RelayGuid
|
|
nameWithType: PumpState.RelayGuid
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.RelayGuid
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/Pumps/PumpState.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: RelayGuid
|
|
path: ../../adas-core.Domain/Models/Pumps/PumpState.cs
|
|
startLine: 79
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models.Pumps
|
|
syntax:
|
|
content: public string? RelayGuid { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property RelayGuid As String
|
|
overload: adas_core.Domain.Models.Pumps.PumpState.RelayGuid*
|
|
references:
|
|
- 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.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.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.NumberUtils
|
|
commentId: T:adas_core.Domain.Utils.NumberUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.NumberUtils.html
|
|
name: NumberUtils
|
|
nameWithType: NumberUtils
|
|
fullName: adas_core.Domain.Utils.NumberUtils
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils
|
|
commentId: T:adas_core.Domain.Utils.ObjectUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.ObjectUtils.html
|
|
name: ObjectUtils
|
|
nameWithType: ObjectUtils
|
|
fullName: adas_core.Domain.Utils.ObjectUtils
|
|
- uid: adas_core.Domain.Utils
|
|
commentId: N:adas_core.Domain.Utils
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Utils
|
|
nameWithType: adas_core.Domain.Utils
|
|
fullName: adas_core.Domain.Utils
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Id*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.Id
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_Id
|
|
name: Id
|
|
nameWithType: PumpState.Id
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Id
|
|
- uid: MongoDB.Bson.ObjectId
|
|
commentId: T:MongoDB.Bson.ObjectId
|
|
parent: MongoDB.Bson
|
|
isExternal: true
|
|
name: ObjectId
|
|
nameWithType: ObjectId
|
|
fullName: MongoDB.Bson.ObjectId
|
|
- uid: MongoDB.Bson
|
|
commentId: N:MongoDB.Bson
|
|
isExternal: true
|
|
name: MongoDB.Bson
|
|
nameWithType: MongoDB.Bson
|
|
fullName: MongoDB.Bson
|
|
spec.csharp:
|
|
- uid: MongoDB
|
|
name: MongoDB
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson
|
|
name: Bson
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MongoDB
|
|
name: MongoDB
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson
|
|
name: Bson
|
|
isExternal: true
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DeviceId*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.DeviceId
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_DeviceId
|
|
name: DeviceId
|
|
nameWithType: PumpState.DeviceId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DeviceId
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: string
|
|
nameWithType: string
|
|
fullName: string
|
|
nameWithType.vb: String
|
|
fullName.vb: String
|
|
name.vb: String
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.RackId*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.RackId
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_RackId
|
|
name: RackId
|
|
nameWithType: PumpState.RackId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.RackId
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DeviceTypeMdc*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.DeviceTypeMdc
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_DeviceTypeMdc
|
|
name: DeviceTypeMdc
|
|
nameWithType: PumpState.DeviceTypeMdc
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DeviceTypeMdc
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DeviceIp*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.DeviceIp
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_DeviceIp
|
|
name: DeviceIp
|
|
nameWithType: PumpState.DeviceIp
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DeviceIp
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PillarAssembly*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.PillarAssembly
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_PillarAssembly
|
|
name: PillarAssembly
|
|
nameWithType: PumpState.PillarAssembly
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PillarAssembly
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PillarRackSlot*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.PillarRackSlot
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_PillarRackSlot
|
|
name: PillarRackSlot
|
|
nameWithType: PumpState.PillarRackSlot
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PillarRackSlot
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PatientId*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.PatientId
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_PatientId
|
|
name: PatientId
|
|
nameWithType: PumpState.PatientId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PatientId
|
|
- uid: System.Nullable{MongoDB.Bson.ObjectId}
|
|
commentId: T:System.Nullable{MongoDB.Bson.ObjectId}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
name: ObjectId?
|
|
nameWithType: ObjectId?
|
|
fullName: MongoDB.Bson.ObjectId?
|
|
spec.csharp:
|
|
- uid: MongoDB.Bson.ObjectId
|
|
name: ObjectId
|
|
isExternal: true
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: MongoDB.Bson.ObjectId
|
|
name: ObjectId
|
|
isExternal: true
|
|
- name: '?'
|
|
- uid: System.Nullable`1
|
|
commentId: T:System.Nullable`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
name: Nullable<T>
|
|
nameWithType: Nullable<T>
|
|
fullName: System.Nullable<T>
|
|
nameWithType.vb: Nullable(Of T)
|
|
fullName.vb: System.Nullable(Of T)
|
|
name.vb: Nullable(Of T)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.InfusionId*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.InfusionId
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_InfusionId
|
|
name: InfusionId
|
|
nameWithType: PumpState.InfusionId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.InfusionId
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.LastUpdated*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.LastUpdated
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_LastUpdated
|
|
name: LastUpdated
|
|
nameWithType: PumpState.LastUpdated
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.LastUpdated
|
|
- uid: System.DateTime
|
|
commentId: T:System.DateTime
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetime
|
|
name: DateTime
|
|
nameWithType: DateTime
|
|
fullName: System.DateTime
|
|
nameWithType.vb: Date
|
|
fullName.vb: Date
|
|
name.vb: Date
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.IsInfusing*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.IsInfusing
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_IsInfusing
|
|
name: IsInfusing
|
|
nameWithType: PumpState.IsInfusing
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.IsInfusing
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.InfusingStatus*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.InfusingStatus
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_InfusingStatus
|
|
name: InfusingStatus
|
|
nameWithType: PumpState.InfusingStatus
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.InfusingStatus
|
|
- uid: System.Nullable{adas_core.Domain.Enums.PumpEnum.InfusingStatus}
|
|
commentId: T:System.Nullable{adas_core.Domain.Enums.PumpEnum.InfusingStatus}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
name: PumpEnum.InfusingStatus?
|
|
nameWithType: PumpEnum.InfusingStatus?
|
|
fullName: adas_core.Domain.Enums.PumpEnum.InfusingStatus?
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.InfusingStatus
|
|
name: InfusingStatus
|
|
href: adas_core.Domain.Enums.PumpEnum.InfusingStatus.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.InfusingStatus
|
|
name: InfusingStatus
|
|
href: adas_core.Domain.Enums.PumpEnum.InfusingStatus.html
|
|
- name: '?'
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Status*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.Status
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_Status
|
|
name: Status
|
|
nameWithType: PumpState.Status
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Status
|
|
- uid: System.Nullable{adas_core.Domain.Enums.PumpEnum.Status}
|
|
commentId: T:System.Nullable{adas_core.Domain.Enums.PumpEnum.Status}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
name: PumpEnum.Status?
|
|
nameWithType: PumpEnum.Status?
|
|
fullName: adas_core.Domain.Enums.PumpEnum.Status?
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.Status
|
|
name: Status
|
|
href: adas_core.Domain.Enums.PumpEnum.Status.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.Status
|
|
name: Status
|
|
href: adas_core.Domain.Enums.PumpEnum.Status.html
|
|
- name: '?'
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PumpMode*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.PumpMode
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_PumpMode
|
|
name: PumpMode
|
|
nameWithType: PumpState.PumpMode
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PumpMode
|
|
- uid: System.Nullable{adas_core.Domain.Enums.PumpEnum.Mode}
|
|
commentId: T:System.Nullable{adas_core.Domain.Enums.PumpEnum.Mode}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
name: PumpEnum.Mode?
|
|
nameWithType: PumpEnum.Mode?
|
|
fullName: adas_core.Domain.Enums.PumpEnum.Mode?
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.Mode
|
|
name: Mode
|
|
href: adas_core.Domain.Enums.PumpEnum.Mode.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.Mode
|
|
name: Mode
|
|
href: adas_core.Domain.Enums.PumpEnum.Mode.html
|
|
- name: '?'
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.InfusionModeDetail*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.InfusionModeDetail
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_InfusionModeDetail
|
|
name: InfusionModeDetail
|
|
nameWithType: PumpState.InfusionModeDetail
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.InfusionModeDetail
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.ActiveSourceInfo*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.ActiveSourceInfo
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_ActiveSourceInfo
|
|
name: ActiveSourceInfo
|
|
nameWithType: PumpState.ActiveSourceInfo
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.ActiveSourceInfo
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.NotDeliveringReason*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.NotDeliveringReason
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_NotDeliveringReason
|
|
name: NotDeliveringReason
|
|
nameWithType: PumpState.NotDeliveringReason
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.NotDeliveringReason
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Source*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.Source
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_Source
|
|
name: Source
|
|
nameWithType: PumpState.Source
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Source
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.FlowFluid*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.FlowFluid
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_FlowFluid
|
|
name: FlowFluid
|
|
nameWithType: PumpState.FlowFluid
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.FlowFluid
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
commentId: T:adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
parent: adas_core.Domain.Models.Pumps
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.html
|
|
name: CommonPumpTypes.PumpValue
|
|
nameWithType: CommonPumpTypes.PumpValue
|
|
fullName: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes
|
|
name: CommonPumpTypes
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
name: PumpValue
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue.html
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes
|
|
name: CommonPumpTypes
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue
|
|
name: PumpValue
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.PumpValue.html
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Rate*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.Rate
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_Rate
|
|
name: Rate
|
|
nameWithType: PumpState.Rate
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Rate
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.VolumeInfused*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.VolumeInfused
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_VolumeInfused
|
|
name: VolumeInfused
|
|
nameWithType: PumpState.VolumeInfused
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.VolumeInfused
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotal*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotal
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_FluidDelivTotal
|
|
name: FluidDelivTotal
|
|
nameWithType: PumpState.FluidDelivTotal
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotal
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotalSet*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotalSet
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_FluidDelivTotalSet
|
|
name: FluidDelivTotalSet
|
|
nameWithType: PumpState.FluidDelivTotalSet
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.FluidDelivTotalSet
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.VolumeRemaining*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.VolumeRemaining
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_VolumeRemaining
|
|
name: VolumeRemaining
|
|
nameWithType: PumpState.VolumeRemaining
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.VolumeRemaining
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Vtbi*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.Vtbi
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_Vtbi
|
|
name: Vtbi
|
|
nameWithType: PumpState.Vtbi
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Vtbi
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.TimeRemaining*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.TimeRemaining
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_TimeRemaining
|
|
name: TimeRemaining
|
|
nameWithType: PumpState.TimeRemaining
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.TimeRemaining
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.TimeProgrammed*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.TimeProgrammed
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_TimeProgrammed
|
|
name: TimeProgrammed
|
|
nameWithType: PumpState.TimeProgrammed
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.TimeProgrammed
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DrugName*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.DrugName
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_DrugName
|
|
name: DrugName
|
|
nameWithType: PumpState.DrugName
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DrugName
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DrugId*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.DrugId
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_DrugId
|
|
name: DrugId
|
|
nameWithType: PumpState.DrugId
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DrugId
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Concentration*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.Concentration
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_Concentration
|
|
name: Concentration
|
|
nameWithType: PumpState.Concentration
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Concentration
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DoseRate*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.DoseRate
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_DoseRate
|
|
name: DoseRate
|
|
nameWithType: PumpState.DoseRate
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DoseRate
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DrugAmount*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.DrugAmount
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_DrugAmount
|
|
name: DrugAmount
|
|
nameWithType: PumpState.DrugAmount
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DrugAmount
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.DrugDoseDelivered*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.DrugDoseDelivered
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_DrugDoseDelivered
|
|
name: DrugDoseDelivered
|
|
nameWithType: PumpState.DrugDoseDelivered
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.DrugDoseDelivered
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.PatientWeight*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.PatientWeight
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_PatientWeight
|
|
name: PatientWeight
|
|
nameWithType: PumpState.PatientWeight
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.PatientWeight
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Syringe*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.Syringe
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_Syringe
|
|
name: Syringe
|
|
nameWithType: PumpState.Syringe
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Syringe
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes.SyringeDetails
|
|
commentId: T:adas_core.Domain.Models.Pumps.CommonPumpTypes.SyringeDetails
|
|
parent: adas_core.Domain.Models.Pumps
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.html
|
|
name: CommonPumpTypes.SyringeDetails
|
|
nameWithType: CommonPumpTypes.SyringeDetails
|
|
fullName: adas_core.Domain.Models.Pumps.CommonPumpTypes.SyringeDetails
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes
|
|
name: CommonPumpTypes
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes.SyringeDetails
|
|
name: SyringeDetails
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.SyringeDetails.html
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes
|
|
name: CommonPumpTypes
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.Pumps.CommonPumpTypes.SyringeDetails
|
|
name: SyringeDetails
|
|
href: adas_core.Domain.Models.Pumps.CommonPumpTypes.SyringeDetails.html
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmType*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.AlarmType
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_AlarmType
|
|
name: AlarmType
|
|
nameWithType: PumpState.AlarmType
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmType
|
|
- uid: System.Nullable{adas_core.Domain.Enums.PumpEnum.AlarmType}
|
|
commentId: T:System.Nullable{adas_core.Domain.Enums.PumpEnum.AlarmType}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
name: PumpEnum.AlarmType?
|
|
nameWithType: PumpEnum.AlarmType?
|
|
fullName: adas_core.Domain.Enums.PumpEnum.AlarmType?
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.AlarmType
|
|
name: AlarmType
|
|
href: adas_core.Domain.Enums.PumpEnum.AlarmType.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.AlarmType
|
|
name: AlarmType
|
|
href: adas_core.Domain.Enums.PumpEnum.AlarmType.html
|
|
- name: '?'
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmDescription*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.AlarmDescription
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_AlarmDescription
|
|
name: AlarmDescription
|
|
nameWithType: PumpState.AlarmDescription
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmDescription
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmState*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.AlarmState
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_AlarmState
|
|
name: AlarmState
|
|
nameWithType: PumpState.AlarmState
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmState
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmInactivationState*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.AlarmInactivationState
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_AlarmInactivationState
|
|
name: AlarmInactivationState
|
|
nameWithType: PumpState.AlarmInactivationState
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmInactivationState
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmPriority*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.AlarmPriority
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_AlarmPriority
|
|
name: AlarmPriority
|
|
nameWithType: PumpState.AlarmPriority
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmPriority
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.AlarmCodeMdc*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.AlarmCodeMdc
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_AlarmCodeMdc
|
|
name: AlarmCodeMdc
|
|
nameWithType: PumpState.AlarmCodeMdc
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.AlarmCodeMdc
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.Event*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.Event
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_Event
|
|
name: Event
|
|
nameWithType: PumpState.Event
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.Event
|
|
- uid: System.Nullable{adas_core.Domain.Enums.PumpEnum.Event}
|
|
commentId: T:System.Nullable{adas_core.Domain.Enums.PumpEnum.Event}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
name: PumpEnum.Event?
|
|
nameWithType: PumpEnum.Event?
|
|
fullName: adas_core.Domain.Enums.PumpEnum.Event?
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.Event
|
|
name: Event
|
|
href: adas_core.Domain.Enums.PumpEnum.Event.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.Event
|
|
name: Event
|
|
href: adas_core.Domain.Enums.PumpEnum.Event.html
|
|
- name: '?'
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.EventPhase*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.EventPhase
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_EventPhase
|
|
name: EventPhase
|
|
nameWithType: PumpState.EventPhase
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.EventPhase
|
|
- uid: System.Nullable{adas_core.Domain.Enums.PumpEnum.EventPhase}
|
|
commentId: T:System.Nullable{adas_core.Domain.Enums.PumpEnum.EventPhase}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
name: PumpEnum.EventPhase?
|
|
nameWithType: PumpEnum.EventPhase?
|
|
fullName: adas_core.Domain.Enums.PumpEnum.EventPhase?
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.EventPhase
|
|
name: EventPhase
|
|
href: adas_core.Domain.Enums.PumpEnum.EventPhase.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.PumpEnum
|
|
name: PumpEnum
|
|
href: adas_core.Domain.Enums.PumpEnum.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.PumpEnum.EventPhase
|
|
name: EventPhase
|
|
href: adas_core.Domain.Enums.PumpEnum.EventPhase.html
|
|
- name: '?'
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.CommStatus*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.CommStatus
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_CommStatus
|
|
name: CommStatus
|
|
nameWithType: PumpState.CommStatus
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.CommStatus
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.RelayState*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.RelayState
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_RelayState
|
|
name: RelayState
|
|
nameWithType: PumpState.RelayState
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.RelayState
|
|
- uid: adas_core.Domain.Models.Pumps.PumpState.RelayGuid*
|
|
commentId: Overload:adas_core.Domain.Models.Pumps.PumpState.RelayGuid
|
|
href: adas_core.Domain.Models.Pumps.PumpState.html#adas_core_Domain_Models_Pumps_PumpState_RelayGuid
|
|
name: RelayGuid
|
|
nameWithType: PumpState.RelayGuid
|
|
fullName: adas_core.Domain.Models.Pumps.PumpState.RelayGuid
|