public enum BindingStrength extends Enum<BindingStrength>
| Enum Constant and Description |
|---|
EXAMPLE
Instances are not expected or even encouraged to draw from the specified value set.
|
EXTENSIBLE
To be conformant, the concept in this element SHALL be from the specified value set if any of the codes within the value set can apply to the concept being communicated.
|
NULL
added to help the parsers
|
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
To be conformant, the concept in this element SHALL be from the specified value set.
|
| Modifier and Type | Method and Description |
|---|---|
static BindingStrength |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static BindingStrength |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingStrength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BindingStrength REQUIRED
public static final BindingStrength EXTENSIBLE
public static final BindingStrength PREFERRED
public static final BindingStrength EXAMPLE
public static final BindingStrength NULL
public static BindingStrength[] values()
for (BindingStrength c : BindingStrength.values()) System.out.println(c);
public static BindingStrength 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 BindingStrength fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.