Uses of Class
ca.uhn.fhir.model.dstu2.resource.ConceptMap.Element
-
Uses of ConceptMap.Element in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionConceptMap.addElement
(ConceptMap.Element theValue) Adds a given new value for element ()Modifier and TypeMethodDescriptionConceptMap.setElement
(List<ConceptMap.Element> theValue) Sets the value(s) for element ()