Uses of Class
com.ibm.fhir.model.resource.ConceptMap.Group.Element.Target.DependsOn
-
Packages that use ConceptMap.Group.Element.Target.DependsOn Package Description com.ibm.fhir.model.resource -
-
Uses of ConceptMap.Group.Element.Target.DependsOn in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ConceptMap.Group.Element.Target.DependsOn Modifier and Type Method Description ConceptMap.Group.Element.Target.DependsOn
ConceptMap.Group.Element.Target.DependsOn.Builder. build()
Methods in com.ibm.fhir.model.resource that return types with arguments of type ConceptMap.Group.Element.Target.DependsOn Modifier and Type Method Description List<ConceptMap.Group.Element.Target.DependsOn>
ConceptMap.Group.Element.Target. getDependsOn()
A set of additional dependencies for this mapping to hold.List<ConceptMap.Group.Element.Target.DependsOn>
ConceptMap.Group.Element.Target. getProduct()
A set of additional outcomes from this mapping to other elements.Methods in com.ibm.fhir.model.resource with parameters of type ConceptMap.Group.Element.Target.DependsOn Modifier and Type Method Description ConceptMap.Group.Element.Target.Builder
ConceptMap.Group.Element.Target.Builder. dependsOn(ConceptMap.Group.Element.Target.DependsOn... dependsOn)
A set of additional dependencies for this mapping to hold.protected ConceptMap.Group.Element.Target.DependsOn.Builder
ConceptMap.Group.Element.Target.DependsOn.Builder. from(ConceptMap.Group.Element.Target.DependsOn dependsOn)
ConceptMap.Group.Element.Target.Builder
ConceptMap.Group.Element.Target.Builder. product(ConceptMap.Group.Element.Target.DependsOn... product)
A set of additional outcomes from this mapping to other elements.protected void
ConceptMap.Group.Element.Target.DependsOn.Builder. validate(ConceptMap.Group.Element.Target.DependsOn dependsOn)
Method parameters in com.ibm.fhir.model.resource with type arguments of type ConceptMap.Group.Element.Target.DependsOn Modifier and Type Method Description ConceptMap.Group.Element.Target.Builder
ConceptMap.Group.Element.Target.Builder. dependsOn(Collection<ConceptMap.Group.Element.Target.DependsOn> dependsOn)
A set of additional dependencies for this mapping to hold.ConceptMap.Group.Element.Target.Builder
ConceptMap.Group.Element.Target.Builder. product(Collection<ConceptMap.Group.Element.Target.DependsOn> product)
A set of additional outcomes from this mapping to other elements.
-