Class ElementDefinitionBindingStrengthCodes
Code Values for the ElementDefinition.binding.strength field
Inheritance
System.Object
ElementDefinitionBindingStrengthCodes
Assembly: fhirCsR2.dll
Syntax
public static class ElementDefinitionBindingStrengthCodes : object
Fields
|
Improve this Doc
View Source
EXAMPLE
Declaration
public const string EXAMPLE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EXTENSIBLE
Declaration
public const string EXTENSIBLE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PREFERRED
Declaration
public const string PREFERRED = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REQUIRED
Declaration
public const string REQUIRED = 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> |
|