Uses of Class
org.hl7.fhir.r4.model.ElementDefinition.PropertyRepresentation
-
Packages that use ElementDefinition.PropertyRepresentation Package Description org.hl7.fhir.r4.model -
-
Uses of ElementDefinition.PropertyRepresentation in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ElementDefinition.PropertyRepresentation Modifier and Type Field 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.Methods in org.hl7.fhir.r4.model that return ElementDefinition.PropertyRepresentation Modifier and Type Method 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type ElementDefinition.PropertyRepresentation Modifier and Type Method Description Enumeration<ElementDefinition.PropertyRepresentation>
ElementDefinition. addRepresentationElement()
Enumeration<ElementDefinition.PropertyRepresentation>
ElementDefinition.PropertyRepresentationEnumFactory. fromType(Base code)
List<Enumeration<ElementDefinition.PropertyRepresentation>>
ElementDefinition. getRepresentation()
Methods in org.hl7.fhir.r4.model with parameters of type ElementDefinition.PropertyRepresentation Modifier and Type Method 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)
Method parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinition.PropertyRepresentation Modifier and Type Method Description ElementDefinition
ElementDefinition. setRepresentation(List<Enumeration<ElementDefinition.PropertyRepresentation>> theRepresentation)
-