public enum V3ResponseLevel extends Enum<V3ResponseLevel>
| Enum Constant and Description |
|---|
C
Respond with exceptions and a notification of completion
|
D
Respond with exceptions, completion, modifications and include more detail information (if applicable)
|
E
Respond with exceptions only
|
F
Respond with exceptions, completion, and modification with detail (as above), and send positive confirmations even if no modifications are being made.
|
N
Respond only with message level acknowledgements, i.e., only notify acceptance or rejection of the message, do not include any application-level detail
|
NULL
added to help the parsers
|
R
Respond with exceptions, completions and modifications or revisions done before completion
|
X
Do not send any kind of response
|
| Modifier and Type | Method and Description |
|---|---|
static V3ResponseLevel |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ResponseLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ResponseLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ResponseLevel C
public static final V3ResponseLevel D
public static final V3ResponseLevel E
public static final V3ResponseLevel F
public static final V3ResponseLevel N
public static final V3ResponseLevel R
public static final V3ResponseLevel X
public static final V3ResponseLevel NULL
public static V3ResponseLevel[] values()
for (V3ResponseLevel c : V3ResponseLevel.values()) System.out.println(c);
public static V3ResponseLevel 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 V3ResponseLevel 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.