Uses of Class
org.hl7.fhir.r4b.model.ElementDefinition.ElementDefinitionMappingComponent
-
Packages that use ElementDefinition.ElementDefinitionMappingComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ElementDefinition.ElementDefinitionMappingComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ElementDefinition.ElementDefinitionMappingComponent Modifier and Type Method Description protected ElementDefinition.ElementDefinitionMappingComponentJsonParser. parseElementDefinitionMappingComponent(com.google.gson.JsonObject json)protected ElementDefinition.ElementDefinitionMappingComponentXmlParser. parseElementDefinitionMappingComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ElementDefinition.ElementDefinitionMappingComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.model with type arguments of type ElementDefinition.ElementDefinitionMappingComponent Modifier and Type Method Description ElementDefinitionElementDefinition. setMapping(List<ElementDefinition.ElementDefinitionMappingComponent> theMapping)
-