public enum BindingStrengthEnum extends Enum<BindingStrengthEnum>
| Enum Constant and Description |
|---|
EXAMPLE
Display: Example
Code Value: example Instances are not expected or even encouraged to draw from the specified value set. |
EXTENSIBLE
Display: Extensible
Code Value: extensible To be conformant, instances of this element SHALL include a code from the specified value set if any of the codes within the value set can apply to the concept being communicated. |
PREFERRED
Display: Preferred
Code Value: preferred Instances are encouraged to draw from the specified codes for interoperability purposes but are not required to do so to be considered conformant. |
REQUIRED
Display: Required
Code Value: required To be conformant, instances of this element SHALL include a code from the specified value set. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<BindingStrengthEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
BindingStrength
|
| Modifier and Type | Method and Description |
|---|---|
static BindingStrengthEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static BindingStrengthEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingStrengthEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindingStrengthEnum REQUIRED
public static final BindingStrengthEnum EXTENSIBLE
public static final BindingStrengthEnum PREFERRED
public static final BindingStrengthEnum EXAMPLE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<BindingStrengthEnum> VALUESET_BINDER
public static BindingStrengthEnum[] values()
for (BindingStrengthEnum c : BindingStrengthEnum.values()) System.out.println(c);
public static BindingStrengthEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static BindingStrengthEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.