Uses of Class
com.ibm.fhir.model.type.ElementDefinition.Mapping
-
Packages that use ElementDefinition.Mapping Package Description com.ibm.fhir.model.type -
-
Uses of ElementDefinition.Mapping in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ElementDefinition.Mapping Modifier and Type Method Description ElementDefinition.MappingElementDefinition.Mapping.Builder. build()Build theElementDefinition.MappingMethods in com.ibm.fhir.model.type that return types with arguments of type ElementDefinition.Mapping Modifier and Type Method Description List<ElementDefinition.Mapping>ElementDefinition. getMapping()Identifies a concept from an external specification that roughly corresponds to this element.Methods in com.ibm.fhir.model.type with parameters of type ElementDefinition.Mapping Modifier and Type Method Description protected ElementDefinition.Mapping.BuilderElementDefinition.Mapping.Builder. from(ElementDefinition.Mapping mapping)ElementDefinition.BuilderElementDefinition.Builder. mapping(ElementDefinition.Mapping... mapping)Identifies a concept from an external specification that roughly corresponds to this element.Method parameters in com.ibm.fhir.model.type with type arguments of type ElementDefinition.Mapping Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. mapping(Collection<ElementDefinition.Mapping> mapping)Identifies a concept from an external specification that roughly corresponds to this element.
-