Uses of Class
org.hl7.fhir.dstu2.model.ElementDefinition
-
Packages that use ElementDefinition Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils -
-
Uses of ElementDefinition in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ElementDefinition Modifier and Type Method Description protected ElementDefinitionJsonParser. parseElementDefinition(com.google.gson.JsonObject json)protected ElementDefinitionXmlParser. parseElementDefinition(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ElementDefinition in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ElementDefinition Modifier and Type Field Description protected List<ElementDefinition>DataElement. elementDefines the structure, type, allowed values and other constraining characteristics of the data element.protected List<ElementDefinition>StructureDefinition.StructureDefinitionDifferentialComponent. elementCaptures constraints on each element within the resource.protected List<ElementDefinition>StructureDefinition.StructureDefinitionSnapshotComponent. elementCaptures constraints on each element within the resource.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ElementDefinition Modifier and Type Method Description List<ElementDefinition>DataElement. getElement()List<ElementDefinition>StructureDefinition.StructureDefinitionDifferentialComponent. getElement()List<ElementDefinition>StructureDefinition.StructureDefinitionSnapshotComponent. getElement()Methods in org.hl7.fhir.dstu2.model with parameters of type ElementDefinition Modifier and Type Method Description DataElementDataElement. addElement(ElementDefinition t)StructureDefinition.StructureDefinitionDifferentialComponentStructureDefinition.StructureDefinitionDifferentialComponent. addElement(ElementDefinition t)StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition.StructureDefinitionSnapshotComponent. addElement(ElementDefinition t) -
Uses of ElementDefinition in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return ElementDefinition Modifier and Type Method Description ElementDefinitionDefinitionNavigator. current()ElementDefinitionFHIRPathEngine.ElementDefinitionMatch. getDefinition()ElementDefinitionProfileUtilities.ExtensionContext. getElement()ElementDefinitionProfileUtilities.ExtensionContext. getExtensionValueDefinition()ElementDefinitionProfileUtilities.ElementDefinitionHolder. getSelf()Methods in org.hl7.fhir.dstu2.utils that return types with arguments of type ElementDefinition Modifier and Type Method Description static 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 ElementDefinition Modifier and Type Method Description static TypeToolingExtensions. getAllowedUnits(ElementDefinition eld)static List<ElementDefinition>ProfileUtilities. getChildList(StructureDefinition structure, ElementDefinition element)static List<ElementDefinition>ProfileUtilities. getChildMap(StructureDefinition profile, ElementDefinition element)static voidToolingExtensions. setAllowableUnits(ElementDefinition eld, CodeableConcept cc)voidProfileComparer. status(ElementDefinition ed, int value)Constructors in org.hl7.fhir.dstu2.utils with parameters of type ElementDefinition Constructor Description ElementDefinitionHolder(ElementDefinition self)ElementDefinitionMatch(ElementDefinition definition, String fixedType)ExtensionContext(StructureDefinition ext, ElementDefinition ed)Constructor parameters in org.hl7.fhir.dstu2.utils with type arguments of type ElementDefinition Constructor Description ElementDefinitionComparer(boolean inExtension, List<ElementDefinition> snapshot, String base, int prefixLength, String name)
-