Uses of Class
org.linuxforhealth.fhir.model.resource.ConceptMap.Group.Element.Target
-
Packages that use ConceptMap.Group.Element.Target Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ConceptMap.Group.Element.Target in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.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.
-