| Package | Description |
|---|---|
| org.hl7.fhir.r4.elementmodel | |
| org.hl7.fhir.r4.utils |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.getChild(String name) |
Property |
Property.getChild(String elementName,
String childName) |
Property |
Property.getChild(String name,
TypeDetails type) |
Property |
Property.getChildSimpleName(String elementName,
String name) |
Property |
Element.getElementProperty() |
Property |
Element.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Property> |
Property.getChildProperties(String elementName,
String statedType) |
protected List<Property> |
Property.getChildProperties(TypeDetails type) |
| Modifier and Type | Method and Description |
|---|---|
Element |
ObjectConverter.convert(Property property,
Type type) |
static Element.SpecialElement |
Element.SpecialElement.fromProperty(Property property) |
void |
JsonParser.parseChildItem(String path,
com.google.gson.JsonObject object,
Element context,
Set<String> processed,
Property property) |
String |
ParserBase.ILinkResolver.resolveProperty(Property property) |
void |
Element.updateProperty(Property property,
Element.SpecialElement special,
Property elementProperty) |
| Constructor and Description |
|---|
Element(String name,
Property property) |
Element(String name,
Property property,
String type,
String value) |
ElementSortComparator(Element e,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
Property |
StructureMapUtilities.PropertyWithType.getBaseProperty() |
Property |
StructureMapUtilities.PropertyWithType.getProfileProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
| Constructor and Description |
|---|
PropertyWithType(String path,
Property baseProperty,
Property profileProperty,
TypeDetails types) |
Copyright © 2014–2021 Health Level 7. All rights reserved.