
Uses of Class
org.hl7.fhir.r4.elementmodel.Property
Packages that use Property
-
Uses of Property in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.elementmodel that return PropertyModifier and TypeMethodDescriptionDeprecated.Deprecated.Property.getChild(String name, TypeDetails type) Deprecated.Property.getChildSimpleName(String elementName, String name) Deprecated.Element.getElementProperty()Deprecated.Element.getProperty()Deprecated.Methods in org.hl7.fhir.r4.elementmodel that return types with arguments of type PropertyModifier and TypeMethodDescriptionProperty.getChildProperties(String elementName, String statedType) Deprecated.Property.getChildProperties(TypeDetails type) Deprecated.Methods in org.hl7.fhir.r4.elementmodel with parameters of type PropertyModifier and TypeMethodDescriptionDeprecated.static Element.SpecialElementElement.SpecialElement.fromProperty(Property property) voidJsonParser.parseChildItem(String path, com.google.gson.JsonObject object, Element context, Set<String> processed, Property property) Deprecated.ParserBase.ILinkResolver.resolveProperty(Property property) voidElement.updateProperty(Property property, Element.SpecialElement special, Property elementProperty) Deprecated.Constructors in org.hl7.fhir.r4.elementmodel with parameters of type Property -
Uses of Property in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return PropertyModifier and TypeMethodDescriptionStructureMapUtilities.PropertyWithType.getBaseProperty()StructureMapUtilities.PropertyWithType.getProfileProperty()Methods in org.hl7.fhir.r4.utils with parameters of type PropertyModifier and TypeMethodDescriptionvoidStructureMapUtilities.VariablesForProfiling.add(StructureMapUtilities.VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types) voidStructureMapUtilities.VariablesForProfiling.add(StructureMapUtilities.VariableMode mode, String name, String path, Property property, TypeDetails types) voidStructureMapUtilities.PropertyWithType.setBaseProperty(Property baseProperty) voidStructureMapUtilities.PropertyWithType.setProfileProperty(Property profileProperty) Constructors in org.hl7.fhir.r4.utils with parameters of type PropertyModifierConstructorDescriptionPropertyWithType(String path, Property baseProperty, Property profileProperty, TypeDetails types)