public enum ElementsSupportEnum extends Enum<ElementsSupportEnum>
| Enum Constant and Description |
|---|
EXTENDED
The server will support both the standard features as well as support for elements
exclusion.
|
STANDARD
The server will support only the FHIR standard features for the
_elements
parameter. |
| Modifier and Type | Method and Description |
|---|---|
static ElementsSupportEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementsSupportEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementsSupportEnum STANDARD
_elements
parameter.public static final ElementsSupportEnum EXTENDED
public static ElementsSupportEnum[] values()
for (ElementsSupportEnum c : ElementsSupportEnum.values()) System.out.println(c);
public static ElementsSupportEnum 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 nullCopyright © 2014–2019 University Health Network. All rights reserved.