Files
adas-core/Documentation/docs/api/adas_core.Application.Services.Interfaces.IDischargeService.yml
T
2026-06-26 10:29:23 +02:00

1545 lines
73 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Application.Services.Interfaces.IDischargeService
commentId: T:adas_core.Application.Services.Interfaces.IDischargeService
id: IDischargeService
parent: adas_core.Application.Services.Interfaces
children:
- adas_core.Application.Services.Interfaces.IDischargeService.CountDischargesByUnitId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
- adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeByIdAsync(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargesByUnitId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.Interfaces.IDischargeService.DeletePatientMasterListItem(adas_core.Domain.Models.Masters.OptionList,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
- adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByIdAsync(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByLocation(adas_core.Domain.Models.PatientLocation)
- adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPatientId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareId(MongoDB.Bson.ObjectId)
- adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareIdWithLocale(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
- adas_core.Application.Services.Interfaces.IDischargeService.GetDischargesAsync
- adas_core.Application.Services.Interfaces.IDischargeService.InsertDischarge(adas_core.Domain.Models.MongoModels.Discharge)
- adas_core.Application.Services.Interfaces.IDischargeService.SendDischargeBroadcast(adas_core.Domain.Models.MongoModels.Discharge,adas_core.Domain.Enums.OperationType)
- adas_core.Application.Services.Interfaces.IDischargeService.UpdateDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
- adas_core.Application.Services.Interfaces.IDischargeService.UpdatePatientMasterListItemChange(adas_core.Domain.Models.DTO.UpdateOptionMasterListDto,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit},System.String)
langs:
- csharp
- vb
name: IDischargeService
nameWithType: IDischargeService
fullName: adas_core.Application.Services.Interfaces.IDischargeService
type: Interface
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: IDischargeService
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 9
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
syntax:
content: 'public interface IDischargeService : IApiRequestService'
content.vb: Public Interface IDischargeService Inherits IApiRequestService
derivedClasses:
- adas_core.Application.Services.DischargeService
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.IDischargeService.GetDischargeByIdAsync(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByIdAsync(MongoDB.Bson.ObjectId)
id: GetDischargeByIdAsync(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: GetDischargeByIdAsync(ObjectId)
nameWithType: IDischargeService.GetDischargeByIdAsync(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByIdAsync(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetDischargeByIdAsync
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 16
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Asynchronously retrieves a discharge record by its unique identifier, returning null if no matching discharge is found.
example: []
syntax:
content: Task<Discharge?> GetDischargeByIdAsync(ObjectId dischargeId)
parameters:
- id: dischargeId
type: MongoDB.Bson.ObjectId
description: The unique identifier of the discharge to look up.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Discharge}
description: A task that represents the asynchronous operation, containing the <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref> if found, or null when no record matches the provided identifier.
content.vb: Function GetDischargeByIdAsync(dischargeId As ObjectId) As Task(Of Discharge)
overload: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByIdAsync*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.CountDischargesByUnitId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.CountDischargesByUnitId(MongoDB.Bson.ObjectId)
id: CountDischargesByUnitId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: CountDischargesByUnitId(ObjectId)
nameWithType: IDischargeService.CountDischargesByUnitId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.CountDischargesByUnitId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CountDischargesByUnitId
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 22
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Asynchronously counts the number of discharge records associated with the specified unit.
example: []
syntax:
content: Task<long> CountDischargesByUnitId(ObjectId unitId)
parameters:
- id: unitId
type: MongoDB.Bson.ObjectId
description: The identifier of the unit whose discharges should be counted.
return:
type: System.Threading.Tasks.Task{System.Int64}
description: A task that represents the asynchronous operation, containing the total number of discharges for the specified unit.
content.vb: Function CountDischargesByUnitId(unitId As ObjectId) As Task(Of Long)
overload: adas_core.Application.Services.Interfaces.IDischargeService.CountDischargesByUnitId*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeByIdAsync(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeByIdAsync(MongoDB.Bson.ObjectId)
id: DeleteDischargeByIdAsync(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: DeleteDischargeByIdAsync(ObjectId)
nameWithType: IDischargeService.DeleteDischargeByIdAsync(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeByIdAsync(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DeleteDischargeByIdAsync
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 27
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Asynchronously deletes a discharge record identified by the specified identifier.
example: []
syntax:
content: Task DeleteDischargeByIdAsync(ObjectId dischargeId)
parameters:
- id: dischargeId
type: MongoDB.Bson.ObjectId
description: The unique identifier of the discharge to delete.
return:
type: System.Threading.Tasks.Task
content.vb: Function DeleteDischargeByIdAsync(dischargeId As ObjectId) As Task
overload: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeByIdAsync*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
id: DeleteDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: DeleteDischargeAsync(Discharge)
nameWithType: IDischargeService.DeleteDischargeAsync(Discharge)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DeleteDischargeAsync
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 32
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Asynchronously deletes the specified discharge record.
example: []
syntax:
content: Task DeleteDischargeAsync(Discharge discharge)
parameters:
- id: discharge
type: adas_core.Domain.Models.MongoModels.Discharge
description: The discharge entity to be removed.
return:
type: System.Threading.Tasks.Task
content.vb: Function DeleteDischargeAsync(discharge As Discharge) As Task
overload: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeAsync*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.UpdateDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.UpdateDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
id: UpdateDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: UpdateDischargeAsync(Discharge)
nameWithType: IDischargeService.UpdateDischargeAsync(Discharge)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.UpdateDischargeAsync(adas_core.Domain.Models.MongoModels.Discharge)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdateDischargeAsync
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 37
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Asynchronously updates an existing discharge record in the data store.
example: []
syntax:
content: Task UpdateDischargeAsync(Discharge discharge)
parameters:
- id: discharge
type: adas_core.Domain.Models.MongoModels.Discharge
description: The <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref> entity containing the updated information to persist.
return:
type: System.Threading.Tasks.Task
content.vb: Function UpdateDischargeAsync(discharge As Discharge) As Task
overload: adas_core.Application.Services.Interfaces.IDischargeService.UpdateDischargeAsync*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargesAsync
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargesAsync
id: GetDischargesAsync
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: GetDischargesAsync()
nameWithType: IDischargeService.GetDischargesAsync()
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargesAsync()
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetDischargesAsync
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 42
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Asynchronously retrieves a collection of discharge records.
example: []
syntax:
content: Task<IEnumerable<Discharge>> GetDischargesAsync()
return:
type: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Discharge}}
description: A task that represents the asynchronous operation. The task result contains an enumerable collection of <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref> objects.
content.vb: Function GetDischargesAsync() As Task(Of IEnumerable(Of Discharge))
overload: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargesAsync*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.InsertDischarge(adas_core.Domain.Models.MongoModels.Discharge)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.InsertDischarge(adas_core.Domain.Models.MongoModels.Discharge)
id: InsertDischarge(adas_core.Domain.Models.MongoModels.Discharge)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: InsertDischarge(Discharge)
nameWithType: IDischargeService.InsertDischarge(Discharge)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.InsertDischarge(adas_core.Domain.Models.MongoModels.Discharge)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: InsertDischarge
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 48
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Inserts a new discharge record into the data store. Returns the inserted <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref> entity, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if the record could not be created.
example: []
syntax:
content: Task<Discharge?> InsertDischarge(Discharge discharge)
parameters:
- id: discharge
type: adas_core.Domain.Models.MongoModels.Discharge
description: The <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref> entity containing the data to be inserted.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Discharge}
description: A <xref href="System.Threading.Tasks.Task%601" data-throw-if-not-resolved="false"></xref> that resolves to the inserted <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref>, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> when the insertion does not produce a result.
content.vb: Function InsertDischarge(discharge As Discharge) As Task(Of Discharge)
overload: adas_core.Application.Services.Interfaces.IDischargeService.InsertDischarge*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByLocation(adas_core.Domain.Models.PatientLocation)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByLocation(adas_core.Domain.Models.PatientLocation)
id: GetDischargeByLocation(adas_core.Domain.Models.PatientLocation)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: GetDischargeByLocation(PatientLocation)
nameWithType: IDischargeService.GetDischargeByLocation(PatientLocation)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByLocation(adas_core.Domain.Models.PatientLocation)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetDischargeByLocation
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 54
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Retrieves the discharge record associated with the specified patient location, returning null if no matching discharge is found.
example: []
syntax:
content: Task<Discharge?> GetDischargeByLocation(PatientLocation location)
parameters:
- id: location
type: adas_core.Domain.Models.PatientLocation
description: The patient location used to look up the discharge record.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Discharge}
description: A task that represents the asynchronous operation. The task result contains the matching <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref> if found, or null if no discharge is associated with the specified location.
content.vb: Function GetDischargeByLocation(location As PatientLocation) As Task(Of Discharge)
overload: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByLocation*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPatientId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPatientId(MongoDB.Bson.ObjectId)
id: GetDischargeByPatientId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: GetDischargeByPatientId(ObjectId)
nameWithType: IDischargeService.GetDischargeByPatientId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPatientId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetDischargeByPatientId
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 60
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Retrieves the discharge record associated with the specified patient identifier.
example: []
syntax:
content: Task<Discharge?> GetDischargeByPatientId(ObjectId patientId)
parameters:
- id: patientId
type: MongoDB.Bson.ObjectId
description: The unique identifier of the patient whose discharge record is being requested.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Discharge}
description: A <xref href="System.Threading.Tasks.Task%601" data-throw-if-not-resolved="false"></xref> that resolves to the matching <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref> if found; otherwise, <code>null</code>.
content.vb: Function GetDischargeByPatientId(patientId As ObjectId) As Task(Of Discharge)
overload: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPatientId*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareId(MongoDB.Bson.ObjectId)
id: GetDischargeByPointOfCareId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: GetDischargeByPointOfCareId(ObjectId)
nameWithType: IDischargeService.GetDischargeByPointOfCareId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetDischargeByPointOfCareId
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 66
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Retrieves a discharge record associated with the specified point of care location identifier.
example: []
syntax:
content: Task<Discharge?> GetDischargeByPointOfCareId(ObjectId location)
parameters:
- id: location
type: MongoDB.Bson.ObjectId
description: The ObjectId of the point of care location used to look up the discharge.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Discharge}
description: A task that represents the asynchronous operation. The task result contains the matching <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref> if found, or <code>null</code> if no discharge exists for the specified point of care location.
content.vb: Function GetDischargeByPointOfCareId(location As ObjectId) As Task(Of Discharge)
overload: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareId*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareIdWithLocale(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareIdWithLocale(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
id: GetDischargeByPointOfCareIdWithLocale(MongoDB.Bson.ObjectId,adas_core.Domain.Models.Masters.LocaleEnum)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: GetDischargeByPointOfCareIdWithLocale(ObjectId, LocaleEnum)
nameWithType: IDischargeService.GetDischargeByPointOfCareIdWithLocale(ObjectId, LocaleEnum)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareIdWithLocale(MongoDB.Bson.ObjectId, adas_core.Domain.Models.Masters.LocaleEnum)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GetDischargeByPointOfCareIdWithLocale
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 74
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: >-
Retrieves the discharge associated with the specified point of care location, returning localized data for the requested locale.
Returns null when no matching discharge is found.
example: []
syntax:
content: Task<Discharge?> GetDischargeByPointOfCareIdWithLocale(ObjectId location, LocaleEnum dataLocale)
parameters:
- id: location
type: MongoDB.Bson.ObjectId
description: The identifier of the point of care location whose discharge should be retrieved.
- id: dataLocale
type: adas_core.Domain.Models.Masters.LocaleEnum
description: The locale used to determine the language of the returned discharge data.
return:
type: System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Discharge}
description: A task containing the matching <xref href="adas_core.Domain.Models.MongoModels.Discharge" data-throw-if-not-resolved="false"></xref>, or null if no discharge exists for the given location.
content.vb: Function GetDischargeByPointOfCareIdWithLocale(location As ObjectId, dataLocale As LocaleEnum) As Task(Of Discharge)
overload: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareIdWithLocale*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.SendDischargeBroadcast(adas_core.Domain.Models.MongoModels.Discharge,adas_core.Domain.Enums.OperationType)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.SendDischargeBroadcast(adas_core.Domain.Models.MongoModels.Discharge,adas_core.Domain.Enums.OperationType)
id: SendDischargeBroadcast(adas_core.Domain.Models.MongoModels.Discharge,adas_core.Domain.Enums.OperationType)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: SendDischargeBroadcast(Discharge, OperationType)
nameWithType: IDischargeService.SendDischargeBroadcast(Discharge, OperationType)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.SendDischargeBroadcast(adas_core.Domain.Models.MongoModels.Discharge, adas_core.Domain.Enums.OperationType)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: SendDischargeBroadcast
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 80
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Sends a broadcast notification for the specified discharge based on the given operation type.
example: []
syntax:
content: void SendDischargeBroadcast(Discharge discharge, OperationType operation)
parameters:
- id: discharge
type: adas_core.Domain.Models.MongoModels.Discharge
description: The discharge entity to be included in the broadcast.
- id: operation
type: adas_core.Domain.Enums.OperationType
description: The type of operation (e.g., create, update, delete) that determines the broadcast context.
content.vb: Sub SendDischargeBroadcast(discharge As Discharge, operation As OperationType)
overload: adas_core.Application.Services.Interfaces.IDischargeService.SendDischargeBroadcast*
- uid: adas_core.Application.Services.Interfaces.IDischargeService.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.IDischargeService.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.IDischargeService
langs:
- csharp
- vb
name: UpdatePatientMasterListItemChange(UpdateOptionMasterListDto, IEnumerable<Unit>, string)
nameWithType: IDischargeService.UpdatePatientMasterListItemChange(UpdateOptionMasterListDto, IEnumerable<Unit>, string)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.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/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdatePatientMasterListItemChange
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 87
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Updates a patient master list item change using the provided update options, applying the change across the specified unit list and master list type.
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 options describing the change to apply to the patient master list item.
- id: unitList
type: System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Unit}
description: The collection of units to which the master list item change should be applied.
- id: typeName
type: System.String
description: The name of the master list type that identifies which list the item belongs to.
return:
type: System.Threading.Tasks.Task
content.vb: Function UpdatePatientMasterListItemChange(opt As UpdateOptionMasterListDto, unitList As IEnumerable(Of Unit), typeName As String) As Task
overload: adas_core.Application.Services.Interfaces.IDischargeService.UpdatePatientMasterListItemChange*
nameWithType.vb: IDischargeService.UpdatePatientMasterListItemChange(UpdateOptionMasterListDto, IEnumerable(Of Unit), String)
fullName.vb: adas_core.Application.Services.Interfaces.IDischargeService.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.IDischargeService.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.IDischargeService.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.IDischargeService
langs:
- csharp
- vb
name: DeletePatientMasterListItem(OptionList, IEnumerable<Unit>, string)
nameWithType: IDischargeService.DeletePatientMasterListItem(OptionList, IEnumerable<Unit>, string)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.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/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DeletePatientMasterListItem
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 95
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Deletes the specified patient master list item associated with the given option list and units.
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 containing the patient 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 item to be deleted.
- id: typeName
type: System.String
description: The name of the type used to identify the patient master list item.
return:
type: System.Threading.Tasks.Task
description: A task that represents the asynchronous delete operation.
content.vb: Function DeletePatientMasterListItem(opt As OptionList, unitList As IEnumerable(Of Unit), typeName As String) As Task
overload: adas_core.Application.Services.Interfaces.IDischargeService.DeletePatientMasterListItem*
nameWithType.vb: IDischargeService.DeletePatientMasterListItem(OptionList, IEnumerable(Of Unit), String)
fullName.vb: adas_core.Application.Services.Interfaces.IDischargeService.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)
- uid: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargesByUnitId(MongoDB.Bson.ObjectId)
commentId: M:adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargesByUnitId(MongoDB.Bson.ObjectId)
id: DeleteDischargesByUnitId(MongoDB.Bson.ObjectId)
parent: adas_core.Application.Services.Interfaces.IDischargeService
langs:
- csharp
- vb
name: DeleteDischargesByUnitId(ObjectId)
nameWithType: IDischargeService.DeleteDischargesByUnitId(ObjectId)
fullName: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargesByUnitId(MongoDB.Bson.ObjectId)
type: Method
source:
remote:
path: adas-core.Application/Services/Interfaces/IDischargeService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DeleteDischargesByUnitId
path: ../../adas-core.Application/Services/Interfaces/IDischargeService.cs
startLine: 100
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services.Interfaces
summary: Deletes discharge records associated with the specified unit identifier.
example: []
syntax:
content: Task DeleteDischargesByUnitId(ObjectId unitId)
parameters:
- id: unitId
type: MongoDB.Bson.ObjectId
description: The unique identifier of the unit whose discharge records should be removed.
return:
type: System.Threading.Tasks.Task
content.vb: Function DeleteDischargesByUnitId(unitId As ObjectId) As Task
overload: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargesByUnitId*
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.Discharge
commentId: T:adas_core.Domain.Models.MongoModels.Discharge
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.Discharge.html
name: Discharge
nameWithType: Discharge
fullName: adas_core.Domain.Models.MongoModels.Discharge
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByIdAsync*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByIdAsync
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_GetDischargeByIdAsync_MongoDB_Bson_ObjectId_
name: GetDischargeByIdAsync
nameWithType: IDischargeService.GetDischargeByIdAsync
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByIdAsync
- 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.Discharge}
commentId: T:System.Threading.Tasks.Task{adas_core.Domain.Models.MongoModels.Discharge}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<Discharge>
nameWithType: Task<Discharge>
fullName: System.Threading.Tasks.Task<adas_core.Domain.Models.MongoModels.Discharge>
nameWithType.vb: Task(Of Discharge)
fullName.vb: System.Threading.Tasks.Task(Of adas_core.Domain.Models.MongoModels.Discharge)
name.vb: Task(Of Discharge)
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.Discharge
name: Discharge
- 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.Discharge
name: Discharge
- 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.IDischargeService.CountDischargesByUnitId*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.CountDischargesByUnitId
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_CountDischargesByUnitId_MongoDB_Bson_ObjectId_
name: CountDischargesByUnitId
nameWithType: IDischargeService.CountDischargesByUnitId
fullName: adas_core.Application.Services.Interfaces.IDischargeService.CountDischargesByUnitId
- 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.Application.Services.Interfaces.IDischargeService.DeleteDischargeByIdAsync*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeByIdAsync
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_DeleteDischargeByIdAsync_MongoDB_Bson_ObjectId_
name: DeleteDischargeByIdAsync
nameWithType: IDischargeService.DeleteDischargeByIdAsync
fullName: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeByIdAsync
- 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.IDischargeService.DeleteDischargeAsync*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeAsync
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_DeleteDischargeAsync_adas_core_Domain_Models_MongoModels_Discharge_
name: DeleteDischargeAsync
nameWithType: IDischargeService.DeleteDischargeAsync
fullName: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargeAsync
- uid: adas_core.Application.Services.Interfaces.IDischargeService.UpdateDischargeAsync*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.UpdateDischargeAsync
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_UpdateDischargeAsync_adas_core_Domain_Models_MongoModels_Discharge_
name: UpdateDischargeAsync
nameWithType: IDischargeService.UpdateDischargeAsync
fullName: adas_core.Application.Services.Interfaces.IDischargeService.UpdateDischargeAsync
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargesAsync*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargesAsync
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_GetDischargesAsync
name: GetDischargesAsync
nameWithType: IDischargeService.GetDischargesAsync
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargesAsync
- uid: System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Discharge}}
commentId: T:System.Threading.Tasks.Task{System.Collections.Generic.IEnumerable{adas_core.Domain.Models.MongoModels.Discharge}}
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<Discharge>>
nameWithType: Task<IEnumerable<Discharge>>
fullName: System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<adas_core.Domain.Models.MongoModels.Discharge>>
nameWithType.vb: Task(Of IEnumerable(Of Discharge))
fullName.vb: System.Threading.Tasks.Task(Of System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.MongoModels.Discharge))
name.vb: Task(Of IEnumerable(Of Discharge))
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.Discharge
name: Discharge
- 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.Discharge
name: Discharge
- name: )
- name: )
- uid: adas_core.Application.Services.Interfaces.IDischargeService.InsertDischarge*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.InsertDischarge
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_InsertDischarge_adas_core_Domain_Models_MongoModels_Discharge_
name: InsertDischarge
nameWithType: IDischargeService.InsertDischarge
fullName: adas_core.Application.Services.Interfaces.IDischargeService.InsertDischarge
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByLocation*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByLocation
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_GetDischargeByLocation_adas_core_Domain_Models_PatientLocation_
name: GetDischargeByLocation
nameWithType: IDischargeService.GetDischargeByLocation
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByLocation
- 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: 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.IDischargeService.GetDischargeByPatientId*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPatientId
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_GetDischargeByPatientId_MongoDB_Bson_ObjectId_
name: GetDischargeByPatientId
nameWithType: IDischargeService.GetDischargeByPatientId
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPatientId
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareId*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareId
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_GetDischargeByPointOfCareId_MongoDB_Bson_ObjectId_
name: GetDischargeByPointOfCareId
nameWithType: IDischargeService.GetDischargeByPointOfCareId
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareId
- uid: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareIdWithLocale*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareIdWithLocale
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_GetDischargeByPointOfCareIdWithLocale_MongoDB_Bson_ObjectId_adas_core_Domain_Models_Masters_LocaleEnum_
name: GetDischargeByPointOfCareIdWithLocale
nameWithType: IDischargeService.GetDischargeByPointOfCareIdWithLocale
fullName: adas_core.Application.Services.Interfaces.IDischargeService.GetDischargeByPointOfCareIdWithLocale
- 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.IDischargeService.SendDischargeBroadcast*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.SendDischargeBroadcast
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_SendDischargeBroadcast_adas_core_Domain_Models_MongoModels_Discharge_adas_core_Domain_Enums_OperationType_
name: SendDischargeBroadcast
nameWithType: IDischargeService.SendDischargeBroadcast
fullName: adas_core.Application.Services.Interfaces.IDischargeService.SendDischargeBroadcast
- uid: adas_core.Domain.Enums.OperationType
commentId: T:adas_core.Domain.Enums.OperationType
parent: adas_core.Domain.Enums
href: adas_core.Domain.Enums.OperationType.html
name: OperationType
nameWithType: OperationType
fullName: adas_core.Domain.Enums.OperationType
- uid: adas_core.Domain.Enums
commentId: N:adas_core.Domain.Enums
href: adas_core.html
name: adas_core.Domain.Enums
nameWithType: adas_core.Domain.Enums
fullName: adas_core.Domain.Enums
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Enums
name: Enums
href: adas_core.Domain.Enums.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Enums
name: Enums
href: adas_core.Domain.Enums.html
- uid: adas_core.Application.Services.Interfaces.IDischargeService.UpdatePatientMasterListItemChange*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.UpdatePatientMasterListItemChange
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_UpdatePatientMasterListItemChange_adas_core_Domain_Models_DTO_UpdateOptionMasterListDto_System_Collections_Generic_IEnumerable_adas_core_Domain_Models_MongoModels_Unit__System_String_
name: UpdatePatientMasterListItemChange
nameWithType: IDischargeService.UpdatePatientMasterListItemChange
fullName: adas_core.Application.Services.Interfaces.IDischargeService.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: 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: 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: 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.IDischargeService.DeletePatientMasterListItem*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.DeletePatientMasterListItem
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_DeletePatientMasterListItem_adas_core_Domain_Models_Masters_OptionList_System_Collections_Generic_IEnumerable_adas_core_Domain_Models_MongoModels_Unit__System_String_
name: DeletePatientMasterListItem
nameWithType: IDischargeService.DeletePatientMasterListItem
fullName: adas_core.Application.Services.Interfaces.IDischargeService.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
- uid: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargesByUnitId*
commentId: Overload:adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargesByUnitId
href: adas_core.Application.Services.Interfaces.IDischargeService.html#adas_core_Application_Services_Interfaces_IDischargeService_DeleteDischargesByUnitId_MongoDB_Bson_ObjectId_
name: DeleteDischargesByUnitId
nameWithType: IDischargeService.DeleteDischargesByUnitId
fullName: adas_core.Application.Services.Interfaces.IDischargeService.DeleteDischargesByUnitId