public static enum GuidanceResponse.GuidanceResponseStatus extends Enum<GuidanceResponse.GuidanceResponseStatus>
| Enum Constant and Description |
|---|
DATAREQUESTED
The request was processed successfully, but more data may result in a more complete evaluation.
|
DATAREQUIRED
The request was processed, but more data is required to complete the evaluation.
|
ENTEREDINERROR
The response was entered in error.
|
FAILURE
The request was not processed successfully.
|
INPROGRESS
The request is currently being processed.
|
NULL
added to help the parsers with the generic types
|
SUCCESS
The request was processed successfully.
|
| Modifier and Type | Method and Description |
|---|---|
static GuidanceResponse.GuidanceResponseStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GuidanceResponse.GuidanceResponseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuidanceResponse.GuidanceResponseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuidanceResponse.GuidanceResponseStatus SUCCESS
public static final GuidanceResponse.GuidanceResponseStatus DATAREQUESTED
public static final GuidanceResponse.GuidanceResponseStatus DATAREQUIRED
public static final GuidanceResponse.GuidanceResponseStatus INPROGRESS
public static final GuidanceResponse.GuidanceResponseStatus FAILURE
public static final GuidanceResponse.GuidanceResponseStatus ENTEREDINERROR
public static final GuidanceResponse.GuidanceResponseStatus NULL
public static GuidanceResponse.GuidanceResponseStatus[] values()
for (GuidanceResponse.GuidanceResponseStatus c : GuidanceResponse.GuidanceResponseStatus.values()) System.out.println(c);
public static GuidanceResponse.GuidanceResponseStatus 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 GuidanceResponse.GuidanceResponseStatus 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.