### YamlMime:ManagedReference items: - uid: adas_core.Application.Services.Interfaces.IConfigObservationService commentId: T:adas_core.Application.Services.Interfaces.IConfigObservationService id: IConfigObservationService parent: adas_core.Application.Services.Interfaces children: - adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) - adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation) - adas_core.Application.Services.Interfaces.IConfigObservationService.Get(System.String) - adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact - adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken) - adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(System.String,System.String) - adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames - adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(System.String) - adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(System.String) - adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(System.String) - adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter) - adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String) - adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1(``0,System.Boolean) - adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double}) - adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment) - adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1(``0,System.Boolean) - adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId) - adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(System.String) - adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0) - adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) langs: - csharp - vb name: IConfigObservationService nameWithType: IConfigObservationService fullName: adas_core.Application.Services.Interfaces.IConfigObservationService type: Interface source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: IConfigObservationService path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 12 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces syntax: content: public interface IConfigObservationService content.vb: Public Interface IConfigObservationService derivedClasses: - adas_core.Application.Services.ConfigObservationService 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.IConfigObservationService.GetByCodeSysAndCode(System.String,System.String) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(System.String,System.String) id: GetByCodeSysAndCode(System.String,System.String) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetByCodeSysAndCode(string, string) nameWithType: IConfigObservationService.GetByCodeSysAndCode(string, string) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(string, string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetByCodeSysAndCode path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 21 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: >- Retrieves a identified by the specified coding system and code. Returns null when no matching configuration observation is found. example: [] syntax: content: Task GetByCodeSysAndCode(string codingSystem, string code) parameters: - id: codingSystem type: System.String description: The coding system used to identify the configuration observation (e.g., ICD, SNOMED). - id: code type: System.String description: The code within the given coding system that uniquely identifies the configuration observation. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} description: A if a match is found; otherwise, null. content.vb: Function GetByCodeSysAndCode(codingSystem As String, code As String) As Task(Of ConfigObservation) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode* nameWithType.vb: IConfigObservationService.GetByCodeSysAndCode(String, String) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode(String, String) name.vb: GetByCodeSysAndCode(String, String) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(System.String) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Get(System.String) id: Get(System.String) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: Get(string) nameWithType: IConfigObservationService.Get(string) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Get path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 28 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: >- Asynchronously retrieves a identified by the given name. Returns null when no matching configuration observation is found. example: [] syntax: content: Task Get(string name) parameters: - id: name type: System.String description: The name of the configuration observation to retrieve. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} description: A that yields the matching , or null if no observation is found. content.vb: Function [Get](name As String) As Task(Of ConfigObservation) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.Get* nameWithType.vb: IConfigObservationService.Get(String) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(String) name.vb: Get(String) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1(``0,System.Boolean) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Get``1(``0,System.Boolean) id: Get``1(``0,System.Boolean) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: Get(T, bool) nameWithType: IConfigObservationService.Get(T, bool) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(T, bool) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Get path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 36 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves the associated with the specified patient observation, optionally restricting the lookup to a match performed by name only. example: [] syntax: content: 'Task Get(T obs, bool onlyByName = false) where T : BasePatientObservation' parameters: - id: obs type: '{T}' description: The patient observation whose corresponding configuration observation is being requested. - id: onlyByName type: System.Boolean description: When true, limits the lookup to a name-based match; otherwise, other matching criteria may be applied. typeParameters: - id: T return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} description: A task that represents the asynchronous operation. The task result contains the matching , or null if no matching observation is found. content.vb: Function [Get](Of T As BasePatientObservation)(obs As T, onlyByName As Boolean = False) As Task(Of ConfigObservation) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.Get* nameWithType.vb: IConfigObservationService.Get(Of T)(T, Boolean) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.Get(Of T)(T, Boolean) name.vb: Get(Of T)(T, Boolean) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions``1(``0) id: RetentionActions``1(``0) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: RetentionActions(T) nameWithType: IConfigObservationService.RetentionActions(T) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions(T) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: RetentionActions path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 43 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Performs retention actions for the specified patient observation and returns the resulting retention outcome. example: [] syntax: content: 'Task RetentionActions(T obs) where T : BasePatientObservation' parameters: - id: obs type: '{T}' description: The patient observation of type T on which retention actions will be executed. typeParameters: - id: T return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.ObservatitonRetentionResult} description: A task that represents the asynchronous retention operation. The task result contains the produced by the retention actions, or null when no retention result is produced. content.vb: Function RetentionActions(Of T As BasePatientObservation)(obs As T) As Task(Of ObservatitonRetentionResult) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions* nameWithType.vb: IConfigObservationService.RetentionActions(Of T)(T) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions(Of T)(T) name.vb: RetentionActions(Of T)(T) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1(``0,System.Boolean) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Map``1(``0,System.Boolean) id: Map``1(``0,System.Boolean) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: Map(T, bool) nameWithType: IConfigObservationService.Map(T, bool) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(T, bool) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Map path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 50 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Maps a patient observation to a corresponding target observation of the same type, optionally restricting the lookup to name-based matching only. example: [] syntax: content: 'Task Map(T obs, bool onlyByName = false) where T : BasePatientObservation' parameters: - id: obs type: '{T}' description: The source patient observation to be mapped. - id: onlyByName type: System.Boolean description: When set to true, the mapping is performed using the observation's name only; otherwise, additional matching criteria are considered. Defaults to false. typeParameters: - id: T return: type: System.Threading.Tasks.Task{{T}} description: A task that represents the asynchronous operation. The task result contains the mapped patient observation of type T, or null if no matching observation is found. content.vb: Function Map(Of T As BasePatientObservation)(obs As T, onlyByName As Boolean = False) As Task(Of T) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.Map* nameWithType.vb: IConfigObservationService.Map(Of T)(T, Boolean) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(Of T)(T, Boolean) name.vb: Map(Of T)(T, Boolean) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment) id: Map(adas_core.Domain.Models.PatientTreatment) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: Map(PatientTreatment) nameWithType: IConfigObservationService.Map(PatientTreatment) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Map(adas_core.Domain.Models.PatientTreatment) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Map path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 56 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously maps the specified to a populated instance, returning null when the treatment cannot be resolved. example: [] syntax: content: Task Map(PatientTreatment treatment) parameters: - id: treatment type: adas_core.Domain.Models.PatientTreatment description: The to be mapped. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment} description: A that yields the mapped , or null if no mapping result is available. content.vb: Function Map(treatment As PatientTreatment) As Task(Of PatientTreatment) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.Map* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double}) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double}) id: GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField,adas_core.Domain.Enums.GroupedObservationEnum.Result,System.String,System.Object,System.Nullable{System.Double},System.Nullable{System.Double}) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GroupedObservationStatus(GroupedField, Result, string, object, double?, double?) nameWithType: IConfigObservationService.GroupedObservationStatus(GroupedField, GroupedObservationEnum.Result, string, object, double?, double?) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField, adas_core.Domain.Enums.GroupedObservationEnum.Result, string, object, double?, double?) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GroupedObservationStatus path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 68 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Determines the status of a grouped observation field based on the provided result, value, and optional threshold range. example: [] syntax: content: Task GroupedObservationStatus(GroupedField groupedField, GroupedObservationEnum.Result result, string name, object value, double? min, double? max) parameters: - id: groupedField type: adas_core.Domain.Models.GroupedObservations.GroupedField description: The grouped field associated with the observation. - id: result type: adas_core.Domain.Enums.GroupedObservationEnum.Result description: The result of the grouped observation used to evaluate the status. - id: name type: System.String description: The name of the field or value being evaluated. - id: value type: System.Object description: The value associated with the grouped observation. - id: min type: System.Nullable{System.Double} description: The optional minimum threshold for the value. - id: max type: System.Nullable{System.Double} description: The optional maximum threshold for the value. return: type: System.Threading.Tasks.Task{adas_core.Domain.Enums.StatusEnum.Type} description: A task that represents the asynchronous operation. The task result contains the evaluated for the grouped observation. content.vb: Function GroupedObservationStatus(groupedField As GroupedField, result As GroupedObservationEnum.Result, name As String, value As Object, min As Double?, max As Double?) As Task(Of StatusEnum.Type) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus* nameWithType.vb: IConfigObservationService.GroupedObservationStatus(GroupedField, GroupedObservationEnum.Result, String, Object, Double?, Double?) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus(adas_core.Domain.Models.GroupedObservations.GroupedField, adas_core.Domain.Enums.GroupedObservationEnum.Result, String, Object, Double?, Double?) name.vb: GroupedObservationStatus(GroupedField, Result, String, Object, Double?, Double?) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken) id: GetAllConfigs(System.Threading.CancellationToken) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetAllConfigs(CancellationToken) nameWithType: IConfigObservationService.GetAllConfigs(CancellationToken) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs(System.Threading.CancellationToken) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllConfigs path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 76 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves all configuration observations asynchronously. example: [] syntax: content: Task> GetAllConfigs(CancellationToken ct = default) parameters: - id: ct type: System.Threading.CancellationToken description: The cancellation token used to cancel the asynchronous operation. return: type: System.Threading.Tasks.Task{System.Collections.Generic.ICollection{adas_core.Domain.Models.MongoModels.ConfigObservation}} description: A task that represents the asynchronous operation. The task result contains a collection of objects representing all available configurations. content.vb: Function GetAllConfigs(ct As CancellationToken = Nothing) As Task(Of ICollection(Of ConfigObservation)) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter) id: GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetPaginatedItems(PaginationFilter) nameWithType: IConfigObservationService.GetPaginatedItems(PaginationFilter) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems(adas_core.Domain.Models.Filter.PaginationFilter) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetPaginatedItems path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 82 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves a paginated collection of items based on the supplied filter criteria. example: [] syntax: content: Task> GetPaginatedItems(PaginationFilter filter) parameters: - id: filter type: adas_core.Domain.Models.Filter.PaginationFilter description: The pagination filter that defines the page size, page number, and query criteria used to retrieve the configuration observations. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.MongoModels.ConfigObservation}} description: A task that represents the asynchronous operation, containing a with the requested items and pagination metadata. content.vb: Function GetPaginatedItems(filter As PaginationFilter) As Task(Of PaginationResponse(Of ConfigObservation)) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact id: GetAllCompact parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetAllCompact() nameWithType: IConfigObservationService.GetAllCompact() fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllCompact path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 87 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves all configuration observations in a compact format. example: [] syntax: content: Task GetAllCompact() return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.ConfigObservationDto} description: A task representing the asynchronous operation that returns a containing the compact representation of all configuration observations. content.vb: Function GetAllCompact() As Task(Of ConfigObservationDto) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId) id: GetConfigById(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetConfigById(ObjectId) nameWithType: IConfigObservationService.GetConfigById(ObjectId) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetConfigById path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 93 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves a configuration observation by its unique identifier. example: [] syntax: content: Task GetConfigById(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the configuration observation to retrieve. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} description: A task that represents the asynchronous operation. The task result contains the if a matching record is found, or null if no configuration exists for the specified id. content.vb: Function GetConfigById(id As ObjectId) As Task(Of ConfigObservation) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(System.String) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(System.String) id: GetConfigNames(System.String) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetConfigNames(string) nameWithType: IConfigObservationService.GetConfigNames(string) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetConfigNames path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 99 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves a list of configuration names associated with the specified identifier. example: [] syntax: content: Task> GetConfigNames(string id) parameters: - id: id type: System.String description: The identifier used to look up the associated configuration names. return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}} description: A task that represents the asynchronous operation. The task result contains a list of configuration names. content.vb: Function GetConfigNames(id As String) As Task(Of List(Of String)) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames* nameWithType.vb: IConfigObservationService.GetConfigNames(String) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames(String) name.vb: GetConfigNames(String) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames id: GetConfigNames parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetConfigNames() nameWithType: IConfigObservationService.GetConfigNames() fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames() type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetConfigNames path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 104 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously retrieves the list of available configuration names. example: [] syntax: content: Task> GetConfigNames() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}} description: A task that represents the asynchronous operation, containing a list of configuration names. content.vb: Function GetConfigNames() As Task(Of List(Of String)) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) id: UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: UpdateConfig(ConfigObservation) nameWithType: IConfigObservationService.UpdateConfig(ConfigObservation) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateConfig path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 110 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Updates an existing configuration observation and returns the updated result. example: [] syntax: content: Task UpdateConfig(ConfigObservation configObservation) parameters: - id: configObservation type: adas_core.Domain.Models.MongoModels.ConfigObservation description: The configuration observation containing the data to update. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} description: A task that resolves to the updated , or null when no matching configuration is found. content.vb: Function UpdateConfig(configObservation As ConfigObservation) As Task(Of ConfigObservation) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) id: CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: CreateConfig(ConfigObservation) nameWithType: IConfigObservationService.CreateConfig(ConfigObservation) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig(adas_core.Domain.Models.MongoModels.ConfigObservation) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: CreateConfig path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 116 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously creates a new configuration based on the provided observation data. example: [] syntax: content: Task CreateConfig(ConfigObservation configObservation) parameters: - id: configObservation type: adas_core.Domain.Models.MongoModels.ConfigObservation description: The observation data used to create the configuration. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} description: A task that represents the asynchronous operation, containing the created , or null if the configuration could not be created. content.vb: Function CreateConfig(configObservation As ConfigObservation) As Task(Of ConfigObservation) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(System.String) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(System.String) id: RemoveConfigItem(System.String) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: RemoveConfigItem(string) nameWithType: IConfigObservationService.RemoveConfigItem(string) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: RemoveConfigItem path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 122 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously removes the configuration item with the specified name. example: [] syntax: content: Task RemoveConfigItem(string itemName) parameters: - id: itemName type: System.String description: The name of the configuration item to remove. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} description: A task that represents the asynchronous operation. The task result contains a describing the removed item, or null if no matching item was found. content.vb: Function RemoveConfigItem(itemName As String) As Task(Of ConfigObservation) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem* nameWithType.vb: IConfigObservationService.RemoveConfigItem(String) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(String) name.vb: RemoveConfigItem(String) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId) id: RemoveConfigItem(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: RemoveConfigItem(ObjectId) nameWithType: IConfigObservationService.RemoveConfigItem(ObjectId) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: RemoveConfigItem path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 128 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously removes the configuration item identified by the specified identifier and returns the resulting observation. example: [] syntax: content: Task RemoveConfigItem(ObjectId id) parameters: - id: id type: MongoDB.Bson.ObjectId description: The unique identifier of the configuration item to remove. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} description: A task that represents the asynchronous operation. The task result contains the describing the removed configuration item, or null if no matching item was found. content.vb: Function RemoveConfigItem(id As ObjectId) As Task(Of ConfigObservation) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(System.String) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(System.String) id: GetConfigObservationItem(System.String) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetConfigObservationItem(string) nameWithType: IConfigObservationService.GetConfigObservationItem(string) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetConfigObservationItem path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 134 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves the configuration observation items associated with the specified name. example: [] syntax: content: Task?> GetConfigObservationItem(string name) parameters: - id: name type: System.String description: The name used to look up the configuration observation items. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.ConfigObservation}} description: A task that represents the asynchronous operation. The result contains a collection of items matching the provided name, or null if no matching items are found. content.vb: Function GetConfigObservationItem(name As String) As Task(Of IEnumerable(Of ConfigObservation)) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem* nameWithType.vb: IConfigObservationService.GetConfigObservationItem(String) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem(String) name.vb: GetConfigObservationItem(String) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(System.String,System.String,System.String,System.String) id: GetSingleConfigObservationItem(System.String,System.String,System.String,System.String) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetSingleConfigObservationItem(string?, string?, string?, string?) nameWithType: IConfigObservationService.GetSingleConfigObservationItem(string?, string?, string?, string?) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(string?, string?, string?, string?) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetSingleConfigObservationItem path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 144 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves a single configuration observation item based on the provided code, coding system, name, and original name. example: [] syntax: content: Task GetSingleConfigObservationItem(string? code, string? codingSystem, string? name, string? originalName) parameters: - id: code type: System.String description: The code used to identify the configuration observation item. - id: codingSystem type: System.String description: The coding system associated with the code. - id: name type: System.String description: The name of the configuration observation item. - id: originalName type: System.String description: The original name of the configuration observation item. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} description: A task that represents the asynchronous operation. The task result contains the matching , or null if no item is found. content.vb: Function GetSingleConfigObservationItem(code As String, codingSystem As String, name As String, originalName As String) As Task(Of ConfigObservation) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem* nameWithType.vb: IConfigObservationService.GetSingleConfigObservationItem(String, String, String, String) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem(String, String, String, String) name.vb: GetSingleConfigObservationItem(String, String, String, String) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation) id: DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: DeleteSingleConfigObservationItem(ConfigObservation) nameWithType: IConfigObservationService.DeleteSingleConfigObservationItem(ConfigObservation) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem(adas_core.Domain.Models.MongoModels.ConfigObservation) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DeleteSingleConfigObservationItem path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 152 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Asynchronously deletes a single configuration observation item from the underlying store. example: [] syntax: content: Task DeleteSingleConfigObservationItem(ConfigObservation configObservationItem) parameters: - id: configObservationItem type: adas_core.Domain.Models.MongoModels.ConfigObservation description: The configuration observation item to be deleted. return: type: System.Threading.Tasks.Task{System.Boolean} description: A task that represents the asynchronous operation. The task result contains a boolean value indicating whether the deletion was successful. content.vb: Function DeleteSingleConfigObservationItem(configObservationItem As ConfigObservation) As Task(Of Boolean) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem* - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(System.String) commentId: M:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(System.String) id: GetConfigObservationItemsByName(System.String) parent: adas_core.Application.Services.Interfaces.IConfigObservationService langs: - csharp - vb name: GetConfigObservationItemsByName(string) nameWithType: IConfigObservationService.GetConfigObservationItemsByName(string) fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(string) type: Method source: remote: path: adas-core.Application/Services/Interfaces/IConfigObservationService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetConfigObservationItemsByName path: ../../adas-core.Application/Services/Interfaces/IConfigObservationService.cs startLine: 158 assemblies: - adas-core.Application namespace: adas_core.Application.Services.Interfaces summary: Retrieves configuration observation items that match the specified name. example: [] syntax: content: Task> GetConfigObservationItemsByName(string name) parameters: - id: name type: System.String description: The name used to filter the configuration observation items. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.ConfigObservation}} description: A task that represents the asynchronous operation. The task result contains the collection of items matching the specified name. content.vb: Function GetConfigObservationItemsByName(name As String) As Task(Of IEnumerable(Of ConfigObservation)) overload: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName* nameWithType.vb: IConfigObservationService.GetConfigObservationItemsByName(String) fullName.vb: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName(String) name.vb: GetConfigObservationItemsByName(String) 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.Domain.Models.MongoModels.ConfigObservation commentId: T:adas_core.Domain.Models.MongoModels.ConfigObservation parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.ConfigObservation.html name: ConfigObservation nameWithType: ConfigObservation fullName: adas_core.Domain.Models.MongoModels.ConfigObservation - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetByCodeSysAndCode_System_String_System_String_ name: GetByCodeSysAndCode nameWithType: IConfigObservationService.GetByCodeSysAndCode fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetByCodeSysAndCode - 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{adas_core.Domain.Models.MongoModels.ConfigObservation} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.ConfigObservation} 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 ConfigObservation) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.ConfigObservation) name.vb: Task(Of ConfigObservation) 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.ConfigObservation name: ConfigObservation - 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.ConfigObservation name: ConfigObservation - 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 commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - 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: 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.IConfigObservationService.Get* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.Get href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Get_System_String_ name: Get nameWithType: IConfigObservationService.Get fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Get - uid: '{T}' commentId: '!:T' definition: T name: T nameWithType: T fullName: T - 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: T name: T nameWithType: T fullName: T - uid: adas_core.Domain.Models.ObservatitonRetentionResult commentId: T:adas_core.Domain.Models.ObservatitonRetentionResult href: adas_core.Domain.Models.ObservatitonRetentionResult.html name: ObservatitonRetentionResult nameWithType: ObservatitonRetentionResult fullName: adas_core.Domain.Models.ObservatitonRetentionResult - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RetentionActions__1___0_ name: RetentionActions nameWithType: IConfigObservationService.RetentionActions fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.RetentionActions - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.ObservatitonRetentionResult} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.ObservatitonRetentionResult} 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 ObservatitonRetentionResult) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.ObservatitonRetentionResult) name.vb: Task(Of ObservatitonRetentionResult) 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.ObservatitonRetentionResult name: ObservatitonRetentionResult - 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.ObservatitonRetentionResult name: ObservatitonRetentionResult - name: ) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.Map* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.Map href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_Map__1___0_System_Boolean_ name: Map nameWithType: IConfigObservationService.Map fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.Map - uid: System.Threading.Tasks.Task{{T}} commentId: T:System.Threading.Tasks.Task{``0} 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 T) fullName.vb: System.Threading.Tasks.Task(Of T) name.vb: Task(Of T) 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: T - 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: T - name: ) - uid: adas_core.Domain.Models.PatientTreatment commentId: T:adas_core.Domain.Models.PatientTreatment parent: adas_core.Domain.Models href: adas_core.Domain.Models.PatientTreatment.html name: PatientTreatment nameWithType: PatientTreatment fullName: adas_core.Domain.Models.PatientTreatment - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.PatientTreatment} 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 PatientTreatment) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.PatientTreatment) name.vb: Task(Of PatientTreatment) 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.PatientTreatment name: PatientTreatment - 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.PatientTreatment name: PatientTreatment - name: ) - uid: adas_core.Domain.Models commentId: N:adas_core.Domain.Models href: adas_core.html name: adas_core.Domain.Models nameWithType: adas_core.Domain.Models fullName: adas_core.Domain.Models spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - uid: adas_core.Domain.Enums.StatusEnum.Type commentId: T:adas_core.Domain.Enums.StatusEnum.Type parent: adas_core.Domain.Enums href: adas_core.Domain.Enums.StatusEnum.html name: StatusEnum.Type nameWithType: StatusEnum.Type fullName: adas_core.Domain.Enums.StatusEnum.Type spec.csharp: - uid: adas_core.Domain.Enums.StatusEnum name: StatusEnum href: adas_core.Domain.Enums.StatusEnum.html - name: . - uid: adas_core.Domain.Enums.StatusEnum.Type name: Type href: adas_core.Domain.Enums.StatusEnum.Type.html spec.vb: - uid: adas_core.Domain.Enums.StatusEnum name: StatusEnum href: adas_core.Domain.Enums.StatusEnum.html - name: . - uid: adas_core.Domain.Enums.StatusEnum.Type name: Type href: adas_core.Domain.Enums.StatusEnum.Type.html - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GroupedObservationStatus_adas_core_Domain_Models_GroupedObservations_GroupedField_adas_core_Domain_Enums_GroupedObservationEnum_Result_System_String_System_Object_System_Nullable_System_Double__System_Nullable_System_Double__ name: GroupedObservationStatus nameWithType: IConfigObservationService.GroupedObservationStatus fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GroupedObservationStatus - uid: adas_core.Domain.Models.GroupedObservations.GroupedField commentId: T:adas_core.Domain.Models.GroupedObservations.GroupedField parent: adas_core.Domain.Models.GroupedObservations href: adas_core.Domain.Models.GroupedObservations.GroupedField.html name: GroupedField nameWithType: GroupedField fullName: adas_core.Domain.Models.GroupedObservations.GroupedField - uid: adas_core.Domain.Enums.GroupedObservationEnum.Result commentId: T:adas_core.Domain.Enums.GroupedObservationEnum.Result parent: adas_core.Domain.Enums href: adas_core.Domain.Enums.GroupedObservationEnum.html name: GroupedObservationEnum.Result nameWithType: GroupedObservationEnum.Result fullName: adas_core.Domain.Enums.GroupedObservationEnum.Result spec.csharp: - uid: adas_core.Domain.Enums.GroupedObservationEnum name: GroupedObservationEnum href: adas_core.Domain.Enums.GroupedObservationEnum.html - name: . - uid: adas_core.Domain.Enums.GroupedObservationEnum.Result name: Result href: adas_core.Domain.Enums.GroupedObservationEnum.Result.html spec.vb: - uid: adas_core.Domain.Enums.GroupedObservationEnum name: GroupedObservationEnum href: adas_core.Domain.Enums.GroupedObservationEnum.html - name: . - uid: adas_core.Domain.Enums.GroupedObservationEnum.Result name: Result href: adas_core.Domain.Enums.GroupedObservationEnum.Result.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Nullable{System.Double} commentId: T:System.Nullable{System.Double} parent: System definition: System.Nullable`1 href: https://learn.microsoft.com/dotnet/api/system.double name: double? nameWithType: double? fullName: double? nameWithType.vb: Double? fullName.vb: Double? name.vb: Double? spec.csharp: - uid: System.Double name: double isExternal: true href: https://learn.microsoft.com/dotnet/api/system.double - name: '?' spec.vb: - uid: System.Double name: Double isExternal: true href: https://learn.microsoft.com/dotnet/api/system.double - name: '?' - uid: System.Threading.Tasks.Task{adas_core.Domain.Enums.StatusEnum.Type} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Enums.StatusEnum.Type} 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 StatusEnum.Type) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Enums.StatusEnum.Type) name.vb: Task(Of StatusEnum.Type) 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.Enums.StatusEnum name: StatusEnum - name: . - uid: adas_core.Domain.Enums.StatusEnum.Type name: Type - 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.Enums.StatusEnum name: StatusEnum - name: . - uid: adas_core.Domain.Enums.StatusEnum.Type name: Type - name: ) - 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.Domain.Models.GroupedObservations commentId: N:adas_core.Domain.Models.GroupedObservations href: adas_core.html name: adas_core.Domain.Models.GroupedObservations nameWithType: adas_core.Domain.Models.GroupedObservations fullName: adas_core.Domain.Models.GroupedObservations spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.GroupedObservations name: GroupedObservations href: adas_core.Domain.Models.GroupedObservations.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.GroupedObservations name: GroupedObservations href: adas_core.Domain.Models.GroupedObservations.html - uid: 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: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetAllConfigs_System_Threading_CancellationToken_ name: GetAllConfigs nameWithType: IConfigObservationService.GetAllConfigs fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllConfigs - 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.Threading.Tasks.Task{System.Collections.Generic.ICollection{adas_core.Domain.Models.MongoModels.ConfigObservation}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.ICollection{adas_core.Domain.Models.MongoModels.ConfigObservation}} 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 ICollection(Of ConfigObservation)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.ICollection(Of adas_core.Domain.Models.MongoModels.ConfigObservation)) name.vb: Task(Of ICollection(Of ConfigObservation)) 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.ICollection`1 name: ICollection isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 - name: < - uid: adas_core.Domain.Models.MongoModels.ConfigObservation name: ConfigObservation - 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.ICollection`1 name: ICollection isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.ConfigObservation name: ConfigObservation - name: ) - 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.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.IConfigObservationService.GetPaginatedItems* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetPaginatedItems_adas_core_Domain_Models_Filter_PaginationFilter_ name: GetPaginatedItems nameWithType: IConfigObservationService.GetPaginatedItems fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetPaginatedItems - 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.ConfigObservation}} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.MongoModels.ConfigObservation}} 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 ConfigObservation)) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Responses.PaginationResponse(Of adas_core.Domain.Models.MongoModels.ConfigObservation)) name.vb: Task(Of PaginationResponse(Of ConfigObservation)) 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.ConfigObservation name: ConfigObservation - 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.ConfigObservation name: ConfigObservation - 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.Domain.Models.DTO.ConfigObservationDto commentId: T:adas_core.Domain.Models.DTO.ConfigObservationDto href: adas_core.Domain.Models.DTO.ConfigObservationDto.html name: ConfigObservationDto nameWithType: ConfigObservationDto fullName: adas_core.Domain.Models.DTO.ConfigObservationDto - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetAllCompact name: GetAllCompact nameWithType: IConfigObservationService.GetAllCompact fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetAllCompact - uid: System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.ConfigObservationDto} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.DTO.ConfigObservationDto} 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 ConfigObservationDto) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.DTO.ConfigObservationDto) name.vb: Task(Of ConfigObservationDto) 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.DTO.ConfigObservationDto name: ConfigObservationDto - 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.DTO.ConfigObservationDto name: ConfigObservationDto - name: ) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigById_MongoDB_Bson_ObjectId_ name: GetConfigById nameWithType: IConfigObservationService.GetConfigById fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigById - uid: MongoDB.Bson.ObjectId commentId: T:MongoDB.Bson.ObjectId parent: MongoDB.Bson isExternal: true name: ObjectId nameWithType: ObjectId fullName: MongoDB.Bson.ObjectId - uid: MongoDB.Bson commentId: N:MongoDB.Bson isExternal: true name: MongoDB.Bson nameWithType: MongoDB.Bson fullName: MongoDB.Bson spec.csharp: - uid: MongoDB name: MongoDB isExternal: true - name: . - uid: MongoDB.Bson name: Bson isExternal: true spec.vb: - uid: MongoDB name: MongoDB isExternal: true - name: . - uid: MongoDB.Bson name: Bson isExternal: true - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigNames_System_String_ name: GetConfigNames nameWithType: IConfigObservationService.GetConfigNames fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigNames - uid: System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}} 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 String)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of String)) name.vb: Task(Of List(Of String)) 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: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - 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: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - name: ) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_UpdateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_ name: UpdateConfig nameWithType: IConfigObservationService.UpdateConfig fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.UpdateConfig - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_CreateConfig_adas_core_Domain_Models_MongoModels_ConfigObservation_ name: CreateConfig nameWithType: IConfigObservationService.CreateConfig fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.CreateConfig - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_RemoveConfigItem_System_String_ name: RemoveConfigItem nameWithType: IConfigObservationService.RemoveConfigItem fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.RemoveConfigItem - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigObservationItem_System_String_ name: GetConfigObservationItem nameWithType: IConfigObservationService.GetConfigObservationItem fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItem - uid: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.ConfigObservation}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.ConfigObservation}} 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 ConfigObservation)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.MongoModels.ConfigObservation)) name.vb: Task(Of IEnumerable(Of ConfigObservation)) 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.ConfigObservation name: ConfigObservation - 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.ConfigObservation name: ConfigObservation - name: ) - name: ) - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetSingleConfigObservationItem_System_String_System_String_System_String_System_String_ name: GetSingleConfigObservationItem nameWithType: IConfigObservationService.GetSingleConfigObservationItem fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetSingleConfigObservationItem - uid: adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_DeleteSingleConfigObservationItem_adas_core_Domain_Models_MongoModels_ConfigObservation_ name: DeleteSingleConfigObservationItem nameWithType: IConfigObservationService.DeleteSingleConfigObservationItem fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.DeleteSingleConfigObservationItem - 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.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName* commentId: Overload:adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName href: adas_core.Application.Services.Interfaces.IConfigObservationService.html#adas_core_Application_Services_Interfaces_IConfigObservationService_GetConfigObservationItemsByName_System_String_ name: GetConfigObservationItemsByName nameWithType: IConfigObservationService.GetConfigObservationItemsByName fullName: adas_core.Application.Services.Interfaces.IConfigObservationService.GetConfigObservationItemsByName