Uses of Class
org.hl7.fhir.r5.elementmodel.Property
Package
Description
-
Uses of Property in org.hl7.fhir.r5.conformance.profile
-
Uses of Property in org.hl7.fhir.r5.elementmodel
Modifier and TypeMethodDescriptionProperty.cloneToType
(StructureDefinition sd) Property.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
(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) void
Element.updateProperty
(Property property, Element.SpecialElement special, Property elementProperty) -
Uses of Property in org.hl7.fhir.r5.utils.structuremap
Modifier and TypeMethodDescriptionPropertyWithType.getBaseProperty()
PropertyWithType.getProfileProperty()
Modifier and TypeMethodDescriptionvoid
VariablesForProfiling.add
(VariableMode mode, String name, String path, Property baseProperty, Property profileProperty, TypeDetails types) void
VariablesForProfiling.add
(VariableMode mode, String name, String path, Property property, TypeDetails types) void
PropertyWithType.setBaseProperty
(Property baseProperty) void
PropertyWithType.setProfileProperty
(Property profileProperty) ModifierConstructorDescriptionPropertyWithType
(String path, Property baseProperty, Property profileProperty, TypeDetails types)