Uses of Enum Class
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.typeThe type of trigger.Methods in org.hl7.fhir.r5.model that return Observation.TriggeredBytypeModifier and TypeMethodDescriptionstatic Observation.TriggeredBytypeObservation.ObservationTriggeredByComponent.getType()static Observation.TriggeredBytypeReturns the enum constant of this class with the specified name.static Observation.TriggeredBytype[]Observation.TriggeredBytype.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 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