Files
adas-core/Documentation/docs/api/adas_core.Domain.Models.PatientDiagnosis.yml
T
2026-06-26 10:29:23 +02:00

1234 lines
43 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.PatientDiagnosis
commentId: T:adas_core.Domain.Models.PatientDiagnosis
id: PatientDiagnosis
parent: adas_core.Domain.Models
children:
- adas_core.Domain.Models.PatientDiagnosis.Category
- adas_core.Domain.Models.PatientDiagnosis.Code
- adas_core.Domain.Models.PatientDiagnosis.CodingSystem
- adas_core.Domain.Models.PatientDiagnosis.Description
- adas_core.Domain.Models.PatientDiagnosis.DiagnosisCode
- adas_core.Domain.Models.PatientDiagnosis.DiagnosisSystem
- adas_core.Domain.Models.PatientDiagnosis.EndTime
- adas_core.Domain.Models.PatientDiagnosis.Id
- adas_core.Domain.Models.PatientDiagnosis.Label
- adas_core.Domain.Models.PatientDiagnosis.MessageTime
- adas_core.Domain.Models.PatientDiagnosis.PatientId
- adas_core.Domain.Models.PatientDiagnosis.StartTime
- adas_core.Domain.Models.PatientDiagnosis.State
- adas_core.Domain.Models.PatientDiagnosis.Time
- adas_core.Domain.Models.PatientDiagnosis.ToString
- adas_core.Domain.Models.PatientDiagnosis.UpdateDate
langs:
- csharp
- vb
name: PatientDiagnosis
nameWithType: PatientDiagnosis
fullName: adas_core.Domain.Models.PatientDiagnosis
type: Class
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientDiagnosis
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 7
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
summary: Represents a diagnosis associated with a patient, encapsulating the relevant diagnostic information.
example: []
syntax:
content: public class PatientDiagnosis
content.vb: Public Class PatientDiagnosis
inheritance:
- System.Object
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)
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.Domain.Models.PatientDiagnosis.Id
commentId: P:adas_core.Domain.Models.PatientDiagnosis.Id
id: Id
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: Id
nameWithType: PatientDiagnosis.Id
fullName: adas_core.Domain.Models.PatientDiagnosis.Id
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Id
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 9
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public ObjectId Id { get; set; }
parameters: []
return:
type: MongoDB.Bson.ObjectId
content.vb: Public Property Id As ObjectId
overload: adas_core.Domain.Models.PatientDiagnosis.Id*
- uid: adas_core.Domain.Models.PatientDiagnosis.PatientId
commentId: P:adas_core.Domain.Models.PatientDiagnosis.PatientId
id: PatientId
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: PatientId
nameWithType: PatientDiagnosis.PatientId
fullName: adas_core.Domain.Models.PatientDiagnosis.PatientId
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientId
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 11
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public ObjectId PatientId { get; set; }
parameters: []
return:
type: MongoDB.Bson.ObjectId
content.vb: Public Property PatientId As ObjectId
overload: adas_core.Domain.Models.PatientDiagnosis.PatientId*
- uid: adas_core.Domain.Models.PatientDiagnosis.Time
commentId: P:adas_core.Domain.Models.PatientDiagnosis.Time
id: Time
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: Time
nameWithType: PatientDiagnosis.Time
fullName: adas_core.Domain.Models.PatientDiagnosis.Time
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Time
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 13
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public DateTime Time { get; set; }
parameters: []
return:
type: System.DateTime
content.vb: Public Property Time As Date
overload: adas_core.Domain.Models.PatientDiagnosis.Time*
- uid: adas_core.Domain.Models.PatientDiagnosis.UpdateDate
commentId: P:adas_core.Domain.Models.PatientDiagnosis.UpdateDate
id: UpdateDate
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: UpdateDate
nameWithType: PatientDiagnosis.UpdateDate
fullName: adas_core.Domain.Models.PatientDiagnosis.UpdateDate
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdateDate
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 15
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public DateTime? UpdateDate { get; set; }
parameters: []
return:
type: System.Nullable{System.DateTime}
content.vb: Public Property UpdateDate As Date?
overload: adas_core.Domain.Models.PatientDiagnosis.UpdateDate*
- uid: adas_core.Domain.Models.PatientDiagnosis.MessageTime
commentId: P:adas_core.Domain.Models.PatientDiagnosis.MessageTime
id: MessageTime
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: MessageTime
nameWithType: PatientDiagnosis.MessageTime
fullName: adas_core.Domain.Models.PatientDiagnosis.MessageTime
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: MessageTime
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 18
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public DateTime MessageTime { get; set; }
parameters: []
return:
type: System.DateTime
content.vb: Public Property MessageTime As Date
overload: adas_core.Domain.Models.PatientDiagnosis.MessageTime*
- uid: adas_core.Domain.Models.PatientDiagnosis.CodingSystem
commentId: P:adas_core.Domain.Models.PatientDiagnosis.CodingSystem
id: CodingSystem
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: CodingSystem
nameWithType: PatientDiagnosis.CodingSystem
fullName: adas_core.Domain.Models.PatientDiagnosis.CodingSystem
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CodingSystem
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 20
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? CodingSystem { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property CodingSystem As String
overload: adas_core.Domain.Models.PatientDiagnosis.CodingSystem*
- uid: adas_core.Domain.Models.PatientDiagnosis.Description
commentId: P:adas_core.Domain.Models.PatientDiagnosis.Description
id: Description
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: Description
nameWithType: PatientDiagnosis.Description
fullName: adas_core.Domain.Models.PatientDiagnosis.Description
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Description
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 22
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? Description { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Description As String
overload: adas_core.Domain.Models.PatientDiagnosis.Description*
- uid: adas_core.Domain.Models.PatientDiagnosis.Label
commentId: P:adas_core.Domain.Models.PatientDiagnosis.Label
id: Label
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: Label
nameWithType: PatientDiagnosis.Label
fullName: adas_core.Domain.Models.PatientDiagnosis.Label
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Label
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 24
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? Label { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Label As String
overload: adas_core.Domain.Models.PatientDiagnosis.Label*
- uid: adas_core.Domain.Models.PatientDiagnosis.Code
commentId: P:adas_core.Domain.Models.PatientDiagnosis.Code
id: Code
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: Code
nameWithType: PatientDiagnosis.Code
fullName: adas_core.Domain.Models.PatientDiagnosis.Code
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Code
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 26
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? Code { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Code As String
overload: adas_core.Domain.Models.PatientDiagnosis.Code*
- uid: adas_core.Domain.Models.PatientDiagnosis.State
commentId: P:adas_core.Domain.Models.PatientDiagnosis.State
id: State
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: State
nameWithType: PatientDiagnosis.State
fullName: adas_core.Domain.Models.PatientDiagnosis.State
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: State
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 28
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? State { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property State As String
overload: adas_core.Domain.Models.PatientDiagnosis.State*
- uid: adas_core.Domain.Models.PatientDiagnosis.Category
commentId: P:adas_core.Domain.Models.PatientDiagnosis.Category
id: Category
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: Category
nameWithType: PatientDiagnosis.Category
fullName: adas_core.Domain.Models.PatientDiagnosis.Category
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Category
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 30
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? Category { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Category As String
overload: adas_core.Domain.Models.PatientDiagnosis.Category*
- uid: adas_core.Domain.Models.PatientDiagnosis.StartTime
commentId: P:adas_core.Domain.Models.PatientDiagnosis.StartTime
id: StartTime
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: StartTime
nameWithType: PatientDiagnosis.StartTime
fullName: adas_core.Domain.Models.PatientDiagnosis.StartTime
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: StartTime
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 32
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public DateTime? StartTime { get; set; }
parameters: []
return:
type: System.Nullable{System.DateTime}
content.vb: Public Property StartTime As Date?
overload: adas_core.Domain.Models.PatientDiagnosis.StartTime*
- uid: adas_core.Domain.Models.PatientDiagnosis.EndTime
commentId: P:adas_core.Domain.Models.PatientDiagnosis.EndTime
id: EndTime
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: EndTime
nameWithType: PatientDiagnosis.EndTime
fullName: adas_core.Domain.Models.PatientDiagnosis.EndTime
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: EndTime
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 34
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public DateTime? EndTime { get; set; }
parameters: []
return:
type: System.Nullable{System.DateTime}
content.vb: Public Property EndTime As Date?
overload: adas_core.Domain.Models.PatientDiagnosis.EndTime*
- uid: adas_core.Domain.Models.PatientDiagnosis.DiagnosisCode
commentId: P:adas_core.Domain.Models.PatientDiagnosis.DiagnosisCode
id: DiagnosisCode
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: DiagnosisCode
nameWithType: PatientDiagnosis.DiagnosisCode
fullName: adas_core.Domain.Models.PatientDiagnosis.DiagnosisCode
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DiagnosisCode
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 37
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? DiagnosisCode { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property DiagnosisCode As String
overload: adas_core.Domain.Models.PatientDiagnosis.DiagnosisCode*
- uid: adas_core.Domain.Models.PatientDiagnosis.DiagnosisSystem
commentId: P:adas_core.Domain.Models.PatientDiagnosis.DiagnosisSystem
id: DiagnosisSystem
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: DiagnosisSystem
nameWithType: PatientDiagnosis.DiagnosisSystem
fullName: adas_core.Domain.Models.PatientDiagnosis.DiagnosisSystem
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DiagnosisSystem
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 44
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? DiagnosisSystem { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property DiagnosisSystem As String
overload: adas_core.Domain.Models.PatientDiagnosis.DiagnosisSystem*
- uid: adas_core.Domain.Models.PatientDiagnosis.ToString
commentId: M:adas_core.Domain.Models.PatientDiagnosis.ToString
id: ToString
parent: adas_core.Domain.Models.PatientDiagnosis
langs:
- csharp
- vb
name: ToString()
nameWithType: PatientDiagnosis.ToString()
fullName: adas_core.Domain.Models.PatientDiagnosis.ToString()
type: Method
source:
remote:
path: adas-core.Domain/Models/PatientDiagnosis.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ToString
path: ../../adas-core.Domain/Models/PatientDiagnosis.cs
startLine: 57
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
summary: >-
Returns a string representation of the <xref href="adas_core.Domain.Models.PatientDiagnosis" data-throw-if-not-resolved="false"></xref> instance, including its core fields
(id, time, patientId, messageTime, startTime, endTime) and conditionally appending optional properties
(codingSystem, label, code, state, category) only when they have non-empty values.
example: []
syntax:
content: public override string ToString()
return:
type: System.String
description: >-
A formatted string in the form <code>PatientDiagnosis[field1: value1, field2: value2, ...]</code>
containing the diagnosis data; optional fields are omitted when null or empty.
content.vb: Public Overrides Function ToString() As String
overridden: System.Object.ToString
overload: adas_core.Domain.Models.PatientDiagnosis.ToString*
references:
- uid: adas_core.Domain.Models
commentId: N:adas_core.Domain.Models
href: adas_core.html
name: adas_core.Domain.Models
nameWithType: adas_core.Domain.Models
fullName: adas_core.Domain.Models
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Models
name: Models
href: adas_core.Domain.Models.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.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.adas_core.Domain.Utils.NumberUtils.IsNumber
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
name: IsNumber(object)
nameWithType: NumberUtils.IsNumber(object)
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
nameWithType.vb: NumberUtils.IsNumber(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
name.vb: IsNumber(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
name: ToDouble(object)
nameWithType: NumberUtils.ToDouble(object)
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
nameWithType.vb: NumberUtils.ToDouble(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
name.vb: ToDouble(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
parent: adas_core.Domain.Utils.ObjectUtils
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
name: ToStr(object)
nameWithType: ObjectUtils.ToStr(object)
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
nameWithType.vb: ObjectUtils.ToStr(Object)
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
name.vb: ToStr(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: adas_core.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.PatientDiagnosis.Id*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.Id
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_Id
name: Id
nameWithType: PatientDiagnosis.Id
fullName: adas_core.Domain.Models.PatientDiagnosis.Id
- uid: MongoDB.Bson.ObjectId
commentId: T:MongoDB.Bson.ObjectId
parent: MongoDB.Bson
isExternal: true
name: ObjectId
nameWithType: ObjectId
fullName: MongoDB.Bson.ObjectId
- uid: MongoDB.Bson
commentId: N:MongoDB.Bson
isExternal: true
name: MongoDB.Bson
nameWithType: MongoDB.Bson
fullName: MongoDB.Bson
spec.csharp:
- uid: MongoDB
name: MongoDB
isExternal: true
- name: .
- uid: MongoDB.Bson
name: Bson
isExternal: true
spec.vb:
- uid: MongoDB
name: MongoDB
isExternal: true
- name: .
- uid: MongoDB.Bson
name: Bson
isExternal: true
- uid: adas_core.Domain.Models.PatientDiagnosis.PatientId*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.PatientId
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_PatientId
name: PatientId
nameWithType: PatientDiagnosis.PatientId
fullName: adas_core.Domain.Models.PatientDiagnosis.PatientId
- uid: adas_core.Domain.Models.PatientDiagnosis.Time*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.Time
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_Time
name: Time
nameWithType: PatientDiagnosis.Time
fullName: adas_core.Domain.Models.PatientDiagnosis.Time
- uid: System.DateTime
commentId: T:System.DateTime
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
name: DateTime
nameWithType: DateTime
fullName: System.DateTime
nameWithType.vb: Date
fullName.vb: Date
name.vb: Date
- uid: adas_core.Domain.Models.PatientDiagnosis.UpdateDate*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.UpdateDate
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_UpdateDate
name: UpdateDate
nameWithType: PatientDiagnosis.UpdateDate
fullName: adas_core.Domain.Models.PatientDiagnosis.UpdateDate
- uid: System.Nullable{System.DateTime}
commentId: T:System.Nullable{System.DateTime}
parent: System
definition: System.Nullable`1
href: https://learn.microsoft.com/dotnet/api/system.datetime
name: DateTime?
nameWithType: DateTime?
fullName: System.DateTime?
nameWithType.vb: Date?
fullName.vb: Date?
name.vb: Date?
spec.csharp:
- uid: System.DateTime
name: DateTime
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
- name: '?'
spec.vb:
- uid: System.DateTime
name: Date
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
- name: '?'
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: adas_core.Domain.Models.PatientDiagnosis.MessageTime*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.MessageTime
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_MessageTime
name: MessageTime
nameWithType: PatientDiagnosis.MessageTime
fullName: adas_core.Domain.Models.PatientDiagnosis.MessageTime
- uid: adas_core.Domain.Models.PatientDiagnosis.CodingSystem*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.CodingSystem
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_CodingSystem
name: CodingSystem
nameWithType: PatientDiagnosis.CodingSystem
fullName: adas_core.Domain.Models.PatientDiagnosis.CodingSystem
- 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.PatientDiagnosis.Description*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.Description
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_Description
name: Description
nameWithType: PatientDiagnosis.Description
fullName: adas_core.Domain.Models.PatientDiagnosis.Description
- uid: adas_core.Domain.Models.PatientDiagnosis.Label*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.Label
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_Label
name: Label
nameWithType: PatientDiagnosis.Label
fullName: adas_core.Domain.Models.PatientDiagnosis.Label
- uid: adas_core.Domain.Models.PatientDiagnosis.Code*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.Code
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_Code
name: Code
nameWithType: PatientDiagnosis.Code
fullName: adas_core.Domain.Models.PatientDiagnosis.Code
- uid: adas_core.Domain.Models.PatientDiagnosis.State*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.State
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_State
name: State
nameWithType: PatientDiagnosis.State
fullName: adas_core.Domain.Models.PatientDiagnosis.State
- uid: adas_core.Domain.Models.PatientDiagnosis.Category*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.Category
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_Category
name: Category
nameWithType: PatientDiagnosis.Category
fullName: adas_core.Domain.Models.PatientDiagnosis.Category
- uid: adas_core.Domain.Models.PatientDiagnosis.StartTime*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.StartTime
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_StartTime
name: StartTime
nameWithType: PatientDiagnosis.StartTime
fullName: adas_core.Domain.Models.PatientDiagnosis.StartTime
- uid: adas_core.Domain.Models.PatientDiagnosis.EndTime*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.EndTime
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_EndTime
name: EndTime
nameWithType: PatientDiagnosis.EndTime
fullName: adas_core.Domain.Models.PatientDiagnosis.EndTime
- uid: adas_core.Domain.Models.PatientDiagnosis.DiagnosisCode*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.DiagnosisCode
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_DiagnosisCode
name: DiagnosisCode
nameWithType: PatientDiagnosis.DiagnosisCode
fullName: adas_core.Domain.Models.PatientDiagnosis.DiagnosisCode
- uid: adas_core.Domain.Models.PatientDiagnosis.DiagnosisSystem*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.DiagnosisSystem
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_DiagnosisSystem
name: DiagnosisSystem
nameWithType: PatientDiagnosis.DiagnosisSystem
fullName: adas_core.Domain.Models.PatientDiagnosis.DiagnosisSystem
- uid: adas_core.Domain.Models.PatientDiagnosis
commentId: T:adas_core.Domain.Models.PatientDiagnosis
parent: adas_core.Domain.Models
href: adas_core.Domain.Models.PatientDiagnosis.html
name: PatientDiagnosis
nameWithType: PatientDiagnosis
fullName: adas_core.Domain.Models.PatientDiagnosis
- 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: adas_core.Domain.Models.PatientDiagnosis.ToString*
commentId: Overload:adas_core.Domain.Models.PatientDiagnosis.ToString
href: adas_core.Domain.Models.PatientDiagnosis.html#adas_core_Domain_Models_PatientDiagnosis_ToString
name: ToString
nameWithType: PatientDiagnosis.ToString
fullName: adas_core.Domain.Models.PatientDiagnosis.ToString