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.Element
ConceptMap.Group.Element.Builder. build()
Build theConceptMap.Group.Element
Methods in com.ibm.fhir.model.resource that return types with arguments of type ConceptMap.Group.Element Modifier and Type Method Description 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.Builder
ConceptMap.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.Builder
ConceptMap.Group.Element.Builder. from(ConceptMap.Group.Element element)
protected void
ConceptMap.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.Builder
ConceptMap.Group.Builder. element(Collection<ConceptMap.Group.Element> element)
Mappings for an individual concept in the source to one or more concepts in the target.
-