Uses of Class
org.hl7.fhir.r4.model.ElementDefinition.TypeRefComponent
-
Packages that use ElementDefinition.TypeRefComponent Package Description org.hl7.fhir.r4.conformance org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of ElementDefinition.TypeRefComponent in org.hl7.fhir.r4.conformance
Methods in org.hl7.fhir.r4.conformance with parameters of type ElementDefinition.TypeRefComponent Modifier and Type Method Description voidProfileUtilities. genTargetLink(org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator gen, String profileBaseFileName, String corePath, org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell c, ElementDefinition.TypeRefComponent t, String u)Method parameters in org.hl7.fhir.r4.conformance with type arguments of type ElementDefinition.TypeRefComponent Modifier and Type Method Description static StringProfileUtilities. typeCode(List<ElementDefinition.TypeRefComponent> types) -
Uses of ElementDefinition.TypeRefComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ElementDefinition.TypeRefComponent Modifier and Type Method Description protected ElementDefinition.TypeRefComponentJsonParser. parseElementDefinitionTypeRefComponent(com.google.gson.JsonObject json, ElementDefinition owner)protected ElementDefinition.TypeRefComponentXmlParser. parseElementDefinitionTypeRefComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) -
Uses of ElementDefinition.TypeRefComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ElementDefinition.TypeRefComponent Modifier and Type Field Description protected List<ElementDefinition.TypeRefComponent>ElementDefinition. typeThe data type or resource that the value of this element is permitted to be.Methods in org.hl7.fhir.r4.model that return types with arguments of type ElementDefinition.TypeRefComponent Modifier and Type Method Description List<ElementDefinition.TypeRefComponent>ElementDefinition. getType()Methods in org.hl7.fhir.r4.model with parameters of type ElementDefinition.TypeRefComponent Modifier and Type Method Description ElementDefinitionElementDefinition. addType(ElementDefinition.TypeRefComponent t)voidElementDefinition.TypeRefComponent. copyValues(ElementDefinition.TypeRefComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinition.TypeRefComponent Modifier and Type Method Description ElementDefinitionElementDefinition. setType(List<ElementDefinition.TypeRefComponent> theType) -
Uses of ElementDefinition.TypeRefComponent in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type ElementDefinition.TypeRefComponent Modifier and Type Method Description List<DefinitionNavigator>DefinitionNavigator. childrenFromType(ElementDefinition.TypeRefComponent type)booleanDefinitionNavigator. hasTypeChildren(ElementDefinition.TypeRefComponent type)if you have a typed element, the tree might end at that point.
-