| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ElementDefinition.ReferenceVersionRules> |
ElementDefinition.TypeRefComponent.versioning
Whether this reference needs to be version specific or version independent, or whether either can be used.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementDefinition.ReferenceVersionRules |
ElementDefinition.ReferenceVersionRules.fromCode(String codeString) |
ElementDefinition.ReferenceVersionRules |
ElementDefinition.ReferenceVersionRulesEnumFactory.fromCode(String codeString) |
ElementDefinition.ReferenceVersionRules |
ElementDefinition.TypeRefComponent.getVersioning() |
static ElementDefinition.ReferenceVersionRules |
ElementDefinition.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ElementDefinition.ReferenceVersionRules> |
ElementDefinition.ReferenceVersionRulesEnumFactory.fromType(Base code) |
Enumeration<ElementDefinition.ReferenceVersionRules> |
ElementDefinition.TypeRefComponent.getVersioningElement() |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition.TypeRefComponent |
ElementDefinition.TypeRefComponent.setVersioning(ElementDefinition.ReferenceVersionRules value) |
String |
ElementDefinition.ReferenceVersionRulesEnumFactory.toCode(ElementDefinition.ReferenceVersionRules code) |
String |
ElementDefinition.ReferenceVersionRulesEnumFactory.toSystem(ElementDefinition.ReferenceVersionRules code) |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition.TypeRefComponent |
ElementDefinition.TypeRefComponent.setVersioningElement(Enumeration<ElementDefinition.ReferenceVersionRules> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.