Files
adas-core/Documentation/docs/api/adas_core.Domain.Models.MongoModels.Box.yml
T
2026-06-26 10:29:23 +02:00

1394 lines
48 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.MongoModels.Box
commentId: T:adas_core.Domain.Models.MongoModels.Box
id: Box
parent: adas_core.Domain.Models.MongoModels
children:
- adas_core.Domain.Models.MongoModels.Box.AttendingDoctor
- adas_core.Domain.Models.MongoModels.Box.Bed
- adas_core.Domain.Models.MongoModels.Box.Configuration
- adas_core.Domain.Models.MongoModels.Box.HasPatient
- adas_core.Domain.Models.MongoModels.Box.IsActive
- adas_core.Domain.Models.MongoModels.Box.IsVisible
- adas_core.Domain.Models.MongoModels.Box.Location
- adas_core.Domain.Models.MongoModels.Box.Medication
- adas_core.Domain.Models.MongoModels.Box.Observations
- adas_core.Domain.Models.MongoModels.Box.Patient
- adas_core.Domain.Models.MongoModels.Box.Patientid
- adas_core.Domain.Models.MongoModels.Box.PointOfCare
- adas_core.Domain.Models.MongoModels.Box.Type
langs:
- csharp
- vb
name: Box
nameWithType: Box
fullName: adas_core.Domain.Models.MongoModels.Box
type: Class
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Box
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 10
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
summary: >-
Represents a patient box (clinical display unit) that aggregates patient data,
observations, medications, and display configuration for a specific point of care.
example: []
syntax:
content: public class Box
content.vb: Public Class Box
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.MongoModels.Box.AttendingDoctor
commentId: F:adas_core.Domain.Models.MongoModels.Box.AttendingDoctor
id: AttendingDoctor
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: AttendingDoctor
nameWithType: Box.AttendingDoctor
fullName: adas_core.Domain.Models.MongoModels.Box.AttendingDoctor
type: Field
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AttendingDoctor
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 12
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public Person? AttendingDoctor
return:
type: adas_core.Domain.Models.Person
content.vb: Public AttendingDoctor As Person
- uid: adas_core.Domain.Models.MongoModels.Box.PointOfCare
commentId: P:adas_core.Domain.Models.MongoModels.Box.PointOfCare
id: PointOfCare
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: PointOfCare
nameWithType: Box.PointOfCare
fullName: adas_core.Domain.Models.MongoModels.Box.PointOfCare
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PointOfCare
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 13
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? PointOfCare { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property PointOfCare As String
overload: adas_core.Domain.Models.MongoModels.Box.PointOfCare*
- uid: adas_core.Domain.Models.MongoModels.Box.Bed
commentId: P:adas_core.Domain.Models.MongoModels.Box.Bed
id: Bed
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: Bed
nameWithType: Box.Bed
fullName: adas_core.Domain.Models.MongoModels.Box.Bed
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Bed
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 15
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? Bed { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Bed As String
overload: adas_core.Domain.Models.MongoModels.Box.Bed*
- uid: adas_core.Domain.Models.MongoModels.Box.IsActive
commentId: P:adas_core.Domain.Models.MongoModels.Box.IsActive
id: IsActive
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: IsActive
nameWithType: Box.IsActive
fullName: adas_core.Domain.Models.MongoModels.Box.IsActive
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: IsActive
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 17
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public bool IsActive { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property IsActive As Boolean
overload: adas_core.Domain.Models.MongoModels.Box.IsActive*
- uid: adas_core.Domain.Models.MongoModels.Box.IsVisible
commentId: P:adas_core.Domain.Models.MongoModels.Box.IsVisible
id: IsVisible
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: IsVisible
nameWithType: Box.IsVisible
fullName: adas_core.Domain.Models.MongoModels.Box.IsVisible
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: IsVisible
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 19
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public bool IsVisible { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property IsVisible As Boolean
overload: adas_core.Domain.Models.MongoModels.Box.IsVisible*
- uid: adas_core.Domain.Models.MongoModels.Box.Configuration
commentId: P:adas_core.Domain.Models.MongoModels.Box.Configuration
id: Configuration
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: Configuration
nameWithType: Box.Configuration
fullName: adas_core.Domain.Models.MongoModels.Box.Configuration
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Configuration
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 21
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public Dictionary<string, object>? Configuration { get; set; }
parameters: []
return:
type: System.Collections.Generic.Dictionary{System.String,System.Object}
content.vb: Public Property Configuration As Dictionary(Of String, Object)
overload: adas_core.Domain.Models.MongoModels.Box.Configuration*
- uid: adas_core.Domain.Models.MongoModels.Box.Location
commentId: P:adas_core.Domain.Models.MongoModels.Box.Location
id: Location
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: Location
nameWithType: Box.Location
fullName: adas_core.Domain.Models.MongoModels.Box.Location
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Location
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 23
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public PatientLocation Location { get; }
parameters: []
return:
type: adas_core.Domain.Models.PatientLocation
content.vb: Public ReadOnly Property Location As PatientLocation
overload: adas_core.Domain.Models.MongoModels.Box.Location*
- uid: adas_core.Domain.Models.MongoModels.Box.HasPatient
commentId: P:adas_core.Domain.Models.MongoModels.Box.HasPatient
id: HasPatient
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: HasPatient
nameWithType: Box.HasPatient
fullName: adas_core.Domain.Models.MongoModels.Box.HasPatient
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: HasPatient
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 25
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public bool HasPatient { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property HasPatient As Boolean
overload: adas_core.Domain.Models.MongoModels.Box.HasPatient*
- uid: adas_core.Domain.Models.MongoModels.Box.Patientid
commentId: P:adas_core.Domain.Models.MongoModels.Box.Patientid
id: Patientid
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: Patientid
nameWithType: Box.Patientid
fullName: adas_core.Domain.Models.MongoModels.Box.Patientid
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Patientid
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 27
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
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.MongoModels.Box.Patientid*
- uid: adas_core.Domain.Models.MongoModels.Box.Patient
commentId: P:adas_core.Domain.Models.MongoModels.Box.Patient
id: Patient
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: Patient
nameWithType: Box.Patient
fullName: adas_core.Domain.Models.MongoModels.Box.Patient
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Patient
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 29
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public Patient? Patient { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.MongoModels.Patient
content.vb: Public Property Patient As Patient
overload: adas_core.Domain.Models.MongoModels.Box.Patient*
- uid: adas_core.Domain.Models.MongoModels.Box.Type
commentId: P:adas_core.Domain.Models.MongoModels.Box.Type
id: Type
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: Type
nameWithType: Box.Type
fullName: adas_core.Domain.Models.MongoModels.Box.Type
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Type
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 31
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public StatusEnum.Type Type { get; set; }
parameters: []
return:
type: adas_core.Domain.Enums.StatusEnum.Type
content.vb: Public Property Type As StatusEnum.Type
overload: adas_core.Domain.Models.MongoModels.Box.Type*
- uid: adas_core.Domain.Models.MongoModels.Box.Observations
commentId: P:adas_core.Domain.Models.MongoModels.Box.Observations
id: Observations
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: Observations
nameWithType: Box.Observations
fullName: adas_core.Domain.Models.MongoModels.Box.Observations
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Observations
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 33
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public List<PatientObservation>? Observations { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}
content.vb: Public Property Observations As List(Of PatientObservation)
overload: adas_core.Domain.Models.MongoModels.Box.Observations*
- uid: adas_core.Domain.Models.MongoModels.Box.Medication
commentId: P:adas_core.Domain.Models.MongoModels.Box.Medication
id: Medication
parent: adas_core.Domain.Models.MongoModels.Box
langs:
- csharp
- vb
name: Medication
nameWithType: Box.Medication
fullName: adas_core.Domain.Models.MongoModels.Box.Medication
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Box.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Medication
path: ../../adas-core.Domain/Models/MongoModels/Box.cs
startLine: 35
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public List<Medication>? Medication { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.Observations.Medication}
content.vb: Public Property Medication As List(Of Medication)
overload: adas_core.Domain.Models.MongoModels.Box.Medication*
references:
- uid: adas_core.Domain.Models.MongoModels
commentId: N:adas_core.Domain.Models.MongoModels
href: adas_core.html
name: adas_core.Domain.Models.MongoModels
nameWithType: adas_core.Domain.Models.MongoModels
fullName: adas_core.Domain.Models.MongoModels
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
- name: .
- uid: adas_core.Domain.Models.MongoModels
name: MongoModels
href: adas_core.Domain.Models.MongoModels.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
- name: .
- uid: adas_core.Domain.Models.MongoModels
name: MongoModels
href: adas_core.Domain.Models.MongoModels.html
- uid: 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.Person
commentId: T:adas_core.Domain.Models.Person
parent: adas_core.Domain.Models
href: adas_core.Domain.Models.Person.html
name: Person
nameWithType: Person
fullName: adas_core.Domain.Models.Person
- uid: adas_core.Domain.Models
commentId: N:adas_core.Domain.Models
href: adas_core.html
name: adas_core.Domain.Models
nameWithType: adas_core.Domain.Models
fullName: adas_core.Domain.Models
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
- uid: adas_core.Domain.Models.MongoModels.Box.PointOfCare*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.PointOfCare
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_PointOfCare
name: PointOfCare
nameWithType: Box.PointOfCare
fullName: adas_core.Domain.Models.MongoModels.Box.PointOfCare
- 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.MongoModels.Box.Bed*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.Bed
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_Bed
name: Bed
nameWithType: Box.Bed
fullName: adas_core.Domain.Models.MongoModels.Box.Bed
- uid: adas_core.Domain.Models.MongoModels.Box.IsActive*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.IsActive
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_IsActive
name: IsActive
nameWithType: Box.IsActive
fullName: adas_core.Domain.Models.MongoModels.Box.IsActive
- 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.MongoModels.Box.IsVisible*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.IsVisible
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_IsVisible
name: IsVisible
nameWithType: Box.IsVisible
fullName: adas_core.Domain.Models.MongoModels.Box.IsVisible
- uid: adas_core.Domain.Models.MongoModels.Box.Configuration*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.Configuration
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_Configuration
name: Configuration
nameWithType: Box.Configuration
fullName: adas_core.Domain.Models.MongoModels.Box.Configuration
- uid: System.Collections.Generic.Dictionary{System.String,System.Object}
commentId: T:System.Collections.Generic.Dictionary{System.String,System.Object}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<string, object>
nameWithType: Dictionary<string, object>
fullName: System.Collections.Generic.Dictionary<string, object>
nameWithType.vb: Dictionary(Of String, Object)
fullName.vb: System.Collections.Generic.Dictionary(Of String, Object)
name.vb: Dictionary(Of String, Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: adas_core.Domain.Models.MongoModels.Box.Location*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.Location
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_Location
name: Location
nameWithType: Box.Location
fullName: adas_core.Domain.Models.MongoModels.Box.Location
- uid: adas_core.Domain.Models.PatientLocation
commentId: T:adas_core.Domain.Models.PatientLocation
parent: adas_core.Domain.Models
href: adas_core.Domain.Models.PatientLocation.html
name: PatientLocation
nameWithType: PatientLocation
fullName: adas_core.Domain.Models.PatientLocation
- uid: adas_core.Domain.Models.MongoModels.Box.HasPatient*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.HasPatient
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_HasPatient
name: HasPatient
nameWithType: Box.HasPatient
fullName: adas_core.Domain.Models.MongoModels.Box.HasPatient
- uid: adas_core.Domain.Models.MongoModels.Box.Patientid*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.Patientid
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_Patientid
name: Patientid
nameWithType: Box.Patientid
fullName: adas_core.Domain.Models.MongoModels.Box.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.MongoModels.Box.Patient*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.Patient
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_Patient
name: Patient
nameWithType: Box.Patient
fullName: adas_core.Domain.Models.MongoModels.Box.Patient
- uid: adas_core.Domain.Models.MongoModels.Patient
commentId: T:adas_core.Domain.Models.MongoModels.Patient
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.Patient.html
name: Patient
nameWithType: Patient
fullName: adas_core.Domain.Models.MongoModels.Patient
- uid: adas_core.Domain.Models.MongoModels.Box.Type*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.Type
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_Type
name: Type
nameWithType: Box.Type
fullName: adas_core.Domain.Models.MongoModels.Box.Type
- uid: adas_core.Domain.Enums.StatusEnum.Type
commentId: T:adas_core.Domain.Enums.StatusEnum.Type
parent: adas_core.Domain.Enums
href: adas_core.Domain.Enums.StatusEnum.html
name: StatusEnum.Type
nameWithType: StatusEnum.Type
fullName: adas_core.Domain.Enums.StatusEnum.Type
spec.csharp:
- uid: adas_core.Domain.Enums.StatusEnum
name: StatusEnum
href: adas_core.Domain.Enums.StatusEnum.html
- name: .
- uid: adas_core.Domain.Enums.StatusEnum.Type
name: Type
href: adas_core.Domain.Enums.StatusEnum.Type.html
spec.vb:
- uid: adas_core.Domain.Enums.StatusEnum
name: StatusEnum
href: adas_core.Domain.Enums.StatusEnum.html
- name: .
- uid: adas_core.Domain.Enums.StatusEnum.Type
name: Type
href: adas_core.Domain.Enums.StatusEnum.Type.html
- uid: adas_core.Domain.Enums
commentId: N:adas_core.Domain.Enums
href: adas_core.html
name: adas_core.Domain.Enums
nameWithType: adas_core.Domain.Enums
fullName: adas_core.Domain.Enums
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.Enums
name: Enums
href: adas_core.Domain.Enums.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.Enums
name: Enums
href: adas_core.Domain.Enums.html
- uid: adas_core.Domain.Models.MongoModels.Box.Observations*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.Observations
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_Observations
name: Observations
nameWithType: Box.Observations
fullName: adas_core.Domain.Models.MongoModels.Box.Observations
- uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientObservation}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<PatientObservation>
nameWithType: List<PatientObservation>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.PatientObservation>
nameWithType.vb: List(Of PatientObservation)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientObservation)
name.vb: List(Of PatientObservation)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: adas_core.Domain.Models.PatientObservation
name: PatientObservation
href: adas_core.Domain.Models.PatientObservation.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: adas_core.Domain.Models.PatientObservation
name: PatientObservation
href: adas_core.Domain.Models.PatientObservation.html
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: adas_core.Domain.Models.MongoModels.Box.Medication*
commentId: Overload:adas_core.Domain.Models.MongoModels.Box.Medication
href: adas_core.Domain.Models.MongoModels.Box.html#adas_core_Domain_Models_MongoModels_Box_Medication
name: Medication
nameWithType: Box.Medication
fullName: adas_core.Domain.Models.MongoModels.Box.Medication
- uid: System.Collections.Generic.List{adas_core.Domain.Models.Observations.Medication}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.Observations.Medication}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Medication>
nameWithType: List<Medication>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.Observations.Medication>
nameWithType.vb: List(Of Medication)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.Observations.Medication)
name.vb: List(Of Medication)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: adas_core.Domain.Models.Observations.Medication
name: Medication
href: adas_core.Domain.Models.Observations.Medication.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: adas_core.Domain.Models.Observations.Medication
name: Medication
href: adas_core.Domain.Models.Observations.Medication.html
- name: )