
Uses of Enum Class
org.hl7.fhir.r5.patterns.Event.EventStatus
Packages that use Event.EventStatus
- 
Uses of Event.EventStatus in org.hl7.fhir.r5.patternsMethods in org.hl7.fhir.r5.patterns that return Event.EventStatusModifier and TypeMethodDescriptionstatic Event.EventStatusEvent.getStatus()static Event.EventStatusReturns the enum constant of this class with the specified name.static Event.EventStatus[]Event.EventStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.patterns that return types with arguments of type Event.EventStatusModifier and TypeMethodDescriptionEvent.EventStatusEnumFactory.fromType(PrimitiveType<?> code) Event.getStatusElement()Methods in org.hl7.fhir.r5.patterns with parameters of type Event.EventStatusModifier and TypeMethodDescriptionEvent.setStatus(Event.EventStatus value) Event.EventStatusEnumFactory.toCode(Event.EventStatus code) Event.EventStatusEnumFactory.toSystem(Event.EventStatus code) Method parameters in org.hl7.fhir.r5.patterns with type arguments of type Event.EventStatus