
Uses of Enum
org.hl7.fhir.r5.model.Transport.TransportStatus
Packages that use Transport.TransportStatus
-
Uses of Transport.TransportStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Transport.TransportStatusModifier and TypeFieldDescriptionprotected Enumeration
<Transport.TransportStatus> Transport.status
A code specifying the state of the transport event.Methods in org.hl7.fhir.r5.model that return Transport.TransportStatusModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Transport.TransportStatusModifier and TypeMethodDescriptionTransport.TransportStatusEnumFactory.fromType
(PrimitiveType<?> code) Transport.getStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type Transport.TransportStatusModifier and TypeMethodDescriptionTransport.setStatus
(Transport.TransportStatus value) Transport.TransportStatusEnumFactory.toCode
(Transport.TransportStatus code) Transport.TransportStatusEnumFactory.toSystem
(Transport.TransportStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Transport.TransportStatusModifier and TypeMethodDescriptionTransport.setStatusElement
(Enumeration<Transport.TransportStatus> value)