
Uses of Class
org.hl7.fhir.dstu2.model.ElementDefinition
Packages that use ElementDefinition
-
Uses of ElementDefinition in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ElementDefinitionModifier and TypeMethodDescriptionprotected ElementDefinition
JsonParser.parseElementDefinition
(com.google.gson.JsonObject json) protected ElementDefinition
XmlParser.parseElementDefinition
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ElementDefinitionModifier and TypeMethodDescriptionprotected void
JsonParser.composeElementDefinition
(String name, ElementDefinition element) protected void
XmlParser.composeElementDefinition
(String name, ElementDefinition element) protected void
JsonParser.composeElementDefinitionInner
(ElementDefinition element) JsonParser.parseElementDefinitionElementDefinitionBaseComponent
(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionBaseComponent
(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) JsonParser.parseElementDefinitionElementDefinitionBindingComponent
(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionBindingComponent
(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) JsonParser.parseElementDefinitionElementDefinitionConstraintComponent
(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionConstraintComponent
(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) JsonParser.parseElementDefinitionElementDefinitionMappingComponent
(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionMappingComponent
(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) JsonParser.parseElementDefinitionElementDefinitionSlicingComponent
(com.google.gson.JsonObject json, ElementDefinition owner) XmlParser.parseElementDefinitionElementDefinitionSlicingComponent
(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) protected ElementDefinition.TypeRefComponent
JsonParser.parseElementDefinitionTypeRefComponent
(com.google.gson.JsonObject json, ElementDefinition owner) protected ElementDefinition.TypeRefComponent
XmlParser.parseElementDefinitionTypeRefComponent
(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) -
Uses of ElementDefinition in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ElementDefinitionModifier and TypeFieldDescriptionprotected List
<ElementDefinition> DataElement.element
Defines the structure, type, allowed values and other constraining characteristics of the data element.protected List
<ElementDefinition> StructureDefinition.StructureDefinitionDifferentialComponent.element
Captures constraints on each element within the resource.protected List
<ElementDefinition> StructureDefinition.StructureDefinitionSnapshotComponent.element
Captures constraints on each element within the resource.Methods in org.hl7.fhir.dstu2.model that return ElementDefinitionModifier and TypeMethodDescriptionElementDefinition.addCondition
(String value) ElementDefinition.addConstraint
(ElementDefinition.ElementDefinitionConstraintComponent t) DataElement.addElement()
StructureDefinition.StructureDefinitionDifferentialComponent.addElement()
StructureDefinition.StructureDefinitionSnapshotComponent.addElement()
ElementDefinition.addMapping
(ElementDefinition.ElementDefinitionMappingComponent t) ElementDefinition.addRepresentation
(ElementDefinition.PropertyRepresentation value) ElementDefinition.addType
(ElementDefinition.TypeRefComponent t) Base.castToElementDefinition
(Base b) ElementDefinition.copy()
ElementDefinition.setBase
(ElementDefinition.ElementDefinitionBaseComponent value) ElementDefinition.setBinding
(ElementDefinition.ElementDefinitionBindingComponent value) ElementDefinition.setComments
(String value) ElementDefinition.setCommentsElement
(MarkdownType value) ElementDefinition.setDefaultValue
(Type value) ElementDefinition.setDefinition
(String value) ElementDefinition.setDefinitionElement
(MarkdownType value) ElementDefinition.setExample
(Type value) ElementDefinition.setIsModifier
(boolean value) ElementDefinition.setIsModifierElement
(BooleanType value) ElementDefinition.setIsSummary
(boolean value) ElementDefinition.setIsSummaryElement
(BooleanType value) ElementDefinition.setLabelElement
(StringType value) ElementDefinition.setMaxElement
(StringType value) ElementDefinition.setMaxLength
(int value) ElementDefinition.setMaxLengthElement
(IntegerType value) ElementDefinition.setMaxValue
(Type value) ElementDefinition.setMeaningWhenMissing
(String value) ElementDefinition.setMeaningWhenMissingElement
(MarkdownType value) ElementDefinition.setMin
(int value) ElementDefinition.setMinElement
(IntegerType value) ElementDefinition.setMinValue
(Type value) ElementDefinition.setMustSupport
(boolean value) ElementDefinition.setMustSupportElement
(BooleanType value) ElementDefinition.setNameElement
(StringType value) ElementDefinition.setNameReference
(String value) ElementDefinition.setNameReferenceElement
(StringType value) ElementDefinition.setPathElement
(StringType value) ElementDefinition.setPattern
(Type value) ElementDefinition.setRepresentation
(List<Enumeration<ElementDefinition.PropertyRepresentation>> representation) ElementDefinition.setRequirements
(String value) ElementDefinition.setRequirementsElement
(MarkdownType value) ElementDefinition.setShortElement
(StringType value) ElementDefinition.setSlicing
(ElementDefinition.ElementDefinitionSlicingComponent value) protected ElementDefinition
ElementDefinition.typedCopy()
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ElementDefinitionModifier and TypeMethodDescriptionDataElement.getElement()
StructureDefinition.StructureDefinitionDifferentialComponent.getElement()
StructureDefinition.StructureDefinitionSnapshotComponent.getElement()
Methods in org.hl7.fhir.dstu2.model with parameters of type ElementDefinitionModifier and TypeMethodDescriptionDataElement.addElement
(ElementDefinition t) StructureDefinition.StructureDefinitionDifferentialComponent.addElement
(ElementDefinition t) StructureDefinition.StructureDefinitionSnapshotComponent.addElement
(ElementDefinition t) -
Uses of ElementDefinition in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return ElementDefinitionModifier and TypeMethodDescriptionDefinitionNavigator.current()
FHIRPathEngine.ElementDefinitionMatch.getDefinition()
ProfileUtilities.ExtensionContext.getElement()
ProfileUtilities.ExtensionContext.getExtensionValueDefinition()
ProfileUtilities.ElementDefinitionHolder.getSelf()
Methods in org.hl7.fhir.dstu2.utils that return types with arguments of type ElementDefinitionModifier and TypeMethodDescriptionstatic List
<ElementDefinition> ProfileUtilities.getChildList
(StructureDefinition profile, String path) Given a Structure, navigate to the element given by the path and return the direct children of that elementstatic List
<ElementDefinition> ProfileUtilities.getChildList
(StructureDefinition structure, ElementDefinition element) static List
<ElementDefinition> ProfileUtilities.getChildMap
(StructureDefinition profile, String name, String path, String nameReference) Given a Structure, navigate to the element given by the path and return the direct children of that elementstatic List
<ElementDefinition> ProfileUtilities.getChildMap
(StructureDefinition profile, ElementDefinition element) Methods in org.hl7.fhir.dstu2.utils with parameters of type ElementDefinitionModifier and TypeMethodDescriptionstatic Type
ToolingExtensions.getAllowedUnits
(ElementDefinition eld) static List
<ElementDefinition> ProfileUtilities.getChildList
(StructureDefinition structure, ElementDefinition element) static List
<ElementDefinition> ProfileUtilities.getChildMap
(StructureDefinition profile, ElementDefinition element) static void
ToolingExtensions.setAllowableUnits
(ElementDefinition eld, CodeableConcept cc) void
ProfileComparer.status
(ElementDefinition ed, int value) Constructors in org.hl7.fhir.dstu2.utils with parameters of type ElementDefinitionModifierConstructorDescriptionElementDefinitionMatch
(ElementDefinition definition, String fixedType) Constructor parameters in org.hl7.fhir.dstu2.utils with type arguments of type ElementDefinitionModifierConstructorDescriptionElementDefinitionComparer
(boolean inExtension, List<ElementDefinition> snapshot, String base, int prefixLength, String name)