Uses of Class
org.linuxforhealth.fhir.model.resource.ConceptMap.Group.Element.Target.DependsOn
-
Packages that use ConceptMap.Group.Element.Target.DependsOn Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ConceptMap.Group.Element.Target.DependsOn in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource that return types with arguments of type ConceptMap.Group.Element.Target.DependsOn Modifier and Type Method Description java.util.List<ConceptMap.Group.Element.Target.DependsOn>
ConceptMap.Group.Element.Target. getDependsOn()
A set of additional dependencies for this mapping to hold.java.util.List<ConceptMap.Group.Element.Target.DependsOn>
ConceptMap.Group.Element.Target. getProduct()
A set of additional outcomes from this mapping to other elements.Methods in org.linuxforhealth.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 org.linuxforhealth.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(java.util.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(java.util.Collection<ConceptMap.Group.Element.Target.DependsOn> product)
A set of additional outcomes from this mapping to other elements.
-