Uses of Class
org.hl7.fhir.r4.model.ElementDefinition.ReferenceVersionRules
-
Packages that use ElementDefinition.ReferenceVersionRules Package Description org.hl7.fhir.r4.model -
-
Uses of ElementDefinition.ReferenceVersionRules in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ElementDefinition.ReferenceVersionRules Modifier and Type Field Description protected Enumeration<ElementDefinition.ReferenceVersionRules>ElementDefinition.TypeRefComponent. versioningWhether this reference needs to be version specific or version independent, or whether either can be used.Methods in org.hl7.fhir.r4.model that return ElementDefinition.ReferenceVersionRules Modifier and Type Method Description static ElementDefinition.ReferenceVersionRulesElementDefinition.ReferenceVersionRules. fromCode(String codeString)ElementDefinition.ReferenceVersionRulesElementDefinition.ReferenceVersionRulesEnumFactory. fromCode(String codeString)ElementDefinition.ReferenceVersionRulesElementDefinition.TypeRefComponent. getVersioning()static ElementDefinition.ReferenceVersionRulesElementDefinition.ReferenceVersionRules. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementDefinition.ReferenceVersionRules[]ElementDefinition.ReferenceVersionRules. 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 ElementDefinition.ReferenceVersionRules Modifier and Type Method Description Enumeration<ElementDefinition.ReferenceVersionRules>ElementDefinition.ReferenceVersionRulesEnumFactory. fromType(Base code)Enumeration<ElementDefinition.ReferenceVersionRules>ElementDefinition.TypeRefComponent. getVersioningElement()Methods in org.hl7.fhir.r4.model with parameters of type ElementDefinition.ReferenceVersionRules Modifier and Type Method Description ElementDefinition.TypeRefComponentElementDefinition.TypeRefComponent. setVersioning(ElementDefinition.ReferenceVersionRules value)StringElementDefinition.ReferenceVersionRulesEnumFactory. toCode(ElementDefinition.ReferenceVersionRules code)StringElementDefinition.ReferenceVersionRulesEnumFactory. toSystem(ElementDefinition.ReferenceVersionRules code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinition.ReferenceVersionRules Modifier and Type Method Description ElementDefinition.TypeRefComponentElementDefinition.TypeRefComponent. setVersioningElement(Enumeration<ElementDefinition.ReferenceVersionRules> value)
-