public enum EndpointStatus extends Enum<EndpointStatus>
| Enum Constant and Description |
|---|
ACTIVE
This endpoint is expected to be active and can be used.
|
ENTEREDINERROR
This instance should not have been part of this patient's medical record.
|
ERROR
This endpoint has exceeded connectivity thresholds and is considered in an error state and should no longer be attempted to connect to until corrective action is taken.
|
NULL
added to help the parsers
|
OFF
This endpoint is no longer to be used.
|
SUSPENDED
This endpoint is temporarily unavailable.
|
TEST
This endpoint is not intended for production usage.
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EndpointStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointStatus ACTIVE
public static final EndpointStatus SUSPENDED
public static final EndpointStatus ERROR
public static final EndpointStatus OFF
public static final EndpointStatus ENTEREDINERROR
public static final EndpointStatus TEST
public static final EndpointStatus NULL
public static EndpointStatus[] values()
for (EndpointStatus c : EndpointStatus.values()) System.out.println(c);
public static EndpointStatus 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 EndpointStatus 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.