Uses of Class
org.hl7.fhir.r4b.patterns.Event.EventStatus
-
Packages that use Event.EventStatus Package Description org.hl7.fhir.r4b.patterns -
-
Uses of Event.EventStatus in org.hl7.fhir.r4b.patterns
Methods in org.hl7.fhir.r4b.patterns that return Event.EventStatus Modifier and Type Method Description static Event.EventStatusEvent.EventStatus. fromCode(String codeString)Event.EventStatusEvent.EventStatusEnumFactory. fromCode(String codeString)Event.EventStatusEvent. getStatus()static Event.EventStatusEvent.EventStatus. valueOf(String name)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.Methods in org.hl7.fhir.r4b.patterns that return types with arguments of type Event.EventStatus Modifier and Type Method Description Enumeration<Event.EventStatus>Event.EventStatusEnumFactory. fromType(Base code)Enumeration<Event.EventStatus>Event. getStatusElement()Methods in org.hl7.fhir.r4b.patterns with parameters of type Event.EventStatus Modifier and Type Method Description EventEvent. setStatus(Event.EventStatus value)StringEvent.EventStatusEnumFactory. toCode(Event.EventStatus code)StringEvent.EventStatusEnumFactory. toSystem(Event.EventStatus code)Method parameters in org.hl7.fhir.r4b.patterns with type arguments of type Event.EventStatus Modifier and Type Method Description EventEvent. setStatusElement(Enumeration<Event.EventStatus> value)
-