Uses of Class
ca.uhn.fhir.model.dstu2.resource.ConceptMap.ElementTargetDependsOn
-
Packages that use ConceptMap.ElementTargetDependsOn Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ConceptMap.ElementTargetDependsOn in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ConceptMap.ElementTargetDependsOn Modifier and Type Method Description ConceptMap.ElementTargetDependsOnConceptMap.ElementTarget. addDependsOn()Adds and returns a new value for dependsOn ()ConceptMap.ElementTargetDependsOnConceptMap.ElementTarget. addProduct()Adds and returns a new value for product ()ConceptMap.ElementTargetDependsOnConceptMap.ElementTarget. getDependsOnFirstRep()Gets the first repetition for dependsOn (), creating it if it does not already exist.ConceptMap.ElementTargetDependsOnConceptMap.ElementTarget. getProductFirstRep()Gets the first repetition for product (), creating it if it does not already exist.ConceptMap.ElementTargetDependsOnConceptMap.ElementTargetDependsOn. setCode(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for code ()ConceptMap.ElementTargetDependsOnConceptMap.ElementTargetDependsOn. setCode(String theString)Sets the value for code ()ConceptMap.ElementTargetDependsOnConceptMap.ElementTargetDependsOn. setCodeSystem(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for codeSystem ()ConceptMap.ElementTargetDependsOnConceptMap.ElementTargetDependsOn. setCodeSystem(String theUri)Sets the value for codeSystem ()ConceptMap.ElementTargetDependsOnConceptMap.ElementTargetDependsOn. setElement(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for element ()ConceptMap.ElementTargetDependsOnConceptMap.ElementTargetDependsOn. setElement(String theUri)Sets the value for element ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ConceptMap.ElementTargetDependsOn Modifier and Type Method Description List<ConceptMap.ElementTargetDependsOn>ConceptMap.ElementTarget. getDependsOn()Gets the value(s) for dependsOn ().List<ConceptMap.ElementTargetDependsOn>ConceptMap.ElementTarget. getProduct()Gets the value(s) for product ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ConceptMap.ElementTargetDependsOn Modifier and Type Method Description ConceptMap.ElementTargetConceptMap.ElementTarget. addDependsOn(ConceptMap.ElementTargetDependsOn theValue)Adds a given new value for dependsOn ()ConceptMap.ElementTargetConceptMap.ElementTarget. addProduct(ConceptMap.ElementTargetDependsOn theValue)Adds a given new value for product ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ConceptMap.ElementTargetDependsOn Modifier and Type Method Description ConceptMap.ElementTargetConceptMap.ElementTarget. setDependsOn(List<ConceptMap.ElementTargetDependsOn> theValue)Sets the value(s) for dependsOn ()ConceptMap.ElementTargetConceptMap.ElementTarget. setProduct(List<ConceptMap.ElementTargetDependsOn> theValue)Sets the value(s) for product ()
-