ConceptMap.ElementTarget |
ConceptMap.ElementTarget.addDependsOn(ConceptMap.ElementTargetDependsOn theValue) |
Adds a given new value for dependsOn ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.addProduct(ConceptMap.ElementTargetDependsOn theValue) |
Adds a given new value for product ()
|
ConceptMap.ElementTarget |
ConceptMap.Element.addTarget() |
Adds and returns a new value for target ()
|
ConceptMap.ElementTarget |
ConceptMap.Element.getTargetFirstRep() |
Gets the first repetition for target (),
creating it if it does not already exist.
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setCode(ca.uhn.fhir.model.primitive.CodeDt theValue) |
Sets the value(s) for code ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setCode(String theCode) |
Sets the value for code ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setCodeSystem(ca.uhn.fhir.model.primitive.UriDt theValue) |
Sets the value(s) for codeSystem ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setCodeSystem(String theUri) |
Sets the value for codeSystem ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setComments(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for comments ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setComments(String theString) |
Sets the value for comments ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setDependsOn(List<ConceptMap.ElementTargetDependsOn> theValue) |
Sets the value(s) for dependsOn ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setEquivalence(ConceptMapEquivalenceEnum theValue) |
Sets the value(s) for equivalence ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setEquivalence(ca.uhn.fhir.model.primitive.BoundCodeDt<ConceptMapEquivalenceEnum> theValue) |
Sets the value(s) for equivalence ()
|
ConceptMap.ElementTarget |
ConceptMap.ElementTarget.setProduct(List<ConceptMap.ElementTargetDependsOn> theValue) |
Sets the value(s) for product ()
|