Uses of Class
ca.uhn.fhir.model.dstu2.resource.ConceptMap.ElementTargetDependsOn
-
Uses of ConceptMap.ElementTargetDependsOn in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionConceptMap.ElementTarget.getDependsOn()
Gets the value(s) for dependsOn ().ConceptMap.ElementTarget.getProduct()
Gets the value(s) for product ().Modifier 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 ()Modifier 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 ()