
Uses of Class
org.hl7.fhir.r5.elementmodel.Property
Packages that use Property
Package
Description
-
Uses of Property in org.hl7.fhir.r5.conformance.profile
Methods in org.hl7.fhir.r5.conformance.profile that return types with arguments of type Property -
Uses of Property in org.hl7.fhir.r5.elementmodel
Methods in org.hl7.fhir.r5.elementmodel that return PropertyModifier and TypeMethodDescriptionProperty.cloneToType(StructureDefinition sd) Property.getChild(String name, TypeDetails type) Property.getChildSimpleName(String elementName, String name) Element.getElementProperty()Element.getProperty()Methods in org.hl7.fhir.r5.elementmodel that return types with arguments of type PropertyModifier and TypeMethodDescriptionProperty.getChildProperties(String elementName, String statedType) Property.getChildProperties(TypeDetails type) Methods in org.hl7.fhir.r5.elementmodel with parameters of type PropertyModifier and TypeMethodDescriptionstatic Element.SpecialElementElement.SpecialElement.fromProperty(Property property) voidJsonParser.parseChildItem(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, String path, List<org.hl7.fhir.utilities.json.model.JsonProperty> children, Element context, Property property) ParserBase.ILinkResolver.resolveProperty(Property property) voidElement.updateProperty(Property property, Element.SpecialElement special, Property elementProperty) Constructors in org.hl7.fhir.r5.elementmodel with parameters of type Property -
Uses of Property in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return PropertyModifier and TypeMethodDescriptionPropertyWithType.getBaseProperty()PropertyWithType.getProfileProperty()Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type PropertyModifier and TypeMethodDescriptionvoidVariablesForProfiling.add(VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types) voidVariablesForProfiling.add(VariableMode mode, String name, String path, Property property, TypeDetails types) voidPropertyWithType.setBaseProperty(Property baseProperty) voidPropertyWithType.setProfileProperty(Property profileProperty) Constructors in org.hl7.fhir.r5.utils.structuremap with parameters of type PropertyModifierConstructorDescriptionPropertyWithType(String path, Property baseProperty, Property profileProperty, TypeDetails types)