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.Target
ConceptMap.Group.Element.Target.Builder. build()
Build theConceptMap.Group.Element.Target
Methods in com.ibm.fhir.model.resource that return types with arguments of type ConceptMap.Group.Element.Target Modifier and Type Method Description java.util.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.Builder
ConceptMap.Group.Element.Target.Builder. from(ConceptMap.Group.Element.Target target)
ConceptMap.Group.Element.Builder
ConceptMap.Group.Element.Builder. target(ConceptMap.Group.Element.Target... target)
A concept from the target value set that this concept maps to.protected void
ConceptMap.Group.Element.Target.Builder. validate(ConceptMap.Group.Element.Target target)
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.Builder
ConceptMap.Group.Element.Builder. target(java.util.Collection<ConceptMap.Group.Element.Target> target)
A concept from the target value set that this concept maps to.
-