Enum EndpointStatus

java.lang.Object
java.lang.Enum<EndpointStatus>
org.hl7.fhir.dstu3.model.codesystems.EndpointStatus
All Implemented Interfaces:
Serializable, Comparable<EndpointStatus>

public enum EndpointStatus extends Enum<EndpointStatus>
  • Enum Constant Details

    • ACTIVE

      public static final EndpointStatus ACTIVE
      This endpoint is expected to be active and can be used
    • SUSPENDED

      public static final EndpointStatus SUSPENDED
      This endpoint is temporarily unavailable
    • ERROR

      public static final EndpointStatus 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
    • OFF

      public static final EndpointStatus OFF
      This endpoint is no longer to be used
    • ENTEREDINERROR

      public static final EndpointStatus ENTEREDINERROR
      This instance should not have been part of this patient's medical record.
    • TEST

      public static final EndpointStatus TEST
      This endpoint is not intended for production usage.
    • NULL

      public static final EndpointStatus NULL
      added to help the parsers
  • Method Details

    • values

      public static EndpointStatus[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EndpointStatus valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromCode

      public static EndpointStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()