1088 lines
41 KiB
YAML
1088 lines
41 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
commentId: T:adas_core.Domain.Models.PatientLocation
|
|
id: PatientLocation
|
|
parent: adas_core.Domain.Models
|
|
children:
|
|
- adas_core.Domain.Models.PatientLocation.#ctor
|
|
- adas_core.Domain.Models.PatientLocation.#ctor(System.String,System.String)
|
|
- adas_core.Domain.Models.PatientLocation.#ctor(System.String,System.String,System.String)
|
|
- adas_core.Domain.Models.PatientLocation.Bed
|
|
- adas_core.Domain.Models.PatientLocation.Equals(adas_core.Domain.Models.PatientLocation)
|
|
- adas_core.Domain.Models.PatientLocation.IsEmpty
|
|
- adas_core.Domain.Models.PatientLocation.IsFullEmpty
|
|
- adas_core.Domain.Models.PatientLocation.Room
|
|
- adas_core.Domain.Models.PatientLocation.ToString
|
|
- adas_core.Domain.Models.PatientLocation.UnitName
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PatientLocation
|
|
nameWithType: PatientLocation
|
|
fullName: adas_core.Domain.Models.PatientLocation
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: PatientLocation
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 6
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
summary: >-
|
|
Represents the location of a patient within a healthcare or clinical context.
|
|
|
|
Implements <xref href="System.IEquatable%601" data-throw-if-not-resolved="false"></xref> to provide type-specific equality comparison between patient location instances.
|
|
example: []
|
|
syntax:
|
|
content: 'public class PatientLocation : IEquatable<PatientLocation>'
|
|
content.vb: Public Class PatientLocation Implements IEquatable(Of PatientLocation)
|
|
inheritance:
|
|
- System.Object
|
|
implements:
|
|
- System.IEquatable{adas_core.Domain.Models.PatientLocation}
|
|
inheritedMembers:
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
extensionMethods:
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
- uid: adas_core.Domain.Models.PatientLocation.#ctor(System.String,System.String,System.String)
|
|
commentId: M:adas_core.Domain.Models.PatientLocation.#ctor(System.String,System.String,System.String)
|
|
id: '#ctor(System.String,System.String,System.String)'
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PatientLocation(string?, string?, string?)
|
|
nameWithType: PatientLocation.PatientLocation(string?, string?, string?)
|
|
fullName: adas_core.Domain.Models.PatientLocation.PatientLocation(string?, string?, string?)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 8
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public PatientLocation(string? unitName, string? bed, string? room)
|
|
parameters:
|
|
- id: unitName
|
|
type: System.String
|
|
- id: bed
|
|
type: System.String
|
|
- id: room
|
|
type: System.String
|
|
content.vb: Public Sub New(unitName As String, bed As String, room As String)
|
|
overload: adas_core.Domain.Models.PatientLocation.#ctor*
|
|
nameWithType.vb: PatientLocation.New(String, String, String)
|
|
fullName.vb: adas_core.Domain.Models.PatientLocation.New(String, String, String)
|
|
name.vb: New(String, String, String)
|
|
- uid: adas_core.Domain.Models.PatientLocation.#ctor(System.String,System.String)
|
|
commentId: M:adas_core.Domain.Models.PatientLocation.#ctor(System.String,System.String)
|
|
id: '#ctor(System.String,System.String)'
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PatientLocation(string?, string?)
|
|
nameWithType: PatientLocation.PatientLocation(string?, string?)
|
|
fullName: adas_core.Domain.Models.PatientLocation.PatientLocation(string?, string?)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 15
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public PatientLocation(string? unitName, string? bed)
|
|
parameters:
|
|
- id: unitName
|
|
type: System.String
|
|
- id: bed
|
|
type: System.String
|
|
content.vb: Public Sub New(unitName As String, bed As String)
|
|
overload: adas_core.Domain.Models.PatientLocation.#ctor*
|
|
nameWithType.vb: PatientLocation.New(String, String)
|
|
fullName.vb: adas_core.Domain.Models.PatientLocation.New(String, String)
|
|
name.vb: New(String, String)
|
|
- uid: adas_core.Domain.Models.PatientLocation.#ctor
|
|
commentId: M:adas_core.Domain.Models.PatientLocation.#ctor
|
|
id: '#ctor'
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PatientLocation()
|
|
nameWithType: PatientLocation.PatientLocation()
|
|
fullName: adas_core.Domain.Models.PatientLocation.PatientLocation()
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 22
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public PatientLocation()
|
|
content.vb: Public Sub New()
|
|
overload: adas_core.Domain.Models.PatientLocation.#ctor*
|
|
nameWithType.vb: PatientLocation.New()
|
|
fullName.vb: adas_core.Domain.Models.PatientLocation.New()
|
|
name.vb: New()
|
|
- uid: adas_core.Domain.Models.PatientLocation.UnitName
|
|
commentId: P:adas_core.Domain.Models.PatientLocation.UnitName
|
|
id: UnitName
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UnitName
|
|
nameWithType: PatientLocation.UnitName
|
|
fullName: adas_core.Domain.Models.PatientLocation.UnitName
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UnitName
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 27
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public string? UnitName { get; init; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property UnitName As String
|
|
overload: adas_core.Domain.Models.PatientLocation.UnitName*
|
|
- uid: adas_core.Domain.Models.PatientLocation.Bed
|
|
commentId: P:adas_core.Domain.Models.PatientLocation.Bed
|
|
id: Bed
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Bed
|
|
nameWithType: PatientLocation.Bed
|
|
fullName: adas_core.Domain.Models.PatientLocation.Bed
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Bed
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 29
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public string? Bed { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property Bed As String
|
|
overload: adas_core.Domain.Models.PatientLocation.Bed*
|
|
- uid: adas_core.Domain.Models.PatientLocation.Room
|
|
commentId: P:adas_core.Domain.Models.PatientLocation.Room
|
|
id: Room
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Room
|
|
nameWithType: PatientLocation.Room
|
|
fullName: adas_core.Domain.Models.PatientLocation.Room
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Room
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 30
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
syntax:
|
|
content: public string? Room { get; init; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Property Room As String
|
|
overload: adas_core.Domain.Models.PatientLocation.Room*
|
|
- uid: adas_core.Domain.Models.PatientLocation.Equals(adas_core.Domain.Models.PatientLocation)
|
|
commentId: M:adas_core.Domain.Models.PatientLocation.Equals(adas_core.Domain.Models.PatientLocation)
|
|
id: Equals(adas_core.Domain.Models.PatientLocation)
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Equals(PatientLocation?)
|
|
nameWithType: PatientLocation.Equals(PatientLocation?)
|
|
fullName: adas_core.Domain.Models.PatientLocation.Equals(adas_core.Domain.Models.PatientLocation?)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Equals
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 37
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
summary: Determines whether the specified <xref href="adas_core.Domain.Models.PatientLocation" data-throw-if-not-resolved="false"></xref> is equal to the current instance by comparing the <code>UnitName</code>, <code>Bed</code>, and <code>Room</code> properties.
|
|
example: []
|
|
syntax:
|
|
content: public bool Equals(PatientLocation? other)
|
|
parameters:
|
|
- id: other
|
|
type: adas_core.Domain.Models.PatientLocation
|
|
description: The <xref href="adas_core.Domain.Models.PatientLocation" data-throw-if-not-resolved="false"></xref> to compare with the current instance.
|
|
return:
|
|
type: System.Boolean
|
|
description: <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> when all three properties (<code>UnitName</code>, <code>Bed</code>, and <code>Room</code>) match; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>. Returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> if <code class="paramref">other</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
|
|
content.vb: Public Function Equals(other As PatientLocation) As Boolean
|
|
overload: adas_core.Domain.Models.PatientLocation.Equals*
|
|
implements:
|
|
- System.IEquatable{adas_core.Domain.Models.PatientLocation}.Equals(adas_core.Domain.Models.PatientLocation)
|
|
nameWithType.vb: PatientLocation.Equals(PatientLocation)
|
|
fullName.vb: adas_core.Domain.Models.PatientLocation.Equals(adas_core.Domain.Models.PatientLocation)
|
|
name.vb: Equals(PatientLocation)
|
|
- uid: adas_core.Domain.Models.PatientLocation.IsEmpty
|
|
commentId: M:adas_core.Domain.Models.PatientLocation.IsEmpty
|
|
id: IsEmpty
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsEmpty()
|
|
nameWithType: PatientLocation.IsEmpty()
|
|
fullName: adas_core.Domain.Models.PatientLocation.IsEmpty()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: IsEmpty
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 46
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
summary: Determines whether the current instance is considered empty by checking that both the <xref href="adas_core.Domain.Models.PatientLocation.UnitName" data-throw-if-not-resolved="false"></xref> and <xref href="adas_core.Domain.Models.PatientLocation.Bed" data-throw-if-not-resolved="false"></xref> values are null or empty strings.
|
|
example: []
|
|
syntax:
|
|
content: public bool IsEmpty()
|
|
return:
|
|
type: System.Boolean
|
|
description: <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if both <code>UnitName</code> and <code>Bed</code> are null or empty; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
|
content.vb: Public Function IsEmpty() As Boolean
|
|
overload: adas_core.Domain.Models.PatientLocation.IsEmpty*
|
|
- uid: adas_core.Domain.Models.PatientLocation.IsFullEmpty
|
|
commentId: M:adas_core.Domain.Models.PatientLocation.IsFullEmpty
|
|
id: IsFullEmpty
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsFullEmpty()
|
|
nameWithType: PatientLocation.IsFullEmpty()
|
|
fullName: adas_core.Domain.Models.PatientLocation.IsFullEmpty()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: IsFullEmpty
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 55
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
summary: Determines whether the unit name, bed, and room fields are all null or empty, indicating the entity is fully empty.
|
|
example: []
|
|
syntax:
|
|
content: public bool IsFullEmpty()
|
|
return:
|
|
type: System.Boolean
|
|
description: <code>true</code> if <xref href="adas_core.Domain.Models.PatientLocation.UnitName" data-throw-if-not-resolved="false"></xref>, <xref href="adas_core.Domain.Models.PatientLocation.Bed" data-throw-if-not-resolved="false"></xref>, and <xref href="adas_core.Domain.Models.PatientLocation.Room" data-throw-if-not-resolved="false"></xref> are all null or empty; otherwise, <code>false</code>.
|
|
content.vb: Public Function IsFullEmpty() As Boolean
|
|
overload: adas_core.Domain.Models.PatientLocation.IsFullEmpty*
|
|
- uid: adas_core.Domain.Models.PatientLocation.ToString
|
|
commentId: M:adas_core.Domain.Models.PatientLocation.ToString
|
|
id: ToString
|
|
parent: adas_core.Domain.Models.PatientLocation
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ToString()
|
|
nameWithType: PatientLocation.ToString()
|
|
fullName: adas_core.Domain.Models.PatientLocation.ToString()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Domain/Models/PatientLocation.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ToString
|
|
path: ../../adas-core.Domain/Models/PatientLocation.cs
|
|
startLine: 64
|
|
assemblies:
|
|
- adas-core.Domain
|
|
namespace: adas_core.Domain.Models
|
|
summary: Returns a human-readable string representation of the PatientLocation, including the unit name, room, and bed.
|
|
example: []
|
|
syntax:
|
|
content: public override string ToString()
|
|
return:
|
|
type: System.String
|
|
description: 'A formatted string in the form "PatientLocation[Unit: {UnitName},room: {Room} ,bed: {Bed}]".'
|
|
content.vb: Public Overrides Function ToString() As String
|
|
overridden: System.Object.ToString
|
|
overload: adas_core.Domain.Models.PatientLocation.ToString*
|
|
references:
|
|
- uid: System.IEquatable`1
|
|
commentId: T:System.IEquatable`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
|
name: IEquatable<T>
|
|
nameWithType: IEquatable<T>
|
|
fullName: System.IEquatable<T>
|
|
nameWithType.vb: IEquatable(Of T)
|
|
fullName.vb: System.IEquatable(Of T)
|
|
name.vb: IEquatable(Of T)
|
|
spec.csharp:
|
|
- uid: System.IEquatable`1
|
|
name: IEquatable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.IEquatable`1
|
|
name: IEquatable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- 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.IEquatable{adas_core.Domain.Models.PatientLocation}
|
|
commentId: T:System.IEquatable{adas_core.Domain.Models.PatientLocation}
|
|
parent: System
|
|
definition: System.IEquatable`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
|
name: IEquatable<PatientLocation>
|
|
nameWithType: IEquatable<PatientLocation>
|
|
fullName: System.IEquatable<adas_core.Domain.Models.PatientLocation>
|
|
nameWithType.vb: IEquatable(Of PatientLocation)
|
|
fullName.vb: System.IEquatable(Of adas_core.Domain.Models.PatientLocation)
|
|
name.vb: IEquatable(Of PatientLocation)
|
|
spec.csharp:
|
|
- uid: System.IEquatable`1
|
|
name: IEquatable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
name: PatientLocation
|
|
href: adas_core.Domain.Models.PatientLocation.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.IEquatable`1
|
|
name: IEquatable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
name: PatientLocation
|
|
href: adas_core.Domain.Models.PatientLocation.html
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
parent: adas_core.Domain.Utils.ObjectUtils
|
|
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.NumberUtils
|
|
commentId: T:adas_core.Domain.Utils.NumberUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.NumberUtils.html
|
|
name: NumberUtils
|
|
nameWithType: NumberUtils
|
|
fullName: adas_core.Domain.Utils.NumberUtils
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils
|
|
commentId: T:adas_core.Domain.Utils.ObjectUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.ObjectUtils.html
|
|
name: ObjectUtils
|
|
nameWithType: ObjectUtils
|
|
fullName: adas_core.Domain.Utils.ObjectUtils
|
|
- uid: adas_core.Domain.Utils
|
|
commentId: N:adas_core.Domain.Utils
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Utils
|
|
nameWithType: adas_core.Domain.Utils
|
|
fullName: adas_core.Domain.Utils
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
- uid: adas_core.Domain.Models.PatientLocation.#ctor*
|
|
commentId: Overload:adas_core.Domain.Models.PatientLocation.#ctor
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation__ctor_System_String_System_String_System_String_
|
|
name: PatientLocation
|
|
nameWithType: PatientLocation.PatientLocation
|
|
fullName: adas_core.Domain.Models.PatientLocation.PatientLocation
|
|
nameWithType.vb: PatientLocation.New
|
|
fullName.vb: adas_core.Domain.Models.PatientLocation.New
|
|
name.vb: New
|
|
- 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.PatientLocation.UnitName*
|
|
commentId: Overload:adas_core.Domain.Models.PatientLocation.UnitName
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_UnitName
|
|
name: UnitName
|
|
nameWithType: PatientLocation.UnitName
|
|
fullName: adas_core.Domain.Models.PatientLocation.UnitName
|
|
- uid: adas_core.Domain.Models.PatientLocation.Bed*
|
|
commentId: Overload:adas_core.Domain.Models.PatientLocation.Bed
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_Bed
|
|
name: Bed
|
|
nameWithType: PatientLocation.Bed
|
|
fullName: adas_core.Domain.Models.PatientLocation.Bed
|
|
- uid: adas_core.Domain.Models.PatientLocation.Room*
|
|
commentId: Overload:adas_core.Domain.Models.PatientLocation.Room
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_Room
|
|
name: Room
|
|
nameWithType: PatientLocation.Room
|
|
fullName: adas_core.Domain.Models.PatientLocation.Room
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
commentId: T:adas_core.Domain.Models.PatientLocation
|
|
parent: adas_core.Domain.Models
|
|
href: adas_core.Domain.Models.PatientLocation.html
|
|
name: PatientLocation
|
|
nameWithType: PatientLocation
|
|
fullName: adas_core.Domain.Models.PatientLocation
|
|
- uid: adas_core.Domain.Models.PatientLocation.Equals*
|
|
commentId: Overload:adas_core.Domain.Models.PatientLocation.Equals
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_Equals_adas_core_Domain_Models_PatientLocation_
|
|
name: Equals
|
|
nameWithType: PatientLocation.Equals
|
|
fullName: adas_core.Domain.Models.PatientLocation.Equals
|
|
- uid: System.IEquatable{adas_core.Domain.Models.PatientLocation}.Equals(adas_core.Domain.Models.PatientLocation)
|
|
commentId: M:System.IEquatable{adas_core.Domain.Models.PatientLocation}.Equals(adas_core.Domain.Models.PatientLocation)
|
|
parent: System.IEquatable{adas_core.Domain.Models.PatientLocation}
|
|
definition: System.IEquatable`1.Equals(`0)
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
|
name: Equals(PatientLocation)
|
|
nameWithType: IEquatable<PatientLocation>.Equals(PatientLocation)
|
|
fullName: System.IEquatable<adas_core.Domain.Models.PatientLocation>.Equals(adas_core.Domain.Models.PatientLocation)
|
|
nameWithType.vb: IEquatable(Of PatientLocation).Equals(PatientLocation)
|
|
fullName.vb: System.IEquatable(Of adas_core.Domain.Models.PatientLocation).Equals(adas_core.Domain.Models.PatientLocation)
|
|
spec.csharp:
|
|
- uid: System.IEquatable{adas_core.Domain.Models.PatientLocation}.Equals(adas_core.Domain.Models.PatientLocation)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
name: PatientLocation
|
|
href: adas_core.Domain.Models.PatientLocation.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.IEquatable{adas_core.Domain.Models.PatientLocation}.Equals(adas_core.Domain.Models.PatientLocation)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
|
- name: (
|
|
- uid: adas_core.Domain.Models.PatientLocation
|
|
name: PatientLocation
|
|
href: adas_core.Domain.Models.PatientLocation.html
|
|
- name: )
|
|
- 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: System.IEquatable`1.Equals(`0)
|
|
commentId: M:System.IEquatable`1.Equals(`0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
|
name: Equals(T)
|
|
nameWithType: IEquatable<T>.Equals(T)
|
|
fullName: System.IEquatable<T>.Equals(T)
|
|
nameWithType.vb: IEquatable(Of T).Equals(T)
|
|
fullName.vb: System.IEquatable(Of T).Equals(T)
|
|
spec.csharp:
|
|
- uid: System.IEquatable`1.Equals(`0)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.IEquatable`1.Equals(`0)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.iequatable-1.equals
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.PatientLocation.UnitName
|
|
commentId: P:adas_core.Domain.Models.PatientLocation.UnitName
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_UnitName
|
|
name: UnitName
|
|
nameWithType: PatientLocation.UnitName
|
|
fullName: adas_core.Domain.Models.PatientLocation.UnitName
|
|
- uid: adas_core.Domain.Models.PatientLocation.Bed
|
|
commentId: P:adas_core.Domain.Models.PatientLocation.Bed
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_Bed
|
|
name: Bed
|
|
nameWithType: PatientLocation.Bed
|
|
fullName: adas_core.Domain.Models.PatientLocation.Bed
|
|
- uid: adas_core.Domain.Models.PatientLocation.IsEmpty*
|
|
commentId: Overload:adas_core.Domain.Models.PatientLocation.IsEmpty
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_IsEmpty
|
|
name: IsEmpty
|
|
nameWithType: PatientLocation.IsEmpty
|
|
fullName: adas_core.Domain.Models.PatientLocation.IsEmpty
|
|
- uid: adas_core.Domain.Models.PatientLocation.Room
|
|
commentId: P:adas_core.Domain.Models.PatientLocation.Room
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_Room
|
|
name: Room
|
|
nameWithType: PatientLocation.Room
|
|
fullName: adas_core.Domain.Models.PatientLocation.Room
|
|
- uid: adas_core.Domain.Models.PatientLocation.IsFullEmpty*
|
|
commentId: Overload:adas_core.Domain.Models.PatientLocation.IsFullEmpty
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_IsFullEmpty
|
|
name: IsFullEmpty
|
|
nameWithType: PatientLocation.IsFullEmpty
|
|
fullName: adas_core.Domain.Models.PatientLocation.IsFullEmpty
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: adas_core.Domain.Models.PatientLocation.ToString*
|
|
commentId: Overload:adas_core.Domain.Models.PatientLocation.ToString
|
|
href: adas_core.Domain.Models.PatientLocation.html#adas_core_Domain_Models_PatientLocation_ToString
|
|
name: ToString
|
|
nameWithType: PatientLocation.ToString
|
|
fullName: adas_core.Domain.Models.PatientLocation.ToString
|