Uses of Class
org.hl7.fhir.r4.model.Enumerations.MessageEvent
-
Packages that use Enumerations.MessageEvent Package Description org.hl7.fhir.r4.model -
-
Uses of Enumerations.MessageEvent in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return Enumerations.MessageEvent Modifier and Type Method Description static Enumerations.MessageEventEnumerations.MessageEvent. fromCode(String codeString)Enumerations.MessageEventEnumerations.MessageEventEnumFactory. fromCode(String codeString)static Enumerations.MessageEventEnumerations.MessageEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.MessageEvent[]Enumerations.MessageEvent. 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.MessageEvent Modifier and Type Method Description Enumeration<Enumerations.MessageEvent>Enumerations.MessageEventEnumFactory. fromType(Base code)Methods in org.hl7.fhir.r4.model with parameters of type Enumerations.MessageEvent Modifier and Type Method Description StringEnumerations.MessageEventEnumFactory. toCode(Enumerations.MessageEvent code)StringEnumerations.MessageEventEnumFactory. toSystem(Enumerations.MessageEvent code)
-