
Uses of Enum
org.hl7.fhir.r5.model.Observation.TriggeredBytype
Packages that use Observation.TriggeredBytype
-
Uses of Observation.TriggeredBytype in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Observation.TriggeredBytypeModifier and TypeFieldDescriptionprotected Enumeration
<Observation.TriggeredBytype> Observation.ObservationTriggeredByComponent.type
The type of trigger.Methods in org.hl7.fhir.r5.model that return Observation.TriggeredBytypeModifier and TypeMethodDescriptionstatic Observation.TriggeredBytype
Observation.ObservationTriggeredByComponent.getType()
static Observation.TriggeredBytype
Returns the enum constant of this type with the specified name.static Observation.TriggeredBytype[]
Observation.TriggeredBytype.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 Observation.TriggeredBytypeModifier and TypeMethodDescriptionObservation.TriggeredBytypeEnumFactory.fromType
(PrimitiveType<?> code) Observation.ObservationTriggeredByComponent.getTypeElement()
Methods in org.hl7.fhir.r5.model with parameters of type Observation.TriggeredBytypeModifier and TypeMethodDescriptionObservation.ObservationTriggeredByComponent.setType
(Observation.TriggeredBytype value) Observation.TriggeredBytypeEnumFactory.toCode
(Observation.TriggeredBytype code) Observation.TriggeredBytypeEnumFactory.toSystem
(Observation.TriggeredBytype code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Observation.TriggeredBytypeModifier and TypeMethodDescriptionObservation.ObservationTriggeredByComponent.setTypeElement
(Enumeration<Observation.TriggeredBytype> value) Constructors in org.hl7.fhir.r5.model with parameters of type Observation.TriggeredBytypeModifierConstructorDescriptionObservationTriggeredByComponent
(Reference observation, Observation.TriggeredBytype type) Constructor