Uses of Class
org.hl7.fhir.r4.elementmodel.Property
-
Uses of Property in org.hl7.fhir.r4.elementmodel
Modifier and TypeMethodDescriptionProperty.getChild
(String name, TypeDetails type) Property.getChildSimpleName
(String elementName, String name) Element.getElementProperty()
Element.getProperty()
Modifier and TypeMethodDescriptionProperty.getChildProperties
(String elementName, String statedType) Property.getChildProperties
(TypeDetails type) Modifier and TypeMethodDescriptionstatic Element.SpecialElement
Element.SpecialElement.fromProperty
(Property property) void
JsonParser.parseChildItem
(String path, com.google.gson.JsonObject object, Element context, Set<String> processed, Property property) ParserBase.ILinkResolver.resolveProperty
(Property property) void
Element.updateProperty
(Property property, Element.SpecialElement special, Property elementProperty) -
Uses of Property in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionStructureMapUtilities.PropertyWithType.getBaseProperty()
StructureMapUtilities.PropertyWithType.getProfileProperty()
Modifier and TypeMethodDescriptionvoid
StructureMapUtilities.VariablesForProfiling.add
(StructureMapUtilities.VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types) void
StructureMapUtilities.VariablesForProfiling.add
(StructureMapUtilities.VariableMode mode, String name, String path, Property property, TypeDetails types) void
StructureMapUtilities.PropertyWithType.setBaseProperty
(Property baseProperty) void
StructureMapUtilities.PropertyWithType.setProfileProperty
(Property profileProperty) ModifierConstructorDescriptionPropertyWithType
(String path, Property baseProperty, Property profileProperty, TypeDetails types)