
Uses of Class
org.hl7.fhir.dstu2.model.ConceptMap.TargetElementComponent
Packages that use ConceptMap.TargetElementComponent
-
Uses of ConceptMap.TargetElementComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionprotected ConceptMap.TargetElementComponentJsonParser.parseConceptMapTargetElementComponent(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.TargetElementComponentXmlParser.parseConceptMapTargetElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMapTargetElementComponent(String name, ConceptMap.TargetElementComponent element) protected voidXmlParser.composeConceptMapTargetElementComponent(String name, ConceptMap.TargetElementComponent element) protected voidJsonParser.composeConceptMapTargetElementComponentInner(ConceptMap.TargetElementComponent element) -
Uses of ConceptMap.TargetElementComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ConceptMap.TargetElementComponentModifier and TypeFieldDescriptionprotected List<ConceptMap.TargetElementComponent> ConceptMap.SourceElementComponent.targetA concept from the target value set that this concept maps to.Methods in org.hl7.fhir.dstu2.model that return ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn(ConceptMap.OtherElementComponent t) ConceptMap.TargetElementComponent.addProduct(ConceptMap.OtherElementComponent t) ConceptMap.SourceElementComponent.addTarget()ConceptMap.TargetElementComponent.copy()ConceptMap.TargetElementComponent.setCodeElement(CodeType value) ConceptMap.TargetElementComponent.setCodeSystem(String value) ConceptMap.TargetElementComponent.setCodeSystemElement(UriType value) ConceptMap.TargetElementComponent.setComments(String value) ConceptMap.TargetElementComponent.setCommentsElement(StringType value) ConceptMap.TargetElementComponent.setEquivalence(Enumerations.ConceptMapEquivalence value) ConceptMap.TargetElementComponent.setEquivalenceElement(Enumeration<Enumerations.ConceptMapEquivalence> value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ConceptMap.TargetElementComponentMethods in org.hl7.fhir.dstu2.model with parameters of type ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionConceptMap.SourceElementComponent.addTarget(ConceptMap.TargetElementComponent t)