
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ConceptMap.ElementTarget
Packages that use ConceptMap.ElementTarget
-
Uses of ConceptMap.ElementTarget in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ConceptMap.ElementTargetModifier 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 ()ConceptMap.Element.addTarget()
Adds and returns a new value for target ()ConceptMap.Element.getTargetFirstRep()
Gets the first repetition for target (), creating it if it does not already exist.ConceptMap.ElementTarget.setCode
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()ConceptMap.ElementTarget.setCodeSystem
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for codeSystem ()ConceptMap.ElementTarget.setCodeSystem
(String theUri) Sets the value for codeSystem ()ConceptMap.ElementTarget.setComments
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for comments ()ConceptMap.ElementTarget.setComments
(String theString) Sets the value for comments ()ConceptMap.ElementTarget.setDependsOn
(List<ConceptMap.ElementTargetDependsOn> theValue) Sets the value(s) for dependsOn ()ConceptMap.ElementTarget.setEquivalence
(ConceptMapEquivalenceEnum theValue) Sets the value(s) for equivalence ()ConceptMap.ElementTarget.setEquivalence
(ca.uhn.fhir.model.primitive.BoundCodeDt<ConceptMapEquivalenceEnum> theValue) Sets the value(s) for equivalence ()ConceptMap.ElementTarget.setProduct
(List<ConceptMap.ElementTargetDependsOn> theValue) Sets the value(s) for product ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ConceptMap.ElementTargetModifier and TypeMethodDescriptionConceptMap.Element.getTarget()
Gets the value(s) for target ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ConceptMap.ElementTargetModifier and TypeMethodDescriptionConceptMap.Element.addTarget
(ConceptMap.ElementTarget theValue) Adds a given new value for target ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ConceptMap.ElementTargetModifier and TypeMethodDescriptionConceptMap.Element.setTarget
(List<ConceptMap.ElementTarget> theValue) Sets the value(s) for target ()