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

2055 lines
78 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.PatientAppointment
commentId: T:adas_core.Domain.Models.PatientAppointment
id: PatientAppointment
parent: adas_core.Domain.Models
children:
- adas_core.Domain.Models.PatientAppointment.Allergies
- adas_core.Domain.Models.PatientAppointment.ApplyResourceGroups(adas_core.Domain.Models.PatientAppointment)
- adas_core.Domain.Models.PatientAppointment.AppointmentOperationType
- adas_core.Domain.Models.PatientAppointment.AppointmentReason
- adas_core.Domain.Models.PatientAppointment.AppointmentStatus
- adas_core.Domain.Models.PatientAppointment.AppointmentType
- adas_core.Domain.Models.PatientAppointment.CanConvert(System.Type)
- adas_core.Domain.Models.PatientAppointment.CreateTime
- adas_core.Domain.Models.PatientAppointment.Duration
- adas_core.Domain.Models.PatientAppointment.EpisodeActivation
- adas_core.Domain.Models.PatientAppointment.EventReason
- adas_core.Domain.Models.PatientAppointment.FillerContact
- adas_core.Domain.Models.PatientAppointment.FillerOrder
- adas_core.Domain.Models.PatientAppointment.Id
- adas_core.Domain.Models.PatientAppointment.Patient
- adas_core.Domain.Models.PatientAppointment.PatientClass
- adas_core.Domain.Models.PatientAppointment.PatientId
- adas_core.Domain.Models.PatientAppointment.PlacerContact
- adas_core.Domain.Models.PatientAppointment.PlacerOrder
- adas_core.Domain.Models.PatientAppointment.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
- adas_core.Domain.Models.PatientAppointment.ResourceGroups
- adas_core.Domain.Models.PatientAppointment.Timings
- adas_core.Domain.Models.PatientAppointment.UpdateTime
- adas_core.Domain.Models.PatientAppointment.VisitNumber
- adas_core.Domain.Models.PatientAppointment.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
langs:
- csharp
- vb
name: PatientAppointment
nameWithType: PatientAppointment
fullName: adas_core.Domain.Models.PatientAppointment
type: Class
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientAppointment
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 10
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
summary: A JSON converter that handles the serialization and deserialization of <xref href="adas_core.Domain.Models.PatientAppointment" data-throw-if-not-resolved="false"></xref> objects to and from JSON format.
example: []
syntax:
content: 'public class PatientAppointment : JsonConverter'
content.vb: Public Class PatientAppointment Inherits JsonConverter
inheritance:
- System.Object
- Newtonsoft.Json.JsonConverter
inheritedMembers:
- Newtonsoft.Json.JsonConverter.CanRead
- Newtonsoft.Json.JsonConverter.CanWrite
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
- uid: adas_core.Domain.Models.PatientAppointment.Id
commentId: P:adas_core.Domain.Models.PatientAppointment.Id
id: Id
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: Id
nameWithType: PatientAppointment.Id
fullName: adas_core.Domain.Models.PatientAppointment.Id
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Id
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 12
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.PatientAppointment.Id*
- uid: adas_core.Domain.Models.PatientAppointment.PatientId
commentId: P:adas_core.Domain.Models.PatientAppointment.PatientId
id: PatientId
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: PatientId
nameWithType: PatientAppointment.PatientId
fullName: adas_core.Domain.Models.PatientAppointment.PatientId
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientId
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 14
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.PatientAppointment.PatientId*
- uid: adas_core.Domain.Models.PatientAppointment.Patient
commentId: P:adas_core.Domain.Models.PatientAppointment.Patient
id: Patient
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: Patient
nameWithType: PatientAppointment.Patient
fullName: adas_core.Domain.Models.PatientAppointment.Patient
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Patient
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 16
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public Person? Patient { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Person
content.vb: Public Property Patient As Person
overload: adas_core.Domain.Models.PatientAppointment.Patient*
- uid: adas_core.Domain.Models.PatientAppointment.Timings
commentId: P:adas_core.Domain.Models.PatientAppointment.Timings
id: Timings
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: Timings
nameWithType: PatientAppointment.Timings
fullName: adas_core.Domain.Models.PatientAppointment.Timings
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Timings
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 18
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public List<Timing> Timings { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.Timing}
content.vb: Public Property Timings As List(Of Timing)
overload: adas_core.Domain.Models.PatientAppointment.Timings*
- uid: adas_core.Domain.Models.PatientAppointment.CreateTime
commentId: P:adas_core.Domain.Models.PatientAppointment.CreateTime
id: CreateTime
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: CreateTime
nameWithType: PatientAppointment.CreateTime
fullName: adas_core.Domain.Models.PatientAppointment.CreateTime
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CreateTime
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 20
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public DateTime? CreateTime { get; set; }
parameters: []
return:
type: System.Nullable{System.DateTime}
content.vb: Public Property CreateTime As Date?
overload: adas_core.Domain.Models.PatientAppointment.CreateTime*
- uid: adas_core.Domain.Models.PatientAppointment.UpdateTime
commentId: P:adas_core.Domain.Models.PatientAppointment.UpdateTime
id: UpdateTime
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: UpdateTime
nameWithType: PatientAppointment.UpdateTime
fullName: adas_core.Domain.Models.PatientAppointment.UpdateTime
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UpdateTime
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 22
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public DateTime UpdateTime { get; set; }
parameters: []
return:
type: System.DateTime
content.vb: Public Property UpdateTime As Date
overload: adas_core.Domain.Models.PatientAppointment.UpdateTime*
- uid: adas_core.Domain.Models.PatientAppointment.PlacerOrder
commentId: P:adas_core.Domain.Models.PatientAppointment.PlacerOrder
id: PlacerOrder
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: PlacerOrder
nameWithType: PatientAppointment.PlacerOrder
fullName: adas_core.Domain.Models.PatientAppointment.PlacerOrder
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PlacerOrder
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 24
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public Entity? PlacerOrder { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Entity
content.vb: Public Property PlacerOrder As Entity
overload: adas_core.Domain.Models.PatientAppointment.PlacerOrder*
- uid: adas_core.Domain.Models.PatientAppointment.FillerOrder
commentId: P:adas_core.Domain.Models.PatientAppointment.FillerOrder
id: FillerOrder
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: FillerOrder
nameWithType: PatientAppointment.FillerOrder
fullName: adas_core.Domain.Models.PatientAppointment.FillerOrder
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FillerOrder
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 26
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public Entity? FillerOrder { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Entity
content.vb: Public Property FillerOrder As Entity
overload: adas_core.Domain.Models.PatientAppointment.FillerOrder*
- uid: adas_core.Domain.Models.PatientAppointment.EventReason
commentId: P:adas_core.Domain.Models.PatientAppointment.EventReason
id: EventReason
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: EventReason
nameWithType: PatientAppointment.EventReason
fullName: adas_core.Domain.Models.PatientAppointment.EventReason
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: EventReason
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 28
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? EventReason { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property EventReason As String
overload: adas_core.Domain.Models.PatientAppointment.EventReason*
- uid: adas_core.Domain.Models.PatientAppointment.AppointmentReason
commentId: P:adas_core.Domain.Models.PatientAppointment.AppointmentReason
id: AppointmentReason
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: AppointmentReason
nameWithType: PatientAppointment.AppointmentReason
fullName: adas_core.Domain.Models.PatientAppointment.AppointmentReason
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AppointmentReason
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 30
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? AppointmentReason { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property AppointmentReason As String
overload: adas_core.Domain.Models.PatientAppointment.AppointmentReason*
- uid: adas_core.Domain.Models.PatientAppointment.AppointmentType
commentId: P:adas_core.Domain.Models.PatientAppointment.AppointmentType
id: AppointmentType
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: AppointmentType
nameWithType: PatientAppointment.AppointmentType
fullName: adas_core.Domain.Models.PatientAppointment.AppointmentType
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AppointmentType
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 32
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? AppointmentType { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property AppointmentType As String
overload: adas_core.Domain.Models.PatientAppointment.AppointmentType*
- uid: adas_core.Domain.Models.PatientAppointment.AppointmentOperationType
commentId: P:adas_core.Domain.Models.PatientAppointment.AppointmentOperationType
id: AppointmentOperationType
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: AppointmentOperationType
nameWithType: PatientAppointment.AppointmentOperationType
fullName: adas_core.Domain.Models.PatientAppointment.AppointmentOperationType
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AppointmentOperationType
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 34
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public OperationType? AppointmentOperationType { get; set; }
parameters: []
return:
type: System.Nullable{adas_core.Domain.Enums.OperationType}
content.vb: Public Property AppointmentOperationType As OperationType?
overload: adas_core.Domain.Models.PatientAppointment.AppointmentOperationType*
- uid: adas_core.Domain.Models.PatientAppointment.AppointmentStatus
commentId: P:adas_core.Domain.Models.PatientAppointment.AppointmentStatus
id: AppointmentStatus
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: AppointmentStatus
nameWithType: PatientAppointment.AppointmentStatus
fullName: adas_core.Domain.Models.PatientAppointment.AppointmentStatus
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: AppointmentStatus
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 36
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public OperationType? AppointmentStatus { get; set; }
parameters: []
return:
type: System.Nullable{adas_core.Domain.Enums.OperationType}
content.vb: Public Property AppointmentStatus As OperationType?
overload: adas_core.Domain.Models.PatientAppointment.AppointmentStatus*
- uid: adas_core.Domain.Models.PatientAppointment.Duration
commentId: P:adas_core.Domain.Models.PatientAppointment.Duration
id: Duration
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: Duration
nameWithType: PatientAppointment.Duration
fullName: adas_core.Domain.Models.PatientAppointment.Duration
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Duration
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 38
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public double Duration { get; set; }
parameters: []
return:
type: System.Double
content.vb: Public Property Duration As Double
overload: adas_core.Domain.Models.PatientAppointment.Duration*
- uid: adas_core.Domain.Models.PatientAppointment.VisitNumber
commentId: P:adas_core.Domain.Models.PatientAppointment.VisitNumber
id: VisitNumber
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: VisitNumber
nameWithType: PatientAppointment.VisitNumber
fullName: adas_core.Domain.Models.PatientAppointment.VisitNumber
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: VisitNumber
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 40
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? VisitNumber { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property VisitNumber As String
overload: adas_core.Domain.Models.PatientAppointment.VisitNumber*
- uid: adas_core.Domain.Models.PatientAppointment.PatientClass
commentId: P:adas_core.Domain.Models.PatientAppointment.PatientClass
id: PatientClass
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: PatientClass
nameWithType: PatientAppointment.PatientClass
fullName: adas_core.Domain.Models.PatientAppointment.PatientClass
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientClass
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 42
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public string? PatientClass { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property PatientClass As String
overload: adas_core.Domain.Models.PatientAppointment.PatientClass*
- uid: adas_core.Domain.Models.PatientAppointment.EpisodeActivation
commentId: P:adas_core.Domain.Models.PatientAppointment.EpisodeActivation
id: EpisodeActivation
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: EpisodeActivation
nameWithType: PatientAppointment.EpisodeActivation
fullName: adas_core.Domain.Models.PatientAppointment.EpisodeActivation
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: EpisodeActivation
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 44
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public bool EpisodeActivation { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property EpisodeActivation As Boolean
overload: adas_core.Domain.Models.PatientAppointment.EpisodeActivation*
- uid: adas_core.Domain.Models.PatientAppointment.PlacerContact
commentId: P:adas_core.Domain.Models.PatientAppointment.PlacerContact
id: PlacerContact
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: PlacerContact
nameWithType: PatientAppointment.PlacerContact
fullName: adas_core.Domain.Models.PatientAppointment.PlacerContact
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PlacerContact
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 46
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public Person? PlacerContact { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Person
content.vb: Public Property PlacerContact As Person
overload: adas_core.Domain.Models.PatientAppointment.PlacerContact*
- uid: adas_core.Domain.Models.PatientAppointment.FillerContact
commentId: P:adas_core.Domain.Models.PatientAppointment.FillerContact
id: FillerContact
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: FillerContact
nameWithType: PatientAppointment.FillerContact
fullName: adas_core.Domain.Models.PatientAppointment.FillerContact
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: FillerContact
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 48
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public Person? FillerContact { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Person
content.vb: Public Property FillerContact As Person
overload: adas_core.Domain.Models.PatientAppointment.FillerContact*
- uid: adas_core.Domain.Models.PatientAppointment.ResourceGroups
commentId: P:adas_core.Domain.Models.PatientAppointment.ResourceGroups
id: ResourceGroups
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: ResourceGroups
nameWithType: PatientAppointment.ResourceGroups
fullName: adas_core.Domain.Models.PatientAppointment.ResourceGroups
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ResourceGroups
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 50
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public List<PatientAppointmentResourceGroup> ResourceGroups { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.PatientAppointmentResourceGroup}
content.vb: Public Property ResourceGroups As List(Of PatientAppointmentResourceGroup)
overload: adas_core.Domain.Models.PatientAppointment.ResourceGroups*
- uid: adas_core.Domain.Models.PatientAppointment.Allergies
commentId: P:adas_core.Domain.Models.PatientAppointment.Allergies
id: Allergies
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: Allergies
nameWithType: PatientAppointment.Allergies
fullName: adas_core.Domain.Models.PatientAppointment.Allergies
type: Property
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Allergies
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 52
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
syntax:
content: public List<Allergies> Allergies { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.Allergies}
content.vb: Public Property Allergies As List(Of Allergies)
overload: adas_core.Domain.Models.PatientAppointment.Allergies*
- uid: adas_core.Domain.Models.PatientAppointment.ApplyResourceGroups(adas_core.Domain.Models.PatientAppointment)
commentId: M:adas_core.Domain.Models.PatientAppointment.ApplyResourceGroups(adas_core.Domain.Models.PatientAppointment)
id: ApplyResourceGroups(adas_core.Domain.Models.PatientAppointment)
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: ApplyResourceGroups(PatientAppointment?)
nameWithType: PatientAppointment.ApplyResourceGroups(PatientAppointment?)
fullName: adas_core.Domain.Models.PatientAppointment.ApplyResourceGroups(adas_core.Domain.Models.PatientAppointment?)
type: Method
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ApplyResourceGroups
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 61
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
summary: >-
Applies the configured actions to each resource group, optionally pulling existing data from the provided database appointment.
When <code class="paramref">apdb</code> is supplied and has a matching resource group, the actions are applied against the persisted data; otherwise the group is processed with a null source.
example: []
syntax:
content: public List<PatientAppointmentResourceGroup> ApplyResourceGroups(PatientAppointment? apdb = null)
parameters:
- id: apdb
type: adas_core.Domain.Models.PatientAppointment
description: The optional persisted <xref href="adas_core.Domain.Models.PatientAppointment" data-throw-if-not-resolved="false"></xref> whose resource groups provide the source data for the actions. May be null or have fewer resource groups than the current list.
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.PatientAppointmentResourceGroup}
description: The list of <xref href="adas_core.Domain.Models.PatientAppointmentResourceGroup" data-throw-if-not-resolved="false"></xref> instances with services, resources, locations, and personnel populated after applying the configured actions.
content.vb: Public Function ApplyResourceGroups(apdb As PatientAppointment = Nothing) As List(Of PatientAppointmentResourceGroup)
overload: adas_core.Domain.Models.PatientAppointment.ApplyResourceGroups*
nameWithType.vb: PatientAppointment.ApplyResourceGroups(PatientAppointment)
fullName.vb: adas_core.Domain.Models.PatientAppointment.ApplyResourceGroups(adas_core.Domain.Models.PatientAppointment)
name.vb: ApplyResourceGroups(PatientAppointment)
- uid: adas_core.Domain.Models.PatientAppointment.CanConvert(System.Type)
commentId: M:adas_core.Domain.Models.PatientAppointment.CanConvert(System.Type)
id: CanConvert(System.Type)
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: CanConvert(Type)
nameWithType: PatientAppointment.CanConvert(Type)
fullName: adas_core.Domain.Models.PatientAppointment.CanConvert(System.Type)
type: Method
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CanConvert
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 82
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
summary: Determines whether the converter can convert the specified type, supporting only the <xref href="adas_core.Domain.Models.PatientAppointment" data-throw-if-not-resolved="false"></xref> type.
example: []
syntax:
content: public override bool CanConvert(Type objectType)
parameters:
- id: objectType
type: System.Type
description: The type to check for converter support.
return:
type: System.Boolean
description: <code>true</code> if <code class="paramref">objectType</code> is <xref href="adas_core.Domain.Models.PatientAppointment" data-throw-if-not-resolved="false"></xref>; otherwise, <code>false</code>.
content.vb: Public Overrides Function CanConvert(objectType As Type) As Boolean
overridden: Newtonsoft.Json.JsonConverter.CanConvert(System.Type)
overload: adas_core.Domain.Models.PatientAppointment.CanConvert*
- uid: adas_core.Domain.Models.PatientAppointment.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
commentId: M:adas_core.Domain.Models.PatientAppointment.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
id: WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: WriteJson(JsonWriter, object?, JsonSerializer)
nameWithType: PatientAppointment.WriteJson(JsonWriter, object?, JsonSerializer)
fullName: adas_core.Domain.Models.PatientAppointment.WriteJson(Newtonsoft.Json.JsonWriter, object?, Newtonsoft.Json.JsonSerializer)
type: Method
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: WriteJson
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 93
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
summary: Serializes the given value to JSON while excluding the "Id" property from the output. If the value is null, nothing is written to the writer.
example: []
syntax:
content: public override void WriteJson(JsonWriter writer, object? value, JsonSerializer serializer)
parameters:
- id: writer
type: Newtonsoft.Json.JsonWriter
description: The JSON writer to which the serialized output is written.
- id: value
type: System.Object
description: The object to serialize. A null value results in no output being written.
- id: serializer
type: Newtonsoft.Json.JsonSerializer
description: The JSON serializer used to perform the conversion.
content.vb: Public Overrides Sub WriteJson(writer As JsonWriter, value As Object, serializer As JsonSerializer)
overridden: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
overload: adas_core.Domain.Models.PatientAppointment.WriteJson*
nameWithType.vb: PatientAppointment.WriteJson(JsonWriter, Object, JsonSerializer)
fullName.vb: adas_core.Domain.Models.PatientAppointment.WriteJson(Newtonsoft.Json.JsonWriter, Object, Newtonsoft.Json.JsonSerializer)
name.vb: WriteJson(JsonWriter, Object, JsonSerializer)
- uid: adas_core.Domain.Models.PatientAppointment.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
commentId: M:adas_core.Domain.Models.PatientAppointment.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
id: ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
parent: adas_core.Domain.Models.PatientAppointment
langs:
- csharp
- vb
name: ReadJson(JsonReader, Type, object?, JsonSerializer)
nameWithType: PatientAppointment.ReadJson(JsonReader, Type, object?, JsonSerializer)
fullName: adas_core.Domain.Models.PatientAppointment.ReadJson(Newtonsoft.Json.JsonReader, System.Type, object?, Newtonsoft.Json.JsonSerializer)
type: Method
source:
remote:
path: adas-core.Domain/Models/PatientAppointment.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ReadJson
path: ../../adas-core.Domain/Models/PatientAppointment.cs
startLine: 113
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models
summary: >-
Reads the JSON representation of an object using the specified reader and serializer.
This override is not yet implemented and currently throws a <xref href="System.NotImplementedException" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public override object ReadJson(JsonReader reader, Type objectType, object? existingValue, JsonSerializer serializer)
parameters:
- id: reader
type: Newtonsoft.Json.JsonReader
description: The <xref href="Newtonsoft.Json.JsonReader" data-throw-if-not-resolved="false"></xref> used to read the JSON content.
- id: objectType
type: System.Type
description: The type of the object being deserialized.
- id: existingValue
type: System.Object
description: The existing value of the object being read, or <code>null</code> if no value exists.
- id: serializer
type: Newtonsoft.Json.JsonSerializer
description: The <xref href="Newtonsoft.Json.JsonSerializer" data-throw-if-not-resolved="false"></xref> invoking the converter.
return:
type: System.Object
description: An object representing the deserialized value.
content.vb: Public Overrides Function ReadJson(reader As JsonReader, objectType As Type, existingValue As Object, serializer As JsonSerializer) As Object
overridden: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
overload: adas_core.Domain.Models.PatientAppointment.ReadJson*
exceptions:
- type: System.NotImplementedException
commentId: T:System.NotImplementedException
description: Always thrown, as the method has not been implemented.
nameWithType.vb: PatientAppointment.ReadJson(JsonReader, Type, Object, JsonSerializer)
fullName.vb: adas_core.Domain.Models.PatientAppointment.ReadJson(Newtonsoft.Json.JsonReader, System.Type, Object, Newtonsoft.Json.JsonSerializer)
name.vb: ReadJson(JsonReader, Type, Object, JsonSerializer)
references:
- uid: adas_core.Domain.Models.PatientAppointment
commentId: T:adas_core.Domain.Models.PatientAppointment
parent: adas_core.Domain.Models
href: adas_core.Domain.Models.PatientAppointment.html
name: PatientAppointment
nameWithType: PatientAppointment
fullName: adas_core.Domain.Models.PatientAppointment
- 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: Newtonsoft.Json.JsonConverter
commentId: T:Newtonsoft.Json.JsonConverter
parent: Newtonsoft.Json
isExternal: true
name: JsonConverter
nameWithType: JsonConverter
fullName: Newtonsoft.Json.JsonConverter
- uid: Newtonsoft.Json.JsonConverter.CanRead
commentId: P:Newtonsoft.Json.JsonConverter.CanRead
parent: Newtonsoft.Json.JsonConverter
isExternal: true
name: CanRead
nameWithType: JsonConverter.CanRead
fullName: Newtonsoft.Json.JsonConverter.CanRead
- uid: Newtonsoft.Json.JsonConverter.CanWrite
commentId: P:Newtonsoft.Json.JsonConverter.CanWrite
parent: Newtonsoft.Json.JsonConverter
isExternal: true
name: CanWrite
nameWithType: JsonConverter.CanWrite
fullName: Newtonsoft.Json.JsonConverter.CanWrite
- 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: Newtonsoft.Json
commentId: N:Newtonsoft.Json
isExternal: true
name: Newtonsoft.Json
nameWithType: Newtonsoft.Json
fullName: Newtonsoft.Json
spec.csharp:
- uid: Newtonsoft
name: Newtonsoft
isExternal: true
- name: .
- uid: Newtonsoft.Json
name: Json
isExternal: true
spec.vb:
- uid: Newtonsoft
name: Newtonsoft
isExternal: true
- name: .
- uid: Newtonsoft.Json
name: Json
isExternal: true
- 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.PatientAppointment.Id*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.Id
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_Id
name: Id
nameWithType: PatientAppointment.Id
fullName: adas_core.Domain.Models.PatientAppointment.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.PatientAppointment.PatientId*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.PatientId
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_PatientId
name: PatientId
nameWithType: PatientAppointment.PatientId
fullName: adas_core.Domain.Models.PatientAppointment.PatientId
- uid: adas_core.Domain.Models.PatientAppointment.Patient*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.Patient
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_Patient
name: Patient
nameWithType: PatientAppointment.Patient
fullName: adas_core.Domain.Models.PatientAppointment.Patient
- uid: adas_core.Domain.Models.Person
commentId: T:adas_core.Domain.Models.Person
parent: adas_core.Domain.Models
href: adas_core.Domain.Models.Person.html
name: Person
nameWithType: Person
fullName: adas_core.Domain.Models.Person
- uid: adas_core.Domain.Models.PatientAppointment.Timings*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.Timings
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_Timings
name: Timings
nameWithType: PatientAppointment.Timings
fullName: adas_core.Domain.Models.PatientAppointment.Timings
- uid: System.Collections.Generic.List{adas_core.Domain.Models.Timing}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.Timing}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Timing>
nameWithType: List<Timing>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.Timing>
nameWithType.vb: List(Of Timing)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.Timing)
name.vb: List(Of Timing)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: adas_core.Domain.Models.Timing
name: Timing
href: adas_core.Domain.Models.Timing.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: adas_core.Domain.Models.Timing
name: Timing
href: adas_core.Domain.Models.Timing.html
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: adas_core.Domain.Models.PatientAppointment.CreateTime*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.CreateTime
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_CreateTime
name: CreateTime
nameWithType: PatientAppointment.CreateTime
fullName: adas_core.Domain.Models.PatientAppointment.CreateTime
- 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.PatientAppointment.UpdateTime*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.UpdateTime
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_UpdateTime
name: UpdateTime
nameWithType: PatientAppointment.UpdateTime
fullName: adas_core.Domain.Models.PatientAppointment.UpdateTime
- 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.PatientAppointment.PlacerOrder*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.PlacerOrder
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_PlacerOrder
name: PlacerOrder
nameWithType: PatientAppointment.PlacerOrder
fullName: adas_core.Domain.Models.PatientAppointment.PlacerOrder
- uid: adas_core.Domain.Models.Entity
commentId: T:adas_core.Domain.Models.Entity
parent: adas_core.Domain.Models
href: adas_core.Domain.Models.Entity.html
name: Entity
nameWithType: Entity
fullName: adas_core.Domain.Models.Entity
- uid: adas_core.Domain.Models.PatientAppointment.FillerOrder*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.FillerOrder
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_FillerOrder
name: FillerOrder
nameWithType: PatientAppointment.FillerOrder
fullName: adas_core.Domain.Models.PatientAppointment.FillerOrder
- uid: adas_core.Domain.Models.PatientAppointment.EventReason*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.EventReason
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_EventReason
name: EventReason
nameWithType: PatientAppointment.EventReason
fullName: adas_core.Domain.Models.PatientAppointment.EventReason
- 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.PatientAppointment.AppointmentReason*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.AppointmentReason
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_AppointmentReason
name: AppointmentReason
nameWithType: PatientAppointment.AppointmentReason
fullName: adas_core.Domain.Models.PatientAppointment.AppointmentReason
- uid: adas_core.Domain.Models.PatientAppointment.AppointmentType*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.AppointmentType
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_AppointmentType
name: AppointmentType
nameWithType: PatientAppointment.AppointmentType
fullName: adas_core.Domain.Models.PatientAppointment.AppointmentType
- uid: adas_core.Domain.Models.PatientAppointment.AppointmentOperationType*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.AppointmentOperationType
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_AppointmentOperationType
name: AppointmentOperationType
nameWithType: PatientAppointment.AppointmentOperationType
fullName: adas_core.Domain.Models.PatientAppointment.AppointmentOperationType
- uid: System.Nullable{adas_core.Domain.Enums.OperationType}
commentId: T:System.Nullable{adas_core.Domain.Enums.OperationType}
parent: System
definition: System.Nullable`1
href: adas_core.Domain.Enums.OperationType.html
name: OperationType?
nameWithType: OperationType?
fullName: adas_core.Domain.Enums.OperationType?
spec.csharp:
- uid: adas_core.Domain.Enums.OperationType
name: OperationType
href: adas_core.Domain.Enums.OperationType.html
- name: '?'
spec.vb:
- uid: adas_core.Domain.Enums.OperationType
name: OperationType
href: adas_core.Domain.Enums.OperationType.html
- name: '?'
- uid: adas_core.Domain.Models.PatientAppointment.AppointmentStatus*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.AppointmentStatus
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_AppointmentStatus
name: AppointmentStatus
nameWithType: PatientAppointment.AppointmentStatus
fullName: adas_core.Domain.Models.PatientAppointment.AppointmentStatus
- uid: adas_core.Domain.Models.PatientAppointment.Duration*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.Duration
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_Duration
name: Duration
nameWithType: PatientAppointment.Duration
fullName: adas_core.Domain.Models.PatientAppointment.Duration
- uid: System.Double
commentId: T:System.Double
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.double
name: double
nameWithType: double
fullName: double
nameWithType.vb: Double
fullName.vb: Double
name.vb: Double
- uid: adas_core.Domain.Models.PatientAppointment.VisitNumber*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.VisitNumber
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_VisitNumber
name: VisitNumber
nameWithType: PatientAppointment.VisitNumber
fullName: adas_core.Domain.Models.PatientAppointment.VisitNumber
- uid: adas_core.Domain.Models.PatientAppointment.PatientClass*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.PatientClass
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_PatientClass
name: PatientClass
nameWithType: PatientAppointment.PatientClass
fullName: adas_core.Domain.Models.PatientAppointment.PatientClass
- uid: adas_core.Domain.Models.PatientAppointment.EpisodeActivation*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.EpisodeActivation
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_EpisodeActivation
name: EpisodeActivation
nameWithType: PatientAppointment.EpisodeActivation
fullName: adas_core.Domain.Models.PatientAppointment.EpisodeActivation
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: adas_core.Domain.Models.PatientAppointment.PlacerContact*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.PlacerContact
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_PlacerContact
name: PlacerContact
nameWithType: PatientAppointment.PlacerContact
fullName: adas_core.Domain.Models.PatientAppointment.PlacerContact
- uid: adas_core.Domain.Models.PatientAppointment.FillerContact*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.FillerContact
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_FillerContact
name: FillerContact
nameWithType: PatientAppointment.FillerContact
fullName: adas_core.Domain.Models.PatientAppointment.FillerContact
- uid: adas_core.Domain.Models.PatientAppointment.ResourceGroups*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.ResourceGroups
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_ResourceGroups
name: ResourceGroups
nameWithType: PatientAppointment.ResourceGroups
fullName: adas_core.Domain.Models.PatientAppointment.ResourceGroups
- uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientAppointmentResourceGroup}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientAppointmentResourceGroup}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<PatientAppointmentResourceGroup>
nameWithType: List<PatientAppointmentResourceGroup>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.PatientAppointmentResourceGroup>
nameWithType.vb: List(Of PatientAppointmentResourceGroup)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientAppointmentResourceGroup)
name.vb: List(Of PatientAppointmentResourceGroup)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup
name: PatientAppointmentResourceGroup
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup
name: PatientAppointmentResourceGroup
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html
- name: )
- uid: adas_core.Domain.Models.PatientAppointment.Allergies*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.Allergies
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_Allergies
name: Allergies
nameWithType: PatientAppointment.Allergies
fullName: adas_core.Domain.Models.PatientAppointment.Allergies
- uid: System.Collections.Generic.List{adas_core.Domain.Models.Allergies}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.Allergies}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Allergies>
nameWithType: List<Allergies>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.Allergies>
nameWithType.vb: List(Of Allergies)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.Allergies)
name.vb: List(Of Allergies)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: adas_core.Domain.Models.Allergies
name: Allergies
href: adas_core.Domain.Models.Allergies.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: adas_core.Domain.Models.Allergies
name: Allergies
href: adas_core.Domain.Models.Allergies.html
- name: )
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup
commentId: T:adas_core.Domain.Models.PatientAppointmentResourceGroup
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html
name: PatientAppointmentResourceGroup
nameWithType: PatientAppointmentResourceGroup
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup
- uid: adas_core.Domain.Models.PatientAppointment.ApplyResourceGroups*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.ApplyResourceGroups
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_ApplyResourceGroups_adas_core_Domain_Models_PatientAppointment_
name: ApplyResourceGroups
nameWithType: PatientAppointment.ApplyResourceGroups
fullName: adas_core.Domain.Models.PatientAppointment.ApplyResourceGroups
- uid: Newtonsoft.Json.JsonConverter.CanConvert(System.Type)
commentId: M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)
parent: Newtonsoft.Json.JsonConverter
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
name: CanConvert(Type)
nameWithType: JsonConverter.CanConvert(Type)
fullName: Newtonsoft.Json.JsonConverter.CanConvert(System.Type)
spec.csharp:
- uid: Newtonsoft.Json.JsonConverter.CanConvert(System.Type)
name: CanConvert
isExternal: true
- name: (
- uid: System.Type
name: Type
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
- name: )
spec.vb:
- uid: Newtonsoft.Json.JsonConverter.CanConvert(System.Type)
name: CanConvert
isExternal: true
- name: (
- uid: System.Type
name: Type
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
- name: )
- uid: adas_core.Domain.Models.PatientAppointment.CanConvert*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.CanConvert
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_CanConvert_System_Type_
name: CanConvert
nameWithType: PatientAppointment.CanConvert
fullName: adas_core.Domain.Models.PatientAppointment.CanConvert
- uid: System.Type
commentId: T:System.Type
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
name: Type
nameWithType: Type
fullName: System.Type
- uid: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
commentId: M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
parent: Newtonsoft.Json.JsonConverter
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: WriteJson(JsonWriter, object, JsonSerializer)
nameWithType: JsonConverter.WriteJson(JsonWriter, object, JsonSerializer)
fullName: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, object, Newtonsoft.Json.JsonSerializer)
nameWithType.vb: JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer)
fullName.vb: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, Object, Newtonsoft.Json.JsonSerializer)
name.vb: WriteJson(JsonWriter, Object, JsonSerializer)
spec.csharp:
- uid: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
name: WriteJson
isExternal: true
- name: (
- uid: Newtonsoft.Json.JsonWriter
name: JsonWriter
isExternal: true
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: Newtonsoft.Json.JsonSerializer
name: JsonSerializer
isExternal: true
- name: )
spec.vb:
- uid: Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
name: WriteJson
isExternal: true
- name: (
- uid: Newtonsoft.Json.JsonWriter
name: JsonWriter
isExternal: true
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: Newtonsoft.Json.JsonSerializer
name: JsonSerializer
isExternal: true
- name: )
- uid: adas_core.Domain.Models.PatientAppointment.WriteJson*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.WriteJson
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_WriteJson_Newtonsoft_Json_JsonWriter_System_Object_Newtonsoft_Json_JsonSerializer_
name: WriteJson
nameWithType: PatientAppointment.WriteJson
fullName: adas_core.Domain.Models.PatientAppointment.WriteJson
- uid: Newtonsoft.Json.JsonWriter
commentId: T:Newtonsoft.Json.JsonWriter
parent: Newtonsoft.Json
isExternal: true
name: JsonWriter
nameWithType: JsonWriter
fullName: Newtonsoft.Json.JsonWriter
- uid: Newtonsoft.Json.JsonSerializer
commentId: T:Newtonsoft.Json.JsonSerializer
parent: Newtonsoft.Json
isExternal: true
name: JsonSerializer
nameWithType: JsonSerializer
fullName: Newtonsoft.Json.JsonSerializer
- uid: System.NotImplementedException
commentId: T:System.NotImplementedException
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.notimplementedexception
name: NotImplementedException
nameWithType: NotImplementedException
fullName: System.NotImplementedException
- uid: Newtonsoft.Json.JsonReader
commentId: T:Newtonsoft.Json.JsonReader
parent: Newtonsoft.Json
isExternal: true
name: JsonReader
nameWithType: JsonReader
fullName: Newtonsoft.Json.JsonReader
- uid: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
commentId: M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
parent: Newtonsoft.Json.JsonConverter
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
name: ReadJson(JsonReader, Type, object, JsonSerializer)
nameWithType: JsonConverter.ReadJson(JsonReader, Type, object, JsonSerializer)
fullName: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, object, Newtonsoft.Json.JsonSerializer)
nameWithType.vb: JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer)
fullName.vb: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, Object, Newtonsoft.Json.JsonSerializer)
name.vb: ReadJson(JsonReader, Type, Object, JsonSerializer)
spec.csharp:
- uid: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
name: ReadJson
isExternal: true
- name: (
- uid: Newtonsoft.Json.JsonReader
name: JsonReader
isExternal: true
- name: ','
- name: " "
- uid: System.Type
name: Type
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: Newtonsoft.Json.JsonSerializer
name: JsonSerializer
isExternal: true
- name: )
spec.vb:
- uid: Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
name: ReadJson
isExternal: true
- name: (
- uid: Newtonsoft.Json.JsonReader
name: JsonReader
isExternal: true
- name: ','
- name: " "
- uid: System.Type
name: Type
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.type
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: Newtonsoft.Json.JsonSerializer
name: JsonSerializer
isExternal: true
- name: )
- uid: adas_core.Domain.Models.PatientAppointment.ReadJson*
commentId: Overload:adas_core.Domain.Models.PatientAppointment.ReadJson
href: adas_core.Domain.Models.PatientAppointment.html#adas_core_Domain_Models_PatientAppointment_ReadJson_Newtonsoft_Json_JsonReader_System_Type_System_Object_Newtonsoft_Json_JsonSerializer_
name: ReadJson
nameWithType: PatientAppointment.ReadJson
fullName: adas_core.Domain.Models.PatientAppointment.ReadJson