Uses of Enum
org.hl7.fhir.r5.model.Transport.TransportIntent
-
Uses of Transport.TransportIntent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Transport.TransportIntent> Transport.intent
Indicates the "level" of actionability associated with the Transport, i.e.Modifier 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.Modifier and TypeMethodDescriptionTransport.TransportIntentEnumFactory.fromType
(PrimitiveType<?> code) Transport.getIntentElement()
Modifier and TypeMethodDescriptionTransport.setIntent
(Transport.TransportIntent value) Transport.TransportIntentEnumFactory.toCode
(Transport.TransportIntent code) Transport.TransportIntentEnumFactory.toSystem
(Transport.TransportIntent code) Modifier and TypeMethodDescriptionTransport.setIntentElement
(Enumeration<Transport.TransportIntent> value) ModifierConstructorDescriptionTransport
(Transport.TransportIntent intent, Reference requestedLocation, Reference currentLocation) Constructor