Class GoalStatusCodes
Code Values for the Goal.status field
Inheritance
System.Object
GoalStatusCodes
Assembly: fhirCsR2.dll
Syntax
public static class GoalStatusCodes : object
Fields
|
Improve this Doc
View Source
ACCEPTED
Declaration
public const string ACCEPTED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ACHIEVED
Declaration
public const string ACHIEVED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CANCELLED
Declaration
public const string CANCELLED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IN_PROGRESS
Declaration
public const string IN_PROGRESS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ON_HOLD
Declaration
public const string ON_HOLD = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PLANNED
Declaration
public const string PLANNED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PROPOSED
Declaration
public const string PROPOSED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REJECTED
Declaration
public const string REJECTED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SUSTAINING
Declaration
public const string SUSTAINING = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Values
Declaration
public static HashSet<string> Values
Field Value
Type |
Description |
HashSet<System.String> |
|