Uses of Class
ca.uhn.fhir.model.dstu2.resource.ConceptMap.Element
-
Packages that use ConceptMap.Element Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ConceptMap.Element in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ConceptMap.Element Modifier and Type Method Description ConceptMap.ElementConceptMap. addElement()Adds and returns a new value for element ()ConceptMap.ElementConceptMap.Element. addTarget(ConceptMap.ElementTarget theValue)Adds a given new value for target ()ConceptMap.ElementConceptMap. getElementFirstRep()Gets the first repetition for element (), creating it if it does not already exist.ConceptMap.ElementConceptMap.Element. setCode(ca.uhn.fhir.model.primitive.CodeDt theValue)Sets the value(s) for code ()ConceptMap.ElementConceptMap.Element. setCode(String theCode)Sets the value for code ()ConceptMap.ElementConceptMap.Element. setCodeSystem(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for codeSystem ()ConceptMap.ElementConceptMap.Element. setCodeSystem(String theUri)Sets the value for codeSystem ()ConceptMap.ElementConceptMap.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.Element Modifier and Type Method Description List<ConceptMap.Element>ConceptMap. getElement()Gets the value(s) for element ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ConceptMap.Element Modifier and Type Method Description ConceptMapConceptMap. 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.Element Modifier and Type Method Description ConceptMapConceptMap. setElement(List<ConceptMap.Element> theValue)Sets the value(s) for element ()
-