1093 lines
42 KiB
YAML
1093 lines
42 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
commentId: T:adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
id: PatientAppointmentResourceGroup
|
|
parent: adas_core.Domain.Models
|
|
children:
|
|
- adas_core.Domain.Models.PatientAppointmentResourceGroup.Locations
|
|
- adas_core.Domain.Models.PatientAppointmentResourceGroup.LocationsActions
|
|
- adas_core.Domain.Models.PatientAppointmentResourceGroup.Personnel
|
|
- adas_core.Domain.Models.PatientAppointmentResourceGroup.PersonnelActions
|
|
- adas_core.Domain.Models.PatientAppointmentResourceGroup.Resources
|
|
- adas_core.Domain.Models.PatientAppointmentResourceGroup.ResourcesActions
|
|
- adas_core.Domain.Models.PatientAppointmentResourceGroup.Services
|
|
- adas_core.Domain.Models.PatientAppointmentResourceGroup.ServicesActions
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PatientAppointmentResourceGroup
|
|
nameWithType: PatientAppointmentResourceGroup
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
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: PatientAppointmentResourceGroup
|
|
path: ../../adas-core.Domain/Models/PatientAppointment.cs
|
|
startLine: 126
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
summary: Represents a resource group that aggregates data and operations related to patient appointments.
|
|
remarks: This class serves as a container or grouping mechanism for resources associated with managing patient appointment information.
|
|
example: []
|
|
syntax:
|
|
content: public class PatientAppointmentResourceGroup
|
|
content.vb: Public Class PatientAppointmentResourceGroup
|
|
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)
|
|
- 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.PatientAppointmentResourceGroup.Services
|
|
commentId: P:adas_core.Domain.Models.PatientAppointmentResourceGroup.Services
|
|
id: Services
|
|
parent: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Services
|
|
nameWithType: PatientAppointmentResourceGroup.Services
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.Services
|
|
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: Services
|
|
path: ../../adas-core.Domain/Models/PatientAppointment.cs
|
|
startLine: 128
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public List<Code>? Services { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.Code}
|
|
content.vb: Public Property Services As List(Of Code)
|
|
overload: adas_core.Domain.Models.PatientAppointmentResourceGroup.Services*
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.Resources
|
|
commentId: P:adas_core.Domain.Models.PatientAppointmentResourceGroup.Resources
|
|
id: Resources
|
|
parent: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Resources
|
|
nameWithType: PatientAppointmentResourceGroup.Resources
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.Resources
|
|
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: Resources
|
|
path: ../../adas-core.Domain/Models/PatientAppointment.cs
|
|
startLine: 130
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public List<Code>? Resources { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.Code}
|
|
content.vb: Public Property Resources As List(Of Code)
|
|
overload: adas_core.Domain.Models.PatientAppointmentResourceGroup.Resources*
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.Locations
|
|
commentId: P:adas_core.Domain.Models.PatientAppointmentResourceGroup.Locations
|
|
id: Locations
|
|
parent: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Locations
|
|
nameWithType: PatientAppointmentResourceGroup.Locations
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.Locations
|
|
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: Locations
|
|
path: ../../adas-core.Domain/Models/PatientAppointment.cs
|
|
startLine: 132
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public List<PatientLocation>? Locations { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation}
|
|
content.vb: Public Property Locations As List(Of PatientLocation)
|
|
overload: adas_core.Domain.Models.PatientAppointmentResourceGroup.Locations*
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.Personnel
|
|
commentId: P:adas_core.Domain.Models.PatientAppointmentResourceGroup.Personnel
|
|
id: Personnel
|
|
parent: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Personnel
|
|
nameWithType: PatientAppointmentResourceGroup.Personnel
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.Personnel
|
|
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: Personnel
|
|
path: ../../adas-core.Domain/Models/PatientAppointment.cs
|
|
startLine: 134
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public List<PersonResource>? Personnel { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.PersonResource}
|
|
content.vb: Public Property Personnel As List(Of PersonResource)
|
|
overload: adas_core.Domain.Models.PatientAppointmentResourceGroup.Personnel*
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.ServicesActions
|
|
commentId: P:adas_core.Domain.Models.PatientAppointmentResourceGroup.ServicesActions
|
|
id: ServicesActions
|
|
parent: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ServicesActions
|
|
nameWithType: PatientAppointmentResourceGroup.ServicesActions
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.ServicesActions
|
|
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: ServicesActions
|
|
path: ../../adas-core.Domain/Models/PatientAppointment.cs
|
|
startLine: 139
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
example: []
|
|
syntax:
|
|
content: public List<CodeAction>? ServicesActions { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.CodeAction}
|
|
content.vb: Public Property ServicesActions As List(Of CodeAction)
|
|
overload: adas_core.Domain.Models.PatientAppointmentResourceGroup.ServicesActions*
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.ResourcesActions
|
|
commentId: P:adas_core.Domain.Models.PatientAppointmentResourceGroup.ResourcesActions
|
|
id: ResourcesActions
|
|
parent: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ResourcesActions
|
|
nameWithType: PatientAppointmentResourceGroup.ResourcesActions
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.ResourcesActions
|
|
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: ResourcesActions
|
|
path: ../../adas-core.Domain/Models/PatientAppointment.cs
|
|
startLine: 141
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public List<CodeAction>? ResourcesActions { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.CodeAction}
|
|
content.vb: Public Property ResourcesActions As List(Of CodeAction)
|
|
overload: adas_core.Domain.Models.PatientAppointmentResourceGroup.ResourcesActions*
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.LocationsActions
|
|
commentId: P:adas_core.Domain.Models.PatientAppointmentResourceGroup.LocationsActions
|
|
id: LocationsActions
|
|
parent: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: LocationsActions
|
|
nameWithType: PatientAppointmentResourceGroup.LocationsActions
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.LocationsActions
|
|
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: LocationsActions
|
|
path: ../../adas-core.Domain/Models/PatientAppointment.cs
|
|
startLine: 142
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public List<PatientLocationAction>? LocationsActions { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.PatientLocationAction}
|
|
content.vb: Public Property LocationsActions As List(Of PatientLocationAction)
|
|
overload: adas_core.Domain.Models.PatientAppointmentResourceGroup.LocationsActions*
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.PersonnelActions
|
|
commentId: P:adas_core.Domain.Models.PatientAppointmentResourceGroup.PersonnelActions
|
|
id: PersonnelActions
|
|
parent: adas_core.Domain.Models.PatientAppointmentResourceGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PersonnelActions
|
|
nameWithType: PatientAppointmentResourceGroup.PersonnelActions
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.PersonnelActions
|
|
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: PersonnelActions
|
|
path: ../../adas-core.Domain/Models/PatientAppointment.cs
|
|
startLine: 143
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public List<PersonResourceAction>? PersonnelActions { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.PersonResourceAction}
|
|
content.vb: Public Property PersonnelActions As List(Of PersonResourceAction)
|
|
overload: adas_core.Domain.Models.PatientAppointmentResourceGroup.PersonnelActions*
|
|
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.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: 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.PatientAppointmentResourceGroup.Services*
|
|
commentId: Overload:adas_core.Domain.Models.PatientAppointmentResourceGroup.Services
|
|
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html#adas_core_Domain_Models_PatientAppointmentResourceGroup_Services
|
|
name: Services
|
|
nameWithType: PatientAppointmentResourceGroup.Services
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.Services
|
|
- uid: System.Collections.Generic.List{adas_core.Domain.Models.Code}
|
|
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.Code}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<Code>
|
|
nameWithType: List<Code>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.Code>
|
|
nameWithType.vb: List(Of Code)
|
|
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.Code)
|
|
name.vb: List(Of Code)
|
|
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.Code
|
|
name: Code
|
|
href: adas_core.Domain.Models.Code.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.Code
|
|
name: Code
|
|
href: adas_core.Domain.Models.Code.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.PatientAppointmentResourceGroup.Resources*
|
|
commentId: Overload:adas_core.Domain.Models.PatientAppointmentResourceGroup.Resources
|
|
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html#adas_core_Domain_Models_PatientAppointmentResourceGroup_Resources
|
|
name: Resources
|
|
nameWithType: PatientAppointmentResourceGroup.Resources
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.Resources
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.Locations*
|
|
commentId: Overload:adas_core.Domain.Models.PatientAppointmentResourceGroup.Locations
|
|
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html#adas_core_Domain_Models_PatientAppointmentResourceGroup_Locations
|
|
name: Locations
|
|
nameWithType: PatientAppointmentResourceGroup.Locations
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.Locations
|
|
- uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation}
|
|
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientLocation}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<PatientLocation>
|
|
nameWithType: List<PatientLocation>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.PatientLocation>
|
|
nameWithType.vb: List(Of PatientLocation)
|
|
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientLocation)
|
|
name.vb: List(Of PatientLocation)
|
|
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.PatientLocation
|
|
name: PatientLocation
|
|
href: adas_core.Domain.Models.PatientLocation.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.PatientLocation
|
|
name: PatientLocation
|
|
href: adas_core.Domain.Models.PatientLocation.html
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.Personnel*
|
|
commentId: Overload:adas_core.Domain.Models.PatientAppointmentResourceGroup.Personnel
|
|
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html#adas_core_Domain_Models_PatientAppointmentResourceGroup_Personnel
|
|
name: Personnel
|
|
nameWithType: PatientAppointmentResourceGroup.Personnel
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.Personnel
|
|
- uid: System.Collections.Generic.List{adas_core.Domain.Models.PersonResource}
|
|
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PersonResource}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<PersonResource>
|
|
nameWithType: List<PersonResource>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.PersonResource>
|
|
nameWithType.vb: List(Of PersonResource)
|
|
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PersonResource)
|
|
name.vb: List(Of PersonResource)
|
|
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.PersonResource
|
|
name: PersonResource
|
|
href: adas_core.Domain.Models.PersonResource.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.PersonResource
|
|
name: PersonResource
|
|
href: adas_core.Domain.Models.PersonResource.html
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.ServicesActions*
|
|
commentId: Overload:adas_core.Domain.Models.PatientAppointmentResourceGroup.ServicesActions
|
|
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html#adas_core_Domain_Models_PatientAppointmentResourceGroup_ServicesActions
|
|
name: ServicesActions
|
|
nameWithType: PatientAppointmentResourceGroup.ServicesActions
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.ServicesActions
|
|
- uid: System.Collections.Generic.List{adas_core.Domain.Models.CodeAction}
|
|
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.CodeAction}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<CodeAction>
|
|
nameWithType: List<CodeAction>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.CodeAction>
|
|
nameWithType.vb: List(Of CodeAction)
|
|
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.CodeAction)
|
|
name.vb: List(Of CodeAction)
|
|
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.CodeAction
|
|
name: CodeAction
|
|
href: adas_core.Domain.Models.CodeAction.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.CodeAction
|
|
name: CodeAction
|
|
href: adas_core.Domain.Models.CodeAction.html
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.ResourcesActions*
|
|
commentId: Overload:adas_core.Domain.Models.PatientAppointmentResourceGroup.ResourcesActions
|
|
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html#adas_core_Domain_Models_PatientAppointmentResourceGroup_ResourcesActions
|
|
name: ResourcesActions
|
|
nameWithType: PatientAppointmentResourceGroup.ResourcesActions
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.ResourcesActions
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.LocationsActions*
|
|
commentId: Overload:adas_core.Domain.Models.PatientAppointmentResourceGroup.LocationsActions
|
|
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html#adas_core_Domain_Models_PatientAppointmentResourceGroup_LocationsActions
|
|
name: LocationsActions
|
|
nameWithType: PatientAppointmentResourceGroup.LocationsActions
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.LocationsActions
|
|
- uid: System.Collections.Generic.List{adas_core.Domain.Models.PatientLocationAction}
|
|
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PatientLocationAction}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<PatientLocationAction>
|
|
nameWithType: List<PatientLocationAction>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.PatientLocationAction>
|
|
nameWithType.vb: List(Of PatientLocationAction)
|
|
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PatientLocationAction)
|
|
name.vb: List(Of PatientLocationAction)
|
|
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.PatientLocationAction
|
|
name: PatientLocationAction
|
|
href: adas_core.Domain.Models.PatientLocationAction.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.PatientLocationAction
|
|
name: PatientLocationAction
|
|
href: adas_core.Domain.Models.PatientLocationAction.html
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.PatientAppointmentResourceGroup.PersonnelActions*
|
|
commentId: Overload:adas_core.Domain.Models.PatientAppointmentResourceGroup.PersonnelActions
|
|
href: adas_core.Domain.Models.PatientAppointmentResourceGroup.html#adas_core_Domain_Models_PatientAppointmentResourceGroup_PersonnelActions
|
|
name: PersonnelActions
|
|
nameWithType: PatientAppointmentResourceGroup.PersonnelActions
|
|
fullName: adas_core.Domain.Models.PatientAppointmentResourceGroup.PersonnelActions
|
|
- uid: System.Collections.Generic.List{adas_core.Domain.Models.PersonResourceAction}
|
|
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.PersonResourceAction}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<PersonResourceAction>
|
|
nameWithType: List<PersonResourceAction>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.PersonResourceAction>
|
|
nameWithType.vb: List(Of PersonResourceAction)
|
|
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.PersonResourceAction)
|
|
name.vb: List(Of PersonResourceAction)
|
|
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.PersonResourceAction
|
|
name: PersonResourceAction
|
|
href: adas_core.Domain.Models.PersonResourceAction.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.PersonResourceAction
|
|
name: PersonResourceAction
|
|
href: adas_core.Domain.Models.PersonResourceAction.html
|
|
- name: )
|