public enum V3ResponseMode extends Enum<V3ResponseMode>
| Enum Constant and Description |
|---|
D
The receiver may respond in a non-immediate manner.
|
I
The receiver is required to assume that the sender is blocking and behave appropriately by sending an immediate response.
|
NULL
added to help the parsers
|
Q
The receiver shall keep any application responses in a queue until such time as the queue is polled.
|
| Modifier and Type | Method and Description |
|---|---|
static V3ResponseMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ResponseMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ResponseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ResponseMode D
public static final V3ResponseMode I
public static final V3ResponseMode Q
public static final V3ResponseMode NULL
public static V3ResponseMode[] values()
for (V3ResponseMode c : V3ResponseMode.values()) System.out.println(c);
public static V3ResponseMode 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 V3ResponseMode 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.