Uses of Class
org.hl7.fhir.r4.model.Enumerations.EventResourceType
-
Packages that use Enumerations.EventResourceType Package Description org.hl7.fhir.r4.model -
-
Uses of Enumerations.EventResourceType in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return Enumerations.EventResourceType Modifier and Type Method Description static Enumerations.EventResourceTypeEnumerations.EventResourceType. fromCode(String codeString)Enumerations.EventResourceTypeEnumerations.EventResourceTypeEnumFactory. fromCode(String codeString)static Enumerations.EventResourceTypeEnumerations.EventResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.EventResourceType[]Enumerations.EventResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Enumerations.EventResourceType Modifier and Type Method Description Enumeration<Enumerations.EventResourceType>Enumerations.EventResourceTypeEnumFactory. fromType(Base code)Methods in org.hl7.fhir.r4.model with parameters of type Enumerations.EventResourceType Modifier and Type Method Description StringEnumerations.EventResourceTypeEnumFactory. toCode(Enumerations.EventResourceType code)StringEnumerations.EventResourceTypeEnumFactory. toSystem(Enumerations.EventResourceType code)
-