![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r5.model.Transport.TransportIntent
Packages that use Transport.TransportIntent
-
Uses of Transport.TransportIntent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Transport.TransportIntentModifier and TypeFieldDescriptionprotected Enumeration
<Transport.TransportIntent> Transport.intent
Indicates the "level" of actionability associated with the Transport, i.e.Methods in org.hl7.fhir.r5.model that return Transport.TransportIntentModifier and TypeMethodDescriptionstatic Transport.TransportIntent
Transport.getIntent()
static Transport.TransportIntent
Returns the enum constant of this type with the specified name.static Transport.TransportIntent[]
Transport.TransportIntent.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.TransportIntentModifier and TypeMethodDescriptionTransport.TransportIntentEnumFactory.fromType
(PrimitiveType<?> code) Transport.getIntentElement()
Methods in org.hl7.fhir.r5.model with parameters of type Transport.TransportIntentModifier and TypeMethodDescriptionTransport.setIntent
(Transport.TransportIntent value) Transport.TransportIntentEnumFactory.toCode
(Transport.TransportIntent code) Transport.TransportIntentEnumFactory.toSystem
(Transport.TransportIntent code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Transport.TransportIntentModifier and TypeMethodDescriptionTransport.setIntentElement
(Enumeration<Transport.TransportIntent> value) Constructors in org.hl7.fhir.r5.model with parameters of type Transport.TransportIntentModifierConstructorDescriptionTransport
(Transport.TransportIntent intent, Reference requestedLocation, Reference currentLocation) Constructor