| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Enumeration<ElementDefinition.PropertyRepresentation>> |
ElementDefinition.representation
Codes that define how this element is represented in instances, when the deviation varies from the normal case.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementDefinition.PropertyRepresentation |
ElementDefinition.PropertyRepresentation.fromCode(String codeString) |
ElementDefinition.PropertyRepresentation |
ElementDefinition.PropertyRepresentationEnumFactory.fromCode(String codeString) |
static ElementDefinition.PropertyRepresentation |
ElementDefinition.PropertyRepresentation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementDefinition.PropertyRepresentation[] |
ElementDefinition.PropertyRepresentation.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.PropertyRepresentation> |
ElementDefinition.addRepresentationElement() |
Enumeration<ElementDefinition.PropertyRepresentation> |
ElementDefinition.PropertyRepresentationEnumFactory.fromType(Base code) |
List<Enumeration<ElementDefinition.PropertyRepresentation>> |
ElementDefinition.getRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition |
ElementDefinition.addRepresentation(ElementDefinition.PropertyRepresentation value) |
boolean |
ElementDefinition.hasRepresentation(ElementDefinition.PropertyRepresentation value) |
String |
ElementDefinition.PropertyRepresentationEnumFactory.toCode(ElementDefinition.PropertyRepresentation code) |
String |
ElementDefinition.PropertyRepresentationEnumFactory.toSystem(ElementDefinition.PropertyRepresentation code) |
| Modifier and Type | Method and Description |
|---|---|
ElementDefinition |
ElementDefinition.setRepresentation(List<Enumeration<ElementDefinition.PropertyRepresentation>> theRepresentation) |
Copyright © 2014–2021 Health Level 7. All rights reserved.