1776 lines
86 KiB
YAML
1776 lines
86 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IAdmissionService
|
|
id: IAdmissionService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
children:
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.AdmitPatient(adas_core.Domain.Models.MongoModels.Admission,System.Boolean)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.CountAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.DeletePatientMasterListItem(adas_core.Domain.Models.Masters.OptionList,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByLocation(adas_core.Domain.Models.PatientLocation)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPatientNumber(System.String)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareId(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareIdAndLocale(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByUnitIdWithOutPoC(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionsAsync
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.InsertAdmission(adas_core.Domain.Models.MongoModels.Admission)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions(MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.Admission)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.SearchByPatientNumberAndDistinctUnit(System.String,MongoDB.Bson.ObjectId)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.UpdateAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
- adas_core.Application.Services.Interfaces.IAdmissionService.UpdatePatientMasterListItemChange(adas_core.Domain.Models.DTO.UpdateOptionMasterListDto,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IAdmissionService
|
|
nameWithType: IAdmissionService
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
type: Interface
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: IAdmissionService
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 9
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
syntax:
|
|
content: 'public interface IAdmissionService : IApiRequestService'
|
|
content.vb: Public Interface IAdmissionService Inherits IApiRequestService
|
|
derivedClasses:
|
|
- adas_core.Application.Services.AdmissionService
|
|
inheritedMembers:
|
|
- adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest)
|
|
- adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest)
|
|
extensionMethods:
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
id: GetAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAdmissionByIdAsync(ObjectId)
|
|
nameWithType: IAdmissionService.GetAdmissionByIdAsync(ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAdmissionByIdAsync
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 16
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Asynchronously retrieves an admission by its unique identifier, returning <code>null</code> when no matching admission is found.
|
|
example: []
|
|
syntax:
|
|
content: Task<Admission?> GetAdmissionByIdAsync(ObjectId admissionId)
|
|
parameters:
|
|
- id: admissionId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The unique identifier of the admission to retrieve.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Admission}
|
|
description: A task that represents the asynchronous operation, containing the <xref href="adas_core.Domain.Models.MongoModels.Admission" data-throw-if-not-resolved="false"></xref> if found, or <code>null</code> if no admission matches the specified identifier.
|
|
content.vb: Function GetAdmissionByIdAsync(admissionId As ObjectId) As Task(Of Admission)
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByIdAsync*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
id: DeleteAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeleteAdmissionByIdAsync(ObjectId)
|
|
nameWithType: IAdmissionService.DeleteAdmissionByIdAsync(ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionByIdAsync(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeleteAdmissionByIdAsync
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 21
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Asynchronously deletes an admission record identified by the specified admission ID.
|
|
example: []
|
|
syntax:
|
|
content: Task DeleteAdmissionByIdAsync(ObjectId admissionId)
|
|
parameters:
|
|
- id: admissionId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The unique identifier of the admission to delete.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Function DeleteAdmissionByIdAsync(admissionId As ObjectId) As Task
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionByIdAsync*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
id: DeleteAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeleteAdmissionAsync(Admission)
|
|
nameWithType: IAdmissionService.DeleteAdmissionAsync(Admission)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeleteAdmissionAsync
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 26
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Asynchronously deletes the specified admission record.
|
|
example: []
|
|
syntax:
|
|
content: Task DeleteAdmissionAsync(Admission admission)
|
|
parameters:
|
|
- id: admission
|
|
type: adas_core.Domain.Models.MongoModels.Admission
|
|
description: The admission entity to remove.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Function DeleteAdmissionAsync(admission As Admission) As Task
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionAsync*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
id: DeleteAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeleteAdmissionsByUnitId(ObjectId)
|
|
nameWithType: IAdmissionService.DeleteAdmissionsByUnitId(ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeleteAdmissionsByUnitId
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 31
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Deletes all admissions associated with the specified unit identifier.
|
|
example: []
|
|
syntax:
|
|
content: Task DeleteAdmissionsByUnitId(ObjectId unitId)
|
|
parameters:
|
|
- id: unitId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The identifier of the unit whose admissions will be deleted.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Function DeleteAdmissionsByUnitId(unitId As ObjectId) As Task
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionsByUnitId*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.UpdateAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.UpdateAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
id: UpdateAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateAdmissionAsync(Admission)
|
|
nameWithType: IAdmissionService.UpdateAdmissionAsync(Admission)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.UpdateAdmissionAsync(adas_core.Domain.Models.MongoModels.Admission)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateAdmissionAsync
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 38
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Asynchronously updates an existing admission record with the provided information.
|
|
example: []
|
|
syntax:
|
|
content: Task UpdateAdmissionAsync(Admission admission)
|
|
parameters:
|
|
- id: admission
|
|
type: adas_core.Domain.Models.MongoModels.Admission
|
|
description: The admission entity containing the updated data to be persisted.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
description: A task that represents the asynchronous update operation.
|
|
content.vb: Function UpdateAdmissionAsync(admission As Admission) As Task
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.UpdateAdmissionAsync*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionsAsync
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionsAsync
|
|
id: GetAdmissionsAsync
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAdmissionsAsync()
|
|
nameWithType: IAdmissionService.GetAdmissionsAsync()
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionsAsync()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAdmissionsAsync
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 43
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Asynchronously retrieves a collection of admissions.
|
|
example: []
|
|
syntax:
|
|
content: Task<IEnumerable<Admission>> GetAdmissionsAsync()
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Admission}}
|
|
description: A task that represents the asynchronous operation. The task result contains an enumerable collection of <xref href="adas_core.Domain.Models.MongoModels.Admission" data-throw-if-not-resolved="false"></xref> objects.
|
|
content.vb: Function GetAdmissionsAsync() As Task(Of IEnumerable(Of Admission))
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionsAsync*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.InsertAdmission(adas_core.Domain.Models.MongoModels.Admission)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.InsertAdmission(adas_core.Domain.Models.MongoModels.Admission)
|
|
id: InsertAdmission(adas_core.Domain.Models.MongoModels.Admission)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InsertAdmission(Admission)
|
|
nameWithType: IAdmissionService.InsertAdmission(Admission)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.InsertAdmission(adas_core.Domain.Models.MongoModels.Admission)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: InsertAdmission
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 49
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Asynchronously inserts a new admission record and returns the created entry, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if the insertion was not performed.
|
|
example: []
|
|
syntax:
|
|
content: Task<Admission?> InsertAdmission(Admission admission)
|
|
parameters:
|
|
- id: admission
|
|
type: adas_core.Domain.Models.MongoModels.Admission
|
|
description: The admission entity to be inserted into the data store.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Admission}
|
|
description: A task that represents the asynchronous operation. The task result contains the inserted <xref href="adas_core.Domain.Models.MongoModels.Admission" data-throw-if-not-resolved="false"></xref>, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> when no record is produced.
|
|
content.vb: Function InsertAdmission(admission As Admission) As Task(Of Admission)
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.InsertAdmission*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.AdmitPatient(adas_core.Domain.Models.MongoModels.Admission,System.Boolean)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.AdmitPatient(adas_core.Domain.Models.MongoModels.Admission,System.Boolean)
|
|
id: AdmitPatient(adas_core.Domain.Models.MongoModels.Admission,System.Boolean)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AdmitPatient(Admission, bool)
|
|
nameWithType: IAdmissionService.AdmitPatient(Admission, bool)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.AdmitPatient(adas_core.Domain.Models.MongoModels.Admission, bool)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: AdmitPatient
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 55
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Admits a patient based on the provided admission details, optionally registering the patient as new.
|
|
example: []
|
|
syntax:
|
|
content: Task AdmitPatient(Admission admission, bool isNew = false)
|
|
parameters:
|
|
- id: admission
|
|
type: adas_core.Domain.Models.MongoModels.Admission
|
|
description: The admission information used to process the patient admission.
|
|
- id: isNew
|
|
type: System.Boolean
|
|
description: Indicates whether the patient is being admitted for the first time. Defaults to <code>false</code>.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Function AdmitPatient(admission As Admission, isNew As Boolean = False) As Task
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.AdmitPatient*
|
|
nameWithType.vb: IAdmissionService.AdmitPatient(Admission, Boolean)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IAdmissionService.AdmitPatient(adas_core.Domain.Models.MongoModels.Admission, Boolean)
|
|
name.vb: AdmitPatient(Admission, Boolean)
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions(MongoDB.Bson.ObjectId)
|
|
id: ReturnPatientToAdmissions(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ReturnPatientToAdmissions(ObjectId)
|
|
nameWithType: IAdmissionService.ReturnPatientToAdmissions(ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ReturnPatientToAdmissions
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 60
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Processes the return of a patient to the admissions workflow, typically used when a patient needs to be re-queued or reinstated for admission processing.
|
|
example: []
|
|
syntax:
|
|
content: Task ReturnPatientToAdmissions(ObjectId patientId)
|
|
parameters:
|
|
- id: patientId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The unique identifier of the patient to be returned to admissions.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Function ReturnPatientToAdmissions(patientId As ObjectId) As Task
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.Admission)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.Admission)
|
|
id: ReturnPatientToAdmissions(MongoDB.Bson.ObjectId,adas_core.Domain.Models.MongoModels.Admission)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ReturnPatientToAdmissions(ObjectId, Admission)
|
|
nameWithType: IAdmissionService.ReturnPatientToAdmissions(ObjectId, Admission)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions(MongoDB.Bson.ObjectId, adas_core.Domain.Models.MongoModels.Admission)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ReturnPatientToAdmissions
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 66
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Asynchronously returns a patient to the admissions workflow using the specified admission record.
|
|
example: []
|
|
syntax:
|
|
content: Task ReturnPatientToAdmissions(ObjectId patientId, Admission adm)
|
|
parameters:
|
|
- id: patientId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The unique identifier of the patient being returned to admissions.
|
|
- id: adm
|
|
type: adas_core.Domain.Models.MongoModels.Admission
|
|
description: The admission record associated with the patient being returned.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Function ReturnPatientToAdmissions(patientId As ObjectId, adm As Admission) As Task
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByLocation(adas_core.Domain.Models.PatientLocation)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByLocation(adas_core.Domain.Models.PatientLocation)
|
|
id: GetAdmissionByLocation(adas_core.Domain.Models.PatientLocation)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAdmissionByLocation(PatientLocation)
|
|
nameWithType: IAdmissionService.GetAdmissionByLocation(PatientLocation)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByLocation(adas_core.Domain.Models.PatientLocation)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAdmissionByLocation
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 72
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Retrieves a list of admissions associated with the specified patient location.
|
|
example: []
|
|
syntax:
|
|
content: Task<List<Admission>> GetAdmissionByLocation(PatientLocation location)
|
|
parameters:
|
|
- id: location
|
|
type: adas_core.Domain.Models.PatientLocation
|
|
description: The patient location used to filter the admissions.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Admission}}
|
|
description: A task that represents the asynchronous operation, containing a list of admissions for the given location.
|
|
content.vb: Function GetAdmissionByLocation(location As PatientLocation) As Task(Of List(Of Admission))
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByLocation*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareId(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareId(MongoDB.Bson.ObjectId)
|
|
id: GetAdmissionByPointOfCareId(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAdmissionByPointOfCareId(ObjectId)
|
|
nameWithType: IAdmissionService.GetAdmissionByPointOfCareId(ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareId(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAdmissionByPointOfCareId
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 78
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Asynchronously retrieves the list of admissions associated with the specified point of care identifier.
|
|
example: []
|
|
syntax:
|
|
content: Task<List<Admission>> GetAdmissionByPointOfCareId(ObjectId id)
|
|
parameters:
|
|
- id: id
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The <xref href="MongoDB.Bson.ObjectId" data-throw-if-not-resolved="false"></xref> of the point of care used to filter the admissions.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Admission}}
|
|
description: A task that represents the asynchronous operation. The task result contains a list of <xref href="adas_core.Domain.Models.MongoModels.Admission" data-throw-if-not-resolved="false"></xref> objects matching the specified point of care id, or an empty list if no admissions are found.
|
|
content.vb: Function GetAdmissionByPointOfCareId(id As ObjectId) As Task(Of List(Of Admission))
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareId*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareIdAndLocale(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareIdAndLocale(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
|
|
id: GetAdmissionByPointOfCareIdAndLocale(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAdmissionByPointOfCareIdAndLocale(ObjectId, LocaleEnum)
|
|
nameWithType: IAdmissionService.GetAdmissionByPointOfCareIdAndLocale(ObjectId, LocaleEnum)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareIdAndLocale(MongoDB.Bson.ObjectId, adas_core.Domain.Models.Masters.LocaleEnum)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAdmissionByPointOfCareIdAndLocale
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 85
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Retrieves the list of admissions associated with the specified point of care, localized for the given locale.
|
|
example: []
|
|
syntax:
|
|
content: Task<List<Admission>> GetAdmissionByPointOfCareIdAndLocale(ObjectId pocId, LocaleEnum locale)
|
|
parameters:
|
|
- id: pocId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The identifier of the point of care whose admissions are being queried.
|
|
- id: locale
|
|
type: adas_core.Domain.Models.Masters.LocaleEnum
|
|
description: The locale used to localize the returned admission data.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Admission}}
|
|
description: A task that resolves to the list of admissions matching the point of care and locale; an empty list when no matches are found.
|
|
content.vb: Function GetAdmissionByPointOfCareIdAndLocale(pocId As ObjectId, locale As LocaleEnum) As Task(Of List(Of Admission))
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareIdAndLocale*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByUnitIdWithOutPoC(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByUnitIdWithOutPoC(MongoDB.Bson.ObjectId)
|
|
id: GetAdmissionByUnitIdWithOutPoC(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAdmissionByUnitIdWithOutPoC(ObjectId)
|
|
nameWithType: IAdmissionService.GetAdmissionByUnitIdWithOutPoC(ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByUnitIdWithOutPoC(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAdmissionByUnitIdWithOutPoC
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 91
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Retrieves a list of admissions associated with the specified unit identifier, excluding any Point of Care (PoC) related admissions.
|
|
example: []
|
|
syntax:
|
|
content: Task<List<Admission>> GetAdmissionByUnitIdWithOutPoC(ObjectId unitId)
|
|
parameters:
|
|
- id: unitId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The unique identifier of the unit whose admissions should be retrieved.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Admission}}
|
|
description: A task that represents the asynchronous operation. The task result contains a list of admissions for the specified unit, excluding PoC admissions.
|
|
content.vb: Function GetAdmissionByUnitIdWithOutPoC(unitId As ObjectId) As Task(Of List(Of Admission))
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByUnitIdWithOutPoC*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.CountAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.CountAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
id: CountAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CountAdmissionsByUnitId(ObjectId)
|
|
nameWithType: IAdmissionService.CountAdmissionsByUnitId(ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.CountAdmissionsByUnitId(MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: CountAdmissionsByUnitId
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 97
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Asynchronously counts the number of admissions associated with the specified unit identifier.
|
|
example: []
|
|
syntax:
|
|
content: Task<long> CountAdmissionsByUnitId(ObjectId unitId)
|
|
parameters:
|
|
- id: unitId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The MongoDB ObjectId of the unit whose admissions should be counted.
|
|
return:
|
|
type: System.Threading.Tasks.Task{System.Int64}
|
|
description: A task that represents the asynchronous operation, containing the total count of admissions for the given unit.
|
|
content.vb: Function CountAdmissionsByUnitId(unitId As ObjectId) As Task(Of Long)
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.CountAdmissionsByUnitId*
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.SearchByPatientNumberAndDistinctUnit(System.String,MongoDB.Bson.ObjectId)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.SearchByPatientNumberAndDistinctUnit(System.String,MongoDB.Bson.ObjectId)
|
|
id: SearchByPatientNumberAndDistinctUnit(System.String,MongoDB.Bson.ObjectId)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SearchByPatientNumberAndDistinctUnit(string, ObjectId)
|
|
nameWithType: IAdmissionService.SearchByPatientNumberAndDistinctUnit(string, ObjectId)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.SearchByPatientNumberAndDistinctUnit(string, MongoDB.Bson.ObjectId)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: SearchByPatientNumberAndDistinctUnit
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 105
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Searches for a patient by their patient number within the specified unit, returning the matching patient search result or null if no match is found.
|
|
example: []
|
|
syntax:
|
|
content: Task<PatientSearch?> SearchByPatientNumberAndDistinctUnit(string patientNumber, ObjectId unitId)
|
|
parameters:
|
|
- id: patientNumber
|
|
type: System.String
|
|
description: The patient number used to identify the patient.
|
|
- id: unitId
|
|
type: MongoDB.Bson.ObjectId
|
|
description: The identifier of the unit in which the patient is being searched.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PatientSearch}
|
|
description: A task that returns the matching <xref href="adas_core.Domain.Models.Responses.PatientSearch" data-throw-if-not-resolved="false"></xref> if found; otherwise, null.
|
|
content.vb: Function SearchByPatientNumberAndDistinctUnit(patientNumber As String, unitId As ObjectId) As Task(Of PatientSearch)
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.SearchByPatientNumberAndDistinctUnit*
|
|
nameWithType.vb: IAdmissionService.SearchByPatientNumberAndDistinctUnit(String, ObjectId)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IAdmissionService.SearchByPatientNumberAndDistinctUnit(String, MongoDB.Bson.ObjectId)
|
|
name.vb: SearchByPatientNumberAndDistinctUnit(String, ObjectId)
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPatientNumber(System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPatientNumber(System.String)
|
|
id: GetAdmissionByPatientNumber(System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAdmissionByPatientNumber(string)
|
|
nameWithType: IAdmissionService.GetAdmissionByPatientNumber(string)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPatientNumber(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAdmissionByPatientNumber
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 111
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Retrieves the admission record associated with the specified patient number, returning <code>null</code> when no matching admission is found.
|
|
example: []
|
|
syntax:
|
|
content: Task<Admission?> GetAdmissionByPatientNumber(string patientNumber)
|
|
parameters:
|
|
- id: patientNumber
|
|
type: System.String
|
|
description: The unique patient number used to look up the admission.
|
|
return:
|
|
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Admission}
|
|
description: A task that resolves to the matching <xref href="adas_core.Domain.Models.MongoModels.Admission" data-throw-if-not-resolved="false"></xref>, or <code>null</code> if no admission exists for the given patient number.
|
|
content.vb: Function GetAdmissionByPatientNumber(patientNumber As String) As Task(Of Admission)
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPatientNumber*
|
|
nameWithType.vb: IAdmissionService.GetAdmissionByPatientNumber(String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPatientNumber(String)
|
|
name.vb: GetAdmissionByPatientNumber(String)
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.UpdatePatientMasterListItemChange(adas_core.Domain.Models.DTO.UpdateOptionMasterListDto,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.UpdatePatientMasterListItemChange(adas_core.Domain.Models.DTO.UpdateOptionMasterListDto,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
|
|
id: UpdatePatientMasterListItemChange(adas_core.Domain.Models.DTO.UpdateOptionMasterListDto,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdatePatientMasterListItemChange(UpdateOptionMasterListDto, IEnumerable<Unit>, string)
|
|
nameWithType: IAdmissionService.UpdatePatientMasterListItemChange(UpdateOptionMasterListDto, IEnumerable<Unit>, string)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.UpdatePatientMasterListItemChange(adas_core.Domain.Models.DTO.UpdateOptionMasterListDto, System.Collections.Generic.IEnumerable<adas_core.Domain.Models.MongoModels.Unit>, string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdatePatientMasterListItemChange
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 120
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Updates a patient master list item based on the provided option change and related unit and type information.
|
|
example: []
|
|
syntax:
|
|
content: Task UpdatePatientMasterListItemChange(UpdateOptionMasterListDto opt, IEnumerable<Unit> unitList, string typeName)
|
|
parameters:
|
|
- id: opt
|
|
type: adas_core.Domain.Models.DTO.UpdateOptionMasterListDto
|
|
description: The update option master list data transfer object containing the change details.
|
|
- id: unitList
|
|
type: System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit}
|
|
description: The collection of units associated with the master list item change.
|
|
- id: typeName
|
|
type: System.String
|
|
description: The name of the type used to identify the master list item category.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
description: A task that represents the asynchronous update operation.
|
|
content.vb: Function UpdatePatientMasterListItemChange(opt As UpdateOptionMasterListDto, unitList As IEnumerable(Of Unit), typeName As String) As Task
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.UpdatePatientMasterListItemChange*
|
|
nameWithType.vb: IAdmissionService.UpdatePatientMasterListItemChange(UpdateOptionMasterListDto, IEnumerable(Of Unit), String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IAdmissionService.UpdatePatientMasterListItemChange(adas_core.Domain.Models.DTO.UpdateOptionMasterListDto, System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.MongoModels.Unit), String)
|
|
name.vb: UpdatePatientMasterListItemChange(UpdateOptionMasterListDto, IEnumerable(Of Unit), String)
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.DeletePatientMasterListItem(adas_core.Domain.Models.Masters.OptionList,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IAdmissionService.DeletePatientMasterListItem(adas_core.Domain.Models.Masters.OptionList,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
|
|
id: DeletePatientMasterListItem(adas_core.Domain.Models.Masters.OptionList,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
|
|
parent: adas_core.Application.Services.Interfaces.IAdmissionService
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeletePatientMasterListItem(OptionList, IEnumerable<Unit>, string)
|
|
nameWithType: IAdmissionService.DeletePatientMasterListItem(OptionList, IEnumerable<Unit>, string)
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.DeletePatientMasterListItem(adas_core.Domain.Models.Masters.OptionList, System.Collections.Generic.IEnumerable<adas_core.Domain.Models.MongoModels.Unit>, string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeletePatientMasterListItem
|
|
path: ../../adas-core.Application/Services/Interfaces/IAdmissionService.cs
|
|
startLine: 127
|
|
assemblies:
|
|
- adas-core.Application
|
|
namespace: adas_core.Application.Services.Interfaces
|
|
summary: Deletes a patient master list item identified by the specified options, units, and type name.
|
|
example: []
|
|
syntax:
|
|
content: Task DeletePatientMasterListItem(OptionList opt, IEnumerable<Unit> unitList, string typeName)
|
|
parameters:
|
|
- id: opt
|
|
type: adas_core.Domain.Models.Masters.OptionList
|
|
description: The option list used to identify the master list item to delete.
|
|
- id: unitList
|
|
type: System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit}
|
|
description: The collection of units associated with the master list item.
|
|
- id: typeName
|
|
type: System.String
|
|
description: The name of the type associated with the master list item.
|
|
return:
|
|
type: System.Threading.Tasks.Task
|
|
content.vb: Function DeletePatientMasterListItem(opt As OptionList, unitList As IEnumerable(Of Unit), typeName As String) As Task
|
|
overload: adas_core.Application.Services.Interfaces.IAdmissionService.DeletePatientMasterListItem*
|
|
nameWithType.vb: IAdmissionService.DeletePatientMasterListItem(OptionList, IEnumerable(Of Unit), String)
|
|
fullName.vb: adas_core.Application.Services.Interfaces.IAdmissionService.DeletePatientMasterListItem(adas_core.Domain.Models.Masters.OptionList, System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.MongoModels.Unit), String)
|
|
name.vb: DeletePatientMasterListItem(OptionList, IEnumerable(Of Unit), String)
|
|
references:
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
commentId: N:adas_core.Application.Services.Interfaces
|
|
href: adas_core.html
|
|
name: adas_core.Application.Services.Interfaces
|
|
nameWithType: adas_core.Application.Services.Interfaces
|
|
fullName: adas_core.Application.Services.Interfaces
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Application
|
|
name: Application
|
|
href: adas_core.Application.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services
|
|
name: Services
|
|
href: adas_core.Application.Services.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
name: Interfaces
|
|
href: adas_core.Application.Services.Interfaces.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Application
|
|
name: Application
|
|
href: adas_core.Application.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services
|
|
name: Services
|
|
href: adas_core.Application.Services.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
name: Interfaces
|
|
href: adas_core.Application.Services.Interfaces.html
|
|
- uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest)
|
|
parent: adas_core.Application.Services.Interfaces.IApiRequestService
|
|
href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequestAsync_adas_core_Domain_Models_ApiRequest_
|
|
name: SaveRequestAsync(ApiRequest)
|
|
nameWithType: IApiRequestService.SaveRequestAsync(ApiRequest)
|
|
fullName: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest)
|
|
name: SaveRequestAsync
|
|
href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequestAsync_adas_core_Domain_Models_ApiRequest_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.ApiRequest
|
|
name: ApiRequest
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequestAsync(adas_core.Domain.Models.ApiRequest)
|
|
name: SaveRequestAsync
|
|
href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequestAsync_adas_core_Domain_Models_ApiRequest_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.ApiRequest
|
|
name: ApiRequest
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest)
|
|
commentId: M:adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest)
|
|
parent: adas_core.Application.Services.Interfaces.IApiRequestService
|
|
href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequest_adas_core_Domain_Models_ApiRequest_
|
|
name: SaveRequest(ApiRequest)
|
|
nameWithType: IApiRequestService.SaveRequest(ApiRequest)
|
|
fullName: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest)
|
|
spec.csharp:
|
|
- uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest)
|
|
name: SaveRequest
|
|
href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequest_adas_core_Domain_Models_ApiRequest_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.ApiRequest
|
|
name: ApiRequest
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Application.Services.Interfaces.IApiRequestService.SaveRequest(adas_core.Domain.Models.ApiRequest)
|
|
name: SaveRequest
|
|
href: adas_core.Application.Services.Interfaces.IApiRequestService.html#adas_core_Application_Services_Interfaces_IApiRequestService_SaveRequest_adas_core_Domain_Models_ApiRequest_
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.ApiRequest
|
|
name: ApiRequest
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
parent: adas_core.Domain.Utils.ObjectUtils
|
|
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IApiRequestService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IApiRequestService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.IApiRequestService.html
|
|
name: IApiRequestService
|
|
nameWithType: IApiRequestService
|
|
fullName: adas_core.Application.Services.Interfaces.IApiRequestService
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.NumberUtils
|
|
commentId: T:adas_core.Domain.Utils.NumberUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.NumberUtils.html
|
|
name: NumberUtils
|
|
nameWithType: NumberUtils
|
|
fullName: adas_core.Domain.Utils.NumberUtils
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils
|
|
commentId: T:adas_core.Domain.Utils.ObjectUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.ObjectUtils.html
|
|
name: ObjectUtils
|
|
nameWithType: ObjectUtils
|
|
fullName: adas_core.Domain.Utils.ObjectUtils
|
|
- uid: adas_core.Domain.Utils
|
|
commentId: N:adas_core.Domain.Utils
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Utils
|
|
nameWithType: adas_core.Domain.Utils
|
|
fullName: adas_core.Domain.Utils
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
- uid: adas_core.Domain.Models.MongoModels.Admission
|
|
commentId: T:adas_core.Domain.Models.MongoModels.Admission
|
|
parent: adas_core.Domain.Models.MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.Admission.html
|
|
name: Admission
|
|
nameWithType: Admission
|
|
fullName: adas_core.Domain.Models.MongoModels.Admission
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByIdAsync*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByIdAsync
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_GetAdmissionByIdAsync_MongoDB_Bson_ObjectId_
|
|
name: GetAdmissionByIdAsync
|
|
nameWithType: IAdmissionService.GetAdmissionByIdAsync
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByIdAsync
|
|
- uid: MongoDB.Bson.ObjectId
|
|
commentId: T:MongoDB.Bson.ObjectId
|
|
parent: MongoDB.Bson
|
|
isExternal: true
|
|
name: ObjectId
|
|
nameWithType: ObjectId
|
|
fullName: MongoDB.Bson.ObjectId
|
|
- uid: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Admission}
|
|
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Admission}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<Admission>
|
|
nameWithType: Task<Admission>
|
|
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.MongoModels.Admission>
|
|
nameWithType.vb: Task(Of Admission)
|
|
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.Admission)
|
|
name.vb: Task(Of Admission)
|
|
spec.csharp:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.MongoModels.Admission
|
|
name: Admission
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.MongoModels.Admission
|
|
name: Admission
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
commentId: N:adas_core.Domain.Models.MongoModels
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.MongoModels
|
|
nameWithType: adas_core.Domain.Models.MongoModels
|
|
fullName: adas_core.Domain.Models.MongoModels
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
name: MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
name: MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.html
|
|
- uid: MongoDB.Bson
|
|
commentId: N:MongoDB.Bson
|
|
isExternal: true
|
|
name: MongoDB.Bson
|
|
nameWithType: MongoDB.Bson
|
|
fullName: MongoDB.Bson
|
|
spec.csharp:
|
|
- uid: MongoDB
|
|
name: MongoDB
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson
|
|
name: Bson
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MongoDB
|
|
name: MongoDB
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MongoDB.Bson
|
|
name: Bson
|
|
isExternal: true
|
|
- uid: System.Threading.Tasks.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<TResult>
|
|
nameWithType: Task<TResult>
|
|
fullName: System.Threading.Tasks.Task<TResult>
|
|
nameWithType.vb: Task(Of TResult)
|
|
fullName.vb: System.Threading.Tasks.Task(Of TResult)
|
|
name.vb: Task(Of TResult)
|
|
spec.csharp:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: <
|
|
- name: TResult
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TResult
|
|
- name: )
|
|
- uid: System.Threading.Tasks
|
|
commentId: N:System.Threading.Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Threading.Tasks
|
|
nameWithType: System.Threading.Tasks
|
|
fullName: System.Threading.Tasks
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Threading
|
|
name: Threading
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading
|
|
- name: .
|
|
- uid: System.Threading.Tasks
|
|
name: Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Threading
|
|
name: Threading
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading
|
|
- name: .
|
|
- uid: System.Threading.Tasks
|
|
name: Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionByIdAsync*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionByIdAsync
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_DeleteAdmissionByIdAsync_MongoDB_Bson_ObjectId_
|
|
name: DeleteAdmissionByIdAsync
|
|
nameWithType: IAdmissionService.DeleteAdmissionByIdAsync
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionByIdAsync
|
|
- 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.Interfaces.IAdmissionService.DeleteAdmissionAsync*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionAsync
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_DeleteAdmissionAsync_adas_core_Domain_Models_MongoModels_Admission_
|
|
name: DeleteAdmissionAsync
|
|
nameWithType: IAdmissionService.DeleteAdmissionAsync
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionAsync
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionsByUnitId*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionsByUnitId
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_DeleteAdmissionsByUnitId_MongoDB_Bson_ObjectId_
|
|
name: DeleteAdmissionsByUnitId
|
|
nameWithType: IAdmissionService.DeleteAdmissionsByUnitId
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.DeleteAdmissionsByUnitId
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.UpdateAdmissionAsync*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.UpdateAdmissionAsync
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_UpdateAdmissionAsync_adas_core_Domain_Models_MongoModels_Admission_
|
|
name: UpdateAdmissionAsync
|
|
nameWithType: IAdmissionService.UpdateAdmissionAsync
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.UpdateAdmissionAsync
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionsAsync*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionsAsync
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_GetAdmissionsAsync
|
|
name: GetAdmissionsAsync
|
|
nameWithType: IAdmissionService.GetAdmissionsAsync
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionsAsync
|
|
- uid: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Admission}}
|
|
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Admission}}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<IEnumerable<Admission>>
|
|
nameWithType: Task<IEnumerable<Admission>>
|
|
fullName: System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<adas_core.Domain.Models.MongoModels.Admission>>
|
|
nameWithType.vb: Task(Of IEnumerable(Of Admission))
|
|
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.MongoModels.Admission))
|
|
name.vb: Task(Of IEnumerable(Of Admission))
|
|
spec.csharp:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: <
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.MongoModels.Admission
|
|
name: Admission
|
|
- name: '>'
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.MongoModels.Admission
|
|
name: Admission
|
|
- name: )
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.InsertAdmission*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.InsertAdmission
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_InsertAdmission_adas_core_Domain_Models_MongoModels_Admission_
|
|
name: InsertAdmission
|
|
nameWithType: IAdmissionService.InsertAdmission
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.InsertAdmission
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.AdmitPatient*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.AdmitPatient
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_AdmitPatient_adas_core_Domain_Models_MongoModels_Admission_System_Boolean_
|
|
name: AdmitPatient
|
|
nameWithType: IAdmissionService.AdmitPatient
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.AdmitPatient
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: System
|
|
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.IAdmissionService.ReturnPatientToAdmissions*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_ReturnPatientToAdmissions_MongoDB_Bson_ObjectId_
|
|
name: ReturnPatientToAdmissions
|
|
nameWithType: IAdmissionService.ReturnPatientToAdmissions
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.ReturnPatientToAdmissions
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByLocation*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByLocation
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_GetAdmissionByLocation_adas_core_Domain_Models_PatientLocation_
|
|
name: GetAdmissionByLocation
|
|
nameWithType: IAdmissionService.GetAdmissionByLocation
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByLocation
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
commentId: T:adas_core.Domain.Models.PatientLocation
|
|
parent: adas_core.Domain.Models
|
|
href: adas_core.Domain.Models.PatientLocation.html
|
|
name: PatientLocation
|
|
nameWithType: PatientLocation
|
|
fullName: adas_core.Domain.Models.PatientLocation
|
|
- uid: System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Admission}}
|
|
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Admission}}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<List<Admission>>
|
|
nameWithType: Task<List<Admission>>
|
|
fullName: System.Threading.Tasks.Task<System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.Admission>>
|
|
nameWithType.vb: Task(Of List(Of Admission))
|
|
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.Admission))
|
|
name.vb: Task(Of List(Of Admission))
|
|
spec.csharp:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: <
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.MongoModels.Admission
|
|
name: Admission
|
|
- name: '>'
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.MongoModels.Admission
|
|
name: Admission
|
|
- 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: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareId*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareId
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_GetAdmissionByPointOfCareId_MongoDB_Bson_ObjectId_
|
|
name: GetAdmissionByPointOfCareId
|
|
nameWithType: IAdmissionService.GetAdmissionByPointOfCareId
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareId
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareIdAndLocale*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareIdAndLocale
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_GetAdmissionByPointOfCareIdAndLocale_MongoDB_Bson_ObjectId_adas_core_Domain_Models_Masters_LocaleEnum_
|
|
name: GetAdmissionByPointOfCareIdAndLocale
|
|
nameWithType: IAdmissionService.GetAdmissionByPointOfCareIdAndLocale
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPointOfCareIdAndLocale
|
|
- uid: adas_core.Domain.Models.Masters.LocaleEnum
|
|
commentId: T:adas_core.Domain.Models.Masters.LocaleEnum
|
|
parent: adas_core.Domain.Models.Masters
|
|
href: adas_core.Domain.Models.Masters.LocaleEnum.html
|
|
name: LocaleEnum
|
|
nameWithType: LocaleEnum
|
|
fullName: adas_core.Domain.Models.Masters.LocaleEnum
|
|
- uid: adas_core.Domain.Models.Masters
|
|
commentId: N:adas_core.Domain.Models.Masters
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.Masters
|
|
nameWithType: adas_core.Domain.Models.Masters
|
|
fullName: adas_core.Domain.Models.Masters
|
|
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.Masters
|
|
name: Masters
|
|
href: adas_core.Domain.Models.Masters.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.Masters
|
|
name: Masters
|
|
href: adas_core.Domain.Models.Masters.html
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByUnitIdWithOutPoC*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByUnitIdWithOutPoC
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_GetAdmissionByUnitIdWithOutPoC_MongoDB_Bson_ObjectId_
|
|
name: GetAdmissionByUnitIdWithOutPoC
|
|
nameWithType: IAdmissionService.GetAdmissionByUnitIdWithOutPoC
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByUnitIdWithOutPoC
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.CountAdmissionsByUnitId*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.CountAdmissionsByUnitId
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_CountAdmissionsByUnitId_MongoDB_Bson_ObjectId_
|
|
name: CountAdmissionsByUnitId
|
|
nameWithType: IAdmissionService.CountAdmissionsByUnitId
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.CountAdmissionsByUnitId
|
|
- uid: System.Threading.Tasks.Task{System.Int64}
|
|
commentId: T:System.Threading.Tasks.Task{System.Int64}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<long>
|
|
nameWithType: Task<long>
|
|
fullName: System.Threading.Tasks.Task<long>
|
|
nameWithType.vb: Task(Of Long)
|
|
fullName.vb: System.Threading.Tasks.Task(Of Long)
|
|
name.vb: Task(Of Long)
|
|
spec.csharp:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: <
|
|
- uid: System.Int64
|
|
name: long
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int64
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.Int64
|
|
name: Long
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int64
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.Responses.PatientSearch
|
|
commentId: T:adas_core.Domain.Models.Responses.PatientSearch
|
|
href: adas_core.Domain.Models.Responses.PatientSearch.html
|
|
name: PatientSearch
|
|
nameWithType: PatientSearch
|
|
fullName: adas_core.Domain.Models.Responses.PatientSearch
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.SearchByPatientNumberAndDistinctUnit*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.SearchByPatientNumberAndDistinctUnit
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_SearchByPatientNumberAndDistinctUnit_System_String_MongoDB_Bson_ObjectId_
|
|
name: SearchByPatientNumberAndDistinctUnit
|
|
nameWithType: IAdmissionService.SearchByPatientNumberAndDistinctUnit
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.SearchByPatientNumberAndDistinctUnit
|
|
- 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.Responses.PatientSearch}
|
|
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.Responses.PatientSearch}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<PatientSearch>
|
|
nameWithType: Task<PatientSearch>
|
|
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.Responses.PatientSearch>
|
|
nameWithType.vb: Task(Of PatientSearch)
|
|
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.Responses.PatientSearch)
|
|
name.vb: Task(Of PatientSearch)
|
|
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.PatientSearch
|
|
name: PatientSearch
|
|
- 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.PatientSearch
|
|
name: PatientSearch
|
|
- name: )
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPatientNumber*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPatientNumber
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_GetAdmissionByPatientNumber_System_String_
|
|
name: GetAdmissionByPatientNumber
|
|
nameWithType: IAdmissionService.GetAdmissionByPatientNumber
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.GetAdmissionByPatientNumber
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.UpdatePatientMasterListItemChange*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.UpdatePatientMasterListItemChange
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_UpdatePatientMasterListItemChange_adas_core_Domain_Models_DTO_UpdateOptionMasterListDto_System_Collections_Generic_IEnumerable_adas_core_Domain_Models_MongoModels_Unit__System_String_
|
|
name: UpdatePatientMasterListItemChange
|
|
nameWithType: IAdmissionService.UpdatePatientMasterListItemChange
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.UpdatePatientMasterListItemChange
|
|
- uid: adas_core.Domain.Models.DTO.UpdateOptionMasterListDto
|
|
commentId: T:adas_core.Domain.Models.DTO.UpdateOptionMasterListDto
|
|
parent: adas_core.Domain.Models.DTO
|
|
href: adas_core.Domain.Models.DTO.UpdateOptionMasterListDto.html
|
|
name: UpdateOptionMasterListDto
|
|
nameWithType: UpdateOptionMasterListDto
|
|
fullName: adas_core.Domain.Models.DTO.UpdateOptionMasterListDto
|
|
- uid: System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit}
|
|
commentId: T:System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.IEnumerable`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
name: IEnumerable<Unit>
|
|
nameWithType: IEnumerable<Unit>
|
|
fullName: System.Collections.Generic.IEnumerable<adas_core.Domain.Models.MongoModels.Unit>
|
|
nameWithType.vb: IEnumerable(Of Unit)
|
|
fullName.vb: System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.MongoModels.Unit)
|
|
name.vb: IEnumerable(Of Unit)
|
|
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.MongoModels.Unit
|
|
name: Unit
|
|
- 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.MongoModels.Unit
|
|
name: Unit
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.DTO
|
|
commentId: N:adas_core.Domain.Models.DTO
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.DTO
|
|
nameWithType: adas_core.Domain.Models.DTO
|
|
fullName: adas_core.Domain.Models.DTO
|
|
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.DTO
|
|
name: DTO
|
|
href: adas_core.Domain.Models.DTO.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.DTO
|
|
name: DTO
|
|
href: adas_core.Domain.Models.DTO.html
|
|
- 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<T>
|
|
nameWithType: IEnumerable<T>
|
|
fullName: System.Collections.Generic.IEnumerable<T>
|
|
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: System.Collections.Generic
|
|
commentId: N:System.Collections.Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Collections.Generic
|
|
nameWithType: System.Collections.Generic
|
|
fullName: System.Collections.Generic
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
- uid: adas_core.Application.Services.Interfaces.IAdmissionService.DeletePatientMasterListItem*
|
|
commentId: Overload:adas_core.Application.Services.Interfaces.IAdmissionService.DeletePatientMasterListItem
|
|
href: adas_core.Application.Services.Interfaces.IAdmissionService.html#adas_core_Application_Services_Interfaces_IAdmissionService_DeletePatientMasterListItem_adas_core_Domain_Models_Masters_OptionList_System_Collections_Generic_IEnumerable_adas_core_Domain_Models_MongoModels_Unit__System_String_
|
|
name: DeletePatientMasterListItem
|
|
nameWithType: IAdmissionService.DeletePatientMasterListItem
|
|
fullName: adas_core.Application.Services.Interfaces.IAdmissionService.DeletePatientMasterListItem
|
|
- uid: adas_core.Domain.Models.Masters.OptionList
|
|
commentId: T:adas_core.Domain.Models.Masters.OptionList
|
|
parent: adas_core.Domain.Models.Masters
|
|
href: adas_core.Domain.Models.Masters.OptionList.html
|
|
name: OptionList
|
|
nameWithType: OptionList
|
|
fullName: adas_core.Domain.Models.Masters.OptionList
|