Uses of Class
org.hl7.fhir.r4b.model.Enumerations.FHIRAllTypes
-
Packages that use Enumerations.FHIRAllTypes Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.FHIRAllTypes in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.FHIRAllTypes Modifier and Type Field Description protected Enumeration<Enumerations.FHIRAllTypes>DataRequirement. typeThe type of the required data, specified as the type name of a resource.protected Enumeration<Enumerations.FHIRAllTypes>OperationDefinition.OperationDefinitionParameterComponent. typeThe type for this parameter.protected Enumeration<Enumerations.FHIRAllTypes>ParameterDefinition. typeThe type of the parameter.Methods in org.hl7.fhir.r4b.model that return Enumerations.FHIRAllTypes Modifier and Type Method Description static Enumerations.FHIRAllTypesEnumerations.FHIRAllTypes. fromCode(String codeString)Enumerations.FHIRAllTypesEnumerations.FHIRAllTypesEnumFactory. fromCode(String codeString)Enumerations.FHIRAllTypesDataRequirement. getType()Enumerations.FHIRAllTypesOperationDefinition.OperationDefinitionParameterComponent. getType()Enumerations.FHIRAllTypesParameterDefinition. getType()static Enumerations.FHIRAllTypesEnumerations.FHIRAllTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.FHIRAllTypes[]Enumerations.FHIRAllTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.model that return types with arguments of type Enumerations.FHIRAllTypes Modifier and Type Method Description Enumeration<Enumerations.FHIRAllTypes>Enumerations.FHIRAllTypesEnumFactory. fromType(Base code)Enumeration<Enumerations.FHIRAllTypes>DataRequirement. getTypeElement()Enumeration<Enumerations.FHIRAllTypes>OperationDefinition.OperationDefinitionParameterComponent. getTypeElement()Enumeration<Enumerations.FHIRAllTypes>ParameterDefinition. getTypeElement()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.FHIRAllTypes Modifier and Type Method Description DataRequirementDataRequirement. setType(Enumerations.FHIRAllTypes value)OperationDefinition.OperationDefinitionParameterComponentOperationDefinition.OperationDefinitionParameterComponent. setType(Enumerations.FHIRAllTypes value)ParameterDefinitionParameterDefinition. setType(Enumerations.FHIRAllTypes value)StringEnumerations.FHIRAllTypesEnumFactory. toCode(Enumerations.FHIRAllTypes code)StringEnumerations.FHIRAllTypesEnumFactory. toSystem(Enumerations.FHIRAllTypes code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.FHIRAllTypes Modifier and Type Method Description DataRequirementDataRequirement. setTypeElement(Enumeration<Enumerations.FHIRAllTypes> value)OperationDefinition.OperationDefinitionParameterComponentOperationDefinition.OperationDefinitionParameterComponent. setTypeElement(Enumeration<Enumerations.FHIRAllTypes> value)ParameterDefinitionParameterDefinition. setTypeElement(Enumeration<Enumerations.FHIRAllTypes> value)Constructors in org.hl7.fhir.r4b.model with parameters of type Enumerations.FHIRAllTypes Constructor Description DataRequirement(Enumerations.FHIRAllTypes type)ConstructorParameterDefinition(Enumerations.OperationParameterUse use, Enumerations.FHIRAllTypes type)Constructor
-