public static enum Endpoint.EndpointStatus extends Enum<Endpoint.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 with the generic types
|
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 Endpoint.EndpointStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Endpoint.EndpointStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint.EndpointStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Endpoint.EndpointStatus ACTIVE
public static final Endpoint.EndpointStatus SUSPENDED
public static final Endpoint.EndpointStatus ERROR
public static final Endpoint.EndpointStatus OFF
public static final Endpoint.EndpointStatus ENTEREDINERROR
public static final Endpoint.EndpointStatus TEST
public static final Endpoint.EndpointStatus NULL
public static Endpoint.EndpointStatus[] values()
for (Endpoint.EndpointStatus c : Endpoint.EndpointStatus.values()) System.out.println(c);
public static Endpoint.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 Endpoint.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.