
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ConceptMap.Element
Packages that use ConceptMap.Element
-
Uses of ConceptMap.Element in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ConceptMap.ElementModifier and TypeMethodDescriptionConceptMap.addElement()
Adds and returns a new value for element ()ConceptMap.Element.addTarget
(ConceptMap.ElementTarget theValue) Adds a given new value for target ()ConceptMap.getElementFirstRep()
Gets the first repetition for element (), creating it if it does not already exist.ConceptMap.Element.setCode
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()ConceptMap.Element.setCodeSystem
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for codeSystem ()ConceptMap.Element.setCodeSystem
(String theUri) Sets the value for codeSystem ()ConceptMap.Element.setTarget
(List<ConceptMap.ElementTarget> theValue) Sets the value(s) for target ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ConceptMap.ElementMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type ConceptMap.ElementModifier and TypeMethodDescriptionConceptMap.addElement
(ConceptMap.Element theValue) Adds a given new value for element ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ConceptMap.ElementModifier and TypeMethodDescriptionConceptMap.setElement
(List<ConceptMap.Element> theValue) Sets the value(s) for element ()