### YamlMime:ManagedReference items: - uid: adas_core.Application.Services.Interfaces.IPointOfCareService commentId: T:adas_core.Application.Services.Interfaces.IPointOfCareService id: IPointOfCareService parent: adas_core.Application.Services.Interfaces children: - adas_core.Application.Services.Interfaces.IPointOfCareService.CheckNextAdmission(System.Nullable{MongoDB.Bson.ObjectId}) - adas_core.Application.Services.Interfaces.IPointOfCareService.CountPoCsByUnitId(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPointOfCareService.CountVirtualPoCsByUnitId(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPointOfCareService.Delete(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPointOfCareService.DeletePoCsByUnitId(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitId(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIdWithDevices(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIds(System.Collections.Generic.List{MongoDB.Bson.ObjectId}) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdBeaconsInUse - adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdCamerasInUse - adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdRelaysInUse - adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBed(System.String) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBedAndUnitId(System.String,System.Nullable{MongoDB.Bson.ObjectId}) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindById(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindByIdAllConfig(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindByRoom(System.String) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindByUnitAndStatus(MongoDB.Bson.ObjectId,adas_core.Domain.Enums.StatusEnum.PointOfCare,System.Boolean) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientId(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientNumber(System.String) - adas_core.Application.Services.Interfaces.IPointOfCareService.GetAll - adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllConfigs - adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllLocationInfo - adas_core.Application.Services.Interfaces.IPointOfCareService.GetInfo(MongoDB.Bson.ObjectId,System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Threading.CancellationToken) - adas_core.Application.Services.Interfaces.IPointOfCareService.GetPaginatedPoCs(adas_core.Domain.Models.Filter.PaginationFilter) - adas_core.Application.Services.Interfaces.IPointOfCareService.InsertPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare) - adas_core.Application.Services.Interfaces.IPointOfCareService.SetPointOfCareStatus(MongoDB.Bson.ObjectId,adas_core.Domain.Enums.StatusEnum.PointOfCare) - adas_core.Application.Services.Interfaces.IPointOfCareService.Update(adas_core.Domain.Models.MongoModels.PointOfCare) - adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateConfiguration(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.PointOfCareConfiguration) - adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateRelayConfig(adas_core.Domain.Models.MongoModels.PointOfCare) - adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateUnit(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.Unit) langs: - csharp - vb name: IPointOfCareService nameWithType: IPointOfCareService fullName: adas_core.Application.Services.Interfaces.IPointOfCareService type: Interface source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: IPointOfCareService path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 9 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces syntax: content: public interface IPointOfCareService content.vb: Public Interface IPointOfCareService derivedClasses: - adas_core.Application.Services.PointOfCareService 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.IPointOfCareService.Delete(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.Delete(MongoDB.Bson.ObjectId) id: Delete(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: Delete(ObjectId) nameWithType: IPointOfCareService.Delete(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.Delete(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Delete path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 16 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously deletes the entity identified by the specified identifier. example: [] syntax: content: Task Delete(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the entity to delete. return: type: System.Threading.Tasks.Task description: A task that represents the asynchronous delete operation. content.vb: Function Delete(id As ObjectId) As Task overload: adas_core.Application.Services.Interfaces.IPointOfCareService.Delete* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.Update(adas_core.Domain.Models.MongoModels.PointOfCare) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.Update(adas_core.Domain.Models.MongoModels.PointOfCare) id: Update(adas_core.Domain.Models.MongoModels.PointOfCare) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: Update(PointOfCare) nameWithType: IPointOfCareService.Update(PointOfCare) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.Update(adas_core.Domain.Models.MongoModels.PointOfCare) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Update path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 23 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates an existing point of care record with the provided information. example: [] syntax: content: Task Update(PointOfCare pointOfCare) parameters: - id: pointOfCare type: adas_core.Domain.Models.MongoModels.PointOfCare description: The point of care entity containing the updated data. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} description: A task representing the asynchronous operation, containing the updated point of care, or null if no matching record was found. content.vb: Function Update(pointOfCare As PointOfCare) As Task(Of PointOfCare) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.Update* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateUnit(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.Unit) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateUnit(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.Unit) id: UpdateUnit(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.Unit) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: UpdateUnit(ObjectId, Unit) nameWithType: IPointOfCareService.UpdateUnit(ObjectId, Unit) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateUnit(MongoDB.Bson.ObjectId, adas_core.Domain.Models.MongoModels.Unit) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateUnit path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 30 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously updates an existing unit identified by the specified identifier with the provided unit data. example: [] syntax: content: Task UpdateUnit(ObjectId id, Unit unit) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the unit to update. - id: unit type: adas_core.Domain.Models.MongoModels.Unit description: The unit data to apply to the existing record. return: type: System.Threading.Tasks.Task content.vb: Function UpdateUnit(id As ObjectId, unit As Unit) As Task overload: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateUnit* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAll commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.GetAll id: GetAll parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: GetAll() nameWithType: IPointOfCareService.GetAll() fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAll() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAll path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 35 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves all PointOfCare records asynchronously. example: [] syntax: content: Task> GetAll() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task that represents the asynchronous operation. The task result contains a list of all PointOfCare entries. content.vb: Function GetAll() As Task(Of List(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAll* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllConfigs commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllConfigs id: GetAllConfigs parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: GetAllConfigs() nameWithType: IPointOfCareService.GetAllConfigs() fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllConfigs() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllConfigs path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 41 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves all PointOfCare configurations. example: [] syntax: content: Task> GetAllConfigs() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task that represents the asynchronous operation. The task result contains a list of all configurations. content.vb: Function GetAllConfigs() As Task(Of List(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllConfigs* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllLocationInfo commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllLocationInfo id: GetAllLocationInfo parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: GetAllLocationInfo() nameWithType: IPointOfCareService.GetAllLocationInfo() fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllLocationInfo() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllLocationInfo path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 46 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves all point-of-care location information. example: [] syntax: content: Task> GetAllLocationInfo() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task representing the asynchronous operation, containing a list of all locations. content.vb: Function GetAllLocationInfo() As Task(Of List(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllLocationInfo* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateConfiguration(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.PointOfCareConfiguration) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateConfiguration(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.PointOfCareConfiguration) id: UpdateConfiguration(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.PointOfCareConfiguration) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: UpdateConfiguration(ObjectId, PointOfCareConfiguration) nameWithType: IPointOfCareService.UpdateConfiguration(ObjectId, PointOfCareConfiguration) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateConfiguration(MongoDB.Bson.ObjectId, adas_core.Domain.Models.MongoModels.PointOfCareConfiguration) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateConfiguration path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 53 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates the point of care configuration identified by the specified identifier with the provided configuration data. example: [] syntax: content: Task UpdateConfiguration(ObjectId id, PointOfCareConfiguration configuration) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the point of care configuration to update. - id: configuration type: adas_core.Domain.Models.MongoModels.PointOfCareConfiguration description: The new configuration data to apply. return: type: System.Threading.Tasks.Task content.vb: Function UpdateConfiguration(id As ObjectId, configuration As PointOfCareConfiguration) As Task overload: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateConfiguration* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindById(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindById(MongoDB.Bson.ObjectId) id: FindById(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindById(ObjectId) nameWithType: IPointOfCareService.FindById(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindById(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindById path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 60 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves a entity by its unique identifier, returning null if no matching record is found. example: [] syntax: content: Task FindById(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the to look up. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} description: A task that represents the asynchronous lookup operation. The task result contains the matching if found, or null when no entity with the specified identifier exists. content.vb: Function FindById(id As ObjectId) As Task(Of PointOfCare) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindById* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByIdAllConfig(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByIdAllConfig(MongoDB.Bson.ObjectId) id: FindByIdAllConfig(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindByIdAllConfig(ObjectId) nameWithType: IPointOfCareService.FindByIdAllConfig(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByIdAllConfig(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindByIdAllConfig path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 66 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves a entity by its identifier, including all of its associated configuration data. example: [] syntax: content: Task FindByIdAllConfig(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The of the to locate. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} description: A task that yields the matching with its full configuration, or null if no entity is found for the supplied identifier. content.vb: Function FindByIdAllConfig(id As ObjectId) As Task(Of PointOfCare) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByIdAllConfig* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitId(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitId(MongoDB.Bson.ObjectId) id: FindAllByUnitId(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindAllByUnitId(ObjectId) nameWithType: IPointOfCareService.FindAllByUnitId(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitId(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindAllByUnitId path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 73 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves all PointOfCare records associated with the specified unit identifier. example: [] syntax: content: Task?> FindAllByUnitId(ObjectId unit) parameters: - id: unit type: MongoDB.Bson.ObjectId description: The unique identifier of the unit whose PointOfCare records should be retrieved. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task that returns a collection of PointOfCare records for the specified unit, or null if no records are found. content.vb: Function FindAllByUnitId(unit As ObjectId) As Task(Of IEnumerable(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitId* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByRoom(System.String) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByRoom(System.String) id: FindByRoom(System.String) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindByRoom(string) nameWithType: IPointOfCareService.FindByRoom(string) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByRoom(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindByRoom path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 80 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the collection of Points of Care associated with the specified room. example: [] syntax: content: Task?> FindByRoom(string room) parameters: - id: room type: System.String description: The room identifier used to look up the associated Points of Care. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task that represents the asynchronous operation. The task result contains an enumerable of Points of Care found for the given room, or null if no matching results are found. content.vb: Function FindByRoom(room As String) As Task(Of IEnumerable(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByRoom* nameWithType.vb: IPointOfCareService.FindByRoom(String) fullName.vb: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByRoom(String) name.vb: FindByRoom(String) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBed(System.String) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBed(System.String) id: FindByBed(System.String) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindByBed(string) nameWithType: IPointOfCareService.FindByBed(string) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBed(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindByBed path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 87 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the collection of points of care associated with the specified bed. example: [] syntax: content: Task?> FindByBed(string bed) parameters: - id: bed type: System.String description: The bed identifier used to look up the associated points of care. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task that represents the asynchronous operation. The task result contains a collection of instances matching the bed, or null if no match is found. content.vb: Function FindByBed(bed As String) As Task(Of IEnumerable(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBed* nameWithType.vb: IPointOfCareService.FindByBed(String) fullName.vb: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBed(String) name.vb: FindByBed(String) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIds(System.Collections.Generic.List{MongoDB.Bson.ObjectId}) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIds(System.Collections.Generic.List{MongoDB.Bson.ObjectId}) id: FindAllByUnitIds(System.Collections.Generic.List{MongoDB.Bson.ObjectId}) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindAllByUnitIds(List) nameWithType: IPointOfCareService.FindAllByUnitIds(List) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIds(System.Collections.Generic.List) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindAllByUnitIds path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 94 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves all points of care associated with the specified unit identifiers. example: [] syntax: content: Task> FindAllByUnitIds(List unitIds) parameters: - id: unitIds type: System.Collections.Generic.List{MongoDB.Bson.ObjectId} description: The list of unit identifiers used to look up the associated points of care. return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task that represents the asynchronous operation, containing the list of points of care matching the provided unit identifiers. content.vb: Function FindAllByUnitIds(unitIds As List(Of ObjectId)) As Task(Of List(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIds* nameWithType.vb: IPointOfCareService.FindAllByUnitIds(List(Of ObjectId)) fullName.vb: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIds(System.Collections.Generic.List(Of MongoDB.Bson.ObjectId)) name.vb: FindAllByUnitIds(List(Of ObjectId)) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.GetInfo(MongoDB.Bson.ObjectId,System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Threading.CancellationToken) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.GetInfo(MongoDB.Bson.ObjectId,System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Threading.CancellationToken) id: GetInfo(MongoDB.Bson.ObjectId,System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum},System.Boolean,System.Threading.CancellationToken) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: GetInfo(ObjectId, LocaleEnum?, bool, CancellationToken) nameWithType: IPointOfCareService.GetInfo(ObjectId, LocaleEnum?, bool, CancellationToken) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetInfo(MongoDB.Bson.ObjectId, adas_core.Domain.Models.Masters.LocaleEnum?, bool, System.Threading.CancellationToken) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetInfo path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 105 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: >- Retrieves the information of a point of care by its identifier, optionally localized and enriched with patient data. Returns null when no point of care matches the specified identifier. example: [] syntax: content: Task GetInfo(ObjectId id, LocaleEnum? locale = null, bool fillPatientData = true, CancellationToken ct = default) parameters: - id: id type: MongoDB.Bson.ObjectId description: The identifier of the point of care to retrieve. - id: locale type: System.Nullable{adas_core.Domain.Models.Masters.LocaleEnum} description: Optional locale used to localize the retrieved point of care information; when null, the default locale is used. - id: fillPatientData type: System.Boolean description: When true, associated patient data is included in the result; when false, only the point of care information is returned. - id: ct type: System.Threading.CancellationToken description: Token to cancel the asynchronous operation. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} description: A task that yields the corresponding to the given identifier, or null if it is not found. content.vb: Function GetInfo(id As ObjectId, locale As LocaleEnum? = Nothing, fillPatientData As Boolean = True, ct As CancellationToken = Nothing) As Task(Of PointOfCare) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.GetInfo* nameWithType.vb: IPointOfCareService.GetInfo(ObjectId, LocaleEnum?, Boolean, CancellationToken) fullName.vb: adas_core.Application.Services.Interfaces.IPointOfCareService.GetInfo(MongoDB.Bson.ObjectId, adas_core.Domain.Models.Masters.LocaleEnum?, Boolean, System.Threading.CancellationToken) name.vb: GetInfo(ObjectId, LocaleEnum?, Boolean, CancellationToken) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.InsertPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.InsertPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare) id: InsertPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: InsertPointOfCare(PointOfCare) nameWithType: IPointOfCareService.InsertPointOfCare(PointOfCare) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.InsertPointOfCare(adas_core.Domain.Models.MongoModels.PointOfCare) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertPointOfCare path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 112 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Inserts a new record into the system. example: [] syntax: content: Task InsertPointOfCare(PointOfCare pointOfCare) parameters: - id: pointOfCare type: adas_core.Domain.Models.MongoModels.PointOfCare description: The entity to be inserted. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} description: A containing the inserted , or null if the insertion was not performed. content.vb: Function InsertPointOfCare(pointOfCare As PointOfCare) As Task(Of PointOfCare) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.InsertPointOfCare* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientId(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientId(MongoDB.Bson.ObjectId) id: FindPoCByPatientId(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindPoCByPatientId(ObjectId) nameWithType: IPointOfCareService.FindPoCByPatientId(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientId(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindPoCByPatientId path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 118 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves the Point of Care associated with the specified patient identifier. example: [] syntax: content: Task FindPoCByPatientId(ObjectId patientId) parameters: - id: patientId type: MongoDB.Bson.ObjectId description: The unique identifier of the patient whose Point of Care is being looked up. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} description: A task that yields the associated with the patient, or null if no Point of Care is found for the given patient identifier. content.vb: Function FindPoCByPatientId(patientId As ObjectId) As Task(Of PointOfCare) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientId* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.SetPointOfCareStatus(MongoDB.Bson.ObjectId,adas_core.Domain.Enums.StatusEnum.PointOfCare) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.SetPointOfCareStatus(MongoDB.Bson.ObjectId,adas_core.Domain.Enums.StatusEnum.PointOfCare) id: SetPointOfCareStatus(MongoDB.Bson.ObjectId,adas_core.Domain.Enums.StatusEnum.PointOfCare) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: SetPointOfCareStatus(ObjectId, PointOfCare) nameWithType: IPointOfCareService.SetPointOfCareStatus(ObjectId, StatusEnum.PointOfCare) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.SetPointOfCareStatus(MongoDB.Bson.ObjectId, adas_core.Domain.Enums.StatusEnum.PointOfCare) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: SetPointOfCareStatus path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 126 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously sets the Point of Care status for the entity identified by the specified identifier. example: [] syntax: content: Task SetPointOfCareStatus(ObjectId id, StatusEnum.PointOfCare status) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the entity whose Point of Care status will be updated. - id: status type: adas_core.Domain.Enums.StatusEnum.PointOfCare description: The Point of Care status to assign to the entity. return: type: System.Threading.Tasks.Task description: A task that represents the asynchronous status update operation. content.vb: Function SetPointOfCareStatus(id As ObjectId, status As StatusEnum.PointOfCare) As Task overload: adas_core.Application.Services.Interfaces.IPointOfCareService.SetPointOfCareStatus* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByUnitAndStatus(MongoDB.Bson.ObjectId,adas_core.Domain.Enums.StatusEnum.PointOfCare,System.Boolean) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByUnitAndStatus(MongoDB.Bson.ObjectId,adas_core.Domain.Enums.StatusEnum.PointOfCare,System.Boolean) id: FindByUnitAndStatus(MongoDB.Bson.ObjectId,adas_core.Domain.Enums.StatusEnum.PointOfCare,System.Boolean) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindByUnitAndStatus(ObjectId, PointOfCare, bool) nameWithType: IPointOfCareService.FindByUnitAndStatus(ObjectId, StatusEnum.PointOfCare, bool) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByUnitAndStatus(MongoDB.Bson.ObjectId, adas_core.Domain.Enums.StatusEnum.PointOfCare, bool) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindByUnitAndStatus path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 135 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves the points of care associated with the specified unit and point-of-care status, optionally excluding virtual ones. example: [] syntax: content: Task> FindByUnitAndStatus(ObjectId unitId, StatusEnum.PointOfCare poc, bool excludeVirtual = false) parameters: - id: unitId type: MongoDB.Bson.ObjectId description: The identifier of the unit whose points of care are queried. - id: poc type: adas_core.Domain.Enums.StatusEnum.PointOfCare description: The point-of-care status used to filter the results. - id: excludeVirtual type: System.Boolean description: When true, virtual points of care are excluded from the results; otherwise, they are included. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task that returns the matching collection of entries. content.vb: Function FindByUnitAndStatus(unitId As ObjectId, poc As StatusEnum.PointOfCare, excludeVirtual As Boolean = False) As Task(Of IEnumerable(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByUnitAndStatus* nameWithType.vb: IPointOfCareService.FindByUnitAndStatus(ObjectId, StatusEnum.PointOfCare, Boolean) fullName.vb: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByUnitAndStatus(MongoDB.Bson.ObjectId, adas_core.Domain.Enums.StatusEnum.PointOfCare, Boolean) name.vb: FindByUnitAndStatus(ObjectId, PointOfCare, Boolean) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.CheckNextAdmission(System.Nullable{MongoDB.Bson.ObjectId}) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.CheckNextAdmission(System.Nullable{MongoDB.Bson.ObjectId}) id: CheckNextAdmission(System.Nullable{MongoDB.Bson.ObjectId}) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: CheckNextAdmission(ObjectId?) nameWithType: IPointOfCareService.CheckNextAdmission(ObjectId?) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.CheckNextAdmission(MongoDB.Bson.ObjectId?) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: CheckNextAdmission path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 142 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Checks the next admission for the specified patient location. example: [] syntax: content: void CheckNextAdmission(ObjectId? patientLocation) parameters: - id: patientLocation type: System.Nullable{MongoDB.Bson.ObjectId} description: The optional identifier of the patient location to check. content.vb: Sub CheckNextAdmission(patientLocation As ObjectId?) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.CheckNextAdmission* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBedAndUnitId(System.String,System.Nullable{MongoDB.Bson.ObjectId}) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBedAndUnitId(System.String,System.Nullable{MongoDB.Bson.ObjectId}) id: FindByBedAndUnitId(System.String,System.Nullable{MongoDB.Bson.ObjectId}) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindByBedAndUnitId(string?, ObjectId?) nameWithType: IPointOfCareService.FindByBedAndUnitId(string?, ObjectId?) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBedAndUnitId(string?, MongoDB.Bson.ObjectId?) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindByBedAndUnitId path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 149 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves a associated with the specified bed and unit identifier, returning null when no matching record is found. example: [] syntax: content: Task FindByBedAndUnitId(string? bed, ObjectId? unitId) parameters: - id: bed type: System.String description: The bed identifier used to locate the point of care. - id: unitId type: System.Nullable{MongoDB.Bson.ObjectId} description: The MongoDB of the unit the point of care belongs to. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} description: A that resolves to the matching or null if no record matches the supplied bed and unit. content.vb: Function FindByBedAndUnitId(bed As String, unitId As ObjectId?) As Task(Of PointOfCare) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBedAndUnitId* nameWithType.vb: IPointOfCareService.FindByBedAndUnitId(String, ObjectId?) fullName.vb: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBedAndUnitId(String, MongoDB.Bson.ObjectId?) name.vb: FindByBedAndUnitId(String, ObjectId?) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateRelayConfig(adas_core.Domain.Models.MongoModels.PointOfCare) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateRelayConfig(adas_core.Domain.Models.MongoModels.PointOfCare) id: UpdateRelayConfig(adas_core.Domain.Models.MongoModels.PointOfCare) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: UpdateRelayConfig(PointOfCare) nameWithType: IPointOfCareService.UpdateRelayConfig(PointOfCare) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateRelayConfig(adas_core.Domain.Models.MongoModels.PointOfCare) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateRelayConfig path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 154 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates the relay configuration associated with the specified point-of-care device. example: [] syntax: content: Task UpdateRelayConfig(PointOfCare poc) parameters: - id: poc type: adas_core.Domain.Models.MongoModels.PointOfCare description: The point-of-care device whose relay configuration should be updated. return: type: System.Threading.Tasks.Task content.vb: Function UpdateRelayConfig(poc As PointOfCare) As Task overload: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateRelayConfig* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientNumber(System.String) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientNumber(System.String) id: FindPoCByPatientNumber(System.String) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindPoCByPatientNumber(string) nameWithType: IPointOfCareService.FindPoCByPatientNumber(string) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientNumber(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindPoCByPatientNumber path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 161 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: >- Asynchronously retrieves the Point of Care (PoC) associated with the specified patient number. Returns null if no matching Point of Care is found for the given patient number. example: [] syntax: content: Task FindPoCByPatientNumber(string patientNumber) parameters: - id: patientNumber type: System.String description: The unique patient number used to look up the associated Point of Care. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} description: A task that represents the asynchronous operation. The task result contains the if found, or null if no match exists. content.vb: Function FindPoCByPatientNumber(patientNumber As String) As Task(Of PointOfCare) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientNumber* nameWithType.vb: IPointOfCareService.FindPoCByPatientNumber(String) fullName.vb: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientNumber(String) name.vb: FindPoCByPatientNumber(String) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.CountPoCsByUnitId(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.CountPoCsByUnitId(MongoDB.Bson.ObjectId) id: CountPoCsByUnitId(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: CountPoCsByUnitId(ObjectId) nameWithType: IPointOfCareService.CountPoCsByUnitId(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.CountPoCsByUnitId(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: CountPoCsByUnitId path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 168 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously counts the number of Points of Contact (PoCs) associated with the specified unit identifier. example: [] syntax: content: Task CountPoCsByUnitId(ObjectId unitId) parameters: - id: unitId type: MongoDB.Bson.ObjectId description: The unique identifier of the unit whose PoCs should be counted. return: type: System.Threading.Tasks.Task{System.Int64} description: A task that represents the asynchronous operation, containing the total number of PoCs linked to the given unit. content.vb: Function CountPoCsByUnitId(unitId As ObjectId) As Task(Of Long) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.CountPoCsByUnitId* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.CountVirtualPoCsByUnitId(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.CountVirtualPoCsByUnitId(MongoDB.Bson.ObjectId) id: CountVirtualPoCsByUnitId(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: CountVirtualPoCsByUnitId(ObjectId) nameWithType: IPointOfCareService.CountVirtualPoCsByUnitId(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.CountVirtualPoCsByUnitId(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: CountVirtualPoCsByUnitId path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 174 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the total number of virtual Proofs of Concept (PoCs) associated with the specified unit. example: [] syntax: content: Task CountVirtualPoCsByUnitId(ObjectId unitId) parameters: - id: unitId type: MongoDB.Bson.ObjectId description: The unique identifier of the unit whose virtual PoCs should be counted. return: type: System.Threading.Tasks.Task{System.Int64} description: A that represents the asynchronous operation, containing the count of virtual PoCs for the given unit. content.vb: Function CountVirtualPoCsByUnitId(unitId As ObjectId) As Task(Of Long) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.CountVirtualPoCsByUnitId* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.GetPaginatedPoCs(adas_core.Domain.Models.Filter.PaginationFilter) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.GetPaginatedPoCs(adas_core.Domain.Models.Filter.PaginationFilter) id: GetPaginatedPoCs(adas_core.Domain.Models.Filter.PaginationFilter) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: GetPaginatedPoCs(PaginationFilter) nameWithType: IPointOfCareService.GetPaginatedPoCs(PaginationFilter) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetPaginatedPoCs(adas_core.Domain.Models.Filter.PaginationFilter) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetPaginatedPoCs path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 180 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves a paginated collection of Points of Care based on the provided filter. example: [] syntax: content: Task> GetPaginatedPoCs(PaginationFilter filter) parameters: - id: filter type: adas_core.Domain.Models.Filter.PaginationFilter description: The pagination parameters used to control page size and page number. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task that represents the asynchronous operation, containing the paginated response of Points of Care. content.vb: Function GetPaginatedPoCs(filter As PaginationFilter) As Task(Of PaginationResponse(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.GetPaginatedPoCs* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.DeletePoCsByUnitId(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.DeletePoCsByUnitId(MongoDB.Bson.ObjectId) id: DeletePoCsByUnitId(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: DeletePoCsByUnitId(ObjectId) nameWithType: IPointOfCareService.DeletePoCsByUnitId(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.DeletePoCsByUnitId(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DeletePoCsByUnitId path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 185 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Deletes all PoCs associated with the specified unit identifier. example: [] syntax: content: Task DeletePoCsByUnitId(ObjectId unitId) parameters: - id: unitId type: MongoDB.Bson.ObjectId description: The unique identifier of the unit whose PoCs should be removed. return: type: System.Threading.Tasks.Task content.vb: Function DeletePoCsByUnitId(unitId As ObjectId) As Task overload: adas_core.Application.Services.Interfaces.IPointOfCareService.DeletePoCsByUnitId* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdCamerasInUse commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdCamerasInUse id: FindAllIdCamerasInUse parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindAllIdCamerasInUse() nameWithType: IPointOfCareService.FindAllIdCamerasInUse() fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdCamerasInUse() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindAllIdCamerasInUse path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 190 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the set of all camera identifiers that are currently in use. example: [] syntax: content: Task> FindAllIdCamerasInUse() return: type: System.Threading.Tasks.Task{System.Collections.Generic.HashSet{MongoDB.Bson.ObjectId}} description: A task that represents the asynchronous operation. The task result contains a HashSet of ObjectId values representing the cameras currently in use. content.vb: Function FindAllIdCamerasInUse() As Task(Of HashSet(Of ObjectId)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdCamerasInUse* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdRelaysInUse commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdRelaysInUse id: FindAllIdRelaysInUse parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindAllIdRelaysInUse() nameWithType: IPointOfCareService.FindAllIdRelaysInUse() fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdRelaysInUse() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindAllIdRelaysInUse path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 195 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the set of all ID relays that are currently in use. example: [] syntax: content: Task> FindAllIdRelaysInUse() return: type: System.Threading.Tasks.Task{System.Collections.Generic.HashSet{MongoDB.Bson.ObjectId}} description: A task that represents the asynchronous operation. The task result contains a of the ID relays currently in use. content.vb: Function FindAllIdRelaysInUse() As Task(Of HashSet(Of ObjectId)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdRelaysInUse* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdBeaconsInUse commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdBeaconsInUse id: FindAllIdBeaconsInUse parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindAllIdBeaconsInUse() nameWithType: IPointOfCareService.FindAllIdBeaconsInUse() fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdBeaconsInUse() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindAllIdBeaconsInUse path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 200 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the set of all ID beacons currently in use. example: [] syntax: content: Task> FindAllIdBeaconsInUse() return: type: System.Threading.Tasks.Task{System.Collections.Generic.HashSet{MongoDB.Bson.ObjectId}} description: A task containing a of the ID beacons that are active or in use. content.vb: Function FindAllIdBeaconsInUse() As Task(Of HashSet(Of ObjectId)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdBeaconsInUse* - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIdWithDevices(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIdWithDevices(MongoDB.Bson.ObjectId) id: FindAllByUnitIdWithDevices(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPointOfCareService langs: - csharp - vb name: FindAllByUnitIdWithDevices(ObjectId) nameWithType: IPointOfCareService.FindAllByUnitIdWithDevices(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIdWithDevices(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPointOfCareService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindAllByUnitIdWithDevices path: ../../adas-core.Application/Services/Interfaces/IPointOfCareService.cs startLine: 206 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves all Point of Care entries associated with the specified unit, including their related devices. example: [] syntax: content: Task?> FindAllByUnitIdWithDevices(ObjectId unitId) parameters: - id: unitId type: MongoDB.Bson.ObjectId description: The unique identifier of the unit whose Point of Care entries should be retrieved. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.PointOfCare}} description: A task that represents the asynchronous operation. The task result contains a collection of Point of Care entries with their devices, or null if no entries are found for the given unit. content.vb: Function FindAllByUnitIdWithDevices(unitId As ObjectId) As Task(Of IEnumerable(Of PointOfCare)) overload: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIdWithDevices* 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.Services.Interfaces.IPointOfCareService.Delete* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.Delete href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_Delete_MongoDB_Bson_ObjectId_ name: Delete nameWithType: IPointOfCareService.Delete fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.Delete - uid: MongoDB.Bson.ObjectId commentId: T:MongoDB.Bson.ObjectId parent: MongoDB.Bson isExternal: true name: ObjectId nameWithType: ObjectId fullName: MongoDB.Bson.ObjectId - uid: System.Threading.Tasks.Task commentId: T:System.Threading.Tasks.Task parent: System.Threading.Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task name: Task nameWithType: Task fullName: System.Threading.Tasks.Task - 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: System.Threading.Tasks commentId: N:System.Threading.Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Threading.Tasks nameWithType: System.Threading.Tasks fullName: System.Threading.Tasks spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading - name: . - uid: System.Threading.Tasks name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading - name: . - uid: System.Threading.Tasks name: Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.Update* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.Update href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_Update_adas_core_Domain_Models_MongoModels_PointOfCare_ name: Update nameWithType: IPointOfCareService.Update fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.Update - uid: adas_core.Domain.Models.MongoModels.PointOfCare commentId: T:adas_core.Domain.Models.MongoModels.PointOfCare parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.PointOfCare.html name: PointOfCare nameWithType: PointOfCare fullName: adas_core.Domain.Models.MongoModels.PointOfCare - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.PointOfCare} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of PointOfCare) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.PointOfCare) name.vb: Task(Of PointOfCare) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.MongoModels.PointOfCare name: PointOfCare - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.PointOfCare name: PointOfCare - name: ) - 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.Threading.Tasks.Task`1 commentId: T:System.Threading.Tasks.Task`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of TResult) fullName.vb: System.Threading.Tasks.Task(Of TResult) name.vb: Task(Of TResult) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - name: TResult - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - name: TResult - name: ) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateUnit* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateUnit href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_UpdateUnit_MongoDB_Bson_ObjectId_adas_core_Domain_Models_MongoModels_Unit_ name: UpdateUnit nameWithType: IPointOfCareService.UpdateUnit fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateUnit - uid: adas_core.Domain.Models.MongoModels.Unit commentId: T:adas_core.Domain.Models.MongoModels.Unit parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.Unit.html name: Unit nameWithType: Unit fullName: adas_core.Domain.Models.MongoModels.Unit - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAll* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.GetAll href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_GetAll name: GetAll nameWithType: IPointOfCareService.GetAll fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAll - uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of List(Of PointOfCare)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.PointOfCare)) name.vb: Task(Of List(Of PointOfCare)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - 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 - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - 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 - name: ) - name: ) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllConfigs* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllConfigs href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_GetAllConfigs name: GetAllConfigs nameWithType: IPointOfCareService.GetAllConfigs fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllConfigs - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllLocationInfo* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllLocationInfo href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_GetAllLocationInfo name: GetAllLocationInfo nameWithType: IPointOfCareService.GetAllLocationInfo fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetAllLocationInfo - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateConfiguration* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateConfiguration href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_UpdateConfiguration_MongoDB_Bson_ObjectId_adas_core_Domain_Models_MongoModels_PointOfCareConfiguration_ name: UpdateConfiguration nameWithType: IPointOfCareService.UpdateConfiguration fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateConfiguration - uid: adas_core.Domain.Models.MongoModels.PointOfCareConfiguration commentId: T:adas_core.Domain.Models.MongoModels.PointOfCareConfiguration parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.PointOfCareConfiguration.html name: PointOfCareConfiguration nameWithType: PointOfCareConfiguration fullName: adas_core.Domain.Models.MongoModels.PointOfCareConfiguration - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindById* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindById href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindById_MongoDB_Bson_ObjectId_ name: FindById nameWithType: IPointOfCareService.FindById fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindById - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByIdAllConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByIdAllConfig href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindByIdAllConfig_MongoDB_Bson_ObjectId_ name: FindByIdAllConfig nameWithType: IPointOfCareService.FindByIdAllConfig fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByIdAllConfig - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitId* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitId href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindAllByUnitId_MongoDB_Bson_ObjectId_ name: FindAllByUnitId nameWithType: IPointOfCareService.FindAllByUnitId fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitId - uid: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.PointOfCare}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.PointOfCare}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of IEnumerable(Of PointOfCare)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.MongoModels.PointOfCare)) name.vb: Task(Of IEnumerable(Of PointOfCare)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - uid: adas_core.Domain.Models.MongoModels.PointOfCare name: PointOfCare - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.PointOfCare name: PointOfCare - name: ) - name: ) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByRoom* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByRoom href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindByRoom_System_String_ name: FindByRoom nameWithType: IPointOfCareService.FindByRoom fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByRoom - 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.IPointOfCareService.FindByBed* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBed href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindByBed_System_String_ name: FindByBed nameWithType: IPointOfCareService.FindByBed fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBed - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIds* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIds href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindAllByUnitIds_System_Collections_Generic_List_MongoDB_Bson_ObjectId__ name: FindAllByUnitIds nameWithType: IPointOfCareService.FindAllByUnitIds fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIds - 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 nameWithType: List fullName: System.Collections.Generic.List 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 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.IPointOfCareService.GetInfo* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.GetInfo href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_GetInfo_MongoDB_Bson_ObjectId_System_Nullable_adas_core_Domain_Models_Masters_LocaleEnum__System_Boolean_System_Threading_CancellationToken_ name: GetInfo nameWithType: IPointOfCareService.GetInfo fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetInfo - 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: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: System.Threading.CancellationToken commentId: T:System.Threading.CancellationToken parent: System.Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken name: CancellationToken nameWithType: CancellationToken fullName: System.Threading.CancellationToken - uid: System.Nullable`1 commentId: T:System.Nullable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 name: Nullable nameWithType: Nullable fullName: System.Nullable 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: System.Threading commentId: N:System.Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Threading nameWithType: System.Threading fullName: System.Threading spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Threading name: Threading isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.InsertPointOfCare* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.InsertPointOfCare href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_InsertPointOfCare_adas_core_Domain_Models_MongoModels_PointOfCare_ name: InsertPointOfCare nameWithType: IPointOfCareService.InsertPointOfCare fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.InsertPointOfCare - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientId* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientId href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindPoCByPatientId_MongoDB_Bson_ObjectId_ name: FindPoCByPatientId nameWithType: IPointOfCareService.FindPoCByPatientId fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientId - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.SetPointOfCareStatus* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.SetPointOfCareStatus href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_SetPointOfCareStatus_MongoDB_Bson_ObjectId_adas_core_Domain_Enums_StatusEnum_PointOfCare_ name: SetPointOfCareStatus nameWithType: IPointOfCareService.SetPointOfCareStatus fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.SetPointOfCareStatus - uid: adas_core.Domain.Enums.StatusEnum.PointOfCare commentId: T:adas_core.Domain.Enums.StatusEnum.PointOfCare parent: adas_core.Domain.Enums href: adas_core.Domain.Enums.StatusEnum.html name: StatusEnum.PointOfCare nameWithType: StatusEnum.PointOfCare fullName: adas_core.Domain.Enums.StatusEnum.PointOfCare spec.csharp: - uid: adas_core.Domain.Enums.StatusEnum name: StatusEnum href: adas_core.Domain.Enums.StatusEnum.html - name: . - uid: adas_core.Domain.Enums.StatusEnum.PointOfCare name: PointOfCare href: adas_core.Domain.Enums.StatusEnum.PointOfCare.html spec.vb: - uid: adas_core.Domain.Enums.StatusEnum name: StatusEnum href: adas_core.Domain.Enums.StatusEnum.html - name: . - uid: adas_core.Domain.Enums.StatusEnum.PointOfCare name: PointOfCare href: adas_core.Domain.Enums.StatusEnum.PointOfCare.html - uid: adas_core.Domain.Enums commentId: N:adas_core.Domain.Enums href: adas_core.html name: adas_core.Domain.Enums nameWithType: adas_core.Domain.Enums fullName: adas_core.Domain.Enums spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Enums name: Enums href: adas_core.Domain.Enums.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Enums name: Enums href: adas_core.Domain.Enums.html - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByUnitAndStatus* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByUnitAndStatus href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindByUnitAndStatus_MongoDB_Bson_ObjectId_adas_core_Domain_Enums_StatusEnum_PointOfCare_System_Boolean_ name: FindByUnitAndStatus nameWithType: IPointOfCareService.FindByUnitAndStatus fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByUnitAndStatus - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.CheckNextAdmission* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.CheckNextAdmission href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_CheckNextAdmission_System_Nullable_MongoDB_Bson_ObjectId__ name: CheckNextAdmission nameWithType: IPointOfCareService.CheckNextAdmission fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.CheckNextAdmission - 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.Application.Services.Interfaces.IPointOfCareService.FindByBedAndUnitId* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBedAndUnitId href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindByBedAndUnitId_System_String_System_Nullable_MongoDB_Bson_ObjectId__ name: FindByBedAndUnitId nameWithType: IPointOfCareService.FindByBedAndUnitId fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindByBedAndUnitId - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateRelayConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateRelayConfig href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_UpdateRelayConfig_adas_core_Domain_Models_MongoModels_PointOfCare_ name: UpdateRelayConfig nameWithType: IPointOfCareService.UpdateRelayConfig fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.UpdateRelayConfig - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientNumber* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientNumber href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindPoCByPatientNumber_System_String_ name: FindPoCByPatientNumber nameWithType: IPointOfCareService.FindPoCByPatientNumber fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindPoCByPatientNumber - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.CountPoCsByUnitId* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.CountPoCsByUnitId href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_CountPoCsByUnitId_MongoDB_Bson_ObjectId_ name: CountPoCsByUnitId nameWithType: IPointOfCareService.CountPoCsByUnitId fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.CountPoCsByUnitId - uid: System.Threading.Tasks.Task{System.Int64} commentId: T:System.Threading.Tasks.Task{System.Int64} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task nameWithType: Task fullName: System.Threading.Tasks.Task nameWithType.vb: Task(Of Long) fullName.vb: System.Threading.Tasks.Task(Of Long) name.vb: Task(Of Long) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Int64 name: long isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int64 - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Int64 name: Long isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int64 - name: ) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.CountVirtualPoCsByUnitId* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.CountVirtualPoCsByUnitId href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_CountVirtualPoCsByUnitId_MongoDB_Bson_ObjectId_ name: CountVirtualPoCsByUnitId nameWithType: IPointOfCareService.CountVirtualPoCsByUnitId fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.CountVirtualPoCsByUnitId - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.GetPaginatedPoCs* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.GetPaginatedPoCs href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_GetPaginatedPoCs_adas_core_Domain_Models_Filter_PaginationFilter_ name: GetPaginatedPoCs nameWithType: IPointOfCareService.GetPaginatedPoCs fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.GetPaginatedPoCs - uid: adas_core.Domain.Models.Filter.PaginationFilter commentId: T:adas_core.Domain.Models.Filter.PaginationFilter parent: adas_core.Domain.Models.Filter href: adas_core.Domain.Models.Filter.PaginationFilter.html name: PaginationFilter nameWithType: PaginationFilter fullName: adas_core.Domain.Models.Filter.PaginationFilter - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.MongoModels.PointOfCare}} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.MongoModels.PointOfCare}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of PaginationResponse(Of PointOfCare)) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Responses.PaginationResponse(Of adas_core.Domain.Models.MongoModels.PointOfCare)) name.vb: Task(Of PaginationResponse(Of PointOfCare)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 name: PaginationResponse - name: < - uid: adas_core.Domain.Models.MongoModels.PointOfCare name: PointOfCare - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 name: PaginationResponse - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.PointOfCare name: PointOfCare - name: ) - name: ) - uid: adas_core.Domain.Models.Filter commentId: N:adas_core.Domain.Models.Filter href: adas_core.html name: adas_core.Domain.Models.Filter nameWithType: adas_core.Domain.Models.Filter fullName: adas_core.Domain.Models.Filter 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.Filter name: Filter href: adas_core.Domain.Models.Filter.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.Filter name: Filter href: adas_core.Domain.Models.Filter.html - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.DeletePoCsByUnitId* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.DeletePoCsByUnitId href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_DeletePoCsByUnitId_MongoDB_Bson_ObjectId_ name: DeletePoCsByUnitId nameWithType: IPointOfCareService.DeletePoCsByUnitId fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.DeletePoCsByUnitId - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdCamerasInUse* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdCamerasInUse href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindAllIdCamerasInUse name: FindAllIdCamerasInUse nameWithType: IPointOfCareService.FindAllIdCamerasInUse fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdCamerasInUse - uid: System.Threading.Tasks.Task{System.Collections.Generic.HashSet{MongoDB.Bson.ObjectId}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.HashSet{MongoDB.Bson.ObjectId}} parent: System.Threading.Tasks definition: System.Threading.Tasks.Task`1 href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 name: Task> nameWithType: Task> fullName: System.Threading.Tasks.Task> nameWithType.vb: Task(Of HashSet(Of ObjectId)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.HashSet(Of MongoDB.Bson.ObjectId)) name.vb: Task(Of HashSet(Of ObjectId)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Collections.Generic.HashSet`1 name: HashSet isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 - name: < - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Collections.Generic.HashSet`1 name: HashSet isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 - name: ( - name: Of - name: " " - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ) - name: ) - uid: System.Collections.Generic.HashSet`1 commentId: T:System.Collections.Generic.HashSet`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 name: HashSet nameWithType: HashSet fullName: System.Collections.Generic.HashSet nameWithType.vb: HashSet(Of T) fullName.vb: System.Collections.Generic.HashSet(Of T) name.vb: HashSet(Of T) spec.csharp: - uid: System.Collections.Generic.HashSet`1 name: HashSet isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.HashSet`1 name: HashSet isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdRelaysInUse* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdRelaysInUse href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindAllIdRelaysInUse name: FindAllIdRelaysInUse nameWithType: IPointOfCareService.FindAllIdRelaysInUse fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdRelaysInUse - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdBeaconsInUse* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdBeaconsInUse href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindAllIdBeaconsInUse name: FindAllIdBeaconsInUse nameWithType: IPointOfCareService.FindAllIdBeaconsInUse fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllIdBeaconsInUse - uid: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIdWithDevices* commentId: Overload:adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIdWithDevices href: adas_core.Application.Services.Interfaces.IPointOfCareService.html#adas_core_Application_Services_Interfaces_IPointOfCareService_FindAllByUnitIdWithDevices_MongoDB_Bson_ObjectId_ name: FindAllByUnitIdWithDevices nameWithType: IPointOfCareService.FindAllByUnitIdWithDevices fullName: adas_core.Application.Services.Interfaces.IPointOfCareService.FindAllByUnitIdWithDevices