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

2931 lines
112 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.MongoModels.Unit
commentId: T:adas_core.Domain.Models.MongoModels.Unit
id: Unit
parent: adas_core.Domain.Models.MongoModels
children:
- adas_core.Domain.Models.MongoModels.Unit.AccessControlList
- adas_core.Domain.Models.MongoModels.Unit.AccessControlListId
- adas_core.Domain.Models.MongoModels.Unit.AllergyList
- adas_core.Domain.Models.MongoModels.Unit.AllergyListId
- adas_core.Domain.Models.MongoModels.Unit.AltableOptionList
- adas_core.Domain.Models.MongoModels.Unit.AltableOptionListId
- adas_core.Domain.Models.MongoModels.Unit.Configuration
- adas_core.Domain.Models.MongoModels.Unit.DestinationList
- adas_core.Domain.Models.MongoModels.Unit.DestinationListId
- adas_core.Domain.Models.MongoModels.Unit.DiagnosisList
- adas_core.Domain.Models.MongoModels.Unit.DiagnosisListId
- adas_core.Domain.Models.MongoModels.Unit.DischargeStatusList
- adas_core.Domain.Models.MongoModels.Unit.DischargeStatusListId
- adas_core.Domain.Models.MongoModels.Unit.DoctorList
- adas_core.Domain.Models.MongoModels.Unit.DoctorListId
- adas_core.Domain.Models.MongoModels.Unit.DoctorTypeList
- adas_core.Domain.Models.MongoModels.Unit.DoctorTypeListId
- adas_core.Domain.Models.MongoModels.Unit.GenericList
- adas_core.Domain.Models.MongoModels.Unit.GenericListId
- adas_core.Domain.Models.MongoModels.Unit.Id
- adas_core.Domain.Models.MongoModels.Unit.InsulationList
- adas_core.Domain.Models.MongoModels.Unit.InsulationListId
- adas_core.Domain.Models.MongoModels.Unit.InternalDestinationList
- adas_core.Domain.Models.MongoModels.Unit.InternalDestinationListId
- adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierList
- adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierListId
- adas_core.Domain.Models.MongoModels.Unit.LastUpdate
- adas_core.Domain.Models.MongoModels.Unit.MobilityOptionList
- adas_core.Domain.Models.MongoModels.Unit.MobilityOptionListId
- adas_core.Domain.Models.MongoModels.Unit.Name
- adas_core.Domain.Models.MongoModels.Unit.OriginList
- adas_core.Domain.Models.MongoModels.Unit.OriginListId
- adas_core.Domain.Models.MongoModels.Unit.PassiveSittingList
- adas_core.Domain.Models.MongoModels.Unit.PassiveSittingListId
- adas_core.Domain.Models.MongoModels.Unit.PatientStatusList
- adas_core.Domain.Models.MongoModels.Unit.PatientStatusListId
- adas_core.Domain.Models.MongoModels.Unit.PocCount
- adas_core.Domain.Models.MongoModels.Unit.PointOfCareIds
- adas_core.Domain.Models.MongoModels.Unit.PointOfCares
- adas_core.Domain.Models.MongoModels.Unit.ProcedureList
- adas_core.Domain.Models.MongoModels.Unit.ProcedureListId
- adas_core.Domain.Models.MongoModels.Unit.ServiceList
- adas_core.Domain.Models.MongoModels.Unit.ServiceListId
- adas_core.Domain.Models.MongoModels.Unit.Status
- adas_core.Domain.Models.MongoModels.Unit.TestList
- adas_core.Domain.Models.MongoModels.Unit.TestListId
- adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingList
- adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingListId
- adas_core.Domain.Models.MongoModels.Unit.Title
- adas_core.Domain.Models.MongoModels.Unit.TreatmentList
- adas_core.Domain.Models.MongoModels.Unit.TreatmentListId
- adas_core.Domain.Models.MongoModels.Unit.VisitOptionList
- adas_core.Domain.Models.MongoModels.Unit.VisitOptionListId
langs:
- csharp
- vb
name: Unit
nameWithType: Unit
fullName: adas_core.Domain.Models.MongoModels.Unit
type: Class
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Unit
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 9
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
summary: Represents a unit, typically used as a return type for operations that have no meaningful result value.
example: []
syntax:
content: public class Unit
content.vb: Public Class Unit
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.Unit.Id
commentId: P:adas_core.Domain.Models.MongoModels.Unit.Id
id: Id
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: Id
nameWithType: Unit.Id
fullName: adas_core.Domain.Models.MongoModels.Unit.Id
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Id
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 11
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
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.MongoModels.Unit.Id*
- uid: adas_core.Domain.Models.MongoModels.Unit.Title
commentId: P:adas_core.Domain.Models.MongoModels.Unit.Title
id: Title
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: Title
nameWithType: Unit.Title
fullName: adas_core.Domain.Models.MongoModels.Unit.Title
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Title
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 12
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? Title { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Title As String
overload: adas_core.Domain.Models.MongoModels.Unit.Title*
- uid: adas_core.Domain.Models.MongoModels.Unit.Name
commentId: P:adas_core.Domain.Models.MongoModels.Unit.Name
id: Name
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: Name
nameWithType: Unit.Name
fullName: adas_core.Domain.Models.MongoModels.Unit.Name
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Name
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 14
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? Name { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Name As String
overload: adas_core.Domain.Models.MongoModels.Unit.Name*
- uid: adas_core.Domain.Models.MongoModels.Unit.LastUpdate
commentId: P:adas_core.Domain.Models.MongoModels.Unit.LastUpdate
id: LastUpdate
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: LastUpdate
nameWithType: Unit.LastUpdate
fullName: adas_core.Domain.Models.MongoModels.Unit.LastUpdate
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: LastUpdate
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 18
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DateTime? LastUpdate { get; set; }
parameters: []
return:
type: System.Nullable{System.DateTime}
content.vb: Public Property LastUpdate As Date?
overload: adas_core.Domain.Models.MongoModels.Unit.LastUpdate*
- uid: adas_core.Domain.Models.MongoModels.Unit.PointOfCareIds
commentId: P:adas_core.Domain.Models.MongoModels.Unit.PointOfCareIds
id: PointOfCareIds
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: PointOfCareIds
nameWithType: Unit.PointOfCareIds
fullName: adas_core.Domain.Models.MongoModels.Unit.PointOfCareIds
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PointOfCareIds
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 21
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public List<ObjectId>? PointOfCareIds { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{MongoDB.Bson.ObjectId}
content.vb: Public Property PointOfCareIds As List(Of ObjectId)
overload: adas_core.Domain.Models.MongoModels.Unit.PointOfCareIds*
- uid: adas_core.Domain.Models.MongoModels.Unit.PocCount
commentId: P:adas_core.Domain.Models.MongoModels.Unit.PocCount
id: PocCount
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: PocCount
nameWithType: Unit.PocCount
fullName: adas_core.Domain.Models.MongoModels.Unit.PocCount
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PocCount
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 22
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public int PocCount { get; }
parameters: []
return:
type: System.Int32
content.vb: Public ReadOnly Property PocCount As Integer
overload: adas_core.Domain.Models.MongoModels.Unit.PocCount*
- uid: adas_core.Domain.Models.MongoModels.Unit.Status
commentId: P:adas_core.Domain.Models.MongoModels.Unit.Status
id: Status
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: Status
nameWithType: Unit.Status
fullName: adas_core.Domain.Models.MongoModels.Unit.Status
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Status
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 24
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public StatusEnum.Type? Status { get; set; }
parameters: []
return:
type: System.Nullable{adas_core.Domain.Enums.StatusEnum.Type}
content.vb: Public Property Status As StatusEnum.Type?
overload: adas_core.Domain.Models.MongoModels.Unit.Status*
- uid: adas_core.Domain.Models.MongoModels.Unit.Configuration
commentId: P:adas_core.Domain.Models.MongoModels.Unit.Configuration
id: Configuration
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: Configuration
nameWithType: Unit.Configuration
fullName: adas_core.Domain.Models.MongoModels.Unit.Configuration
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Configuration
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 25
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public UnitConfiguration Configuration { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.MongoModels.UnitConfiguration
content.vb: Public Property Configuration As UnitConfiguration
overload: adas_core.Domain.Models.MongoModels.Unit.Configuration*
- uid: adas_core.Domain.Models.MongoModels.Unit.AltableOptionListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.AltableOptionListId
id: AltableOptionListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: AltableOptionListId
nameWithType: Unit.AltableOptionListId
fullName: adas_core.Domain.Models.MongoModels.Unit.AltableOptionListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AltableOptionListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 27
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? AltableOptionListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property AltableOptionListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.AltableOptionListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.AllergyListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.AllergyListId
id: AllergyListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: AllergyListId
nameWithType: Unit.AllergyListId
fullName: adas_core.Domain.Models.MongoModels.Unit.AllergyListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AllergyListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 28
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? AllergyListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property AllergyListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.AllergyListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.DestinationListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DestinationListId
id: DestinationListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DestinationListId
nameWithType: Unit.DestinationListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DestinationListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DestinationListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 29
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? DestinationListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property DestinationListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.DestinationListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.InternalDestinationListId
id: InternalDestinationListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: InternalDestinationListId
nameWithType: Unit.InternalDestinationListId
fullName: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: InternalDestinationListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 30
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? InternalDestinationListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property InternalDestinationListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.DiagnosisListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DiagnosisListId
id: DiagnosisListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DiagnosisListId
nameWithType: Unit.DiagnosisListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DiagnosisListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DiagnosisListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 31
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? DiagnosisListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property DiagnosisListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.DiagnosisListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.DoctorListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DoctorListId
id: DoctorListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DoctorListId
nameWithType: Unit.DoctorListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DoctorListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DoctorListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 32
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? DoctorListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property DoctorListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.DoctorListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DoctorTypeListId
id: DoctorTypeListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DoctorTypeListId
nameWithType: Unit.DoctorTypeListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DoctorTypeListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 33
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? DoctorTypeListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property DoctorTypeListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.InsulationListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.InsulationListId
id: InsulationListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: InsulationListId
nameWithType: Unit.InsulationListId
fullName: adas_core.Domain.Models.MongoModels.Unit.InsulationListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: InsulationListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 34
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? InsulationListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property InsulationListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.InsulationListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.MobilityOptionListId
id: MobilityOptionListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: MobilityOptionListId
nameWithType: Unit.MobilityOptionListId
fullName: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: MobilityOptionListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 35
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? MobilityOptionListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property MobilityOptionListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.OriginListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.OriginListId
id: OriginListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: OriginListId
nameWithType: Unit.OriginListId
fullName: adas_core.Domain.Models.MongoModels.Unit.OriginListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: OriginListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 36
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? OriginListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property OriginListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.OriginListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.PatientStatusListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.PatientStatusListId
id: PatientStatusListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: PatientStatusListId
nameWithType: Unit.PatientStatusListId
fullName: adas_core.Domain.Models.MongoModels.Unit.PatientStatusListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientStatusListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 37
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? PatientStatusListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property PatientStatusListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.PatientStatusListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.ProcedureListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.ProcedureListId
id: ProcedureListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: ProcedureListId
nameWithType: Unit.ProcedureListId
fullName: adas_core.Domain.Models.MongoModels.Unit.ProcedureListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ProcedureListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 38
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? ProcedureListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property ProcedureListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.ProcedureListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.TestListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.TestListId
id: TestListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: TestListId
nameWithType: Unit.TestListId
fullName: adas_core.Domain.Models.MongoModels.Unit.TestListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: TestListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 39
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? TestListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property TestListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.TestListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.ServiceListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.ServiceListId
id: ServiceListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: ServiceListId
nameWithType: Unit.ServiceListId
fullName: adas_core.Domain.Models.MongoModels.Unit.ServiceListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ServiceListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 40
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? ServiceListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property ServiceListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.ServiceListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingListId
id: TherapeuticCeilingListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: TherapeuticCeilingListId
nameWithType: Unit.TherapeuticCeilingListId
fullName: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: TherapeuticCeilingListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 41
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? TherapeuticCeilingListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property TherapeuticCeilingListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.TreatmentListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.TreatmentListId
id: TreatmentListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: TreatmentListId
nameWithType: Unit.TreatmentListId
fullName: adas_core.Domain.Models.MongoModels.Unit.TreatmentListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: TreatmentListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 42
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? TreatmentListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property TreatmentListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.TreatmentListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.VisitOptionListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.VisitOptionListId
id: VisitOptionListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: VisitOptionListId
nameWithType: Unit.VisitOptionListId
fullName: adas_core.Domain.Models.MongoModels.Unit.VisitOptionListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: VisitOptionListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 43
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? VisitOptionListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property VisitOptionListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.VisitOptionListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.AccessControlListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.AccessControlListId
id: AccessControlListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: AccessControlListId
nameWithType: Unit.AccessControlListId
fullName: adas_core.Domain.Models.MongoModels.Unit.AccessControlListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AccessControlListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 44
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? AccessControlListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property AccessControlListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.AccessControlListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierListId
id: LanguageBarrierListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: LanguageBarrierListId
nameWithType: Unit.LanguageBarrierListId
fullName: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: LanguageBarrierListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 45
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? LanguageBarrierListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property LanguageBarrierListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DischargeStatusListId
id: DischargeStatusListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DischargeStatusListId
nameWithType: Unit.DischargeStatusListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DischargeStatusListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 46
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? DischargeStatusListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property DischargeStatusListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.PassiveSittingListId
id: PassiveSittingListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: PassiveSittingListId
nameWithType: Unit.PassiveSittingListId
fullName: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PassiveSittingListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 47
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? PassiveSittingListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property PassiveSittingListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.GenericListId
commentId: P:adas_core.Domain.Models.MongoModels.Unit.GenericListId
id: GenericListId
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: GenericListId
nameWithType: Unit.GenericListId
fullName: adas_core.Domain.Models.MongoModels.Unit.GenericListId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GenericListId
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 48
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? GenericListId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property GenericListId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.Unit.GenericListId*
- uid: adas_core.Domain.Models.MongoModels.Unit.PointOfCares
commentId: P:adas_core.Domain.Models.MongoModels.Unit.PointOfCares
id: PointOfCares
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: PointOfCares
nameWithType: Unit.PointOfCares
fullName: adas_core.Domain.Models.MongoModels.Unit.PointOfCares
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PointOfCares
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 52
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public List<PointOfCare>? PointOfCares { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}
content.vb: Public Property PointOfCares As List(Of PointOfCare)
overload: adas_core.Domain.Models.MongoModels.Unit.PointOfCares*
- uid: adas_core.Domain.Models.MongoModels.Unit.AltableOptionList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.AltableOptionList
id: AltableOptionList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: AltableOptionList
nameWithType: Unit.AltableOptionList
fullName: adas_core.Domain.Models.MongoModels.Unit.AltableOptionList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AltableOptionList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 53
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public AltableOptionList? AltableOptionList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.AltableOptionList
content.vb: Public Property AltableOptionList As AltableOptionList
overload: adas_core.Domain.Models.MongoModels.Unit.AltableOptionList*
- uid: adas_core.Domain.Models.MongoModels.Unit.AllergyList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.AllergyList
id: AllergyList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: AllergyList
nameWithType: Unit.AllergyList
fullName: adas_core.Domain.Models.MongoModels.Unit.AllergyList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AllergyList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 54
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public AllergyList? AllergyList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.AllergyList
content.vb: Public Property AllergyList As AllergyList
overload: adas_core.Domain.Models.MongoModels.Unit.AllergyList*
- uid: adas_core.Domain.Models.MongoModels.Unit.DestinationList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DestinationList
id: DestinationList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DestinationList
nameWithType: Unit.DestinationList
fullName: adas_core.Domain.Models.MongoModels.Unit.DestinationList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DestinationList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 55
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DestinationList? DestinationList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.DestinationList
content.vb: Public Property DestinationList As DestinationList
overload: adas_core.Domain.Models.MongoModels.Unit.DestinationList*
- uid: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.InternalDestinationList
id: InternalDestinationList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: InternalDestinationList
nameWithType: Unit.InternalDestinationList
fullName: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: InternalDestinationList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 56
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public InternalDestinationList? InternalDestinationList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.InternalDestinationList
content.vb: Public Property InternalDestinationList As InternalDestinationList
overload: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationList*
- uid: adas_core.Domain.Models.MongoModels.Unit.DiagnosisList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DiagnosisList
id: DiagnosisList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DiagnosisList
nameWithType: Unit.DiagnosisList
fullName: adas_core.Domain.Models.MongoModels.Unit.DiagnosisList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DiagnosisList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 57
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DiagnosisList? DiagnosisList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.DiagnosisList
content.vb: Public Property DiagnosisList As DiagnosisList
overload: adas_core.Domain.Models.MongoModels.Unit.DiagnosisList*
- uid: adas_core.Domain.Models.MongoModels.Unit.DoctorList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DoctorList
id: DoctorList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DoctorList
nameWithType: Unit.DoctorList
fullName: adas_core.Domain.Models.MongoModels.Unit.DoctorList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DoctorList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 58
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DoctorList? DoctorList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.DoctorList
content.vb: Public Property DoctorList As DoctorList
overload: adas_core.Domain.Models.MongoModels.Unit.DoctorList*
- uid: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DoctorTypeList
id: DoctorTypeList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DoctorTypeList
nameWithType: Unit.DoctorTypeList
fullName: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DoctorTypeList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 59
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DoctorTypeList? DoctorTypeList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.DoctorTypeList
content.vb: Public Property DoctorTypeList As DoctorTypeList
overload: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeList*
- uid: adas_core.Domain.Models.MongoModels.Unit.InsulationList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.InsulationList
id: InsulationList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: InsulationList
nameWithType: Unit.InsulationList
fullName: adas_core.Domain.Models.MongoModels.Unit.InsulationList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: InsulationList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 60
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public InsulationList? InsulationList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.InsulationList
content.vb: Public Property InsulationList As InsulationList
overload: adas_core.Domain.Models.MongoModels.Unit.InsulationList*
- uid: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.MobilityOptionList
id: MobilityOptionList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: MobilityOptionList
nameWithType: Unit.MobilityOptionList
fullName: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: MobilityOptionList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 61
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public MobilityOptionList? MobilityOptionList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.MobilityOptionList
content.vb: Public Property MobilityOptionList As MobilityOptionList
overload: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionList*
- uid: adas_core.Domain.Models.MongoModels.Unit.OriginList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.OriginList
id: OriginList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: OriginList
nameWithType: Unit.OriginList
fullName: adas_core.Domain.Models.MongoModels.Unit.OriginList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: OriginList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 62
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public OriginList? OriginList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.OriginList
content.vb: Public Property OriginList As OriginList
overload: adas_core.Domain.Models.MongoModels.Unit.OriginList*
- uid: adas_core.Domain.Models.MongoModels.Unit.PatientStatusList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.PatientStatusList
id: PatientStatusList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: PatientStatusList
nameWithType: Unit.PatientStatusList
fullName: adas_core.Domain.Models.MongoModels.Unit.PatientStatusList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientStatusList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 63
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public PatientStatusList? PatientStatusList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.PatientStatusList
content.vb: Public Property PatientStatusList As PatientStatusList
overload: adas_core.Domain.Models.MongoModels.Unit.PatientStatusList*
- uid: adas_core.Domain.Models.MongoModels.Unit.ProcedureList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.ProcedureList
id: ProcedureList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: ProcedureList
nameWithType: Unit.ProcedureList
fullName: adas_core.Domain.Models.MongoModels.Unit.ProcedureList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ProcedureList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 64
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ProcedureList? ProcedureList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.ProcedureList
content.vb: Public Property ProcedureList As ProcedureList
overload: adas_core.Domain.Models.MongoModels.Unit.ProcedureList*
- uid: adas_core.Domain.Models.MongoModels.Unit.TestList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.TestList
id: TestList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: TestList
nameWithType: Unit.TestList
fullName: adas_core.Domain.Models.MongoModels.Unit.TestList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: TestList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 65
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public TestList? TestList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.TestList
content.vb: Public Property TestList As TestList
overload: adas_core.Domain.Models.MongoModels.Unit.TestList*
- uid: adas_core.Domain.Models.MongoModels.Unit.ServiceList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.ServiceList
id: ServiceList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: ServiceList
nameWithType: Unit.ServiceList
fullName: adas_core.Domain.Models.MongoModels.Unit.ServiceList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ServiceList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 66
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ServiceList? ServiceList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.ServiceList
content.vb: Public Property ServiceList As ServiceList
overload: adas_core.Domain.Models.MongoModels.Unit.ServiceList*
- uid: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingList
id: TherapeuticCeilingList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: TherapeuticCeilingList
nameWithType: Unit.TherapeuticCeilingList
fullName: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: TherapeuticCeilingList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 67
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public TherapeuticCeilingList? TherapeuticCeilingList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.TherapeuticCeilingList
content.vb: Public Property TherapeuticCeilingList As TherapeuticCeilingList
overload: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingList*
- uid: adas_core.Domain.Models.MongoModels.Unit.TreatmentList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.TreatmentList
id: TreatmentList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: TreatmentList
nameWithType: Unit.TreatmentList
fullName: adas_core.Domain.Models.MongoModels.Unit.TreatmentList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: TreatmentList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 68
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public TreatmentList? TreatmentList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.TreatmentList
content.vb: Public Property TreatmentList As TreatmentList
overload: adas_core.Domain.Models.MongoModels.Unit.TreatmentList*
- uid: adas_core.Domain.Models.MongoModels.Unit.VisitOptionList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.VisitOptionList
id: VisitOptionList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: VisitOptionList
nameWithType: Unit.VisitOptionList
fullName: adas_core.Domain.Models.MongoModels.Unit.VisitOptionList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: VisitOptionList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 69
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public VisitOptionList? VisitOptionList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.VisitOptionList
content.vb: Public Property VisitOptionList As VisitOptionList
overload: adas_core.Domain.Models.MongoModels.Unit.VisitOptionList*
- uid: adas_core.Domain.Models.MongoModels.Unit.AccessControlList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.AccessControlList
id: AccessControlList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: AccessControlList
nameWithType: Unit.AccessControlList
fullName: adas_core.Domain.Models.MongoModels.Unit.AccessControlList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AccessControlList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 70
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public AccessControlList? AccessControlList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.AccessControlList
content.vb: Public Property AccessControlList As AccessControlList
overload: adas_core.Domain.Models.MongoModels.Unit.AccessControlList*
- uid: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.DischargeStatusList
id: DischargeStatusList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: DischargeStatusList
nameWithType: Unit.DischargeStatusList
fullName: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DischargeStatusList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 72
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DischargeStatusList? DischargeStatusList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.DischargeStatusList
content.vb: Public Property DischargeStatusList As DischargeStatusList
overload: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusList*
- uid: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierList
id: LanguageBarrierList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: LanguageBarrierList
nameWithType: Unit.LanguageBarrierList
fullName: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: LanguageBarrierList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 73
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public LanguageBarrierList? LanguageBarrierList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.LanguageBarrierList
content.vb: Public Property LanguageBarrierList As LanguageBarrierList
overload: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierList*
- uid: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.PassiveSittingList
id: PassiveSittingList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: PassiveSittingList
nameWithType: Unit.PassiveSittingList
fullName: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PassiveSittingList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 74
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public PassiveSittingList? PassiveSittingList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.PassiveSittingList
content.vb: Public Property PassiveSittingList As PassiveSittingList
overload: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingList*
- uid: adas_core.Domain.Models.MongoModels.Unit.GenericList
commentId: P:adas_core.Domain.Models.MongoModels.Unit.GenericList
id: GenericList
parent: adas_core.Domain.Models.MongoModels.Unit
langs:
- csharp
- vb
name: GenericList
nameWithType: Unit.GenericList
fullName: adas_core.Domain.Models.MongoModels.Unit.GenericList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Unit.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GenericList
path: ../../adas-core.Domain/Models/MongoModels/Unit.cs
startLine: 75
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public GenericList? GenericList { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.GenericList
content.vb: Public Property GenericList As GenericList
overload: adas_core.Domain.Models.MongoModels.Unit.GenericList*
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.MongoModels.Unit.Id*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.Id
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_Id
name: Id
nameWithType: Unit.Id
fullName: adas_core.Domain.Models.MongoModels.Unit.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.MongoModels.Unit.Title*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.Title
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_Title
name: Title
nameWithType: Unit.Title
fullName: adas_core.Domain.Models.MongoModels.Unit.Title
- 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.Unit.Name*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.Name
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_Name
name: Name
nameWithType: Unit.Name
fullName: adas_core.Domain.Models.MongoModels.Unit.Name
- uid: adas_core.Domain.Models.MongoModels.Unit.LastUpdate*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.LastUpdate
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_LastUpdate
name: LastUpdate
nameWithType: Unit.LastUpdate
fullName: adas_core.Domain.Models.MongoModels.Unit.LastUpdate
- uid: System.Nullable{System.DateTime}
commentId: T:System.Nullable{System.DateTime}
parent: System
definition: System.Nullable`1
href: https://learn.microsoft.com/dotnet/api/system.datetime
name: DateTime?
nameWithType: DateTime?
fullName: System.DateTime?
nameWithType.vb: Date?
fullName.vb: Date?
name.vb: Date?
spec.csharp:
- uid: System.DateTime
name: DateTime
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
- name: '?'
spec.vb:
- uid: System.DateTime
name: Date
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
- name: '?'
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable<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.Unit.PointOfCareIds*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.PointOfCareIds
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_PointOfCareIds
name: PointOfCareIds
nameWithType: Unit.PointOfCareIds
fullName: adas_core.Domain.Models.MongoModels.Unit.PointOfCareIds
- uid: System.Collections.Generic.List{MongoDB.Bson.ObjectId}
commentId: T:System.Collections.Generic.List{MongoDB.Bson.ObjectId}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<ObjectId>
nameWithType: List<ObjectId>
fullName: System.Collections.Generic.List<MongoDB.Bson.ObjectId>
nameWithType.vb: List(Of ObjectId)
fullName.vb: System.Collections.Generic.List(Of MongoDB.Bson.ObjectId)
name.vb: List(Of ObjectId)
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: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- 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: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: adas_core.Domain.Models.MongoModels.Unit.PocCount*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.PocCount
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_PocCount
name: PocCount
nameWithType: Unit.PocCount
fullName: adas_core.Domain.Models.MongoModels.Unit.PocCount
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: adas_core.Domain.Models.MongoModels.Unit.Status*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.Status
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_Status
name: Status
nameWithType: Unit.Status
fullName: adas_core.Domain.Models.MongoModels.Unit.Status
- uid: System.Nullable{adas_core.Domain.Enums.StatusEnum.Type}
commentId: T:System.Nullable{adas_core.Domain.Enums.StatusEnum.Type}
parent: System
definition: System.Nullable`1
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
- name: '?'
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
- name: '?'
- uid: adas_core.Domain.Models.MongoModels.Unit.Configuration*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.Configuration
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_Configuration
name: Configuration
nameWithType: Unit.Configuration
fullName: adas_core.Domain.Models.MongoModels.Unit.Configuration
- uid: adas_core.Domain.Models.MongoModels.UnitConfiguration
commentId: T:adas_core.Domain.Models.MongoModels.UnitConfiguration
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.UnitConfiguration.html
name: UnitConfiguration
nameWithType: UnitConfiguration
fullName: adas_core.Domain.Models.MongoModels.UnitConfiguration
- uid: adas_core.Domain.Models.MongoModels.Unit.AltableOptionListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.AltableOptionListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_AltableOptionListId
name: AltableOptionListId
nameWithType: Unit.AltableOptionListId
fullName: adas_core.Domain.Models.MongoModels.Unit.AltableOptionListId
- 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: adas_core.Domain.Models.MongoModels.Unit.AllergyListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.AllergyListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_AllergyListId
name: AllergyListId
nameWithType: Unit.AllergyListId
fullName: adas_core.Domain.Models.MongoModels.Unit.AllergyListId
- uid: adas_core.Domain.Models.MongoModels.Unit.DestinationListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DestinationListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DestinationListId
name: DestinationListId
nameWithType: Unit.DestinationListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DestinationListId
- uid: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.InternalDestinationListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_InternalDestinationListId
name: InternalDestinationListId
nameWithType: Unit.InternalDestinationListId
fullName: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationListId
- uid: adas_core.Domain.Models.MongoModels.Unit.DiagnosisListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DiagnosisListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DiagnosisListId
name: DiagnosisListId
nameWithType: Unit.DiagnosisListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DiagnosisListId
- uid: adas_core.Domain.Models.MongoModels.Unit.DoctorListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DoctorListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DoctorListId
name: DoctorListId
nameWithType: Unit.DoctorListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DoctorListId
- uid: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DoctorTypeListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DoctorTypeListId
name: DoctorTypeListId
nameWithType: Unit.DoctorTypeListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeListId
- uid: adas_core.Domain.Models.MongoModels.Unit.InsulationListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.InsulationListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_InsulationListId
name: InsulationListId
nameWithType: Unit.InsulationListId
fullName: adas_core.Domain.Models.MongoModels.Unit.InsulationListId
- uid: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.MobilityOptionListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_MobilityOptionListId
name: MobilityOptionListId
nameWithType: Unit.MobilityOptionListId
fullName: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionListId
- uid: adas_core.Domain.Models.MongoModels.Unit.OriginListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.OriginListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_OriginListId
name: OriginListId
nameWithType: Unit.OriginListId
fullName: adas_core.Domain.Models.MongoModels.Unit.OriginListId
- uid: adas_core.Domain.Models.MongoModels.Unit.PatientStatusListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.PatientStatusListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_PatientStatusListId
name: PatientStatusListId
nameWithType: Unit.PatientStatusListId
fullName: adas_core.Domain.Models.MongoModels.Unit.PatientStatusListId
- uid: adas_core.Domain.Models.MongoModels.Unit.ProcedureListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.ProcedureListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_ProcedureListId
name: ProcedureListId
nameWithType: Unit.ProcedureListId
fullName: adas_core.Domain.Models.MongoModels.Unit.ProcedureListId
- uid: adas_core.Domain.Models.MongoModels.Unit.TestListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.TestListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_TestListId
name: TestListId
nameWithType: Unit.TestListId
fullName: adas_core.Domain.Models.MongoModels.Unit.TestListId
- uid: adas_core.Domain.Models.MongoModels.Unit.ServiceListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.ServiceListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_ServiceListId
name: ServiceListId
nameWithType: Unit.ServiceListId
fullName: adas_core.Domain.Models.MongoModels.Unit.ServiceListId
- uid: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_TherapeuticCeilingListId
name: TherapeuticCeilingListId
nameWithType: Unit.TherapeuticCeilingListId
fullName: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingListId
- uid: adas_core.Domain.Models.MongoModels.Unit.TreatmentListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.TreatmentListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_TreatmentListId
name: TreatmentListId
nameWithType: Unit.TreatmentListId
fullName: adas_core.Domain.Models.MongoModels.Unit.TreatmentListId
- uid: adas_core.Domain.Models.MongoModels.Unit.VisitOptionListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.VisitOptionListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_VisitOptionListId
name: VisitOptionListId
nameWithType: Unit.VisitOptionListId
fullName: adas_core.Domain.Models.MongoModels.Unit.VisitOptionListId
- uid: adas_core.Domain.Models.MongoModels.Unit.AccessControlListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.AccessControlListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_AccessControlListId
name: AccessControlListId
nameWithType: Unit.AccessControlListId
fullName: adas_core.Domain.Models.MongoModels.Unit.AccessControlListId
- uid: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_LanguageBarrierListId
name: LanguageBarrierListId
nameWithType: Unit.LanguageBarrierListId
fullName: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierListId
- uid: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DischargeStatusListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DischargeStatusListId
name: DischargeStatusListId
nameWithType: Unit.DischargeStatusListId
fullName: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusListId
- uid: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.PassiveSittingListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_PassiveSittingListId
name: PassiveSittingListId
nameWithType: Unit.PassiveSittingListId
fullName: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingListId
- uid: adas_core.Domain.Models.MongoModels.Unit.GenericListId*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.GenericListId
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_GenericListId
name: GenericListId
nameWithType: Unit.GenericListId
fullName: adas_core.Domain.Models.MongoModels.Unit.GenericListId
- uid: adas_core.Domain.Models.MongoModels.Unit.PointOfCares*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.PointOfCares
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_PointOfCares
name: PointOfCares
nameWithType: Unit.PointOfCares
fullName: adas_core.Domain.Models.MongoModels.Unit.PointOfCares
- uid: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<PointOfCare>
nameWithType: List<PointOfCare>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.PointOfCare>
nameWithType.vb: List(Of PointOfCare)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.PointOfCare)
name.vb: List(Of PointOfCare)
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.MongoModels.PointOfCare
name: PointOfCare
href: adas_core.Domain.Models.MongoModels.PointOfCare.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.MongoModels.PointOfCare
name: PointOfCare
href: adas_core.Domain.Models.MongoModels.PointOfCare.html
- name: )
- uid: adas_core.Domain.Models.MongoModels.Unit.AltableOptionList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.AltableOptionList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_AltableOptionList
name: AltableOptionList
nameWithType: Unit.AltableOptionList
fullName: adas_core.Domain.Models.MongoModels.Unit.AltableOptionList
- uid: adas_core.Domain.Models.Masters.AltableOptionList
commentId: T:adas_core.Domain.Models.Masters.AltableOptionList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.AltableOptionList.html
name: AltableOptionList
nameWithType: AltableOptionList
fullName: adas_core.Domain.Models.Masters.AltableOptionList
- uid: adas_core.Domain.Models.Masters
commentId: N:adas_core.Domain.Models.Masters
href: adas_core.html
name: adas_core.Domain.Models.Masters
nameWithType: adas_core.Domain.Models.Masters
fullName: adas_core.Domain.Models.Masters
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
- name: .
- uid: adas_core.Domain.Models.Masters
name: Masters
href: adas_core.Domain.Models.Masters.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
- name: .
- uid: adas_core.Domain.Models.Masters
name: Masters
href: adas_core.Domain.Models.Masters.html
- uid: adas_core.Domain.Models.MongoModels.Unit.AllergyList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.AllergyList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_AllergyList
name: AllergyList
nameWithType: Unit.AllergyList
fullName: adas_core.Domain.Models.MongoModels.Unit.AllergyList
- uid: adas_core.Domain.Models.Masters.AllergyList
commentId: T:adas_core.Domain.Models.Masters.AllergyList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.AllergyList.html
name: AllergyList
nameWithType: AllergyList
fullName: adas_core.Domain.Models.Masters.AllergyList
- uid: adas_core.Domain.Models.MongoModels.Unit.DestinationList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DestinationList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DestinationList
name: DestinationList
nameWithType: Unit.DestinationList
fullName: adas_core.Domain.Models.MongoModels.Unit.DestinationList
- uid: adas_core.Domain.Models.Masters.DestinationList
commentId: T:adas_core.Domain.Models.Masters.DestinationList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.DestinationList.html
name: DestinationList
nameWithType: DestinationList
fullName: adas_core.Domain.Models.Masters.DestinationList
- uid: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.InternalDestinationList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_InternalDestinationList
name: InternalDestinationList
nameWithType: Unit.InternalDestinationList
fullName: adas_core.Domain.Models.MongoModels.Unit.InternalDestinationList
- uid: adas_core.Domain.Models.Masters.InternalDestinationList
commentId: T:adas_core.Domain.Models.Masters.InternalDestinationList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.InternalDestinationList.html
name: InternalDestinationList
nameWithType: InternalDestinationList
fullName: adas_core.Domain.Models.Masters.InternalDestinationList
- uid: adas_core.Domain.Models.MongoModels.Unit.DiagnosisList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DiagnosisList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DiagnosisList
name: DiagnosisList
nameWithType: Unit.DiagnosisList
fullName: adas_core.Domain.Models.MongoModels.Unit.DiagnosisList
- uid: adas_core.Domain.Models.Masters.DiagnosisList
commentId: T:adas_core.Domain.Models.Masters.DiagnosisList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.DiagnosisList.html
name: DiagnosisList
nameWithType: DiagnosisList
fullName: adas_core.Domain.Models.Masters.DiagnosisList
- uid: adas_core.Domain.Models.MongoModels.Unit.DoctorList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DoctorList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DoctorList
name: DoctorList
nameWithType: Unit.DoctorList
fullName: adas_core.Domain.Models.MongoModels.Unit.DoctorList
- uid: adas_core.Domain.Models.Masters.DoctorList
commentId: T:adas_core.Domain.Models.Masters.DoctorList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.DoctorList.html
name: DoctorList
nameWithType: DoctorList
fullName: adas_core.Domain.Models.Masters.DoctorList
- uid: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DoctorTypeList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DoctorTypeList
name: DoctorTypeList
nameWithType: Unit.DoctorTypeList
fullName: adas_core.Domain.Models.MongoModels.Unit.DoctorTypeList
- uid: adas_core.Domain.Models.Masters.DoctorTypeList
commentId: T:adas_core.Domain.Models.Masters.DoctorTypeList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.DoctorTypeList.html
name: DoctorTypeList
nameWithType: DoctorTypeList
fullName: adas_core.Domain.Models.Masters.DoctorTypeList
- uid: adas_core.Domain.Models.MongoModels.Unit.InsulationList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.InsulationList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_InsulationList
name: InsulationList
nameWithType: Unit.InsulationList
fullName: adas_core.Domain.Models.MongoModels.Unit.InsulationList
- uid: adas_core.Domain.Models.Masters.InsulationList
commentId: T:adas_core.Domain.Models.Masters.InsulationList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.InsulationList.html
name: InsulationList
nameWithType: InsulationList
fullName: adas_core.Domain.Models.Masters.InsulationList
- uid: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.MobilityOptionList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_MobilityOptionList
name: MobilityOptionList
nameWithType: Unit.MobilityOptionList
fullName: adas_core.Domain.Models.MongoModels.Unit.MobilityOptionList
- uid: adas_core.Domain.Models.Masters.MobilityOptionList
commentId: T:adas_core.Domain.Models.Masters.MobilityOptionList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.MobilityOptionList.html
name: MobilityOptionList
nameWithType: MobilityOptionList
fullName: adas_core.Domain.Models.Masters.MobilityOptionList
- uid: adas_core.Domain.Models.MongoModels.Unit.OriginList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.OriginList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_OriginList
name: OriginList
nameWithType: Unit.OriginList
fullName: adas_core.Domain.Models.MongoModels.Unit.OriginList
- uid: adas_core.Domain.Models.Masters.OriginList
commentId: T:adas_core.Domain.Models.Masters.OriginList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.OriginList.html
name: OriginList
nameWithType: OriginList
fullName: adas_core.Domain.Models.Masters.OriginList
- uid: adas_core.Domain.Models.MongoModels.Unit.PatientStatusList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.PatientStatusList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_PatientStatusList
name: PatientStatusList
nameWithType: Unit.PatientStatusList
fullName: adas_core.Domain.Models.MongoModels.Unit.PatientStatusList
- uid: adas_core.Domain.Models.Masters.PatientStatusList
commentId: T:adas_core.Domain.Models.Masters.PatientStatusList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.PatientStatusList.html
name: PatientStatusList
nameWithType: PatientStatusList
fullName: adas_core.Domain.Models.Masters.PatientStatusList
- uid: adas_core.Domain.Models.MongoModels.Unit.ProcedureList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.ProcedureList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_ProcedureList
name: ProcedureList
nameWithType: Unit.ProcedureList
fullName: adas_core.Domain.Models.MongoModels.Unit.ProcedureList
- uid: adas_core.Domain.Models.Masters.ProcedureList
commentId: T:adas_core.Domain.Models.Masters.ProcedureList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.ProcedureList.html
name: ProcedureList
nameWithType: ProcedureList
fullName: adas_core.Domain.Models.Masters.ProcedureList
- uid: adas_core.Domain.Models.MongoModels.Unit.TestList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.TestList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_TestList
name: TestList
nameWithType: Unit.TestList
fullName: adas_core.Domain.Models.MongoModels.Unit.TestList
- uid: adas_core.Domain.Models.Masters.TestList
commentId: T:adas_core.Domain.Models.Masters.TestList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.TestList.html
name: TestList
nameWithType: TestList
fullName: adas_core.Domain.Models.Masters.TestList
- uid: adas_core.Domain.Models.MongoModels.Unit.ServiceList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.ServiceList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_ServiceList
name: ServiceList
nameWithType: Unit.ServiceList
fullName: adas_core.Domain.Models.MongoModels.Unit.ServiceList
- uid: adas_core.Domain.Models.Masters.ServiceList
commentId: T:adas_core.Domain.Models.Masters.ServiceList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.ServiceList.html
name: ServiceList
nameWithType: ServiceList
fullName: adas_core.Domain.Models.Masters.ServiceList
- uid: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_TherapeuticCeilingList
name: TherapeuticCeilingList
nameWithType: Unit.TherapeuticCeilingList
fullName: adas_core.Domain.Models.MongoModels.Unit.TherapeuticCeilingList
- uid: adas_core.Domain.Models.Masters.TherapeuticCeilingList
commentId: T:adas_core.Domain.Models.Masters.TherapeuticCeilingList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.TherapeuticCeilingList.html
name: TherapeuticCeilingList
nameWithType: TherapeuticCeilingList
fullName: adas_core.Domain.Models.Masters.TherapeuticCeilingList
- uid: adas_core.Domain.Models.MongoModels.Unit.TreatmentList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.TreatmentList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_TreatmentList
name: TreatmentList
nameWithType: Unit.TreatmentList
fullName: adas_core.Domain.Models.MongoModels.Unit.TreatmentList
- uid: adas_core.Domain.Models.Masters.TreatmentList
commentId: T:adas_core.Domain.Models.Masters.TreatmentList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.TreatmentList.html
name: TreatmentList
nameWithType: TreatmentList
fullName: adas_core.Domain.Models.Masters.TreatmentList
- uid: adas_core.Domain.Models.MongoModels.Unit.VisitOptionList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.VisitOptionList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_VisitOptionList
name: VisitOptionList
nameWithType: Unit.VisitOptionList
fullName: adas_core.Domain.Models.MongoModels.Unit.VisitOptionList
- uid: adas_core.Domain.Models.Masters.VisitOptionList
commentId: T:adas_core.Domain.Models.Masters.VisitOptionList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.VisitOptionList.html
name: VisitOptionList
nameWithType: VisitOptionList
fullName: adas_core.Domain.Models.Masters.VisitOptionList
- uid: adas_core.Domain.Models.MongoModels.Unit.AccessControlList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.AccessControlList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_AccessControlList
name: AccessControlList
nameWithType: Unit.AccessControlList
fullName: adas_core.Domain.Models.MongoModels.Unit.AccessControlList
- uid: adas_core.Domain.Models.Masters.AccessControlList
commentId: T:adas_core.Domain.Models.Masters.AccessControlList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.AccessControlList.html
name: AccessControlList
nameWithType: AccessControlList
fullName: adas_core.Domain.Models.Masters.AccessControlList
- uid: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.DischargeStatusList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_DischargeStatusList
name: DischargeStatusList
nameWithType: Unit.DischargeStatusList
fullName: adas_core.Domain.Models.MongoModels.Unit.DischargeStatusList
- uid: adas_core.Domain.Models.Masters.DischargeStatusList
commentId: T:adas_core.Domain.Models.Masters.DischargeStatusList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.DischargeStatusList.html
name: DischargeStatusList
nameWithType: DischargeStatusList
fullName: adas_core.Domain.Models.Masters.DischargeStatusList
- uid: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_LanguageBarrierList
name: LanguageBarrierList
nameWithType: Unit.LanguageBarrierList
fullName: adas_core.Domain.Models.MongoModels.Unit.LanguageBarrierList
- uid: adas_core.Domain.Models.Masters.LanguageBarrierList
commentId: T:adas_core.Domain.Models.Masters.LanguageBarrierList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.LanguageBarrierList.html
name: LanguageBarrierList
nameWithType: LanguageBarrierList
fullName: adas_core.Domain.Models.Masters.LanguageBarrierList
- uid: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.PassiveSittingList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_PassiveSittingList
name: PassiveSittingList
nameWithType: Unit.PassiveSittingList
fullName: adas_core.Domain.Models.MongoModels.Unit.PassiveSittingList
- uid: adas_core.Domain.Models.Masters.PassiveSittingList
commentId: T:adas_core.Domain.Models.Masters.PassiveSittingList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.PassiveSittingList.html
name: PassiveSittingList
nameWithType: PassiveSittingList
fullName: adas_core.Domain.Models.Masters.PassiveSittingList
- uid: adas_core.Domain.Models.MongoModels.Unit.GenericList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Unit.GenericList
href: adas_core.Domain.Models.MongoModels.Unit.html#adas_core_Domain_Models_MongoModels_Unit_GenericList
name: GenericList
nameWithType: Unit.GenericList
fullName: adas_core.Domain.Models.MongoModels.Unit.GenericList
- uid: adas_core.Domain.Models.Masters.GenericList
commentId: T:adas_core.Domain.Models.Masters.GenericList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.GenericList.html
name: GenericList
nameWithType: GenericList
fullName: adas_core.Domain.Models.Masters.GenericList