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

1052 lines
37 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan
commentId: T:adas_core.Domain.Models.MongoModels.PatientCarePlan
id: PatientCarePlan
parent: adas_core.Domain.Models.MongoModels
children:
- adas_core.Domain.Models.MongoModels.PatientCarePlan.Action
- adas_core.Domain.Models.MongoModels.PatientCarePlan.CarePlan
- adas_core.Domain.Models.MongoModels.PatientCarePlan.Description
- adas_core.Domain.Models.MongoModels.PatientCarePlan.Id
- adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientId
- adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientNumber
- adas_core.Domain.Models.MongoModels.PatientCarePlan.PointOfCareId
- adas_core.Domain.Models.MongoModels.PatientCarePlan.Time
- adas_core.Domain.Models.MongoModels.PatientCarePlan.UserId
langs:
- csharp
- vb
name: PatientCarePlan
nameWithType: PatientCarePlan
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan
type: Class
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientCarePlan
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 12
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
summary: Represents a care plan for a patient, encapsulating the details and coordination of medical treatment and health management.
remarks: This class serves as a structured model for organizing and tracking the various aspects of a patient's care strategy.
example: []
syntax:
content: public class PatientCarePlan
content.vb: Public Class PatientCarePlan
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.MongoModels.PatientCarePlan.Id
commentId: P:adas_core.Domain.Models.MongoModels.PatientCarePlan.Id
id: Id
parent: adas_core.Domain.Models.MongoModels.PatientCarePlan
langs:
- csharp
- vb
name: Id
nameWithType: PatientCarePlan.Id
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.Id
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Id
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 14
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId Id { get; set; }
parameters: []
return:
type: MongoDB.Bson.ObjectId
content.vb: Public Property Id As ObjectId
overload: adas_core.Domain.Models.MongoModels.PatientCarePlan.Id*
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientId
commentId: P:adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientId
id: PatientId
parent: adas_core.Domain.Models.MongoModels.PatientCarePlan
langs:
- csharp
- vb
name: PatientId
nameWithType: PatientCarePlan.PatientId
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientId
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 15
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId PatientId { get; set; }
parameters: []
return:
type: MongoDB.Bson.ObjectId
content.vb: Public Property PatientId As ObjectId
overload: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientId*
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.PointOfCareId
commentId: P:adas_core.Domain.Models.MongoModels.PatientCarePlan.PointOfCareId
id: PointOfCareId
parent: adas_core.Domain.Models.MongoModels.PatientCarePlan
langs:
- csharp
- vb
name: PointOfCareId
nameWithType: PatientCarePlan.PointOfCareId
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.PointOfCareId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PointOfCareId
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 16
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? PointOfCareId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property PointOfCareId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.PatientCarePlan.PointOfCareId*
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientNumber
commentId: P:adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientNumber
id: PatientNumber
parent: adas_core.Domain.Models.MongoModels.PatientCarePlan
langs:
- csharp
- vb
name: PatientNumber
nameWithType: PatientCarePlan.PatientNumber
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientNumber
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PatientNumber
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 17
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? PatientNumber { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property PatientNumber As String
overload: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientNumber*
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.UserId
commentId: P:adas_core.Domain.Models.MongoModels.PatientCarePlan.UserId
id: UserId
parent: adas_core.Domain.Models.MongoModels.PatientCarePlan
langs:
- csharp
- vb
name: UserId
nameWithType: PatientCarePlan.UserId
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.UserId
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: UserId
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 18
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId? UserId { get; set; }
parameters: []
return:
type: System.Nullable{MongoDB.Bson.ObjectId}
content.vb: Public Property UserId As ObjectId?
overload: adas_core.Domain.Models.MongoModels.PatientCarePlan.UserId*
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.CarePlan
commentId: P:adas_core.Domain.Models.MongoModels.PatientCarePlan.CarePlan
id: CarePlan
parent: adas_core.Domain.Models.MongoModels.PatientCarePlan
langs:
- csharp
- vb
name: CarePlan
nameWithType: PatientCarePlan.CarePlan
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.CarePlan
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: CarePlan
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 19
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public OptionList? CarePlan { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.Masters.OptionList
content.vb: Public Property CarePlan As OptionList
overload: adas_core.Domain.Models.MongoModels.PatientCarePlan.CarePlan*
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.Description
commentId: P:adas_core.Domain.Models.MongoModels.PatientCarePlan.Description
id: Description
parent: adas_core.Domain.Models.MongoModels.PatientCarePlan
langs:
- csharp
- vb
name: Description
nameWithType: PatientCarePlan.Description
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.Description
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Description
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 20
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? Description { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Description As String
overload: adas_core.Domain.Models.MongoModels.PatientCarePlan.Description*
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.Time
commentId: P:adas_core.Domain.Models.MongoModels.PatientCarePlan.Time
id: Time
parent: adas_core.Domain.Models.MongoModels.PatientCarePlan
langs:
- csharp
- vb
name: Time
nameWithType: PatientCarePlan.Time
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.Time
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Time
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 21
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DateTime? Time { get; set; }
parameters: []
return:
type: System.Nullable{System.DateTime}
content.vb: Public Property Time As Date?
overload: adas_core.Domain.Models.MongoModels.PatientCarePlan.Time*
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.Action
commentId: P:adas_core.Domain.Models.MongoModels.PatientCarePlan.Action
id: Action
parent: adas_core.Domain.Models.MongoModels.PatientCarePlan
langs:
- csharp
- vb
name: Action
nameWithType: PatientCarePlan.Action
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.Action
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Action
path: ../../adas-core.Domain/Models/MongoModels/PatientCarePlan.cs
startLine: 22
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ActionsEnum.CrudAction? Action { get; set; }
parameters: []
return:
type: System.Nullable{adas_core.Domain.Enums.ActionsEnum.CrudAction}
content.vb: Public Property Action As ActionsEnum.CrudAction?
overload: adas_core.Domain.Models.MongoModels.PatientCarePlan.Action*
references:
- 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: 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.MongoModels.PatientCarePlan.Id*
commentId: Overload:adas_core.Domain.Models.MongoModels.PatientCarePlan.Id
href: adas_core.Domain.Models.MongoModels.PatientCarePlan.html#adas_core_Domain_Models_MongoModels_PatientCarePlan_Id
name: Id
nameWithType: PatientCarePlan.Id
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.Id
- uid: MongoDB.Bson.ObjectId
commentId: T:MongoDB.Bson.ObjectId
parent: MongoDB.Bson
isExternal: true
name: ObjectId
nameWithType: ObjectId
fullName: MongoDB.Bson.ObjectId
- uid: MongoDB.Bson
commentId: N:MongoDB.Bson
isExternal: true
name: MongoDB.Bson
nameWithType: MongoDB.Bson
fullName: MongoDB.Bson
spec.csharp:
- uid: MongoDB
name: MongoDB
isExternal: true
- name: .
- uid: MongoDB.Bson
name: Bson
isExternal: true
spec.vb:
- uid: MongoDB
name: MongoDB
isExternal: true
- name: .
- uid: MongoDB.Bson
name: Bson
isExternal: true
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientId*
commentId: Overload:adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientId
href: adas_core.Domain.Models.MongoModels.PatientCarePlan.html#adas_core_Domain_Models_MongoModels_PatientCarePlan_PatientId
name: PatientId
nameWithType: PatientCarePlan.PatientId
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientId
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.PointOfCareId*
commentId: Overload:adas_core.Domain.Models.MongoModels.PatientCarePlan.PointOfCareId
href: adas_core.Domain.Models.MongoModels.PatientCarePlan.html#adas_core_Domain_Models_MongoModels_PatientCarePlan_PointOfCareId
name: PointOfCareId
nameWithType: PatientCarePlan.PointOfCareId
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.PointOfCareId
- uid: System.Nullable{MongoDB.Bson.ObjectId}
commentId: T:System.Nullable{MongoDB.Bson.ObjectId}
parent: System
definition: System.Nullable`1
name: ObjectId?
nameWithType: ObjectId?
fullName: MongoDB.Bson.ObjectId?
spec.csharp:
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: '?'
spec.vb:
- uid: MongoDB.Bson.ObjectId
name: ObjectId
isExternal: true
- name: '?'
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientNumber*
commentId: Overload:adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientNumber
href: adas_core.Domain.Models.MongoModels.PatientCarePlan.html#adas_core_Domain_Models_MongoModels_PatientCarePlan_PatientNumber
name: PatientNumber
nameWithType: PatientCarePlan.PatientNumber
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.PatientNumber
- 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.MongoModels.PatientCarePlan.UserId*
commentId: Overload:adas_core.Domain.Models.MongoModels.PatientCarePlan.UserId
href: adas_core.Domain.Models.MongoModels.PatientCarePlan.html#adas_core_Domain_Models_MongoModels_PatientCarePlan_UserId
name: UserId
nameWithType: PatientCarePlan.UserId
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.UserId
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.CarePlan*
commentId: Overload:adas_core.Domain.Models.MongoModels.PatientCarePlan.CarePlan
href: adas_core.Domain.Models.MongoModels.PatientCarePlan.html#adas_core_Domain_Models_MongoModels_PatientCarePlan_CarePlan
name: CarePlan
nameWithType: PatientCarePlan.CarePlan
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.CarePlan
- uid: adas_core.Domain.Models.Masters.OptionList
commentId: T:adas_core.Domain.Models.Masters.OptionList
parent: adas_core.Domain.Models.Masters
href: adas_core.Domain.Models.Masters.OptionList.html
name: OptionList
nameWithType: OptionList
fullName: adas_core.Domain.Models.Masters.OptionList
- uid: adas_core.Domain.Models.Masters
commentId: N:adas_core.Domain.Models.Masters
href: adas_core.html
name: adas_core.Domain.Models.Masters
nameWithType: adas_core.Domain.Models.Masters
fullName: adas_core.Domain.Models.Masters
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.Masters
name: Masters
href: adas_core.Domain.Models.Masters.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.Masters
name: Masters
href: adas_core.Domain.Models.Masters.html
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.Description*
commentId: Overload:adas_core.Domain.Models.MongoModels.PatientCarePlan.Description
href: adas_core.Domain.Models.MongoModels.PatientCarePlan.html#adas_core_Domain_Models_MongoModels_PatientCarePlan_Description
name: Description
nameWithType: PatientCarePlan.Description
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.Description
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.Time*
commentId: Overload:adas_core.Domain.Models.MongoModels.PatientCarePlan.Time
href: adas_core.Domain.Models.MongoModels.PatientCarePlan.html#adas_core_Domain_Models_MongoModels_PatientCarePlan_Time
name: Time
nameWithType: PatientCarePlan.Time
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.Time
- uid: System.Nullable{System.DateTime}
commentId: T:System.Nullable{System.DateTime}
parent: System
definition: System.Nullable`1
href: https://learn.microsoft.com/dotnet/api/system.datetime
name: DateTime?
nameWithType: DateTime?
fullName: System.DateTime?
nameWithType.vb: Date?
fullName.vb: Date?
name.vb: Date?
spec.csharp:
- uid: System.DateTime
name: DateTime
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
- name: '?'
spec.vb:
- uid: System.DateTime
name: Date
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
- name: '?'
- uid: adas_core.Domain.Models.MongoModels.PatientCarePlan.Action*
commentId: Overload:adas_core.Domain.Models.MongoModels.PatientCarePlan.Action
href: adas_core.Domain.Models.MongoModels.PatientCarePlan.html#adas_core_Domain_Models_MongoModels_PatientCarePlan_Action
name: Action
nameWithType: PatientCarePlan.Action
fullName: adas_core.Domain.Models.MongoModels.PatientCarePlan.Action
- uid: System.Nullable{adas_core.Domain.Enums.ActionsEnum.CrudAction}
commentId: T:System.Nullable{adas_core.Domain.Enums.ActionsEnum.CrudAction}
parent: System
definition: System.Nullable`1
href: adas_core.Domain.Enums.ActionsEnum.html
name: ActionsEnum.CrudAction?
nameWithType: ActionsEnum.CrudAction?
fullName: adas_core.Domain.Enums.ActionsEnum.CrudAction?
spec.csharp:
- uid: adas_core.Domain.Enums.ActionsEnum
name: ActionsEnum
href: adas_core.Domain.Enums.ActionsEnum.html
- name: .
- uid: adas_core.Domain.Enums.ActionsEnum.CrudAction
name: CrudAction
href: adas_core.Domain.Enums.ActionsEnum.CrudAction.html
- name: '?'
spec.vb:
- uid: adas_core.Domain.Enums.ActionsEnum
name: ActionsEnum
href: adas_core.Domain.Enums.ActionsEnum.html
- name: .
- uid: adas_core.Domain.Enums.ActionsEnum.CrudAction
name: CrudAction
href: adas_core.Domain.Enums.ActionsEnum.CrudAction.html
- name: '?'