### YamlMime:ManagedReference items: - uid: adas_core.Application.Services.Interfaces.IPumpService commentId: T:adas_core.Application.Services.Interfaces.IPumpService id: IPumpService parent: adas_core.Application.Services.Interfaces children: - adas_core.Application.Services.Interfaces.IPumpService.Archive(adas_core.Domain.Models.MongoModels.Patient) - adas_core.Application.Services.Interfaces.IPumpService.ArchiveByPatientId(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPumpService.DeleteByPatientId(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPumpService.DeletePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) - adas_core.Application.Services.Interfaces.IPumpService.FindAllLastPatientObservationTime - adas_core.Application.Services.Interfaces.IPumpService.FindLastPumpObservations(MongoDB.Bson.ObjectId,System.Int32) - adas_core.Application.Services.Interfaces.IPumpService.GetAllPumpConfig - adas_core.Application.Services.Interfaces.IPumpService.GetItemsById(System.String) - adas_core.Application.Services.Interfaces.IPumpService.GetPaginatedPump(adas_core.Domain.Models.Filter.PaginationFilter) - adas_core.Application.Services.Interfaces.IPumpService.GetPumpConfigsById(System.String) - adas_core.Application.Services.Interfaces.IPumpService.InsertPumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) - adas_core.Application.Services.Interfaces.IPumpService.InsertPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) - adas_core.Application.Services.Interfaces.IPumpService.MapPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) - adas_core.Application.Services.Interfaces.IPumpService.UpdateManyObjectId(System.String,MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IPumpService.UpdatePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) langs: - csharp - vb name: IPumpService nameWithType: IPumpService fullName: adas_core.Application.Services.Interfaces.IPumpService type: Interface source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: IPumpService path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 9 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces syntax: content: 'public interface IPumpService : IApiRequestService' content.vb: Public Interface IPumpService Inherits IApiRequestService derivedClasses: - adas_core.Application.Services.PumpService inheritedMembers: - adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest) - adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest) 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.IPumpService.InsertPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.InsertPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) id: InsertPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: InsertPumpObservation(PumpObservation) nameWithType: IPumpService.InsertPumpObservation(PumpObservation) fullName: adas_core.Application.Services.Interfaces.IPumpService.InsertPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertPumpObservation path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 16 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously inserts a pump observation record into the underlying data store. example: [] syntax: content: Task InsertPumpObservation(PumpObservation obs) parameters: - id: obs type: adas_core.Domain.Models.Pumps.PumpObservation description: The pump observation to persist. return: type: System.Threading.Tasks.Task content.vb: Function InsertPumpObservation(obs As PumpObservation) As Task overload: adas_core.Application.Services.Interfaces.IPumpService.InsertPumpObservation* - uid: adas_core.Application.Services.Interfaces.IPumpService.MapPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.MapPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) id: MapPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: MapPumpObservation(PumpObservation) nameWithType: IPumpService.MapPumpObservation(PumpObservation) fullName: adas_core.Application.Services.Interfaces.IPumpService.MapPumpObservation(adas_core.Domain.Models.Pumps.PumpObservation) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: MapPumpObservation path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 24 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously maps the specified pump observation to a resulting , returning null when no mapping result is produced. example: [] syntax: content: Task MapPumpObservation(PumpObservation obs) parameters: - id: obs type: adas_core.Domain.Models.Pumps.PumpObservation description: The source pump observation to be mapped. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Pumps.PumpObservation} description: A task that represents the asynchronous mapping operation, containing the resulting or null if no result is available. content.vb: Function MapPumpObservation(obs As PumpObservation) As Task(Of PumpObservation) overload: adas_core.Application.Services.Interfaces.IPumpService.MapPumpObservation* - uid: adas_core.Application.Services.Interfaces.IPumpService.FindLastPumpObservations(MongoDB.Bson.ObjectId,System.Int32) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.FindLastPumpObservations(MongoDB.Bson.ObjectId,System.Int32) id: FindLastPumpObservations(MongoDB.Bson.ObjectId,System.Int32) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: FindLastPumpObservations(ObjectId, int) nameWithType: IPumpService.FindLastPumpObservations(ObjectId, int) fullName: adas_core.Application.Services.Interfaces.IPumpService.FindLastPumpObservations(MongoDB.Bson.ObjectId, int) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindLastPumpObservations path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 33 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves the most recent pump observations for the specified patient. example: [] syntax: content: Task> FindLastPumpObservations(ObjectId patientId, int num = 1) parameters: - id: patientId type: MongoDB.Bson.ObjectId description: The unique identifier of the patient whose pump observations are being queried. - id: num type: System.Int32 description: The maximum number of recent observations to return. Defaults to 1. return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Pumps.PumpObservation}} description: A task that represents the asynchronous operation. The task result contains a list of the most recent pump observations for the patient, up to the specified count. content.vb: Function FindLastPumpObservations(patientId As ObjectId, num As Integer = 1) As Task(Of List(Of PumpObservation)) overload: adas_core.Application.Services.Interfaces.IPumpService.FindLastPumpObservations* nameWithType.vb: IPumpService.FindLastPumpObservations(ObjectId, Integer) fullName.vb: adas_core.Application.Services.Interfaces.IPumpService.FindLastPumpObservations(MongoDB.Bson.ObjectId, Integer) name.vb: FindLastPumpObservations(ObjectId, Integer) - uid: adas_core.Application.Services.Interfaces.IPumpService.FindAllLastPatientObservationTime commentId: M:adas_core.Application.Services.Interfaces.IPumpService.FindAllLastPatientObservationTime id: FindAllLastPatientObservationTime parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: FindAllLastPatientObservationTime() nameWithType: IPumpService.FindAllLastPatientObservationTime() fullName: adas_core.Application.Services.Interfaces.IPumpService.FindAllLastPatientObservationTime() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: FindAllLastPatientObservationTime path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 38 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the most recent observation timestamp for every patient, returning a dictionary keyed by patient identifier. example: [] syntax: content: Task> FindAllLastPatientObservationTime() return: type: System.Threading.Tasks.Task{System.Collections.Generic.Dictionary{MongoDB.Bson.ObjectId,System.DateTime}} description: A task that represents the asynchronous operation. The task result contains a dictionary mapping each patient's to their last observation . content.vb: Function FindAllLastPatientObservationTime() As Task(Of Dictionary(Of ObjectId, Date)) overload: adas_core.Application.Services.Interfaces.IPumpService.FindAllLastPatientObservationTime* - uid: adas_core.Application.Services.Interfaces.IPumpService.GetItemsById(System.String) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.GetItemsById(System.String) id: GetItemsById(System.String) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: GetItemsById(string) nameWithType: IPumpService.GetItemsById(string) fullName: adas_core.Application.Services.Interfaces.IPumpService.GetItemsById(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetItemsById path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 46 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves the list of configuration pump items associated with the specified identifier. example: [] syntax: content: Task?> GetItemsById(string id) parameters: - id: id type: System.String description: The unique identifier used to look up the configuration pump items. return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ConfigPumpItem}} description: A task that resolves to a list of objects matching the given identifier, or null when no items are found. content.vb: Function GetItemsById(id As String) As Task(Of List(Of ConfigPumpItem)) overload: adas_core.Application.Services.Interfaces.IPumpService.GetItemsById* nameWithType.vb: IPumpService.GetItemsById(String) fullName.vb: adas_core.Application.Services.Interfaces.IPumpService.GetItemsById(String) name.vb: GetItemsById(String) - uid: adas_core.Application.Services.Interfaces.IPumpService.GetAllPumpConfig commentId: M:adas_core.Application.Services.Interfaces.IPumpService.GetAllPumpConfig id: GetAllPumpConfig parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: GetAllPumpConfig() nameWithType: IPumpService.GetAllPumpConfig() fullName: adas_core.Application.Services.Interfaces.IPumpService.GetAllPumpConfig() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllPumpConfig path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 51 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the full list of pump configurations from the underlying data source. example: [] syntax: content: Task?> GetAllPumpConfig() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ConfigPumps}} description: A task that resolves to a containing all pump configurations, or null if no configurations are available. content.vb: Function GetAllPumpConfig() As Task(Of List(Of ConfigPumps)) overload: adas_core.Application.Services.Interfaces.IPumpService.GetAllPumpConfig* - uid: adas_core.Application.Services.Interfaces.IPumpService.GetPumpConfigsById(System.String) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.GetPumpConfigsById(System.String) id: GetPumpConfigsById(System.String) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: GetPumpConfigsById(string) nameWithType: IPumpService.GetPumpConfigsById(string) fullName: adas_core.Application.Services.Interfaces.IPumpService.GetPumpConfigsById(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetPumpConfigsById path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 57 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the pump configuration associated with the specified identifier. example: [] syntax: content: Task GetPumpConfigsById(string id) parameters: - id: id type: System.String description: The unique identifier of the pump configuration to retrieve. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigPumps} description: A task that represents the asynchronous operation. The task result contains the instance matching the specified identifier, or null if no configuration is found. content.vb: Function GetPumpConfigsById(id As String) As Task(Of ConfigPumps) overload: adas_core.Application.Services.Interfaces.IPumpService.GetPumpConfigsById* nameWithType.vb: IPumpService.GetPumpConfigsById(String) fullName.vb: adas_core.Application.Services.Interfaces.IPumpService.GetPumpConfigsById(String) name.vb: GetPumpConfigsById(String) - uid: adas_core.Application.Services.Interfaces.IPumpService.UpdatePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.UpdatePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) id: UpdatePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: UpdatePumpConfig(ConfigPumps) nameWithType: IPumpService.UpdatePumpConfig(ConfigPumps) fullName: adas_core.Application.Services.Interfaces.IPumpService.UpdatePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdatePumpConfig path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 63 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously updates the pump configuration. example: [] syntax: content: Task UpdatePumpConfig(ConfigPumps config) parameters: - id: config type: adas_core.Domain.Models.MongoModels.ConfigPumps description: The pump configuration to update. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigPumps} description: A task that represents the asynchronous operation, containing the updated or null if not found. content.vb: Function UpdatePumpConfig(config As ConfigPumps) As Task(Of ConfigPumps) overload: adas_core.Application.Services.Interfaces.IPumpService.UpdatePumpConfig* - uid: adas_core.Application.Services.Interfaces.IPumpService.InsertPumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.InsertPumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) id: InsertPumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: InsertPumpConfig(ConfigPumps) nameWithType: IPumpService.InsertPumpConfig(ConfigPumps) fullName: adas_core.Application.Services.Interfaces.IPumpService.InsertPumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: InsertPumpConfig path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 69 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Inserts a new pump configuration into the system asynchronously. example: [] syntax: content: Task InsertPumpConfig(ConfigPumps config) parameters: - id: config type: adas_core.Domain.Models.MongoModels.ConfigPumps description: The pump configuration to be inserted. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigPumps} description: A task that represents the asynchronous operation, containing the inserted or null if the insertion fails. content.vb: Function InsertPumpConfig(config As ConfigPumps) As Task(Of ConfigPumps) overload: adas_core.Application.Services.Interfaces.IPumpService.InsertPumpConfig* - uid: adas_core.Application.Services.Interfaces.IPumpService.DeletePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.DeletePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) id: DeletePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: DeletePumpConfig(ConfigPumps) nameWithType: IPumpService.DeletePumpConfig(ConfigPumps) fullName: adas_core.Application.Services.Interfaces.IPumpService.DeletePumpConfig(adas_core.Domain.Models.MongoModels.ConfigPumps) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DeletePumpConfig path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 75 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Deletes the specified pump configuration. example: [] syntax: content: Task DeletePumpConfig(ConfigPumps config) parameters: - id: config type: adas_core.Domain.Models.MongoModels.ConfigPumps description: The pump configuration to delete. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous delete operation. The task result is true if the configuration was deleted successfully; otherwise, false. content.vb: Function DeletePumpConfig(config As ConfigPumps) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IPumpService.DeletePumpConfig* - uid: adas_core.Application.Services.Interfaces.IPumpService.GetPaginatedPump(adas_core.Domain.Models.Filter.PaginationFilter) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.GetPaginatedPump(adas_core.Domain.Models.Filter.PaginationFilter) id: GetPaginatedPump(adas_core.Domain.Models.Filter.PaginationFilter) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: GetPaginatedPump(PaginationFilter) nameWithType: IPumpService.GetPaginatedPump(PaginationFilter) fullName: adas_core.Application.Services.Interfaces.IPumpService.GetPaginatedPump(adas_core.Domain.Models.Filter.PaginationFilter) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetPaginatedPump path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 84 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: >- Retrieves a paginated collection of pump observations based on the provided filter criteria. Returns null when no pump observations match the supplied pagination filter. example: [] syntax: content: Task?> GetPaginatedPump(PaginationFilter filter) parameters: - id: filter type: adas_core.Domain.Models.Filter.PaginationFilter description: The pagination filter that defines page size, page number, and any additional filtering criteria applied to the pump observations. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.Pumps.PumpObservation}} description: A task that resolves to a containing the matching pump observations, or null when no results are found. content.vb: Function GetPaginatedPump(filter As PaginationFilter) As Task(Of PaginationResponse(Of PumpObservation)) overload: adas_core.Application.Services.Interfaces.IPumpService.GetPaginatedPump* - uid: adas_core.Application.Services.Interfaces.IPumpService.DeleteByPatientId(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.DeleteByPatientId(MongoDB.Bson.ObjectId) id: DeleteByPatientId(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: DeleteByPatientId(ObjectId) nameWithType: IPumpService.DeleteByPatientId(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPumpService.DeleteByPatientId(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DeleteByPatientId path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 91 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously deletes records associated with the specified patient identifier. example: [] syntax: content: Task DeleteByPatientId(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The ObjectId of the patient whose related records should be deleted. return: type: System.Threading.Tasks.Task content.vb: Function DeleteByPatientId(id As ObjectId) As Task overload: adas_core.Application.Services.Interfaces.IPumpService.DeleteByPatientId* - uid: adas_core.Application.Services.Interfaces.IPumpService.Archive(adas_core.Domain.Models.MongoModels.Patient) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.Archive(adas_core.Domain.Models.MongoModels.Patient) id: Archive(adas_core.Domain.Models.MongoModels.Patient) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: Archive(Patient) nameWithType: IPumpService.Archive(Patient) fullName: adas_core.Application.Services.Interfaces.IPumpService.Archive(adas_core.Domain.Models.MongoModels.Patient) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Archive path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 96 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Archives the specified patient, marking the patient record as archived in the system. example: [] syntax: content: Task Archive(Patient patient) parameters: - id: patient type: adas_core.Domain.Models.MongoModels.Patient description: The patient to be archived. return: type: System.Threading.Tasks.Task content.vb: Function Archive(patient As Patient) As Task overload: adas_core.Application.Services.Interfaces.IPumpService.Archive* - uid: adas_core.Application.Services.Interfaces.IPumpService.ArchiveByPatientId(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.ArchiveByPatientId(MongoDB.Bson.ObjectId) id: ArchiveByPatientId(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: ArchiveByPatientId(ObjectId) nameWithType: IPumpService.ArchiveByPatientId(ObjectId) fullName: adas_core.Application.Services.Interfaces.IPumpService.ArchiveByPatientId(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ArchiveByPatientId path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 102 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously archives the data associated with the specified patient identifier. example: [] syntax: content: Task ArchiveByPatientId(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the patient whose data should be archived. return: type: System.Threading.Tasks.Task description: A task that represents the asynchronous archive operation. content.vb: Function ArchiveByPatientId(id As ObjectId) As Task overload: adas_core.Application.Services.Interfaces.IPumpService.ArchiveByPatientId* - uid: adas_core.Application.Services.Interfaces.IPumpService.UpdateManyObjectId(System.String,MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IPumpService.UpdateManyObjectId(System.String,MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId) id: UpdateManyObjectId(System.String,MongoDB.Bson.ObjectId,MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IPumpService langs: - csharp - vb name: UpdateManyObjectId(string, ObjectId, ObjectId) nameWithType: IPumpService.UpdateManyObjectId(string, ObjectId, ObjectId) fullName: adas_core.Application.Services.Interfaces.IPumpService.UpdateManyObjectId(string, MongoDB.Bson.ObjectId, MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IPumpService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateManyObjectId path: ../../adas-core.Application/Services/Interfaces/IPumpService.cs startLine: 111 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously updates multiple records, replacing the specified old ObjectId with a new one in the field identified by nameId. example: [] syntax: content: Task UpdateManyObjectId(string nameId, ObjectId id, ObjectId oldId) parameters: - id: nameId type: System.String description: The name of the field whose ObjectId value should be updated. - id: id type: MongoDB.Bson.ObjectId description: The new ObjectId value to assign. - id: oldId type: MongoDB.Bson.ObjectId description: The existing ObjectId value to be replaced. return: type: System.Threading.Tasks.Task content.vb: Function UpdateManyObjectId(nameId As String, id As ObjectId, oldId As ObjectId) As Task overload: adas_core.Application.Services.Interfaces.IPumpService.UpdateManyObjectId* nameWithType.vb: IPumpService.UpdateManyObjectId(String, ObjectId, ObjectId) fullName.vb: adas_core.Application.Services.Interfaces.IPumpService.UpdateManyObjectId(String, MongoDB.Bson.ObjectId, MongoDB.Bson.ObjectId) name.vb: UpdateManyObjectId(String, ObjectId, ObjectId) 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: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest) commentId: M:adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest) parent: adas_core.Application.Services.Interfaces.IApiRequestService href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequestAsync_adas_core_Domain_Models_ApiRequest_ name: SaveRequestAsync(ApiRequest) nameWithType: IApiRequestService.SaveRequestAsync(ApiRequest) fullName: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest) name: SaveRequestAsync href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequestAsync_adas_core_Domain_Models_ApiRequest_ - name: ( - uid: adas_core.Domain.Models.ApiRequest name: ApiRequest - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest) name: SaveRequestAsync href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequestAsync_adas_core_Domain_Models_ApiRequest_ - name: ( - uid: adas_core.Domain.Models.ApiRequest name: ApiRequest - name: ) - uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest) commentId: M:adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest) parent: adas_core.Application.Services.Interfaces.IApiRequestService href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequest_adas_core_Domain_Models_ApiRequest_ name: SaveRequest(ApiRequest) nameWithType: IApiRequestService.SaveRequest(ApiRequest) fullName: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest) name: SaveRequest href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequest_adas_core_Domain_Models_ApiRequest_ - name: ( - uid: adas_core.Domain.Models.ApiRequest name: ApiRequest - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest) name: SaveRequest href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequest_adas_core_Domain_Models_ApiRequest_ - name: ( - uid: adas_core.Domain.Models.ApiRequest name: ApiRequest - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) parent: adas_core.Domain.Utils.ObjectUtils definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Application.Services.Interfaces.IApiRequestService commentId: T:adas_core.Application.Services.Interfaces.IApiRequestService parent: adas_core.Application.Services.Interfaces href: adas_core.Application.Services.Interfaces.IApiRequestService.html name: IApiRequestService nameWithType: IApiRequestService fullName: adas_core.Application.Services.Interfaces.IApiRequestService - 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.IPumpService.InsertPumpObservation* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.InsertPumpObservation href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_InsertPumpObservation_adas_core_Domain_Models_Pumps_PumpObservation_ name: InsertPumpObservation nameWithType: IPumpService.InsertPumpObservation fullName: adas_core.Application.Services.Interfaces.IPumpService.InsertPumpObservation - uid: adas_core.Domain.Models.Pumps.PumpObservation commentId: T:adas_core.Domain.Models.Pumps.PumpObservation parent: adas_core.Domain.Models.Pumps href: adas_core.Domain.Models.Pumps.PumpObservation.html name: PumpObservation nameWithType: PumpObservation fullName: adas_core.Domain.Models.Pumps.PumpObservation - 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: adas_core.Domain.Models.Pumps commentId: N:adas_core.Domain.Models.Pumps href: adas_core.html name: adas_core.Domain.Models.Pumps nameWithType: adas_core.Domain.Models.Pumps fullName: adas_core.Domain.Models.Pumps 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.Pumps name: Pumps href: adas_core.Domain.Models.Pumps.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.Pumps name: Pumps href: adas_core.Domain.Models.Pumps.html - 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.IPumpService.MapPumpObservation* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.MapPumpObservation href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_MapPumpObservation_adas_core_Domain_Models_Pumps_PumpObservation_ name: MapPumpObservation nameWithType: IPumpService.MapPumpObservation fullName: adas_core.Application.Services.Interfaces.IPumpService.MapPumpObservation - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.Pumps.PumpObservation} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Pumps.PumpObservation} 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 PumpObservation) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Pumps.PumpObservation) name.vb: Task(Of PumpObservation) 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.Pumps.PumpObservation name: PumpObservation - 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.Pumps.PumpObservation name: PumpObservation - name: ) - 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.IPumpService.FindLastPumpObservations* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.FindLastPumpObservations href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_FindLastPumpObservations_MongoDB_Bson_ObjectId_System_Int32_ name: FindLastPumpObservations nameWithType: IPumpService.FindLastPumpObservations fullName: adas_core.Application.Services.Interfaces.IPumpService.FindLastPumpObservations - uid: MongoDB.Bson.ObjectId commentId: T:MongoDB.Bson.ObjectId parent: MongoDB.Bson isExternal: true name: ObjectId nameWithType: ObjectId fullName: MongoDB.Bson.ObjectId - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Pumps.PumpObservation}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Pumps.PumpObservation}} 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 PumpObservation)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.Pumps.PumpObservation)) name.vb: Task(Of List(Of PumpObservation)) 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.Pumps.PumpObservation name: PumpObservation - 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.Pumps.PumpObservation name: PumpObservation - name: ) - name: ) - 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 commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: System.DateTime commentId: T:System.DateTime parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.datetime name: DateTime nameWithType: DateTime fullName: System.DateTime nameWithType.vb: Date fullName.vb: Date name.vb: Date - uid: adas_core.Application.Services.Interfaces.IPumpService.FindAllLastPatientObservationTime* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.FindAllLastPatientObservationTime href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_FindAllLastPatientObservationTime name: FindAllLastPatientObservationTime nameWithType: IPumpService.FindAllLastPatientObservationTime fullName: adas_core.Application.Services.Interfaces.IPumpService.FindAllLastPatientObservationTime - uid: System.Threading.Tasks.Task{System.Collections.Generic.Dictionary{MongoDB.Bson.ObjectId,System.DateTime}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.Dictionary{MongoDB.Bson.ObjectId,System.DateTime}} 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 Dictionary(Of ObjectId, Date)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.Dictionary(Of MongoDB.Bson.ObjectId, Date)) name.vb: Task(Of Dictionary(Of ObjectId, Date)) 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.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: < - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ',' - name: " " - uid: System.DateTime name: DateTime isExternal: true href: https://learn.microsoft.com/dotnet/api/system.datetime - 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.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: ( - name: Of - name: " " - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ',' - name: " " - uid: System.DateTime name: Date isExternal: true href: https://learn.microsoft.com/dotnet/api/system.datetime - name: ) - name: ) - uid: adas_core.Domain.Models.MongoModels.ConfigPumpItem commentId: T:adas_core.Domain.Models.MongoModels.ConfigPumpItem href: adas_core.Domain.Models.MongoModels.ConfigPumpItem.html name: ConfigPumpItem nameWithType: ConfigPumpItem fullName: adas_core.Domain.Models.MongoModels.ConfigPumpItem - uid: adas_core.Application.Services.Interfaces.IPumpService.GetItemsById* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.GetItemsById href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_GetItemsById_System_String_ name: GetItemsById nameWithType: IPumpService.GetItemsById fullName: adas_core.Application.Services.Interfaces.IPumpService.GetItemsById - 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.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ConfigPumpItem}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ConfigPumpItem}} 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 ConfigPumpItem)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.ConfigPumpItem)) name.vb: Task(Of List(Of ConfigPumpItem)) 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.ConfigPumpItem name: ConfigPumpItem - 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.ConfigPumpItem name: ConfigPumpItem - name: ) - 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: adas_core.Application.Services.Interfaces.IPumpService.GetAllPumpConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.GetAllPumpConfig href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_GetAllPumpConfig name: GetAllPumpConfig nameWithType: IPumpService.GetAllPumpConfig fullName: adas_core.Application.Services.Interfaces.IPumpService.GetAllPumpConfig - uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ConfigPumps}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ConfigPumps}} 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 ConfigPumps)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.ConfigPumps)) name.vb: Task(Of List(Of ConfigPumps)) 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.ConfigPumps name: ConfigPumps - 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.ConfigPumps name: ConfigPumps - name: ) - name: ) - uid: adas_core.Domain.Models.MongoModels.ConfigPumps commentId: T:adas_core.Domain.Models.MongoModels.ConfigPumps parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.ConfigPumps.html name: ConfigPumps nameWithType: ConfigPumps fullName: adas_core.Domain.Models.MongoModels.ConfigPumps - uid: adas_core.Application.Services.Interfaces.IPumpService.GetPumpConfigsById* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.GetPumpConfigsById href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_GetPumpConfigsById_System_String_ name: GetPumpConfigsById nameWithType: IPumpService.GetPumpConfigsById fullName: adas_core.Application.Services.Interfaces.IPumpService.GetPumpConfigsById - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigPumps} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigPumps} 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 ConfigPumps) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.ConfigPumps) name.vb: Task(Of ConfigPumps) 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.ConfigPumps name: ConfigPumps - 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.ConfigPumps name: ConfigPumps - 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: adas_core.Application.Services.Interfaces.IPumpService.UpdatePumpConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.UpdatePumpConfig href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_UpdatePumpConfig_adas_core_Domain_Models_MongoModels_ConfigPumps_ name: UpdatePumpConfig nameWithType: IPumpService.UpdatePumpConfig fullName: adas_core.Application.Services.Interfaces.IPumpService.UpdatePumpConfig - uid: adas_core.Application.Services.Interfaces.IPumpService.InsertPumpConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.InsertPumpConfig href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_InsertPumpConfig_adas_core_Domain_Models_MongoModels_ConfigPumps_ name: InsertPumpConfig nameWithType: IPumpService.InsertPumpConfig fullName: adas_core.Application.Services.Interfaces.IPumpService.InsertPumpConfig - uid: adas_core.Application.Services.Interfaces.IPumpService.DeletePumpConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.DeletePumpConfig href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_DeletePumpConfig_adas_core_Domain_Models_MongoModels_ConfigPumps_ name: DeletePumpConfig nameWithType: IPumpService.DeletePumpConfig fullName: adas_core.Application.Services.Interfaces.IPumpService.DeletePumpConfig - uid: System.Threading.Tasks.Task{System.Boolean} commentId: T:System.Threading.Tasks.Task{System.Boolean} 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 Boolean) fullName.vb: System.Threading.Tasks.Task(Of Boolean) name.vb: Task(Of Boolean) 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.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - 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.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 commentId: T:adas_core.Domain.Models.Responses.PaginationResponse`1 href: adas_core.Domain.Models.Responses.PaginationResponse-1.html name: PaginationResponse nameWithType: PaginationResponse fullName: adas_core.Domain.Models.Responses.PaginationResponse nameWithType.vb: PaginationResponse(Of T) fullName.vb: adas_core.Domain.Models.Responses.PaginationResponse(Of T) name.vb: PaginationResponse(Of T) spec.csharp: - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 name: PaginationResponse href: adas_core.Domain.Models.Responses.PaginationResponse-1.html - name: < - name: T - name: '>' spec.vb: - uid: adas_core.Domain.Models.Responses.PaginationResponse`1 name: PaginationResponse href: adas_core.Domain.Models.Responses.PaginationResponse-1.html - name: ( - name: Of - name: " " - name: T - name: ) - uid: adas_core.Application.Services.Interfaces.IPumpService.GetPaginatedPump* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.GetPaginatedPump href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_GetPaginatedPump_adas_core_Domain_Models_Filter_PaginationFilter_ name: GetPaginatedPump nameWithType: IPumpService.GetPaginatedPump fullName: adas_core.Application.Services.Interfaces.IPumpService.GetPaginatedPump - 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.Pumps.PumpObservation}} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.Pumps.PumpObservation}} 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 PumpObservation)) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Responses.PaginationResponse(Of adas_core.Domain.Models.Pumps.PumpObservation)) name.vb: Task(Of PaginationResponse(Of PumpObservation)) 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.Pumps.PumpObservation name: PumpObservation - 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.Pumps.PumpObservation name: PumpObservation - 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.IPumpService.DeleteByPatientId* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.DeleteByPatientId href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_DeleteByPatientId_MongoDB_Bson_ObjectId_ name: DeleteByPatientId nameWithType: IPumpService.DeleteByPatientId fullName: adas_core.Application.Services.Interfaces.IPumpService.DeleteByPatientId - uid: adas_core.Application.Services.Interfaces.IPumpService.Archive* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.Archive href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_Archive_adas_core_Domain_Models_MongoModels_Patient_ name: Archive nameWithType: IPumpService.Archive fullName: adas_core.Application.Services.Interfaces.IPumpService.Archive - uid: adas_core.Domain.Models.MongoModels.Patient commentId: T:adas_core.Domain.Models.MongoModels.Patient parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.Patient.html name: Patient nameWithType: Patient fullName: adas_core.Domain.Models.MongoModels.Patient - uid: adas_core.Application.Services.Interfaces.IPumpService.ArchiveByPatientId* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.ArchiveByPatientId href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_ArchiveByPatientId_MongoDB_Bson_ObjectId_ name: ArchiveByPatientId nameWithType: IPumpService.ArchiveByPatientId fullName: adas_core.Application.Services.Interfaces.IPumpService.ArchiveByPatientId - uid: adas_core.Application.Services.Interfaces.IPumpService.UpdateManyObjectId* commentId: Overload:adas_core.Application.Services.Interfaces.IPumpService.UpdateManyObjectId href: adas_core.Application.Services.Interfaces.IPumpService.html#adas_core_Application_Services_Interfaces_IPumpService_UpdateManyObjectId_System_String_MongoDB_Bson_ObjectId_MongoDB_Bson_ObjectId_ name: UpdateManyObjectId nameWithType: IPumpService.UpdateManyObjectId fullName: adas_core.Application.Services.Interfaces.IPumpService.UpdateManyObjectId