rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -0,0 +1,838 @@
### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.Responses.PatientSearch
commentId: T:adas_core.Domain.Models.Responses.PatientSearch
id: PatientSearch
parent: adas_core.Domain.Models.Responses
children:
- adas_core.Domain.Models.Responses.PatientSearch.#ctor(adas_core.Domain.Models.MongoModels.Patient,adas_core.Domain.Models.MongoModels.Patient,adas_core.Domain.Models.MongoModels.Admission,System.Boolean,System.Boolean)
- adas_core.Domain.Models.Responses.PatientSearch.Admission
- adas_core.Domain.Models.Responses.PatientSearch.ArchivedPatient
- adas_core.Domain.Models.Responses.PatientSearch.HasResult
- adas_core.Domain.Models.Responses.PatientSearch.IsArchived
- adas_core.Domain.Models.Responses.PatientSearch.Patient
langs:
- csharp
- vb
name: PatientSearch
nameWithType: PatientSearch
fullName: adas_core.Domain.Models.Responses.PatientSearch
type: Class
source:
remote:
path: adas-core.Domain/Models/Responses/PatientSearch.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientSearch
path: ../../adas-core.Domain/Models/Responses/PatientSearch.cs
startLine: 4
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.Responses
syntax:
content: public class PatientSearch
content.vb: Public Class PatientSearch
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.Responses.PatientSearch.#ctor(adas_core.Domain.Models.MongoModels.Patient,adas_core.Domain.Models.MongoModels.Patient,adas_core.Domain.Models.MongoModels.Admission,System.Boolean,System.Boolean)
commentId: M:adas_core.Domain.Models.Responses.PatientSearch.#ctor(adas_core.Domain.Models.MongoModels.Patient,adas_core.Domain.Models.MongoModels.Patient,adas_core.Domain.Models.MongoModels.Admission,System.Boolean,System.Boolean)
id: '#ctor(adas_core.Domain.Models.MongoModels.Patient,adas_core.Domain.Models.MongoModels.Patient,adas_core.Domain.Models.MongoModels.Admission,System.Boolean,System.Boolean)'
parent: adas_core.Domain.Models.Responses.PatientSearch
langs:
- csharp
- vb
name: PatientSearch(Patient?, Patient?, Admission?, bool, bool)
nameWithType: PatientSearch.PatientSearch(Patient?, Patient?, Admission?, bool, bool)
fullName: adas_core.Domain.Models.Responses.PatientSearch.PatientSearch(adas_core.Domain.Models.MongoModels.Patient?, adas_core.Domain.Models.MongoModels.Patient?, adas_core.Domain.Models.MongoModels.Admission?, bool, bool)
type: Constructor
source:
remote:
path: adas-core.Domain/Models/Responses/PatientSearch.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: .ctor
path: ../../adas-core.Domain/Models/Responses/PatientSearch.cs
startLine: 4
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.Responses
syntax:
content: public PatientSearch(Patient? patient, Patient? archivePatient, Admission? admission, bool isArchived, bool hasResult)
parameters:
- id: patient
type: adas_core.Domain.Models.MongoModels.Patient
- id: archivePatient
type: adas_core.Domain.Models.MongoModels.Patient
- id: admission
type: adas_core.Domain.Models.MongoModels.Admission
- id: isArchived
type: System.Boolean
- id: hasResult
type: System.Boolean
content.vb: Public Sub New(patient As Patient, archivePatient As Patient, admission As Admission, isArchived As Boolean, hasResult As Boolean)
overload: adas_core.Domain.Models.Responses.PatientSearch.#ctor*
nameWithType.vb: PatientSearch.New(Patient, Patient, Admission, Boolean, Boolean)
fullName.vb: adas_core.Domain.Models.Responses.PatientSearch.New(adas_core.Domain.Models.MongoModels.Patient, adas_core.Domain.Models.MongoModels.Patient, adas_core.Domain.Models.MongoModels.Admission, Boolean, Boolean)
name.vb: New(Patient, Patient, Admission, Boolean, Boolean)
- uid: adas_core.Domain.Models.Responses.PatientSearch.Patient
commentId: P:adas_core.Domain.Models.Responses.PatientSearch.Patient
id: Patient
parent: adas_core.Domain.Models.Responses.PatientSearch
langs:
- csharp
- vb
name: Patient
nameWithType: PatientSearch.Patient
fullName: adas_core.Domain.Models.Responses.PatientSearch.Patient
type: Property
source:
remote:
path: adas-core.Domain/Models/Responses/PatientSearch.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Patient
path: ../../adas-core.Domain/Models/Responses/PatientSearch.cs
startLine: 11
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.Responses
syntax:
content: public Patient? Patient { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.MongoModels.Patient
content.vb: Public Property Patient As Patient
overload: adas_core.Domain.Models.Responses.PatientSearch.Patient*
- uid: adas_core.Domain.Models.Responses.PatientSearch.ArchivedPatient
commentId: P:adas_core.Domain.Models.Responses.PatientSearch.ArchivedPatient
id: ArchivedPatient
parent: adas_core.Domain.Models.Responses.PatientSearch
langs:
- csharp
- vb
name: ArchivedPatient
nameWithType: PatientSearch.ArchivedPatient
fullName: adas_core.Domain.Models.Responses.PatientSearch.ArchivedPatient
type: Property
source:
remote:
path: adas-core.Domain/Models/Responses/PatientSearch.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ArchivedPatient
path: ../../adas-core.Domain/Models/Responses/PatientSearch.cs
startLine: 12
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.Responses
syntax:
content: public Patient? ArchivedPatient { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.MongoModels.Patient
content.vb: Public Property ArchivedPatient As Patient
overload: adas_core.Domain.Models.Responses.PatientSearch.ArchivedPatient*
- uid: adas_core.Domain.Models.Responses.PatientSearch.Admission
commentId: P:adas_core.Domain.Models.Responses.PatientSearch.Admission
id: Admission
parent: adas_core.Domain.Models.Responses.PatientSearch
langs:
- csharp
- vb
name: Admission
nameWithType: PatientSearch.Admission
fullName: adas_core.Domain.Models.Responses.PatientSearch.Admission
type: Property
source:
remote:
path: adas-core.Domain/Models/Responses/PatientSearch.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Admission
path: ../../adas-core.Domain/Models/Responses/PatientSearch.cs
startLine: 13
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.Responses
syntax:
content: public Admission? Admission { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.MongoModels.Admission
content.vb: Public Property Admission As Admission
overload: adas_core.Domain.Models.Responses.PatientSearch.Admission*
- uid: adas_core.Domain.Models.Responses.PatientSearch.IsArchived
commentId: P:adas_core.Domain.Models.Responses.PatientSearch.IsArchived
id: IsArchived
parent: adas_core.Domain.Models.Responses.PatientSearch
langs:
- csharp
- vb
name: IsArchived
nameWithType: PatientSearch.IsArchived
fullName: adas_core.Domain.Models.Responses.PatientSearch.IsArchived
type: Property
source:
remote:
path: adas-core.Domain/Models/Responses/PatientSearch.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: IsArchived
path: ../../adas-core.Domain/Models/Responses/PatientSearch.cs
startLine: 14
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.Responses
syntax:
content: public bool IsArchived { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property IsArchived As Boolean
overload: adas_core.Domain.Models.Responses.PatientSearch.IsArchived*
- uid: adas_core.Domain.Models.Responses.PatientSearch.HasResult
commentId: P:adas_core.Domain.Models.Responses.PatientSearch.HasResult
id: HasResult
parent: adas_core.Domain.Models.Responses.PatientSearch
langs:
- csharp
- vb
name: HasResult
nameWithType: PatientSearch.HasResult
fullName: adas_core.Domain.Models.Responses.PatientSearch.HasResult
type: Property
source:
remote:
path: adas-core.Domain/Models/Responses/PatientSearch.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: HasResult
path: ../../adas-core.Domain/Models/Responses/PatientSearch.cs
startLine: 15
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.Responses
syntax:
content: public bool HasResult { get; set; }
parameters: []
return:
type: System.Boolean
content.vb: Public Property HasResult As Boolean
overload: adas_core.Domain.Models.Responses.PatientSearch.HasResult*
references:
- uid: adas_core.Domain.Models.Responses
commentId: N:adas_core.Domain.Models.Responses
href: adas_core.html
name: adas_core.Domain.Models.Responses
nameWithType: adas_core.Domain.Models.Responses
fullName: adas_core.Domain.Models.Responses
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
- name: .
- uid: adas_core.Domain.Models.Responses
name: Responses
href: adas_core.Domain.Models.Responses.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
- name: .
- uid: adas_core.Domain.Models.Responses
name: Responses
href: adas_core.Domain.Models.Responses.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.Responses.PatientSearch.#ctor*
commentId: Overload:adas_core.Domain.Models.Responses.PatientSearch.#ctor
href: adas_core.Domain.Models.Responses.PatientSearch.html#adas_core_Domain_Models_Responses_PatientSearch__ctor_adas_core_Domain_Models_MongoModels_Patient_adas_core_Domain_Models_MongoModels_Patient_adas_core_Domain_Models_MongoModels_Admission_System_Boolean_System_Boolean_
name: PatientSearch
nameWithType: PatientSearch.PatientSearch
fullName: adas_core.Domain.Models.Responses.PatientSearch.PatientSearch
nameWithType.vb: PatientSearch.New
fullName.vb: adas_core.Domain.Models.Responses.PatientSearch.New
name.vb: New
- uid: adas_core.Domain.Models.MongoModels.Patient
commentId: T:adas_core.Domain.Models.MongoModels.Patient
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.Patient.html
name: Patient
nameWithType: Patient
fullName: adas_core.Domain.Models.MongoModels.Patient
- uid: adas_core.Domain.Models.MongoModels.Admission
commentId: T:adas_core.Domain.Models.MongoModels.Admission
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.Admission.html
name: Admission
nameWithType: Admission
fullName: adas_core.Domain.Models.MongoModels.Admission
- 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.MongoModels
commentId: N:adas_core.Domain.Models.MongoModels
href: adas_core.html
name: adas_core.Domain.Models.MongoModels
nameWithType: adas_core.Domain.Models.MongoModels
fullName: adas_core.Domain.Models.MongoModels
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
- name: .
- uid: adas_core.Domain.Models.MongoModels
name: MongoModels
href: adas_core.Domain.Models.MongoModels.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
- name: .
- uid: adas_core.Domain.Models.MongoModels
name: MongoModels
href: adas_core.Domain.Models.MongoModels.html
- uid: adas_core.Domain.Models.Responses.PatientSearch.Patient*
commentId: Overload:adas_core.Domain.Models.Responses.PatientSearch.Patient
href: adas_core.Domain.Models.Responses.PatientSearch.html#adas_core_Domain_Models_Responses_PatientSearch_Patient
name: Patient
nameWithType: PatientSearch.Patient
fullName: adas_core.Domain.Models.Responses.PatientSearch.Patient
- uid: adas_core.Domain.Models.Responses.PatientSearch.ArchivedPatient*
commentId: Overload:adas_core.Domain.Models.Responses.PatientSearch.ArchivedPatient
href: adas_core.Domain.Models.Responses.PatientSearch.html#adas_core_Domain_Models_Responses_PatientSearch_ArchivedPatient
name: ArchivedPatient
nameWithType: PatientSearch.ArchivedPatient
fullName: adas_core.Domain.Models.Responses.PatientSearch.ArchivedPatient
- uid: adas_core.Domain.Models.Responses.PatientSearch.Admission*
commentId: Overload:adas_core.Domain.Models.Responses.PatientSearch.Admission
href: adas_core.Domain.Models.Responses.PatientSearch.html#adas_core_Domain_Models_Responses_PatientSearch_Admission
name: Admission
nameWithType: PatientSearch.Admission
fullName: adas_core.Domain.Models.Responses.PatientSearch.Admission
- uid: adas_core.Domain.Models.Responses.PatientSearch.IsArchived*
commentId: Overload:adas_core.Domain.Models.Responses.PatientSearch.IsArchived
href: adas_core.Domain.Models.Responses.PatientSearch.html#adas_core_Domain_Models_Responses_PatientSearch_IsArchived
name: IsArchived
nameWithType: PatientSearch.IsArchived
fullName: adas_core.Domain.Models.Responses.PatientSearch.IsArchived
- uid: adas_core.Domain.Models.Responses.PatientSearch.HasResult*
commentId: Overload:adas_core.Domain.Models.Responses.PatientSearch.HasResult
href: adas_core.Domain.Models.Responses.PatientSearch.html#adas_core_Domain_Models_Responses_PatientSearch_HasResult
name: HasResult
nameWithType: PatientSearch.HasResult
fullName: adas_core.Domain.Models.Responses.PatientSearch.HasResult