### YamlMime:ManagedReference items: - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService commentId: T:adas_core.Application.Services.Interfaces.ISubscriberGroupedService id: ISubscriberGroupedService parent: adas_core.Application.Services.Interfaces children: - adas_core.Application.Services.Interfaces.ISubscriberGroupedService.AddSubscriberGrouped(adas_core.Application.Subscriptions.WsSubscriberGrouped) - adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckEmptySubscriberGroup(adas_core.Application.Subscriptions.WsSubscriberGrouped) - adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckOnSubscriptionGroup(adas_core.Domain.Models.GroupedObservations.GroupedField,MongoDB.Bson.ObjectId,System.String,System.String,adas_core.Domain.Models.GroupedObservation) - adas_core.Application.Services.Interfaces.ISubscriberGroupedService.GetGrouped - adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveGroupedObsByPatientId(System.String) - adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberByLocation(System.String,adas_core.Domain.Models.PatientLocation) - adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId(System.String,System.String) - adas_core.Application.Services.Interfaces.ISubscriberGroupedService.UpdateLastGroupedObsInGroup(System.String,adas_core.Domain.Models.GroupedObservation) langs: - csharp - vb name: ISubscriberGroupedService nameWithType: ISubscriberGroupedService fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService type: Interface source: remote: path: adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ISubscriberGroupedService path: ../../adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs startLine: 7 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces syntax: content: public interface ISubscriberGroupedService content.vb: Public Interface ISubscriberGroupedService derivedClasses: - adas_core.Application.Subscriptions.SubscriberGroupedService 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.Services.Interfaces.ISubscriberGroupedService.GetGrouped commentId: M:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.GetGrouped id: GetGrouped parent: adas_core.Application.Services.Interfaces.ISubscriberGroupedService langs: - csharp - vb name: GetGrouped() nameWithType: ISubscriberGroupedService.GetGrouped() fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.GetGrouped() type: Method source: remote: path: adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetGrouped path: ../../adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs startLine: 13 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves a list of subscribers organized into groups. example: [] syntax: content: List GetGrouped() return: type: System.Collections.Generic.List{adas_core.Application.Subscriptions.WsSubscriberGrouped} description: A list of instances representing the grouped subscribers. content.vb: Function GetGrouped() As List(Of WsSubscriberGrouped) overload: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.GetGrouped* - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveGroupedObsByPatientId(System.String) commentId: M:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveGroupedObsByPatientId(System.String) id: RemoveGroupedObsByPatientId(System.String) parent: adas_core.Application.Services.Interfaces.ISubscriberGroupedService langs: - csharp - vb name: RemoveGroupedObsByPatientId(string) nameWithType: ISubscriberGroupedService.RemoveGroupedObsByPatientId(string) fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveGroupedObsByPatientId(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: RemoveGroupedObsByPatientId path: ../../adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs startLine: 18 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Removes grouped observations associated with the specified patient identifier. example: [] syntax: content: void RemoveGroupedObsByPatientId(string patientId) parameters: - id: patientId type: System.String description: The unique identifier of the patient whose grouped observations should be removed. content.vb: Sub RemoveGroupedObsByPatientId(patientId As String) overload: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveGroupedObsByPatientId* nameWithType.vb: ISubscriberGroupedService.RemoveGroupedObsByPatientId(String) fullName.vb: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveGroupedObsByPatientId(String) name.vb: RemoveGroupedObsByPatientId(String) - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberByLocation(System.String,adas_core.Domain.Models.PatientLocation) commentId: M:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberByLocation(System.String,adas_core.Domain.Models.PatientLocation) id: RemoveWsSubscriberByLocation(System.String,adas_core.Domain.Models.PatientLocation) parent: adas_core.Application.Services.Interfaces.ISubscriberGroupedService langs: - csharp - vb name: RemoveWsSubscriberByLocation(string, PatientLocation?) nameWithType: ISubscriberGroupedService.RemoveWsSubscriberByLocation(string, PatientLocation?) fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberByLocation(string, adas_core.Domain.Models.PatientLocation?) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: RemoveWsSubscriberByLocation path: ../../adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs startLine: 24 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Removes a WebSocket subscriber associated with the specified patient based on the provided location. example: [] syntax: content: void RemoveWsSubscriberByLocation(string patientId, PatientLocation? newLocation) parameters: - id: patientId type: System.String description: The identifier of the patient whose WebSocket subscriber should be removed. - id: newLocation type: adas_core.Domain.Models.PatientLocation description: The new patient location used to identify the subscriber to remove, or null to remove without location filtering. content.vb: Sub RemoveWsSubscriberByLocation(patientId As String, newLocation As PatientLocation) overload: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberByLocation* nameWithType.vb: ISubscriberGroupedService.RemoveWsSubscriberByLocation(String, PatientLocation) fullName.vb: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberByLocation(String, adas_core.Domain.Models.PatientLocation) name.vb: RemoveWsSubscriberByLocation(String, PatientLocation) - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId(System.String,System.String) commentId: M:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId(System.String,System.String) id: RemoveWsSubscriberPatientIdAndWsId(System.String,System.String) parent: adas_core.Application.Services.Interfaces.ISubscriberGroupedService langs: - csharp - vb name: RemoveWsSubscriberPatientIdAndWsId(string, string) nameWithType: ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId(string, string) fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId(string, string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: RemoveWsSubscriberPatientIdAndWsId path: ../../adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs startLine: 30 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Removes the specified workstation identifier associated with a patient's WS subscriber entry. example: [] syntax: content: void RemoveWsSubscriberPatientIdAndWsId(string patientId, string wsIdToRemove) parameters: - id: patientId type: System.String description: The identifier of the patient whose WS subscriber entry will be updated. - id: wsIdToRemove type: System.String description: The workstation identifier to remove from the patient's WS subscriber entry. content.vb: Sub RemoveWsSubscriberPatientIdAndWsId(patientId As String, wsIdToRemove As String) overload: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId* nameWithType.vb: ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId(String, String) fullName.vb: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId(String, String) name.vb: RemoveWsSubscriberPatientIdAndWsId(String, String) - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckEmptySubscriberGroup(adas_core.Application.Subscriptions.WsSubscriberGrouped) commentId: M:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckEmptySubscriberGroup(adas_core.Application.Subscriptions.WsSubscriberGrouped) id: CheckEmptySubscriberGroup(adas_core.Application.Subscriptions.WsSubscriberGrouped) parent: adas_core.Application.Services.Interfaces.ISubscriberGroupedService langs: - csharp - vb name: CheckEmptySubscriberGroup(WsSubscriberGrouped) nameWithType: ISubscriberGroupedService.CheckEmptySubscriberGroup(WsSubscriberGrouped) fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckEmptySubscriberGroup(adas_core.Application.Subscriptions.WsSubscriberGrouped) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: CheckEmptySubscriberGroup path: ../../adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs startLine: 36 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Validates the provided instance to identify empty subscriber groups. example: [] syntax: content: List CheckEmptySubscriberGroup(WsSubscriberGrouped wsl) parameters: - id: wsl type: adas_core.Application.Subscriptions.WsSubscriberGrouped description: The subscriber group instance to be checked for empty groups. return: type: System.Collections.Generic.List{System.String} description: A containing validation messages for any empty subscriber groups found; returns an empty list if all groups are valid. content.vb: Function CheckEmptySubscriberGroup(wsl As WsSubscriberGrouped) As List(Of String) overload: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckEmptySubscriberGroup* - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.AddSubscriberGrouped(adas_core.Application.Subscriptions.WsSubscriberGrouped) commentId: M:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.AddSubscriberGrouped(adas_core.Application.Subscriptions.WsSubscriberGrouped) id: AddSubscriberGrouped(adas_core.Application.Subscriptions.WsSubscriberGrouped) parent: adas_core.Application.Services.Interfaces.ISubscriberGroupedService langs: - csharp - vb name: AddSubscriberGrouped(WsSubscriberGrouped) nameWithType: ISubscriberGroupedService.AddSubscriberGrouped(WsSubscriberGrouped) fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.AddSubscriberGrouped(adas_core.Application.Subscriptions.WsSubscriberGrouped) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: AddSubscriberGrouped path: ../../adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs startLine: 41 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Adds a new subscriber together with its associated group information to the system. example: [] syntax: content: void AddSubscriberGrouped(WsSubscriberGrouped wsSubscriberGrouped) parameters: - id: wsSubscriberGrouped type: adas_core.Application.Subscriptions.WsSubscriberGrouped description: The web service representation of the subscriber and its group assignments to be added. content.vb: Sub AddSubscriberGrouped(wsSubscriberGrouped As WsSubscriberGrouped) overload: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.AddSubscriberGrouped* - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckOnSubscriptionGroup(adas_core.Domain.Models.GroupedObservations.GroupedField,MongoDB.Bson.ObjectId,System.String,System.String,adas_core.Domain.Models.GroupedObservation) commentId: M:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckOnSubscriptionGroup(adas_core.Domain.Models.GroupedObservations.GroupedField,MongoDB.Bson.ObjectId,System.String,System.String,adas_core.Domain.Models.GroupedObservation) id: CheckOnSubscriptionGroup(adas_core.Domain.Models.GroupedObservations.GroupedField,MongoDB.Bson.ObjectId,System.String,System.String,adas_core.Domain.Models.GroupedObservation) parent: adas_core.Application.Services.Interfaces.ISubscriberGroupedService langs: - csharp - vb name: CheckOnSubscriptionGroup(GroupedField, ObjectId, string, string, GroupedObservation) nameWithType: ISubscriberGroupedService.CheckOnSubscriptionGroup(GroupedField, ObjectId, string, string, GroupedObservation) fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckOnSubscriptionGroup(adas_core.Domain.Models.GroupedObservations.GroupedField, MongoDB.Bson.ObjectId, string, string, adas_core.Domain.Models.GroupedObservation) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: CheckOnSubscriptionGroup path: ../../adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs startLine: 51 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Checks subscription-related conditions for a grouped field and its associated grouped observation. example: [] syntax: content: void CheckOnSubscriptionGroup(GroupedField groupedField, ObjectId patientId, string timeZoneId, string connectionId, GroupedObservation go) parameters: - id: groupedField type: adas_core.Domain.Models.GroupedObservations.GroupedField description: The grouped field to evaluate. - id: patientId type: MongoDB.Bson.ObjectId description: The identifier of the patient associated with the observation. - id: timeZoneId type: System.String description: The time zone identifier used for the observation context. - id: connectionId type: System.String description: The connection identifier for the current request or session. - id: go type: adas_core.Domain.Models.GroupedObservation description: The grouped observation to be checked against the subscription. content.vb: Sub CheckOnSubscriptionGroup(groupedField As GroupedField, patientId As ObjectId, timeZoneId As String, connectionId As String, go As GroupedObservation) overload: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckOnSubscriptionGroup* nameWithType.vb: ISubscriberGroupedService.CheckOnSubscriptionGroup(GroupedField, ObjectId, String, String, GroupedObservation) fullName.vb: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckOnSubscriptionGroup(adas_core.Domain.Models.GroupedObservations.GroupedField, MongoDB.Bson.ObjectId, String, String, adas_core.Domain.Models.GroupedObservation) name.vb: CheckOnSubscriptionGroup(GroupedField, ObjectId, String, String, GroupedObservation) - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.UpdateLastGroupedObsInGroup(System.String,adas_core.Domain.Models.GroupedObservation) commentId: M:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.UpdateLastGroupedObsInGroup(System.String,adas_core.Domain.Models.GroupedObservation) id: UpdateLastGroupedObsInGroup(System.String,adas_core.Domain.Models.GroupedObservation) parent: adas_core.Application.Services.Interfaces.ISubscriberGroupedService langs: - csharp - vb name: UpdateLastGroupedObsInGroup(string, GroupedObservation) nameWithType: ISubscriberGroupedService.UpdateLastGroupedObsInGroup(string, GroupedObservation) fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.UpdateLastGroupedObsInGroup(string, adas_core.Domain.Models.GroupedObservation) type: Method source: remote: path: adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateLastGroupedObsInGroup path: ../../adas-core.Application/Services/Interfaces/ISubscriberGroupedService.cs startLine: 59 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates the most recent grouped observation in the group identified by the specified hash code with the new grouped observation. example: [] syntax: content: void UpdateLastGroupedObsInGroup(string wsgHashCode, GroupedObservation newGroupedObservation) parameters: - id: wsgHashCode type: System.String description: The hash code identifying the group whose last grouped observation should be updated. - id: newGroupedObservation type: adas_core.Domain.Models.GroupedObservation description: The new grouped observation to set as the last grouped observation in the group. content.vb: Sub UpdateLastGroupedObsInGroup(wsgHashCode As String, newGroupedObservation As GroupedObservation) overload: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.UpdateLastGroupedObsInGroup* nameWithType.vb: ISubscriberGroupedService.UpdateLastGroupedObsInGroup(String, GroupedObservation) fullName.vb: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.UpdateLastGroupedObsInGroup(String, adas_core.Domain.Models.GroupedObservation) name.vb: UpdateLastGroupedObsInGroup(String, GroupedObservation) references: - uid: adas_core.Application.Services.Interfaces commentId: N:adas_core.Application.Services.Interfaces href: adas_core.html name: adas_core.Application.Services.Interfaces nameWithType: adas_core.Application.Services.Interfaces fullName: adas_core.Application.Services.Interfaces spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html - uid: 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: 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.WsSubscriberGrouped commentId: T:adas_core.Application.Subscriptions.WsSubscriberGrouped parent: adas_core.Application.Subscriptions href: adas_core.Application.Subscriptions.WsSubscriberGrouped.html name: WsSubscriberGrouped nameWithType: WsSubscriberGrouped fullName: adas_core.Application.Subscriptions.WsSubscriberGrouped - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.GetGrouped* commentId: Overload:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.GetGrouped href: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.html#adas_core_Application_Services_Interfaces_ISubscriberGroupedService_GetGrouped name: GetGrouped nameWithType: ISubscriberGroupedService.GetGrouped fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.GetGrouped - uid: System.Collections.Generic.List{adas_core.Application.Subscriptions.WsSubscriberGrouped} commentId: T:System.Collections.Generic.List{adas_core.Application.Subscriptions.WsSubscriberGrouped} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of WsSubscriberGrouped) fullName.vb: System.Collections.Generic.List(Of adas_core.Application.Subscriptions.WsSubscriberGrouped) name.vb: List(Of WsSubscriberGrouped) 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.Application.Subscriptions.WsSubscriberGrouped name: WsSubscriberGrouped href: adas_core.Application.Subscriptions.WsSubscriberGrouped.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.Application.Subscriptions.WsSubscriberGrouped name: WsSubscriberGrouped href: adas_core.Application.Subscriptions.WsSubscriberGrouped.html - name: ) - 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.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 nameWithType: List fullName: System.Collections.Generic.List 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.Services.Interfaces.ISubscriberGroupedService.RemoveGroupedObsByPatientId* commentId: Overload:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveGroupedObsByPatientId href: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.html#adas_core_Application_Services_Interfaces_ISubscriberGroupedService_RemoveGroupedObsByPatientId_System_String_ name: RemoveGroupedObsByPatientId nameWithType: ISubscriberGroupedService.RemoveGroupedObsByPatientId fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveGroupedObsByPatientId - 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: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberByLocation* commentId: Overload:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberByLocation href: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.html#adas_core_Application_Services_Interfaces_ISubscriberGroupedService_RemoveWsSubscriberByLocation_System_String_adas_core_Domain_Models_PatientLocation_ name: RemoveWsSubscriberByLocation nameWithType: ISubscriberGroupedService.RemoveWsSubscriberByLocation fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberByLocation - uid: adas_core.Domain.Models.PatientLocation commentId: T:adas_core.Domain.Models.PatientLocation parent: adas_core.Domain.Models href: adas_core.Domain.Models.PatientLocation.html name: PatientLocation nameWithType: PatientLocation fullName: adas_core.Domain.Models.PatientLocation - uid: adas_core.Domain.Models commentId: N:adas_core.Domain.Models href: adas_core.html name: adas_core.Domain.Models nameWithType: adas_core.Domain.Models fullName: adas_core.Domain.Models spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId* commentId: Overload:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId href: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.html#adas_core_Application_Services_Interfaces_ISubscriberGroupedService_RemoveWsSubscriberPatientIdAndWsId_System_String_System_String_ name: RemoveWsSubscriberPatientIdAndWsId nameWithType: ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.RemoveWsSubscriberPatientIdAndWsId - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckEmptySubscriberGroup* commentId: Overload:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckEmptySubscriberGroup href: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.html#adas_core_Application_Services_Interfaces_ISubscriberGroupedService_CheckEmptySubscriberGroup_adas_core_Application_Subscriptions_WsSubscriberGrouped_ name: CheckEmptySubscriberGroup nameWithType: ISubscriberGroupedService.CheckEmptySubscriberGroup fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckEmptySubscriberGroup - uid: System.Collections.Generic.List{System.String} commentId: T:System.Collections.Generic.List{System.String} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of String) fullName.vb: System.Collections.Generic.List(Of String) name.vb: List(Of String) 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: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - 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: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.AddSubscriberGrouped* commentId: Overload:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.AddSubscriberGrouped href: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.html#adas_core_Application_Services_Interfaces_ISubscriberGroupedService_AddSubscriberGrouped_adas_core_Application_Subscriptions_WsSubscriberGrouped_ name: AddSubscriberGrouped nameWithType: ISubscriberGroupedService.AddSubscriberGrouped fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.AddSubscriberGrouped - uid: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckOnSubscriptionGroup* commentId: Overload:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckOnSubscriptionGroup href: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.html#adas_core_Application_Services_Interfaces_ISubscriberGroupedService_CheckOnSubscriptionGroup_adas_core_Domain_Models_GroupedObservations_GroupedField_MongoDB_Bson_ObjectId_System_String_System_String_adas_core_Domain_Models_GroupedObservation_ name: CheckOnSubscriptionGroup nameWithType: ISubscriberGroupedService.CheckOnSubscriptionGroup fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.CheckOnSubscriptionGroup - uid: adas_core.Domain.Models.GroupedObservations.GroupedField commentId: T:adas_core.Domain.Models.GroupedObservations.GroupedField parent: adas_core.Domain.Models.GroupedObservations href: adas_core.Domain.Models.GroupedObservations.GroupedField.html name: GroupedField nameWithType: GroupedField fullName: adas_core.Domain.Models.GroupedObservations.GroupedField - uid: MongoDB.Bson.ObjectId commentId: T:MongoDB.Bson.ObjectId parent: MongoDB.Bson isExternal: true name: ObjectId nameWithType: ObjectId fullName: MongoDB.Bson.ObjectId - uid: adas_core.Domain.Models.GroupedObservation commentId: T:adas_core.Domain.Models.GroupedObservation parent: adas_core.Domain.Models href: adas_core.Domain.Models.GroupedObservation.html name: GroupedObservation nameWithType: GroupedObservation fullName: adas_core.Domain.Models.GroupedObservation - uid: adas_core.Domain.Models.GroupedObservations commentId: N:adas_core.Domain.Models.GroupedObservations href: adas_core.html name: adas_core.Domain.Models.GroupedObservations nameWithType: adas_core.Domain.Models.GroupedObservations fullName: adas_core.Domain.Models.GroupedObservations 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.GroupedObservations name: GroupedObservations href: adas_core.Domain.Models.GroupedObservations.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.GroupedObservations name: GroupedObservations href: adas_core.Domain.Models.GroupedObservations.html - 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.Application.Services.Interfaces.ISubscriberGroupedService.UpdateLastGroupedObsInGroup* commentId: Overload:adas_core.Application.Services.Interfaces.ISubscriberGroupedService.UpdateLastGroupedObsInGroup href: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.html#adas_core_Application_Services_Interfaces_ISubscriberGroupedService_UpdateLastGroupedObsInGroup_System_String_adas_core_Domain_Models_GroupedObservation_ name: UpdateLastGroupedObsInGroup nameWithType: ISubscriberGroupedService.UpdateLastGroupedObsInGroup fullName: adas_core.Application.Services.Interfaces.ISubscriberGroupedService.UpdateLastGroupedObsInGroup