Uses of Enum
org.hl7.fhir.r5.patterns.Event.EventStatus
-
Uses of Event.EventStatus in org.hl7.fhir.r5.patterns
Modifier and TypeMethodDescriptionstatic Event.EventStatus
Event.getStatus()
static Event.EventStatus
Returns the enum constant of this type with the specified name.static Event.EventStatus[]
Event.EventStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEvent.EventStatusEnumFactory.fromType
(PrimitiveType<?> code) Event.getStatusElement()
Modifier and TypeMethodDescriptionEvent.setStatus
(Event.EventStatus value) Event.EventStatusEnumFactory.toCode
(Event.EventStatus code) Event.EventStatusEnumFactory.toSystem
(Event.EventStatus code)