Uses of Class
com.ibm.fhir.model.resource.ConceptMap.Group.Element
-
Packages that use ConceptMap.Group.Element Package Description com.ibm.fhir.model.resource -
-
Uses of ConceptMap.Group.Element in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ConceptMap.Group.Element Modifier and Type Method Description ConceptMap.Group.ElementConceptMap.Group.Element.Builder. build()Build theConceptMap.Group.ElementMethods in com.ibm.fhir.model.resource that return types with arguments of type ConceptMap.Group.Element Modifier and Type Method Description java.util.List<ConceptMap.Group.Element>ConceptMap.Group. getElement()Mappings for an individual concept in the source to one or more concepts in the target.Methods in com.ibm.fhir.model.resource with parameters of type ConceptMap.Group.Element Modifier and Type Method Description ConceptMap.Group.BuilderConceptMap.Group.Builder. element(ConceptMap.Group.Element... element)Mappings for an individual concept in the source to one or more concepts in the target.protected ConceptMap.Group.Element.BuilderConceptMap.Group.Element.Builder. from(ConceptMap.Group.Element element)protected voidConceptMap.Group.Element.Builder. validate(ConceptMap.Group.Element element)Method parameters in com.ibm.fhir.model.resource with type arguments of type ConceptMap.Group.Element Modifier and Type Method Description ConceptMap.Group.BuilderConceptMap.Group.Builder. element(java.util.Collection<ConceptMap.Group.Element> element)Mappings for an individual concept in the source to one or more concepts in the target.
-