Uses of Class
com.ibm.fhir.model.resource.ConceptMap.Group.Element.Target
-
Packages that use ConceptMap.Group.Element.Target Package Description com.ibm.fhir.model.resource -
-
Uses of ConceptMap.Group.Element.Target in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ConceptMap.Group.Element.Target Modifier and Type Method Description ConceptMap.Group.Element.TargetConceptMap.Group.Element.Target.Builder. build()Build theConceptMap.Group.Element.TargetMethods in com.ibm.fhir.model.resource that return types with arguments of type ConceptMap.Group.Element.Target Modifier and Type Method Description List<ConceptMap.Group.Element.Target>ConceptMap.Group.Element. getTarget()A concept from the target value set that this concept maps to.Methods in com.ibm.fhir.model.resource with parameters of type ConceptMap.Group.Element.Target Modifier and Type Method Description protected ConceptMap.Group.Element.Target.BuilderConceptMap.Group.Element.Target.Builder. from(ConceptMap.Group.Element.Target target)ConceptMap.Group.Element.BuilderConceptMap.Group.Element.Builder. target(ConceptMap.Group.Element.Target... target)A concept from the target value set that this concept maps to.Method parameters in com.ibm.fhir.model.resource with type arguments of type ConceptMap.Group.Element.Target Modifier and Type Method Description ConceptMap.Group.Element.BuilderConceptMap.Group.Element.Builder. target(Collection<ConceptMap.Group.Element.Target> target)A concept from the target value set that this concept maps to.
-