Uses of Class
org.linuxforhealth.fhir.model.resource.ConceptMap.Group.Element
-
Packages that use ConceptMap.Group.Element Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ConceptMap.Group.Element in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type ConceptMap.Group.Element Modifier and Type Method Description ConceptMap.Group.Builder
ConceptMap.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.
-