Uses of Class
org.hl7.fhir.r4.model.codesystems.EventStatus
-
Packages that use EventStatus Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of EventStatus in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return EventStatus Modifier and Type Method Description static EventStatusEventStatus. fromCode(String codeString)EventStatusEventStatusEnumFactory. fromCode(String codeString)static EventStatusEventStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EventStatus[]EventStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type EventStatus Modifier and Type Method Description StringEventStatusEnumFactory. toCode(EventStatus code)StringEventStatusEnumFactory. toSystem(EventStatus code)
-