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

910 lines
33 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Application.Services.CalculateNewsJob
commentId: T:adas_core.Application.Services.CalculateNewsJob
id: CalculateNewsJob
parent: adas_core.Application.Services
children:
- adas_core.Application.Services.CalculateNewsJob.ConfigObservationService
- adas_core.Application.Services.CalculateNewsJob.Execute(Quartz.IJobExecutionContext)
- adas_core.Application.Services.CalculateNewsJob.ExpiresIn
- adas_core.Application.Services.CalculateNewsJob.ObservationService
- adas_core.Application.Services.CalculateNewsJob.PatientService
langs:
- csharp
- vb
name: CalculateNewsJob
nameWithType: CalculateNewsJob
fullName: adas_core.Application.Services.CalculateNewsJob
type: Class
source:
remote:
path: adas-core.Application/Services/SchedulerService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CalculateNewsJob
path: ../../adas-core.Application/Services/SchedulerService.cs
startLine: 707
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: Job for calculate NEWS based on FR, SPo2, Temperature, Tas and FC
example: []
syntax:
content: >-
[DisallowConcurrentExecution]
public class CalculateNewsJob : IJob
content.vb: >-
<DisallowConcurrentExecution>
Public Class CalculateNewsJob Implements IJob
inheritance:
- System.Object
implements:
- Quartz.IJob
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
attributes:
- type: Quartz.DisallowConcurrentExecutionAttribute
ctor: Quartz.DisallowConcurrentExecutionAttribute.#ctor
arguments: []
- uid: adas_core.Application.Services.CalculateNewsJob.ObservationService
commentId: P:adas_core.Application.Services.CalculateNewsJob.ObservationService
id: ObservationService
parent: adas_core.Application.Services.CalculateNewsJob
langs:
- csharp
- vb
name: ObservationService
nameWithType: CalculateNewsJob.ObservationService
fullName: adas_core.Application.Services.CalculateNewsJob.ObservationService
type: Property
source:
remote:
path: adas-core.Application/Services/SchedulerService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ObservationService
path: ../../adas-core.Application/Services/SchedulerService.cs
startLine: 712
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
syntax:
content: public static IObservationService ObservationService { get; set; }
parameters: []
return:
type: adas_core.Application.Services.Interfaces.IObservationService
content.vb: Public Shared Property ObservationService As IObservationService
overload: adas_core.Application.Services.CalculateNewsJob.ObservationService*
- uid: adas_core.Application.Services.CalculateNewsJob.ConfigObservationService
commentId: P:adas_core.Application.Services.CalculateNewsJob.ConfigObservationService
id: ConfigObservationService
parent: adas_core.Application.Services.CalculateNewsJob
langs:
- csharp
- vb
name: ConfigObservationService
nameWithType: CalculateNewsJob.ConfigObservationService
fullName: adas_core.Application.Services.CalculateNewsJob.ConfigObservationService
type: Property
source:
remote:
path: adas-core.Application/Services/SchedulerService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ConfigObservationService
path: ../../adas-core.Application/Services/SchedulerService.cs
startLine: 714
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
syntax:
content: public static IConfigObservationService ConfigObservationService { get; set; }
parameters: []
return:
type: adas_core.Application.Services.Interfaces.IConfigObservationService
content.vb: Public Shared Property ConfigObservationService As IConfigObservationService
overload: adas_core.Application.Services.CalculateNewsJob.ConfigObservationService*
- uid: adas_core.Application.Services.CalculateNewsJob.PatientService
commentId: P:adas_core.Application.Services.CalculateNewsJob.PatientService
id: PatientService
parent: adas_core.Application.Services.CalculateNewsJob
langs:
- csharp
- vb
name: PatientService
nameWithType: CalculateNewsJob.PatientService
fullName: adas_core.Application.Services.CalculateNewsJob.PatientService
type: Property
source:
remote:
path: adas-core.Application/Services/SchedulerService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientService
path: ../../adas-core.Application/Services/SchedulerService.cs
startLine: 716
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
syntax:
content: public static IPatientService PatientService { get; set; }
parameters: []
return:
type: adas_core.Application.Services.Interfaces.IPatientService
content.vb: Public Shared Property PatientService As IPatientService
overload: adas_core.Application.Services.CalculateNewsJob.PatientService*
- uid: adas_core.Application.Services.CalculateNewsJob.ExpiresIn
commentId: P:adas_core.Application.Services.CalculateNewsJob.ExpiresIn
id: ExpiresIn
parent: adas_core.Application.Services.CalculateNewsJob
langs:
- csharp
- vb
name: ExpiresIn
nameWithType: CalculateNewsJob.ExpiresIn
fullName: adas_core.Application.Services.CalculateNewsJob.ExpiresIn
type: Property
source:
remote:
path: adas-core.Application/Services/SchedulerService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ExpiresIn
path: ../../adas-core.Application/Services/SchedulerService.cs
startLine: 718
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
syntax:
content: public static int ExpiresIn { get; set; }
parameters: []
return:
type: System.Int32
content.vb: Public Shared Property ExpiresIn As Integer
overload: adas_core.Application.Services.CalculateNewsJob.ExpiresIn*
- uid: adas_core.Application.Services.CalculateNewsJob.Execute(Quartz.IJobExecutionContext)
commentId: M:adas_core.Application.Services.CalculateNewsJob.Execute(Quartz.IJobExecutionContext)
id: Execute(Quartz.IJobExecutionContext)
parent: adas_core.Application.Services.CalculateNewsJob
langs:
- csharp
- vb
name: Execute(IJobExecutionContext)
nameWithType: CalculateNewsJob.Execute(IJobExecutionContext)
fullName: adas_core.Application.Services.CalculateNewsJob.Execute(Quartz.IJobExecutionContext)
type: Method
source:
remote:
path: adas-core.Application/Services/SchedulerService.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Execute
path: ../../adas-core.Application/Services/SchedulerService.cs
startLine: 730
assemblies:
- adas-core.Application
namespace: adas_core.Application.Services
summary: >-
Executes the scheduled job that calculates the National Early Warning Score (NEWS) for each patient
located in an active Point of Care, based on the most recent vital sign observations
(respiratory rate, SpO2, temperature, systolic blood pressure, and heart rate).
Observations flagged as expired or whose configured expiration time has elapsed are skipped,
and the resulting aggregate score is stored as a new NEWS observation for the patient when
the latest underlying observation is not expired.
example: []
syntax:
content: public Task Execute(IJobExecutionContext context)
parameters:
- id: context
type: Quartz.IJobExecutionContext
description: The Quartz job execution context provided by the scheduler.
return:
type: System.Threading.Tasks.Task
content.vb: Public Function Execute(context As IJobExecutionContext) As Task
overload: adas_core.Application.Services.CalculateNewsJob.Execute*
implements:
- Quartz.IJob.Execute(Quartz.IJobExecutionContext)
references:
- uid: adas_core.Application.Services
commentId: N:adas_core.Application.Services
href: adas_core.html
name: adas_core.Application.Services
nameWithType: adas_core.Application.Services
fullName: adas_core.Application.Services
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Application
name: Application
href: adas_core.Application.html
- name: .
- uid: adas_core.Application.Services
name: Services
href: adas_core.Application.Services.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Application
name: Application
href: adas_core.Application.html
- name: .
- uid: adas_core.Application.Services
name: Services
href: adas_core.Application.Services.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: Quartz.IJob
commentId: T:Quartz.IJob
parent: Quartz
isExternal: true
name: IJob
nameWithType: IJob
fullName: Quartz.IJob
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
name: IsNumber(object)
nameWithType: NumberUtils.IsNumber(object)
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
nameWithType.vb: NumberUtils.IsNumber(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
name.vb: IsNumber(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
name: ToDouble(object)
nameWithType: NumberUtils.ToDouble(object)
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
nameWithType.vb: NumberUtils.ToDouble(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
name.vb: ToDouble(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
parent: adas_core.Domain.Utils.ObjectUtils
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
name: ToStr(object)
nameWithType: ObjectUtils.ToStr(object)
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
nameWithType.vb: ObjectUtils.ToStr(Object)
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
name.vb: ToStr(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: Quartz
commentId: N:Quartz
isExternal: true
name: Quartz
nameWithType: Quartz
fullName: Quartz
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
isExternal: true
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
name: IsNumber(object)
nameWithType: NumberUtils.IsNumber(object)
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
nameWithType.vb: NumberUtils.IsNumber(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
name.vb: IsNumber(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: adas_core.Domain.Utils.NumberUtils
commentId: T:adas_core.Domain.Utils.NumberUtils
parent: adas_core.Domain.Utils
href: adas_core.Domain.Utils.NumberUtils.html
name: NumberUtils
nameWithType: NumberUtils
fullName: adas_core.Domain.Utils.NumberUtils
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
isExternal: true
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
name: ToDouble(object)
nameWithType: NumberUtils.ToDouble(object)
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
nameWithType.vb: NumberUtils.ToDouble(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
name.vb: ToDouble(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
isExternal: true
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
name: ToStr(object)
nameWithType: ObjectUtils.ToStr(object)
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
nameWithType.vb: ObjectUtils.ToStr(Object)
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
name.vb: ToStr(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: adas_core.Domain.Utils.ObjectUtils
commentId: T:adas_core.Domain.Utils.ObjectUtils
parent: adas_core.Domain.Utils
href: adas_core.Domain.Utils.ObjectUtils.html
name: ObjectUtils
nameWithType: ObjectUtils
fullName: adas_core.Domain.Utils.ObjectUtils
- uid: adas_core.Domain.Utils
commentId: N:adas_core.Domain.Utils
href: adas_core.html
name: adas_core.Domain.Utils
nameWithType: adas_core.Domain.Utils
fullName: adas_core.Domain.Utils
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Utils
name: Utils
href: adas_core.Domain.Utils.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Utils
name: Utils
href: adas_core.Domain.Utils.html
- uid: adas_core.Application.Services.CalculateNewsJob.ObservationService*
commentId: Overload:adas_core.Application.Services.CalculateNewsJob.ObservationService
href: adas_core.Application.Services.CalculateNewsJob.html#adas_core_Application_Services_CalculateNewsJob_ObservationService
name: ObservationService
nameWithType: CalculateNewsJob.ObservationService
fullName: adas_core.Application.Services.CalculateNewsJob.ObservationService
- uid: adas_core.Application.Services.Interfaces.IObservationService
commentId: T:adas_core.Application.Services.Interfaces.IObservationService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.IObservationService.html
name: IObservationService
nameWithType: IObservationService
fullName: adas_core.Application.Services.Interfaces.IObservationService
- 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.CalculateNewsJob.ConfigObservationService*
commentId: Overload:adas_core.Application.Services.CalculateNewsJob.ConfigObservationService
href: adas_core.Application.Services.CalculateNewsJob.html#adas_core_Application_Services_CalculateNewsJob_ConfigObservationService
name: ConfigObservationService
nameWithType: CalculateNewsJob.ConfigObservationService
fullName: adas_core.Application.Services.CalculateNewsJob.ConfigObservationService
- uid: adas_core.Application.Services.Interfaces.IConfigObservationService
commentId: T:adas_core.Application.Services.Interfaces.IConfigObservationService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.IConfigObservationService.html
name: IConfigObservationService
nameWithType: IConfigObservationService
fullName: adas_core.Application.Services.Interfaces.IConfigObservationService
- uid: adas_core.Application.Services.CalculateNewsJob.PatientService*
commentId: Overload:adas_core.Application.Services.CalculateNewsJob.PatientService
href: adas_core.Application.Services.CalculateNewsJob.html#adas_core_Application_Services_CalculateNewsJob_PatientService
name: PatientService
nameWithType: CalculateNewsJob.PatientService
fullName: adas_core.Application.Services.CalculateNewsJob.PatientService
- uid: adas_core.Application.Services.Interfaces.IPatientService
commentId: T:adas_core.Application.Services.Interfaces.IPatientService
parent: adas_core.Application.Services.Interfaces
href: adas_core.Application.Services.Interfaces.IPatientService.html
name: IPatientService
nameWithType: IPatientService
fullName: adas_core.Application.Services.Interfaces.IPatientService
- uid: adas_core.Application.Services.CalculateNewsJob.ExpiresIn*
commentId: Overload:adas_core.Application.Services.CalculateNewsJob.ExpiresIn
href: adas_core.Application.Services.CalculateNewsJob.html#adas_core_Application_Services_CalculateNewsJob_ExpiresIn
name: ExpiresIn
nameWithType: CalculateNewsJob.ExpiresIn
fullName: adas_core.Application.Services.CalculateNewsJob.ExpiresIn
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: adas_core.Application.Services.CalculateNewsJob.Execute*
commentId: Overload:adas_core.Application.Services.CalculateNewsJob.Execute
href: adas_core.Application.Services.CalculateNewsJob.html#adas_core_Application_Services_CalculateNewsJob_Execute_Quartz_IJobExecutionContext_
name: Execute
nameWithType: CalculateNewsJob.Execute
fullName: adas_core.Application.Services.CalculateNewsJob.Execute
- uid: Quartz.IJob.Execute(Quartz.IJobExecutionContext)
commentId: M:Quartz.IJob.Execute(Quartz.IJobExecutionContext)
parent: Quartz.IJob
isExternal: true
name: Execute(IJobExecutionContext)
nameWithType: IJob.Execute(IJobExecutionContext)
fullName: Quartz.IJob.Execute(Quartz.IJobExecutionContext)
spec.csharp:
- uid: Quartz.IJob.Execute(Quartz.IJobExecutionContext)
name: Execute
isExternal: true
- name: (
- uid: Quartz.IJobExecutionContext
name: IJobExecutionContext
isExternal: true
- name: )
spec.vb:
- uid: Quartz.IJob.Execute(Quartz.IJobExecutionContext)
name: Execute
isExternal: true
- name: (
- uid: Quartz.IJobExecutionContext
name: IJobExecutionContext
isExternal: true
- name: )
- uid: Quartz.IJobExecutionContext
commentId: T:Quartz.IJobExecutionContext
parent: Quartz
isExternal: true
name: IJobExecutionContext
nameWithType: IJobExecutionContext
fullName: Quartz.IJobExecutionContext
- 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: 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