public enum SummaryEnum extends Enum<SummaryEnum>
_summary search parameter| Enum Constant and Description |
|---|
COUNT
Search only: just return a count of the matching resources, without returning the actual matches
|
DATA
Remove the text element
|
FALSE
Return all parts of the resource(s)
|
TEXT
Return only the 'text' element, and any mandatory elements
|
TRUE
Return only those elements marked as 'summary' in the base definition of the resource(s)
|
| Modifier and Type | Method and Description |
|---|---|
static SummaryEnum |
fromCode(String theCode) |
String |
getCode() |
static SummaryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummaryEnum TRUE
public static final SummaryEnum TEXT
public static final SummaryEnum DATA
public static final SummaryEnum COUNT
public static final SummaryEnum FALSE
public static SummaryEnum[] values()
for (SummaryEnum c : SummaryEnum.values()) System.out.println(c);
public static SummaryEnum 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 SummaryEnum fromCode(String theCode)
Copyright © 2014–2017 University Health Network. All rights reserved.