public enum SearchXpathUsage extends Enum<SearchXpathUsage>
| Enum Constant and Description |
|---|
DISTANCE
The search parameter is based on a spatial transform of the selected nodes, using physical distance from the middle.
|
NEARBY
The search parameter is based on a spatial transform of the selected nodes.
|
NORMAL
The search parameter is derived directly from the selected nodes based on the type definitions.
|
NULL
added to help the parsers
|
OTHER
The interpretation of the xpath statement is unknown (and can't be automated).
|
PHONETIC
The search parameter is derived by a phonetic transform from the selected nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchXpathUsage |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SearchXpathUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchXpathUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchXpathUsage NORMAL
public static final SearchXpathUsage PHONETIC
public static final SearchXpathUsage NEARBY
public static final SearchXpathUsage DISTANCE
public static final SearchXpathUsage OTHER
public static final SearchXpathUsage NULL
public static SearchXpathUsage[] values()
for (SearchXpathUsage c : SearchXpathUsage.values()) System.out.println(c);
public static SearchXpathUsage 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 SearchXpathUsage 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.