Package org.hl7.fhir.r5.model
Enum Transport.TransportStatus
- All Implemented Interfaces:
Serializable
,Comparable<Transport.TransportStatus>
- Enclosing class:
Transport
-
Enum Constant Summary
Enum ConstantDescriptionTransport was started but not completed.Transport was cancelled before started.Transport has been completed.This electronic record should never have existed, though it is possible that real-world decisions were based on it.Transport has started but not completed.added to help the parsers with the generic typesPlanned transport that is not yet requested. -
Method Summary
Modifier and TypeMethodDescriptionstatic Transport.TransportStatus
toCode()
static Transport.TransportStatus
Returns the enum constant of this type with the specified name.static Transport.TransportStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INPROGRESS
Transport has started but not completed. -
COMPLETED
Transport has been completed. -
ABANDONED
Transport was started but not completed. -
CANCELLED
Transport was cancelled before started. -
PLANNED
Planned transport that is not yet requested. -
ENTEREDINERROR
This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be \"abandoned\" rather than \"entered-in-error\".). -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
fromCode
public static Transport.TransportStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-