### YamlMime:ManagedReference items: - uid: adas_core.Application.Services.MedicineService commentId: T:adas_core.Application.Services.MedicineService id: MedicineService parent: adas_core.Application.Services children: - adas_core.Application.Services.MedicineService.#ctor(adas_core.Application.Repositories.Interfaces.IMedicineRepository,adas_core.Application.Services.Interfaces.ITreatmentService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.MedicineService},Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService) - adas_core.Application.Services.MedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) - adas_core.Application.Services.MedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) - adas_core.Application.Services.MedicineService.GetAll - adas_core.Application.Services.MedicineService.GetAllCodes - adas_core.Application.Services.MedicineService.GetAllGroups - adas_core.Application.Services.MedicineService.GetAllNames - adas_core.Application.Services.MedicineService.GetAllTypes - adas_core.Application.Services.MedicineService.GetByCode(System.String) - adas_core.Application.Services.MedicineService.GetByCodeOrNote(System.Collections.Generic.List{System.String}) - adas_core.Application.Services.MedicineService.GetByName(System.String) - adas_core.Application.Services.MedicineService.GetMedicineById(MongoDB.Bson.ObjectId) - adas_core.Application.Services.MedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}) - adas_core.Application.Services.MedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) - adas_core.Application.Services.MedicineService.PostMedicine(adas_core.Domain.Models.Medicine) - adas_core.Application.Services.MedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) langs: - csharp - vb name: MedicineService nameWithType: MedicineService fullName: adas_core.Application.Services.MedicineService type: Class source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: MedicineService path: ../../adas-core.Application/Services/MedicineService.cs startLine: 16 assemblies: - adas-core.Application namespace: adas_core.Application.Services syntax: content: 'public class MedicineService : IMedicineService' content.vb: Public Class MedicineService Implements IMedicineService inheritance: - System.Object implements: - adas_core.Application.Services.Interfaces.IMedicineService inheritedMembers: - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString extensionMethods: - System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber - System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble - System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr - uid: adas_core.Application.Services.MedicineService.#ctor(adas_core.Application.Repositories.Interfaces.IMedicineRepository,adas_core.Application.Services.Interfaces.ITreatmentService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.MedicineService},Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService) commentId: M:adas_core.Application.Services.MedicineService.#ctor(adas_core.Application.Repositories.Interfaces.IMedicineRepository,adas_core.Application.Services.Interfaces.ITreatmentService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.MedicineService},Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService) id: '#ctor(adas_core.Application.Repositories.Interfaces.IMedicineRepository,adas_core.Application.Services.Interfaces.ITreatmentService,Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings},Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.MedicineService},Microsoft.AspNetCore.Http.IHttpContextAccessor,adas_core.Application.Services.Interfaces.ILocalAuditService)' parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: MedicineService(IMedicineRepository, ITreatmentService, IOptions, ILogger, IHttpContextAccessor, ILocalAuditService) nameWithType: MedicineService.MedicineService(IMedicineRepository, ITreatmentService, IOptions, ILogger, IHttpContextAccessor, ILocalAuditService) fullName: adas_core.Application.Services.MedicineService.MedicineService(adas_core.Application.Repositories.Interfaces.IMedicineRepository, adas_core.Application.Services.Interfaces.ITreatmentService, Microsoft.Extensions.Options.IOptions, Microsoft.Extensions.Logging.ILogger, Microsoft.AspNetCore.Http.IHttpContextAccessor, adas_core.Application.Services.Interfaces.ILocalAuditService) type: Constructor source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: .ctor path: ../../adas-core.Application/Services/MedicineService.cs startLine: 16 assemblies: - adas-core.Application namespace: adas_core.Application.Services syntax: content: public MedicineService(IMedicineRepository medicineRepository, ITreatmentService treatmentService, IOptions apiSettings, ILogger logger, IHttpContextAccessor httpContextAccessor, ILocalAuditService auditService) parameters: - id: medicineRepository type: adas_core.Application.Repositories.Interfaces.IMedicineRepository - id: treatmentService type: adas_core.Application.Services.Interfaces.ITreatmentService - id: apiSettings type: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings} - id: logger type: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.MedicineService} - id: httpContextAccessor type: Microsoft.AspNetCore.Http.IHttpContextAccessor - id: auditService type: adas_core.Application.Services.Interfaces.ILocalAuditService content.vb: Public Sub New(medicineRepository As IMedicineRepository, treatmentService As ITreatmentService, apiSettings As IOptions(Of ApiSettings), logger As ILogger(Of MedicineService), httpContextAccessor As IHttpContextAccessor, auditService As ILocalAuditService) overload: adas_core.Application.Services.MedicineService.#ctor* nameWithType.vb: MedicineService.New(IMedicineRepository, ITreatmentService, IOptions(Of ApiSettings), ILogger(Of MedicineService), IHttpContextAccessor, ILocalAuditService) fullName.vb: adas_core.Application.Services.MedicineService.New(adas_core.Application.Repositories.Interfaces.IMedicineRepository, adas_core.Application.Services.Interfaces.ITreatmentService, Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.ApiSettings), Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.MedicineService), Microsoft.AspNetCore.Http.IHttpContextAccessor, adas_core.Application.Services.Interfaces.ILocalAuditService) name.vb: New(IMedicineRepository, ITreatmentService, IOptions(Of ApiSettings), ILogger(Of MedicineService), IHttpContextAccessor, ILocalAuditService) - uid: adas_core.Application.Services.MedicineService.GetAll commentId: M:adas_core.Application.Services.MedicineService.GetAll id: GetAll parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetAll() nameWithType: MedicineService.GetAll() fullName: adas_core.Application.Services.MedicineService.GetAll() type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAll path: ../../adas-core.Application/Services/MedicineService.cs startLine: 31 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Retrieves all medicines from the repository asynchronously. example: [] syntax: content: public Task> GetAll() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Medicine}} description: A task representing the asynchronous operation, containing a list of all entities. content.vb: Public Function GetAll() As Task(Of List(Of Medicine)) overload: adas_core.Application.Services.MedicineService.GetAll* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetAll - uid: adas_core.Application.Services.MedicineService.GetByCode(System.String) commentId: M:adas_core.Application.Services.MedicineService.GetByCode(System.String) id: GetByCode(System.String) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetByCode(string) nameWithType: MedicineService.GetByCode(string) fullName: adas_core.Application.Services.MedicineService.GetByCode(string) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetByCode path: ../../adas-core.Application/Services/MedicineService.cs startLine: 41 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Retrieves a medicine from the repository by its unique code, returning null if no matching medicine is found. example: [] syntax: content: public Task GetByCode(string code) parameters: - id: code type: System.String description: The unique code identifier of the medicine to retrieve. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Medicine} description: A instance if a medicine with the specified code exists; otherwise, null. content.vb: Public Function GetByCode(code As String) As Task(Of Medicine) overload: adas_core.Application.Services.MedicineService.GetByCode* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetByCode(System.String) nameWithType.vb: MedicineService.GetByCode(String) fullName.vb: adas_core.Application.Services.MedicineService.GetByCode(String) name.vb: GetByCode(String) - uid: adas_core.Application.Services.MedicineService.GetByCodeOrNote(System.Collections.Generic.List{System.String}) commentId: M:adas_core.Application.Services.MedicineService.GetByCodeOrNote(System.Collections.Generic.List{System.String}) id: GetByCodeOrNote(System.Collections.Generic.List{System.String}) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetByCodeOrNote(List) nameWithType: MedicineService.GetByCodeOrNote(List) fullName: adas_core.Application.Services.MedicineService.GetByCodeOrNote(System.Collections.Generic.List) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetByCodeOrNote path: ../../adas-core.Application/Services/MedicineService.cs startLine: 51 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Retrieves a list of medicines that match the provided codes or notes by delegating to the medicine repository. example: [] syntax: content: public Task> GetByCodeOrNote(List codeNote) parameters: - id: codeNote type: System.Collections.Generic.List{System.String} description: A list of strings representing the codes or notes used to search for matching medicines. return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Medicine}} description: A task that represents the asynchronous operation, containing the list of objects that match the specified codes or notes. content.vb: Public Function GetByCodeOrNote(codeNote As List(Of String)) As Task(Of List(Of Medicine)) overload: adas_core.Application.Services.MedicineService.GetByCodeOrNote* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetByCodeOrNote(System.Collections.Generic.List{System.String}) nameWithType.vb: MedicineService.GetByCodeOrNote(List(Of String)) fullName.vb: adas_core.Application.Services.MedicineService.GetByCodeOrNote(System.Collections.Generic.List(Of String)) name.vb: GetByCodeOrNote(List(Of String)) - uid: adas_core.Application.Services.MedicineService.GetByName(System.String) commentId: M:adas_core.Application.Services.MedicineService.GetByName(System.String) id: GetByName(System.String) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetByName(string) nameWithType: MedicineService.GetByName(string) fullName: adas_core.Application.Services.MedicineService.GetByName(string) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetByName path: ../../adas-core.Application/Services/MedicineService.cs startLine: 62 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: >- Retrieves a from the repository by its name. Returns null when no matching medicine is found. example: [] syntax: content: public Task GetByName(string name) parameters: - id: name type: System.String description: The name of the medicine to look up. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Medicine} description: A if a match is found; otherwise, null. content.vb: Public Function GetByName(name As String) As Task(Of Medicine) overload: adas_core.Application.Services.MedicineService.GetByName* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetByName(System.String) nameWithType.vb: MedicineService.GetByName(String) fullName.vb: adas_core.Application.Services.MedicineService.GetByName(String) name.vb: GetByName(String) - uid: adas_core.Application.Services.MedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}) commentId: M:adas_core.Application.Services.MedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}) id: GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetMedicinesOfTreatments(IEnumerable) nameWithType: MedicineService.GetMedicinesOfTreatments(IEnumerable) fullName: adas_core.Application.Services.MedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetMedicinesOfTreatments path: ../../adas-core.Application/Services/MedicineService.cs startLine: 72 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Retrieves the medicines associated with a collection of patient treatments, resolving each treatment's requested give codes against the medicine repository. Falls back to parental nutrition calculation when no medicine is found, and to note-based detection when notes indicate medication; medicines of type "Nutrition" returned by the repository are excluded except when produced through the parental nutrition path. example: [] syntax: content: public Task> GetMedicinesOfTreatments(IEnumerable treatments) parameters: - id: treatments type: System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment} description: The patient treatments to resolve medicines for. Null entries are skipped. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.Medicine}} description: An enumerable of medicines resolved from the supplied treatments, aggregating types, codes, groups, and notes when a treatment specifies a RequestedGiveTreatment name. content.vb: Public Function GetMedicinesOfTreatments(treatments As IEnumerable(Of PatientTreatment)) As Task(Of IEnumerable(Of Medicine)) overload: adas_core.Application.Services.MedicineService.GetMedicinesOfTreatments* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}) nameWithType.vb: MedicineService.GetMedicinesOfTreatments(IEnumerable(Of PatientTreatment)) fullName.vb: adas_core.Application.Services.MedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.PatientTreatment)) name.vb: GetMedicinesOfTreatments(IEnumerable(Of PatientTreatment)) - uid: adas_core.Application.Services.MedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.MedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) id: GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetActiveMedicinesByPatient(ObjectId) nameWithType: MedicineService.GetActiveMedicinesByPatient(ObjectId) fullName: adas_core.Application.Services.MedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetActiveMedicinesByPatient path: ../../adas-core.Application/Services/MedicineService.cs startLine: 160 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Retrieves all active medicines associated with a patient by first resolving their active treatments and then collecting the medicines prescribed within them. example: [] syntax: content: public Task> GetActiveMedicinesByPatient(ObjectId patientId) parameters: - id: patientId type: MongoDB.Bson.ObjectId description: The unique identifier of the patient whose active medicines are being queried. return: type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.Medicine}} description: A task that represents the asynchronous operation, containing an enumerable collection of instances linked to the patient's active treatments. content.vb: Public Function GetActiveMedicinesByPatient(patientId As ObjectId) As Task(Of IEnumerable(Of Medicine)) overload: adas_core.Application.Services.MedicineService.GetActiveMedicinesByPatient* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) - uid: adas_core.Application.Services.MedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) commentId: M:adas_core.Application.Services.MedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) id: GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetPaginatedMedicines(PaginationFilter) nameWithType: MedicineService.GetPaginatedMedicines(PaginationFilter) fullName: adas_core.Application.Services.MedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetPaginatedMedicines path: ../../adas-core.Application/Services/MedicineService.cs startLine: 172 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Retrieves a paginated collection of medicines based on the specified pagination filter, including the total document count for the current query. example: [] syntax: content: public Task> GetPaginatedMedicines(PaginationFilter filter) parameters: - id: filter type: adas_core.Domain.Models.Filter.PaginationFilter description: The pagination filter containing the page number and page size used to determine which subset of medicines to return. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.Medicine}} description: A task that represents the asynchronous operation. The task result contains a with the medicines for the requested page, the current page number, the page size, and the total count of medicines matching the query. content.vb: Public Function GetPaginatedMedicines(filter As PaginationFilter) As Task(Of PaginationResponse(Of Medicine)) overload: adas_core.Application.Services.MedicineService.GetPaginatedMedicines* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) - uid: adas_core.Application.Services.MedicineService.GetMedicineById(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.MedicineService.GetMedicineById(MongoDB.Bson.ObjectId) id: GetMedicineById(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetMedicineById(ObjectId) nameWithType: MedicineService.GetMedicineById(ObjectId) fullName: adas_core.Application.Services.MedicineService.GetMedicineById(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetMedicineById path: ../../adas-core.Application/Services/MedicineService.cs startLine: 196 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: >- Retrieves a medicine by its unique identifier from the repository. Throws a when no medicine is found matching the provided identifier. example: [] syntax: content: public Task GetMedicineById(ObjectId medicineId) parameters: - id: medicineId type: MongoDB.Bson.ObjectId description: The unique identifier of the medicine to retrieve. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Medicine} description: The entity if found; otherwise, the method throws an exception. content.vb: Public Function GetMedicineById(medicineId As ObjectId) As Task(Of Medicine) overload: adas_core.Application.Services.MedicineService.GetMedicineById* exceptions: - type: adas_core.Application.Exceptions.NotFoundException commentId: T:adas_core.Application.Exceptions.NotFoundException description: Thrown when no medicine is found for the specified medicineId. implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetMedicineById(MongoDB.Bson.ObjectId) - uid: adas_core.Application.Services.MedicineService.PostMedicine(adas_core.Domain.Models.Medicine) commentId: M:adas_core.Application.Services.MedicineService.PostMedicine(adas_core.Domain.Models.Medicine) id: PostMedicine(adas_core.Domain.Models.Medicine) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: PostMedicine(Medicine) nameWithType: MedicineService.PostMedicine(Medicine) fullName: adas_core.Application.Services.MedicineService.PostMedicine(adas_core.Domain.Models.Medicine) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: PostMedicine path: ../../adas-core.Application/Services/MedicineService.cs startLine: 208 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Creates a new medicine record in the repository and records an audit log entry for the operation. Throws a conflict exception when the repository fails to produce a result. example: [] syntax: content: public Task PostMedicine(Medicine medicine) parameters: - id: medicine type: adas_core.Domain.Models.Medicine description: The medicine entity to create. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Medicine} description: The newly created entity. content.vb: Public Function PostMedicine(medicine As Medicine) As Task(Of Medicine) overload: adas_core.Application.Services.MedicineService.PostMedicine* exceptions: - type: adas_core.Application.Exceptions.ConflictException commentId: T:adas_core.Application.Exceptions.ConflictException description: Thrown when the repository returns a null result, indicating the creation failed. implements: - adas_core.Application.Services.Interfaces.IMedicineService.PostMedicine(adas_core.Domain.Models.Medicine) - uid: adas_core.Application.Services.MedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) commentId: M:adas_core.Application.Services.MedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) id: UpdateMedicine(adas_core.Domain.Models.Medicine) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: UpdateMedicine(Medicine) nameWithType: MedicineService.UpdateMedicine(Medicine) fullName: adas_core.Application.Services.MedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: UpdateMedicine path: ../../adas-core.Application/Services/MedicineService.cs startLine: 221 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Updates an existing medicine record and records the change in the audit log. example: [] syntax: content: public Task UpdateMedicine(Medicine medicine) parameters: - id: medicine type: adas_core.Domain.Models.Medicine description: The medicine entity containing the updated information. return: type: System.Threading.Tasks.Task{adas_core.Domain.Models.Medicine} description: The updated , or null if the update did not produce a result. content.vb: Public Function UpdateMedicine(medicine As Medicine) As Task(Of Medicine) overload: adas_core.Application.Services.MedicineService.UpdateMedicine* implements: - adas_core.Application.Services.Interfaces.IMedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) - uid: adas_core.Application.Services.MedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.MedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) id: DeleteMedicineById(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: DeleteMedicineById(ObjectId) nameWithType: MedicineService.DeleteMedicineById(ObjectId) fullName: adas_core.Application.Services.MedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: DeleteMedicineById path: ../../adas-core.Application/Services/MedicineService.cs startLine: 234 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: >- Deletes a medicine identified by its unique identifier and records the operation in the audit log. Captures the existing medicine state prior to deletion to preserve audit trail details. example: [] syntax: content: public Task DeleteMedicineById(ObjectId medicineId) parameters: - id: medicineId type: MongoDB.Bson.ObjectId description: The unique identifier of the medicine to delete. return: type: System.Threading.Tasks.Task content.vb: Public Function DeleteMedicineById(medicineId As ObjectId) As Task overload: adas_core.Application.Services.MedicineService.DeleteMedicineById* implements: - adas_core.Application.Services.Interfaces.IMedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) - uid: adas_core.Application.Services.MedicineService.GetAllTypes commentId: M:adas_core.Application.Services.MedicineService.GetAllTypes id: GetAllTypes parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetAllTypes() nameWithType: MedicineService.GetAllTypes() fullName: adas_core.Application.Services.MedicineService.GetAllTypes() type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllTypes path: ../../adas-core.Application/Services/MedicineService.cs startLine: 245 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Asynchronously retrieves all distinct medicine types from the repository. Returns an empty list if an exception occurs during the retrieval process. example: [] syntax: content: public Task> GetAllTypes() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}} description: A task representing the asynchronous operation, containing a list of distinct medicine type strings, or an empty list if an error occurs. content.vb: Public Function GetAllTypes() As Task(Of List(Of String)) overload: adas_core.Application.Services.MedicineService.GetAllTypes* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetAllTypes - uid: adas_core.Application.Services.MedicineService.GetAllGroups commentId: M:adas_core.Application.Services.MedicineService.GetAllGroups id: GetAllGroups parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetAllGroups() nameWithType: MedicineService.GetAllGroups() fullName: adas_core.Application.Services.MedicineService.GetAllGroups() type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllGroups path: ../../adas-core.Application/Services/MedicineService.cs startLine: 264 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: >- Asynchronously retrieves all distinct "group" values from the medicine repository and returns them as a list of strings. Returns an empty list if an error occurs while fetching or converting the data. example: [] syntax: content: public Task> GetAllGroups() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}} description: A task that represents the asynchronous operation, containing a list of distinct group strings, or an empty list if an exception is encountered. content.vb: Public Function GetAllGroups() As Task(Of List(Of String)) overload: adas_core.Application.Services.MedicineService.GetAllGroups* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetAllGroups - uid: adas_core.Application.Services.MedicineService.GetAllNames commentId: M:adas_core.Application.Services.MedicineService.GetAllNames id: GetAllNames parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetAllNames() nameWithType: MedicineService.GetAllNames() fullName: adas_core.Application.Services.MedicineService.GetAllNames() type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllNames path: ../../adas-core.Application/Services/MedicineService.cs startLine: 282 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: Retrieves all distinct medicine names from the repository asynchronously, returning an empty list if any error occurs during the data retrieval or mapping process. example: [] syntax: content: public Task> GetAllNames() 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 medicine names, or an empty list if the operation fails. content.vb: Public Function GetAllNames() As Task(Of List(Of String)) overload: adas_core.Application.Services.MedicineService.GetAllNames* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetAllNames - uid: adas_core.Application.Services.MedicineService.GetAllCodes commentId: M:adas_core.Application.Services.MedicineService.GetAllCodes id: GetAllCodes parent: adas_core.Application.Services.MedicineService langs: - csharp - vb name: GetAllCodes() nameWithType: MedicineService.GetAllCodes() fullName: adas_core.Application.Services.MedicineService.GetAllCodes() type: Method source: remote: path: adas-core.Application/Services/MedicineService.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GetAllCodes path: ../../adas-core.Application/Services/MedicineService.cs startLine: 301 assemblies: - adas-core.Application namespace: adas_core.Application.Services summary: >- Asynchronously retrieves all distinct code values from the medicine repository. Returns an empty list if an exception occurs during retrieval. example: [] syntax: content: public Task> GetAllCodes() return: type: System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}} description: A task representing the asynchronous operation, containing a list of code strings, or an empty list if an error occurs. content.vb: Public Function GetAllCodes() As Task(Of List(Of String)) overload: adas_core.Application.Services.MedicineService.GetAllCodes* implements: - adas_core.Application.Services.Interfaces.IMedicineService.GetAllCodes references: - uid: adas_core.Application.Services commentId: N:adas_core.Application.Services href: adas_core.html name: adas_core.Application.Services nameWithType: adas_core.Application.Services fullName: adas_core.Application.Services 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 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 - 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: adas_core.Application.Services.Interfaces.IMedicineService commentId: T:adas_core.Application.Services.Interfaces.IMedicineService parent: adas_core.Application.Services.Interfaces href: adas_core.Application.Services.Interfaces.IMedicineService.html name: IMedicineService nameWithType: IMedicineService fullName: adas_core.Application.Services.Interfaces.IMedicineService - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) parent: adas_core.Domain.Utils.ObjectUtils definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: adas_core.Application.Services.Interfaces commentId: N:adas_core.Application.Services.Interfaces href: adas_core.html name: adas_core.Application.Services.Interfaces nameWithType: adas_core.Application.Services.Interfaces fullName: adas_core.Application.Services.Interfaces spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Application name: Application href: adas_core.Application.html - name: . - uid: adas_core.Application.Services name: Services href: adas_core.Application.Services.html - name: . - uid: adas_core.Application.Services.Interfaces name: Interfaces href: adas_core.Application.Services.Interfaces.html - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.NumberUtils commentId: T:adas_core.Domain.Utils.NumberUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.NumberUtils.html name: NumberUtils nameWithType: NumberUtils fullName: adas_core.Domain.Utils.NumberUtils - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) isExternal: true href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils commentId: T:adas_core.Domain.Utils.ObjectUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.ObjectUtils.html name: ObjectUtils nameWithType: ObjectUtils fullName: adas_core.Domain.Utils.ObjectUtils - uid: adas_core.Domain.Utils commentId: N:adas_core.Domain.Utils href: adas_core.html name: adas_core.Domain.Utils nameWithType: adas_core.Domain.Utils fullName: adas_core.Domain.Utils spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html - uid: adas_core.Application.Services.MedicineService.#ctor* commentId: Overload:adas_core.Application.Services.MedicineService.#ctor href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService__ctor_adas_core_Application_Repositories_Interfaces_IMedicineRepository_adas_core_Application_Services_Interfaces_ITreatmentService_Microsoft_Extensions_Options_IOptions_adas_core_Domain_Models_AppSettings_ApiSettings__Microsoft_Extensions_Logging_ILogger_adas_core_Application_Services_MedicineService__Microsoft_AspNetCore_Http_IHttpContextAccessor_adas_core_Application_Services_Interfaces_ILocalAuditService_ name: MedicineService nameWithType: MedicineService.MedicineService fullName: adas_core.Application.Services.MedicineService.MedicineService nameWithType.vb: MedicineService.New fullName.vb: adas_core.Application.Services.MedicineService.New name.vb: New - uid: adas_core.Application.Repositories.Interfaces.IMedicineRepository commentId: T:adas_core.Application.Repositories.Interfaces.IMedicineRepository parent: adas_core.Application.Repositories.Interfaces href: adas_core.Application.Repositories.Interfaces.IMedicineRepository.html name: IMedicineRepository nameWithType: IMedicineRepository fullName: adas_core.Application.Repositories.Interfaces.IMedicineRepository - uid: adas_core.Application.Services.Interfaces.ITreatmentService commentId: T:adas_core.Application.Services.Interfaces.ITreatmentService parent: adas_core.Application.Services.Interfaces href: adas_core.Application.Services.Interfaces.ITreatmentService.html name: ITreatmentService nameWithType: ITreatmentService fullName: adas_core.Application.Services.Interfaces.ITreatmentService - uid: Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings} commentId: T:Microsoft.Extensions.Options.IOptions{adas_core.Domain.Models.AppSettings.ApiSettings} parent: Microsoft.Extensions.Options definition: Microsoft.Extensions.Options.IOptions`1 href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1 name: IOptions nameWithType: IOptions fullName: Microsoft.Extensions.Options.IOptions nameWithType.vb: IOptions(Of ApiSettings) fullName.vb: Microsoft.Extensions.Options.IOptions(Of adas_core.Domain.Models.AppSettings.ApiSettings) name.vb: IOptions(Of ApiSettings) spec.csharp: - uid: Microsoft.Extensions.Options.IOptions`1 name: IOptions isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1 - name: < - uid: adas_core.Domain.Models.AppSettings.ApiSettings name: ApiSettings href: adas_core.Domain.Models.AppSettings.ApiSettings.html - name: '>' spec.vb: - uid: Microsoft.Extensions.Options.IOptions`1 name: IOptions isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.AppSettings.ApiSettings name: ApiSettings href: adas_core.Domain.Models.AppSettings.ApiSettings.html - name: ) - uid: Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.MedicineService} commentId: T:Microsoft.Extensions.Logging.ILogger{adas_core.Application.Services.MedicineService} parent: Microsoft.Extensions.Logging definition: Microsoft.Extensions.Logging.ILogger`1 href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 name: ILogger nameWithType: ILogger fullName: Microsoft.Extensions.Logging.ILogger nameWithType.vb: ILogger(Of MedicineService) fullName.vb: Microsoft.Extensions.Logging.ILogger(Of adas_core.Application.Services.MedicineService) name.vb: ILogger(Of MedicineService) spec.csharp: - uid: Microsoft.Extensions.Logging.ILogger`1 name: ILogger isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 - name: < - uid: adas_core.Application.Services.MedicineService name: MedicineService href: adas_core.Application.Services.MedicineService.html - name: '>' spec.vb: - uid: Microsoft.Extensions.Logging.ILogger`1 name: ILogger isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 - name: ( - name: Of - name: " " - uid: adas_core.Application.Services.MedicineService name: MedicineService href: adas_core.Application.Services.MedicineService.html - name: ) - uid: Microsoft.AspNetCore.Http.IHttpContextAccessor commentId: T:Microsoft.AspNetCore.Http.IHttpContextAccessor parent: Microsoft.AspNetCore.Http isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.http.ihttpcontextaccessor name: IHttpContextAccessor nameWithType: IHttpContextAccessor fullName: Microsoft.AspNetCore.Http.IHttpContextAccessor - uid: adas_core.Application.Services.Interfaces.ILocalAuditService commentId: T:adas_core.Application.Services.Interfaces.ILocalAuditService parent: adas_core.Application.Services.Interfaces href: adas_core.Application.Services.Interfaces.ILocalAuditService.html name: ILocalAuditService nameWithType: ILocalAuditService fullName: adas_core.Application.Services.Interfaces.ILocalAuditService - uid: adas_core.Application.Repositories.Interfaces commentId: N:adas_core.Application.Repositories.Interfaces href: adas_core.html name: adas_core.Application.Repositories.Interfaces nameWithType: adas_core.Application.Repositories.Interfaces fullName: adas_core.Application.Repositories.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.Repositories name: Repositories href: adas_core.Application.Repositories.html - name: . - uid: adas_core.Application.Repositories.Interfaces name: Interfaces href: adas_core.Application.Repositories.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.Repositories name: Repositories href: adas_core.Application.Repositories.html - name: . - uid: adas_core.Application.Repositories.Interfaces name: Interfaces href: adas_core.Application.Repositories.Interfaces.html - uid: Microsoft.Extensions.Options.IOptions`1 commentId: T:Microsoft.Extensions.Options.IOptions`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1 name: IOptions nameWithType: IOptions fullName: Microsoft.Extensions.Options.IOptions nameWithType.vb: IOptions(Of TOptions) fullName.vb: Microsoft.Extensions.Options.IOptions(Of TOptions) name.vb: IOptions(Of TOptions) spec.csharp: - uid: Microsoft.Extensions.Options.IOptions`1 name: IOptions isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1 - name: < - name: TOptions - name: '>' spec.vb: - uid: Microsoft.Extensions.Options.IOptions`1 name: IOptions isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options.ioptions-1 - name: ( - name: Of - name: " " - name: TOptions - name: ) - uid: Microsoft.Extensions.Options commentId: N:Microsoft.Extensions.Options isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft name: Microsoft.Extensions.Options nameWithType: Microsoft.Extensions.Options fullName: Microsoft.Extensions.Options spec.csharp: - uid: Microsoft name: Microsoft isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft - name: . - uid: Microsoft.Extensions name: Extensions isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions - name: . - uid: Microsoft.Extensions.Options name: Options isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options spec.vb: - uid: Microsoft name: Microsoft isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft - name: . - uid: Microsoft.Extensions name: Extensions isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions - name: . - uid: Microsoft.Extensions.Options name: Options isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.options - uid: Microsoft.Extensions.Logging.ILogger`1 commentId: T:Microsoft.Extensions.Logging.ILogger`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 name: ILogger nameWithType: ILogger fullName: Microsoft.Extensions.Logging.ILogger nameWithType.vb: ILogger(Of TCategoryName) fullName.vb: Microsoft.Extensions.Logging.ILogger(Of TCategoryName) name.vb: ILogger(Of TCategoryName) spec.csharp: - uid: Microsoft.Extensions.Logging.ILogger`1 name: ILogger isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 - name: < - name: TCategoryName - name: '>' spec.vb: - uid: Microsoft.Extensions.Logging.ILogger`1 name: ILogger isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger-1 - name: ( - name: Of - name: " " - name: TCategoryName - name: ) - uid: Microsoft.Extensions.Logging commentId: N:Microsoft.Extensions.Logging isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft name: Microsoft.Extensions.Logging nameWithType: Microsoft.Extensions.Logging fullName: Microsoft.Extensions.Logging spec.csharp: - uid: Microsoft name: Microsoft isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft - name: . - uid: Microsoft.Extensions name: Extensions isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions - name: . - uid: Microsoft.Extensions.Logging name: Logging isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging spec.vb: - uid: Microsoft name: Microsoft isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft - name: . - uid: Microsoft.Extensions name: Extensions isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions - name: . - uid: Microsoft.Extensions.Logging name: Logging isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging - uid: Microsoft.AspNetCore.Http commentId: N:Microsoft.AspNetCore.Http isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft name: Microsoft.AspNetCore.Http nameWithType: Microsoft.AspNetCore.Http fullName: Microsoft.AspNetCore.Http spec.csharp: - uid: Microsoft name: Microsoft isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft - name: . - uid: Microsoft.AspNetCore name: AspNetCore isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore - name: . - uid: Microsoft.AspNetCore.Http name: Http isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.http spec.vb: - uid: Microsoft name: Microsoft isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft - name: . - uid: Microsoft.AspNetCore name: AspNetCore isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore - name: . - uid: Microsoft.AspNetCore.Http name: Http isExternal: true href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.http - uid: adas_core.Domain.Models.Medicine commentId: T:adas_core.Domain.Models.Medicine parent: adas_core.Domain.Models href: adas_core.Domain.Models.Medicine.html name: Medicine nameWithType: Medicine fullName: adas_core.Domain.Models.Medicine - uid: adas_core.Application.Services.MedicineService.GetAll* commentId: Overload:adas_core.Application.Services.MedicineService.GetAll href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetAll name: GetAll nameWithType: MedicineService.GetAll fullName: adas_core.Application.Services.MedicineService.GetAll - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAll commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetAll parent: adas_core.Application.Services.Interfaces.IMedicineService href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAll name: GetAll() nameWithType: IMedicineService.GetAll() fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetAll() spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAll name: GetAll href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAll - name: ( - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAll name: GetAll href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAll - name: ( - name: ) - uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Medicine}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.Medicine}} 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 Medicine)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.Medicine)) name.vb: Task(Of List(Of Medicine)) spec.csharp: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: < - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.Medicine name: Medicine - name: '>' - name: '>' spec.vb: - uid: System.Threading.Tasks.Task`1 name: Task isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1 - name: ( - name: Of - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.Medicine name: Medicine - name: ) - 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: 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.MedicineService.GetByCode* commentId: Overload:adas_core.Application.Services.MedicineService.GetByCode href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetByCode_System_String_ name: GetByCode nameWithType: MedicineService.GetByCode fullName: adas_core.Application.Services.MedicineService.GetByCode - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetByCode(System.String) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetByCode(System.String) parent: adas_core.Application.Services.Interfaces.IMedicineService isExternal: true href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetByCode_System_String_ name: GetByCode(string) nameWithType: IMedicineService.GetByCode(string) fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetByCode(string) nameWithType.vb: IMedicineService.GetByCode(String) fullName.vb: adas_core.Application.Services.Interfaces.IMedicineService.GetByCode(String) name.vb: GetByCode(String) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetByCode(System.String) name: GetByCode href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetByCode_System_String_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetByCode(System.String) name: GetByCode href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetByCode_System_String_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - 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.Medicine} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Medicine} 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 Medicine) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Medicine) name.vb: Task(Of Medicine) 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.Medicine name: Medicine - 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.Medicine name: Medicine - name: ) - uid: adas_core.Application.Services.MedicineService.GetByCodeOrNote* commentId: Overload:adas_core.Application.Services.MedicineService.GetByCodeOrNote href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetByCodeOrNote_System_Collections_Generic_List_System_String__ name: GetByCodeOrNote nameWithType: MedicineService.GetByCodeOrNote fullName: adas_core.Application.Services.MedicineService.GetByCodeOrNote - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetByCodeOrNote(System.Collections.Generic.List{System.String}) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetByCodeOrNote(System.Collections.Generic.List{System.String}) parent: adas_core.Application.Services.Interfaces.IMedicineService isExternal: true href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetByCodeOrNote_System_Collections_Generic_List_System_String__ name: GetByCodeOrNote(List) nameWithType: IMedicineService.GetByCodeOrNote(List) fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetByCodeOrNote(System.Collections.Generic.List) nameWithType.vb: IMedicineService.GetByCodeOrNote(List(Of String)) fullName.vb: adas_core.Application.Services.Interfaces.IMedicineService.GetByCodeOrNote(System.Collections.Generic.List(Of String)) name.vb: GetByCodeOrNote(List(Of String)) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetByCodeOrNote(System.Collections.Generic.List{System.String}) name: GetByCodeOrNote href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetByCodeOrNote_System_Collections_Generic_List_System_String__ - 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: adas_core.Application.Services.Interfaces.IMedicineService.GetByCodeOrNote(System.Collections.Generic.List{System.String}) name: GetByCodeOrNote href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetByCodeOrNote_System_Collections_Generic_List_System_String__ - 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: System.Collections.Generic.List{System.String} commentId: T:System.Collections.Generic.List{System.String} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of String) fullName.vb: System.Collections.Generic.List(Of String) name.vb: List(Of String) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: System.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of T) fullName.vb: System.Collections.Generic.List(Of T) name.vb: List(Of T) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: adas_core.Application.Services.MedicineService.GetByName* commentId: Overload:adas_core.Application.Services.MedicineService.GetByName href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetByName_System_String_ name: GetByName nameWithType: MedicineService.GetByName fullName: adas_core.Application.Services.MedicineService.GetByName - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetByName(System.String) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetByName(System.String) parent: adas_core.Application.Services.Interfaces.IMedicineService isExternal: true href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetByName_System_String_ name: GetByName(string) nameWithType: IMedicineService.GetByName(string) fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetByName(string) nameWithType.vb: IMedicineService.GetByName(String) fullName.vb: adas_core.Application.Services.Interfaces.IMedicineService.GetByName(String) name.vb: GetByName(String) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetByName(System.String) name: GetByName href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetByName_System_String_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetByName(System.String) name: GetByName href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetByName_System_String_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: adas_core.Application.Services.MedicineService.GetMedicinesOfTreatments* commentId: Overload:adas_core.Application.Services.MedicineService.GetMedicinesOfTreatments href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetMedicinesOfTreatments_System_Collections_Generic_IEnumerable_adas_core_Domain_Models_PatientTreatment__ name: GetMedicinesOfTreatments nameWithType: MedicineService.GetMedicinesOfTreatments fullName: adas_core.Application.Services.MedicineService.GetMedicinesOfTreatments - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}) parent: adas_core.Application.Services.Interfaces.IMedicineService isExternal: true href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetMedicinesOfTreatments_System_Collections_Generic_IEnumerable_adas_core_Domain_Models_PatientTreatment__ name: GetMedicinesOfTreatments(IEnumerable) nameWithType: IMedicineService.GetMedicinesOfTreatments(IEnumerable) fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable) nameWithType.vb: IMedicineService.GetMedicinesOfTreatments(IEnumerable(Of PatientTreatment)) fullName.vb: adas_core.Application.Services.Interfaces.IMedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.PatientTreatment)) name.vb: GetMedicinesOfTreatments(IEnumerable(Of PatientTreatment)) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}) name: GetMedicinesOfTreatments href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetMedicinesOfTreatments_System_Collections_Generic_IEnumerable_adas_core_Domain_Models_PatientTreatment__ - 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.PatientTreatment name: PatientTreatment - name: '>' - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetMedicinesOfTreatments(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment}) name: GetMedicinesOfTreatments href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetMedicinesOfTreatments_System_Collections_Generic_IEnumerable_adas_core_Domain_Models_PatientTreatment__ - 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.PatientTreatment name: PatientTreatment - name: ) - name: ) - uid: System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment} commentId: T:System.Collections.Generic.IEnumerable{adas_core.Domain.Models.PatientTreatment} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of PatientTreatment) fullName.vb: System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.PatientTreatment) name.vb: IEnumerable(Of PatientTreatment) spec.csharp: - 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.PatientTreatment name: PatientTreatment - name: '>' spec.vb: - 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.PatientTreatment name: PatientTreatment - name: ) - uid: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.Medicine}} commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.Medicine}} 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 Medicine)) fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.Medicine)) name.vb: Task(Of IEnumerable(Of Medicine)) 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.Medicine name: Medicine - 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.Medicine name: Medicine - name: ) - name: ) - uid: System.Collections.Generic.IEnumerable`1 commentId: T:System.Collections.Generic.IEnumerable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of T) fullName.vb: System.Collections.Generic.IEnumerable(Of T) name.vb: IEnumerable(Of T) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - name: T - name: '>' spec.vb: - 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: " " - name: T - name: ) - uid: adas_core.Application.Services.MedicineService.GetActiveMedicinesByPatient* commentId: Overload:adas_core.Application.Services.MedicineService.GetActiveMedicinesByPatient href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetActiveMedicinesByPatient_MongoDB_Bson_ObjectId_ name: GetActiveMedicinesByPatient nameWithType: MedicineService.GetActiveMedicinesByPatient fullName: adas_core.Application.Services.MedicineService.GetActiveMedicinesByPatient - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IMedicineService isExternal: true href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetActiveMedicinesByPatient_MongoDB_Bson_ObjectId_ name: GetActiveMedicinesByPatient(ObjectId) nameWithType: IMedicineService.GetActiveMedicinesByPatient(ObjectId) fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) name: GetActiveMedicinesByPatient href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetActiveMedicinesByPatient_MongoDB_Bson_ObjectId_ - name: ( - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetActiveMedicinesByPatient(MongoDB.Bson.ObjectId) name: GetActiveMedicinesByPatient href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetActiveMedicinesByPatient_MongoDB_Bson_ObjectId_ - name: ( - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ) - 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.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.MedicineService.GetPaginatedMedicines* commentId: Overload:adas_core.Application.Services.MedicineService.GetPaginatedMedicines href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetPaginatedMedicines_adas_core_Domain_Models_Filter_PaginationFilter_ name: GetPaginatedMedicines nameWithType: MedicineService.GetPaginatedMedicines fullName: adas_core.Application.Services.MedicineService.GetPaginatedMedicines - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) parent: adas_core.Application.Services.Interfaces.IMedicineService href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetPaginatedMedicines_adas_core_Domain_Models_Filter_PaginationFilter_ name: GetPaginatedMedicines(PaginationFilter) nameWithType: IMedicineService.GetPaginatedMedicines(PaginationFilter) fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) name: GetPaginatedMedicines href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetPaginatedMedicines_adas_core_Domain_Models_Filter_PaginationFilter_ - name: ( - uid: adas_core.Domain.Models.Filter.PaginationFilter name: PaginationFilter - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetPaginatedMedicines(adas_core.Domain.Models.Filter.PaginationFilter) name: GetPaginatedMedicines href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetPaginatedMedicines_adas_core_Domain_Models_Filter_PaginationFilter_ - name: ( - uid: adas_core.Domain.Models.Filter.PaginationFilter name: PaginationFilter - name: ) - 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.Medicine}} commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PaginationResponse{adas_core.Domain.Models.Medicine}} 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 Medicine)) fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Responses.PaginationResponse(Of adas_core.Domain.Models.Medicine)) name.vb: Task(Of PaginationResponse(Of Medicine)) 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.Medicine name: Medicine - 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.Medicine name: Medicine - name: ) - name: ) - uid: adas_core.Domain.Models.Filter commentId: N:adas_core.Domain.Models.Filter href: adas_core.html name: adas_core.Domain.Models.Filter nameWithType: adas_core.Domain.Models.Filter fullName: adas_core.Domain.Models.Filter spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Filter name: Filter href: adas_core.Domain.Models.Filter.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.Filter name: Filter href: adas_core.Domain.Models.Filter.html - uid: adas_core.Application.Exceptions.NotFoundException commentId: T:adas_core.Application.Exceptions.NotFoundException href: adas_core.Application.Exceptions.NotFoundException.html name: NotFoundException nameWithType: NotFoundException fullName: adas_core.Application.Exceptions.NotFoundException - uid: adas_core.Application.Services.MedicineService.GetMedicineById* commentId: Overload:adas_core.Application.Services.MedicineService.GetMedicineById href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetMedicineById_MongoDB_Bson_ObjectId_ name: GetMedicineById nameWithType: MedicineService.GetMedicineById fullName: adas_core.Application.Services.MedicineService.GetMedicineById - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetMedicineById(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetMedicineById(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IMedicineService isExternal: true href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetMedicineById_MongoDB_Bson_ObjectId_ name: GetMedicineById(ObjectId) nameWithType: IMedicineService.GetMedicineById(ObjectId) fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetMedicineById(MongoDB.Bson.ObjectId) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetMedicineById(MongoDB.Bson.ObjectId) name: GetMedicineById href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetMedicineById_MongoDB_Bson_ObjectId_ - name: ( - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetMedicineById(MongoDB.Bson.ObjectId) name: GetMedicineById href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetMedicineById_MongoDB_Bson_ObjectId_ - name: ( - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ) - uid: adas_core.Application.Exceptions.ConflictException commentId: T:adas_core.Application.Exceptions.ConflictException href: adas_core.Application.Exceptions.ConflictException.html name: ConflictException nameWithType: ConflictException fullName: adas_core.Application.Exceptions.ConflictException - uid: adas_core.Application.Services.MedicineService.PostMedicine* commentId: Overload:adas_core.Application.Services.MedicineService.PostMedicine href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_PostMedicine_adas_core_Domain_Models_Medicine_ name: PostMedicine nameWithType: MedicineService.PostMedicine fullName: adas_core.Application.Services.MedicineService.PostMedicine - uid: adas_core.Application.Services.Interfaces.IMedicineService.PostMedicine(adas_core.Domain.Models.Medicine) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.PostMedicine(adas_core.Domain.Models.Medicine) parent: adas_core.Application.Services.Interfaces.IMedicineService href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_PostMedicine_adas_core_Domain_Models_Medicine_ name: PostMedicine(Medicine) nameWithType: IMedicineService.PostMedicine(Medicine) fullName: adas_core.Application.Services.Interfaces.IMedicineService.PostMedicine(adas_core.Domain.Models.Medicine) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.PostMedicine(adas_core.Domain.Models.Medicine) name: PostMedicine href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_PostMedicine_adas_core_Domain_Models_Medicine_ - name: ( - uid: adas_core.Domain.Models.Medicine name: Medicine - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.PostMedicine(adas_core.Domain.Models.Medicine) name: PostMedicine href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_PostMedicine_adas_core_Domain_Models_Medicine_ - name: ( - uid: adas_core.Domain.Models.Medicine name: Medicine - name: ) - uid: adas_core.Application.Services.MedicineService.UpdateMedicine* commentId: Overload:adas_core.Application.Services.MedicineService.UpdateMedicine href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_UpdateMedicine_adas_core_Domain_Models_Medicine_ name: UpdateMedicine nameWithType: MedicineService.UpdateMedicine fullName: adas_core.Application.Services.MedicineService.UpdateMedicine - uid: adas_core.Application.Services.Interfaces.IMedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) parent: adas_core.Application.Services.Interfaces.IMedicineService href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_UpdateMedicine_adas_core_Domain_Models_Medicine_ name: UpdateMedicine(Medicine) nameWithType: IMedicineService.UpdateMedicine(Medicine) fullName: adas_core.Application.Services.Interfaces.IMedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) name: UpdateMedicine href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_UpdateMedicine_adas_core_Domain_Models_Medicine_ - name: ( - uid: adas_core.Domain.Models.Medicine name: Medicine - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.UpdateMedicine(adas_core.Domain.Models.Medicine) name: UpdateMedicine href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_UpdateMedicine_adas_core_Domain_Models_Medicine_ - name: ( - uid: adas_core.Domain.Models.Medicine name: Medicine - name: ) - uid: adas_core.Application.Services.MedicineService.DeleteMedicineById* commentId: Overload:adas_core.Application.Services.MedicineService.DeleteMedicineById href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_DeleteMedicineById_MongoDB_Bson_ObjectId_ name: DeleteMedicineById nameWithType: MedicineService.DeleteMedicineById fullName: adas_core.Application.Services.MedicineService.DeleteMedicineById - uid: adas_core.Application.Services.Interfaces.IMedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) parent: adas_core.Application.Services.Interfaces.IMedicineService isExternal: true href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_DeleteMedicineById_MongoDB_Bson_ObjectId_ name: DeleteMedicineById(ObjectId) nameWithType: IMedicineService.DeleteMedicineById(ObjectId) fullName: adas_core.Application.Services.Interfaces.IMedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) name: DeleteMedicineById href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_DeleteMedicineById_MongoDB_Bson_ObjectId_ - name: ( - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.DeleteMedicineById(MongoDB.Bson.ObjectId) name: DeleteMedicineById href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_DeleteMedicineById_MongoDB_Bson_ObjectId_ - name: ( - uid: MongoDB.Bson.ObjectId name: ObjectId isExternal: true - name: ) - uid: System.Threading.Tasks.Task commentId: T:System.Threading.Tasks.Task parent: System.Threading.Tasks isExternal: true href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task name: Task nameWithType: Task fullName: System.Threading.Tasks.Task - uid: adas_core.Application.Services.MedicineService.GetAllTypes* commentId: Overload:adas_core.Application.Services.MedicineService.GetAllTypes href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetAllTypes name: GetAllTypes nameWithType: MedicineService.GetAllTypes fullName: adas_core.Application.Services.MedicineService.GetAllTypes - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllTypes commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetAllTypes parent: adas_core.Application.Services.Interfaces.IMedicineService href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllTypes name: GetAllTypes() nameWithType: IMedicineService.GetAllTypes() fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetAllTypes() spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllTypes name: GetAllTypes href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllTypes - name: ( - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllTypes name: GetAllTypes href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllTypes - name: ( - name: ) - 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.MedicineService.GetAllGroups* commentId: Overload:adas_core.Application.Services.MedicineService.GetAllGroups href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetAllGroups name: GetAllGroups nameWithType: MedicineService.GetAllGroups fullName: adas_core.Application.Services.MedicineService.GetAllGroups - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllGroups commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetAllGroups parent: adas_core.Application.Services.Interfaces.IMedicineService href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllGroups name: GetAllGroups() nameWithType: IMedicineService.GetAllGroups() fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetAllGroups() spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllGroups name: GetAllGroups href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllGroups - name: ( - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllGroups name: GetAllGroups href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllGroups - name: ( - name: ) - uid: adas_core.Application.Services.MedicineService.GetAllNames* commentId: Overload:adas_core.Application.Services.MedicineService.GetAllNames href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetAllNames name: GetAllNames nameWithType: MedicineService.GetAllNames fullName: adas_core.Application.Services.MedicineService.GetAllNames - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllNames commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetAllNames parent: adas_core.Application.Services.Interfaces.IMedicineService href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllNames name: GetAllNames() nameWithType: IMedicineService.GetAllNames() fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetAllNames() spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllNames name: GetAllNames href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllNames - name: ( - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllNames name: GetAllNames href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllNames - name: ( - name: ) - uid: adas_core.Application.Services.MedicineService.GetAllCodes* commentId: Overload:adas_core.Application.Services.MedicineService.GetAllCodes href: adas_core.Application.Services.MedicineService.html#adas_core_Application_Services_MedicineService_GetAllCodes name: GetAllCodes nameWithType: MedicineService.GetAllCodes fullName: adas_core.Application.Services.MedicineService.GetAllCodes - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllCodes commentId: M:adas_core.Application.Services.Interfaces.IMedicineService.GetAllCodes parent: adas_core.Application.Services.Interfaces.IMedicineService href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllCodes name: GetAllCodes() nameWithType: IMedicineService.GetAllCodes() fullName: adas_core.Application.Services.Interfaces.IMedicineService.GetAllCodes() spec.csharp: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllCodes name: GetAllCodes href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllCodes - name: ( - name: ) spec.vb: - uid: adas_core.Application.Services.Interfaces.IMedicineService.GetAllCodes name: GetAllCodes href: adas_core.Application.Services.Interfaces.IMedicineService.html#adas_core_Application_Services_Interfaces_IMedicineService_GetAllCodes - name: ( - name: )