public static enum SearchParameter.XPathUsageType extends Enum<SearchParameter.XPathUsageType>
| 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 with the generic types
|
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 SearchParameter.XPathUsageType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SearchParameter.XPathUsageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchParameter.XPathUsageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchParameter.XPathUsageType NORMAL
public static final SearchParameter.XPathUsageType PHONETIC
public static final SearchParameter.XPathUsageType NEARBY
public static final SearchParameter.XPathUsageType DISTANCE
public static final SearchParameter.XPathUsageType OTHER
public static final SearchParameter.XPathUsageType NULL
public static SearchParameter.XPathUsageType[] values()
for (SearchParameter.XPathUsageType c : SearchParameter.XPathUsageType.values()) System.out.println(c);
public static SearchParameter.XPathUsageType 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 SearchParameter.XPathUsageType 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.