Uses of Class
org.hl7.fhir.r4.model.ElementDefinition.ElementDefinitionMappingComponent
-
Packages that use ElementDefinition.ElementDefinitionMappingComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ElementDefinition.ElementDefinitionMappingComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ElementDefinition.ElementDefinitionMappingComponent Modifier and Type Method Description protected ElementDefinition.ElementDefinitionMappingComponentJsonParser. parseElementDefinitionElementDefinitionMappingComponent(com.google.gson.JsonObject json, ElementDefinition owner)protected ElementDefinition.ElementDefinitionMappingComponentXmlParser. parseElementDefinitionElementDefinitionMappingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) -
Uses of ElementDefinition.ElementDefinitionMappingComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ElementDefinition.ElementDefinitionMappingComponent Modifier and Type Field Description protected List<ElementDefinition.ElementDefinitionMappingComponent>ElementDefinition. mappingIdentifies a concept from an external specification that roughly corresponds to this element.Methods in org.hl7.fhir.r4.model that return types with arguments of type ElementDefinition.ElementDefinitionMappingComponent Modifier and Type Method Description List<ElementDefinition.ElementDefinitionMappingComponent>ElementDefinition. getMapping()Methods in org.hl7.fhir.r4.model with parameters of type ElementDefinition.ElementDefinitionMappingComponent Modifier and Type Method Description ElementDefinitionElementDefinition. addMapping(ElementDefinition.ElementDefinitionMappingComponent t)voidElementDefinition.ElementDefinitionMappingComponent. copyValues(ElementDefinition.ElementDefinitionMappingComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ElementDefinition.ElementDefinitionMappingComponent Modifier and Type Method Description ElementDefinitionElementDefinition. setMapping(List<ElementDefinition.ElementDefinitionMappingComponent> theMapping)
-