Uses of Class
com.ibm.fhir.model.type.ElementDefinition.Base
-
Packages that use ElementDefinition.Base Package Description com.ibm.fhir.model.type -
-
Uses of ElementDefinition.Base in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ElementDefinition.Base Modifier and Type Method Description ElementDefinition.BaseElementDefinition.Base.Builder. build()Build theElementDefinition.BaseElementDefinition.BaseElementDefinition. getBase()Information about the base definition of the element, provided to make it unnecessary for tools to trace the deviation of the element through the derived and related profiles.Methods in com.ibm.fhir.model.type with parameters of type ElementDefinition.Base Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. base(ElementDefinition.Base base)Information about the base definition of the element, provided to make it unnecessary for tools to trace the deviation of the element through the derived and related profiles.protected ElementDefinition.Base.BuilderElementDefinition.Base.Builder. from(ElementDefinition.Base base)
-