
Uses of Enum Class
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.intentIndicates the "level" of actionability associated with the Transport, i.e. i+R[9]Cs this a proposed transport, a planned transport, an actionable transport, etc.Methods in org.hl7.fhir.r5.model that return Transport.TransportIntentModifier and TypeMethodDescriptionstatic Transport.TransportIntentTransport.getIntent()static Transport.TransportIntentReturns the enum constant of this class with the specified name.static Transport.TransportIntent[]Transport.TransportIntent.values()Returns an array containing the constants of this enum class, 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