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

1231 lines
44 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Application.Subscriptions.WsSubscriber
commentId: T:adas_core.Application.Subscriptions.WsSubscriber
id: WsSubscriber
parent: adas_core.Application.Subscriptions
children:
- adas_core.Application.Subscriptions.WsSubscriber.#ctor(System.String)
- adas_core.Application.Subscriptions.WsSubscriber.Box
- adas_core.Application.Subscriptions.WsSubscriber.DisplayId
- adas_core.Application.Subscriptions.WsSubscriber.GroupedFields
- adas_core.Application.Subscriptions.WsSubscriber.Id
- adas_core.Application.Subscriptions.WsSubscriber.Locale
- adas_core.Application.Subscriptions.WsSubscriber.LocationIds
- adas_core.Application.Subscriptions.WsSubscriber.Locations
- adas_core.Application.Subscriptions.WsSubscriber.Section
- adas_core.Application.Subscriptions.WsSubscriber.SubscriptionType
- adas_core.Application.Subscriptions.WsSubscriber.UserName
- adas_core.Application.Subscriptions.WsSubscriber.Version
langs:
- csharp
- vb
name: WsSubscriber
nameWithType: WsSubscriber
fullName: adas_core.Application.Subscriptions.WsSubscriber
type: Class
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: WsSubscriber
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 11
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
summary: Represents a WebSocket subscriber identified by a unique string identifier.
example: []
syntax:
content: public class WsSubscriber
content.vb: Public Class WsSubscriber
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.Application.Subscriptions.WsSubscriber.#ctor(System.String)
commentId: M:adas_core.Application.Subscriptions.WsSubscriber.#ctor(System.String)
id: '#ctor(System.String)'
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: WsSubscriber(string)
nameWithType: WsSubscriber.WsSubscriber(string)
fullName: adas_core.Application.Subscriptions.WsSubscriber.WsSubscriber(string)
type: Constructor
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: .ctor
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 11
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
summary: Represents a WebSocket subscriber identified by a unique string identifier.
example: []
syntax:
content: public WsSubscriber(string id)
parameters:
- id: id
type: System.String
content.vb: Public Sub New(id As String)
overload: adas_core.Application.Subscriptions.WsSubscriber.#ctor*
nameWithType.vb: WsSubscriber.New(String)
fullName.vb: adas_core.Application.Subscriptions.WsSubscriber.New(String)
name.vb: New(String)
- uid: adas_core.Application.Subscriptions.WsSubscriber.UserName
commentId: F:adas_core.Application.Subscriptions.WsSubscriber.UserName
id: UserName
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: UserName
nameWithType: WsSubscriber.UserName
fullName: adas_core.Application.Subscriptions.WsSubscriber.UserName
type: Field
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UserName
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 13
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public string? UserName
return:
type: System.String
content.vb: Public UserName As String
- uid: adas_core.Application.Subscriptions.WsSubscriber.Id
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.Id
id: Id
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: Id
nameWithType: WsSubscriber.Id
fullName: adas_core.Application.Subscriptions.WsSubscriber.Id
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Id
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 14
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public string Id { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Id As String
overload: adas_core.Application.Subscriptions.WsSubscriber.Id*
- uid: adas_core.Application.Subscriptions.WsSubscriber.DisplayId
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.DisplayId
id: DisplayId
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: DisplayId
nameWithType: WsSubscriber.DisplayId
fullName: adas_core.Application.Subscriptions.WsSubscriber.DisplayId
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DisplayId
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 15
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public ObjectId? DisplayId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property DisplayId As ObjectId?
overload: adas_core.Application.Subscriptions.WsSubscriber.DisplayId*
- uid: adas_core.Application.Subscriptions.WsSubscriber.Locations
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.Locations
id: Locations
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: Locations
nameWithType: WsSubscriber.Locations
fullName: adas_core.Application.Subscriptions.WsSubscriber.Locations
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Locations
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 16
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public List<PatientLocation> Locations { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation}
content.vb: Public Property Locations As List(Of PatientLocation)
overload: adas_core.Application.Subscriptions.WsSubscriber.Locations*
- uid: adas_core.Application.Subscriptions.WsSubscriber.LocationIds
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.LocationIds
id: LocationIds
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: LocationIds
nameWithType: WsSubscriber.LocationIds
fullName: adas_core.Application.Subscriptions.WsSubscriber.LocationIds
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: LocationIds
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 17
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public List<ObjectId> LocationIds { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{MongoDB.Bson.ObjectId}
content.vb: Public Property LocationIds As List(Of ObjectId)
overload: adas_core.Application.Subscriptions.WsSubscriber.LocationIds*
- uid: adas_core.Application.Subscriptions.WsSubscriber.Box
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.Box
id: Box
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: Box
nameWithType: WsSubscriber.Box
fullName: adas_core.Application.Subscriptions.WsSubscriber.Box
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Box
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 18
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public string? Box { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Box As String
overload: adas_core.Application.Subscriptions.WsSubscriber.Box*
- uid: adas_core.Application.Subscriptions.WsSubscriber.Section
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.Section
id: Section
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: Section
nameWithType: WsSubscriber.Section
fullName: adas_core.Application.Subscriptions.WsSubscriber.Section
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Section
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 19
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public string? Section { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Section As String
overload: adas_core.Application.Subscriptions.WsSubscriber.Section*
- uid: adas_core.Application.Subscriptions.WsSubscriber.Version
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.Version
id: Version
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: Version
nameWithType: WsSubscriber.Version
fullName: adas_core.Application.Subscriptions.WsSubscriber.Version
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Version
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 20
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public string? Version { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Version As String
overload: adas_core.Application.Subscriptions.WsSubscriber.Version*
- uid: adas_core.Application.Subscriptions.WsSubscriber.GroupedFields
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.GroupedFields
id: GroupedFields
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: GroupedFields
nameWithType: WsSubscriber.GroupedFields
fullName: adas_core.Application.Subscriptions.WsSubscriber.GroupedFields
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GroupedFields
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 21
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public List<GroupedField>? GroupedFields { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.GroupedField}
content.vb: Public Property GroupedFields As List(Of GroupedField)
overload: adas_core.Application.Subscriptions.WsSubscriber.GroupedFields*
- uid: adas_core.Application.Subscriptions.WsSubscriber.Locale
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.Locale
id: Locale
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: Locale
nameWithType: WsSubscriber.Locale
fullName: adas_core.Application.Subscriptions.WsSubscriber.Locale
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Locale
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 22
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public LocaleEnum? Locale { get; set; }
parameters: []
return:
type: System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum}
content.vb: Public Property Locale As LocaleEnum?
overload: adas_core.Application.Subscriptions.WsSubscriber.Locale*
- uid: adas_core.Application.Subscriptions.WsSubscriber.SubscriptionType
commentId: P:adas_core.Application.Subscriptions.WsSubscriber.SubscriptionType
id: SubscriptionType
parent: adas_core.Application.Subscriptions.WsSubscriber
langs:
- csharp
- vb
name: SubscriptionType
nameWithType: WsSubscriber.SubscriptionType
fullName: adas_core.Application.Subscriptions.WsSubscriber.SubscriptionType
type: Property
source:
remote:
path: adas-core.Application/Subscriptions/WsSuscriber.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: SubscriptionType
path: ../../adas-core.Application/Subscriptions/WsSuscriber.cs
startLine: 23
assemblies:
- adas-core.Application
namespace: adas_core.Application.Subscriptions
syntax:
content: public SubscriptionEnum.WsType? SubscriptionType { get; set; }
parameters: []
return:
type: System.Nullable{adas_core.Domain.Enums.SubscriptionEnum.WsType}
content.vb: Public Property SubscriptionType As SubscriptionEnum.WsType?
overload: adas_core.Application.Subscriptions.WsSubscriber.SubscriptionType*
references:
- uid: adas_core.Application.Subscriptions
commentId: N:adas_core.Application.Subscriptions
href: adas_core.html
name: adas_core.Application.Subscriptions
nameWithType: adas_core.Application.Subscriptions
fullName: adas_core.Application.Subscriptions
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Application
name: Application
href: adas_core.Application.html
- name: .
- uid: adas_core.Application.Subscriptions
name: Subscriptions
href: adas_core.Application.Subscriptions.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Application
name: Application
href: adas_core.Application.html
- name: .
- uid: adas_core.Application.Subscriptions
name: Subscriptions
href: adas_core.Application.Subscriptions.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.Application.Subscriptions.WsSubscriber.#ctor*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.#ctor
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber__ctor_System_String_
name: WsSubscriber
nameWithType: WsSubscriber.WsSubscriber
fullName: adas_core.Application.Subscriptions.WsSubscriber.WsSubscriber
nameWithType.vb: WsSubscriber.New
fullName.vb: adas_core.Application.Subscriptions.WsSubscriber.New
name.vb: New
- 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.Application.Subscriptions.WsSubscriber.Id*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.Id
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_Id
name: Id
nameWithType: WsSubscriber.Id
fullName: adas_core.Application.Subscriptions.WsSubscriber.Id
- uid: adas_core.Application.Subscriptions.WsSubscriber.DisplayId*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.DisplayId
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_DisplayId
name: DisplayId
nameWithType: WsSubscriber.DisplayId
fullName: adas_core.Application.Subscriptions.WsSubscriber.DisplayId
- uid: System.Nullable{MongoDB.Bson.ObjectId}
commentId: T:System.Nullable{MongoDB.Bson.ObjectId}
parent: System
definition: System.Nullable`1
name: ObjectId?
nameWithType: ObjectId?
fullName: MongoDB.Bson.ObjectId?
spec.csharp:
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: '?'
spec.vb:
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: '?'
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: adas_core.Application.Subscriptions.WsSubscriber.Locations*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.Locations
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_Locations
name: Locations
nameWithType: WsSubscriber.Locations
fullName: adas_core.Application.Subscriptions.WsSubscriber.Locations
- uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<PatientLocation>
nameWithType: List<PatientLocation>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.PatientLocation>
nameWithType.vb: List(Of PatientLocation)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientLocation)
name.vb: List(Of PatientLocation)
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.PatientLocation
name: PatientLocation
href: adas_core.Domain.Models.PatientLocation.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.PatientLocation
name: PatientLocation
href: adas_core.Domain.Models.PatientLocation.html
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: adas_core.Application.Subscriptions.WsSubscriber.LocationIds*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.LocationIds
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_LocationIds
name: LocationIds
nameWithType: WsSubscriber.LocationIds
fullName: adas_core.Application.Subscriptions.WsSubscriber.LocationIds
- 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: adas_core.Application.Subscriptions.WsSubscriber.Box*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.Box
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_Box
name: Box
nameWithType: WsSubscriber.Box
fullName: adas_core.Application.Subscriptions.WsSubscriber.Box
- uid: adas_core.Application.Subscriptions.WsSubscriber.Section*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.Section
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_Section
name: Section
nameWithType: WsSubscriber.Section
fullName: adas_core.Application.Subscriptions.WsSubscriber.Section
- uid: adas_core.Application.Subscriptions.WsSubscriber.Version*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.Version
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_Version
name: Version
nameWithType: WsSubscriber.Version
fullName: adas_core.Application.Subscriptions.WsSubscriber.Version
- uid: adas_core.Application.Subscriptions.WsSubscriber.GroupedFields*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.GroupedFields
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_GroupedFields
name: GroupedFields
nameWithType: WsSubscriber.GroupedFields
fullName: adas_core.Application.Subscriptions.WsSubscriber.GroupedFields
- uid: System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.GroupedField}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.GroupedField}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<GroupedField>
nameWithType: List<GroupedField>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.GroupedObservations.GroupedField>
nameWithType.vb: List(Of GroupedField)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.GroupedObservations.GroupedField)
name.vb: List(Of GroupedField)
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.GroupedObservations.GroupedField
name: GroupedField
href: adas_core.Domain.Models.GroupedObservations.GroupedField.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.GroupedObservations.GroupedField
name: GroupedField
href: adas_core.Domain.Models.GroupedObservations.GroupedField.html
- name: )
- uid: adas_core.Application.Subscriptions.WsSubscriber.Locale*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.Locale
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_Locale
name: Locale
nameWithType: WsSubscriber.Locale
fullName: adas_core.Application.Subscriptions.WsSubscriber.Locale
- uid: System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum}
commentId: T:System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum}
parent: System
definition: System.Nullable`1
href: adas_core.Domain.Models.Masters.LocaleEnum.html
name: LocaleEnum?
nameWithType: LocaleEnum?
fullName: adas_core.Domain.Models.Masters.LocaleEnum?
spec.csharp:
- uid: adas_core.Domain.Models.Masters.LocaleEnum
name: LocaleEnum
href: adas_core.Domain.Models.Masters.LocaleEnum.html
- name: '?'
spec.vb:
- uid: adas_core.Domain.Models.Masters.LocaleEnum
name: LocaleEnum
href: adas_core.Domain.Models.Masters.LocaleEnum.html
- name: '?'
- uid: adas_core.Application.Subscriptions.WsSubscriber.SubscriptionType*
commentId: Overload:adas_core.Application.Subscriptions.WsSubscriber.SubscriptionType
href: adas_core.Application.Subscriptions.WsSubscriber.html#adas_core_Application_Subscriptions_WsSubscriber_SubscriptionType
name: SubscriptionType
nameWithType: WsSubscriber.SubscriptionType
fullName: adas_core.Application.Subscriptions.WsSubscriber.SubscriptionType
- uid: System.Nullable{adas_core.Domain.Enums.SubscriptionEnum.WsType}
commentId: T:System.Nullable{adas_core.Domain.Enums.SubscriptionEnum.WsType}
parent: System
definition: System.Nullable`1
name: SubscriptionEnum.WsType?
nameWithType: SubscriptionEnum.WsType?
fullName: adas_core.Domain.Enums.SubscriptionEnum.WsType?
spec.csharp:
- uid: adas_core.Domain.Enums.SubscriptionEnum
name: SubscriptionEnum
- name: .
- uid: adas_core.Domain.Enums.SubscriptionEnum.WsType
name: WsType
- name: '?'
spec.vb:
- uid: adas_core.Domain.Enums.SubscriptionEnum
name: SubscriptionEnum
- name: .
- uid: adas_core.Domain.Enums.SubscriptionEnum.WsType
name: WsType
- name: '?'