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