Class ElementDefinitionTypeAggregationCodes
Code Values for the ElementDefinition.type.aggregation field
Inheritance
System.Object
ElementDefinitionTypeAggregationCodes
Assembly: fhirCsR2.dll
Syntax
public static class ElementDefinitionTypeAggregationCodes : object
Fields
|
Improve this Doc
View Source
BUNDLED
Declaration
public const string BUNDLED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CONTAINED
Declaration
public const string CONTAINED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REFERENCED
Declaration
public const string REFERENCED = 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> |
|