public enum V3QueryResponse extends Enum<V3QueryResponse>
| Enum Constant and Description |
|---|
AE
Query Error.
|
NF
No errors, but no data was found matching the query request specification.
|
NULL
added to help the parsers
|
OK
Query reponse data found for 1 or more result sets matching the query request specification.
|
QE
QueryError.
|
| Modifier and Type | Method and Description |
|---|---|
static V3QueryResponse |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3QueryResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3QueryResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3QueryResponse AE
public static final V3QueryResponse NF
public static final V3QueryResponse OK
public static final V3QueryResponse QE
public static final V3QueryResponse NULL
public static V3QueryResponse[] values()
for (V3QueryResponse c : V3QueryResponse.values()) System.out.println(c);
public static V3QueryResponse 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 V3QueryResponse 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.