Uses of Enum
org.hl7.fhir.r5.model.Transport.TransportStatus
-
Uses of Transport.TransportStatus in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Transport.TransportStatus> Transport.status
A code specifying the state of the transport event.Modifier and TypeMethodDescriptionstatic Transport.TransportStatus
Transport.getStatus()
static Transport.TransportStatus
Returns the enum constant of this type with the specified name.static Transport.TransportStatus[]
Transport.TransportStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTransport.TransportStatusEnumFactory.fromType
(PrimitiveType<?> code) Transport.getStatusElement()
Modifier and TypeMethodDescriptionTransport.setStatus
(Transport.TransportStatus value) Transport.TransportStatusEnumFactory.toCode
(Transport.TransportStatus code) Transport.TransportStatusEnumFactory.toSystem
(Transport.TransportStatus code) Modifier and TypeMethodDescriptionTransport.setStatusElement
(Enumeration<Transport.TransportStatus> value)