
Uses of Class
org.hl7.fhir.r5.model.ConceptMap.TargetElementComponent
Packages that use ConceptMap.TargetElementComponent
Package
Description
- 
Uses of ConceptMap.TargetElementComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionprotected ConceptMap.TargetElementComponentJsonParser.parseConceptMapTargetElementComponent(com.google.gson.JsonObject json) protected ConceptMap.TargetElementComponentXmlParser.parseConceptMapTargetElementComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeConceptMapTargetElementComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.TargetElementComponent element, int index) protected voidXmlParser.composeConceptMapTargetElementComponent(String name, ConceptMap.TargetElementComponent element) protected voidXmlParser.composeConceptMapTargetElementComponentElements(ConceptMap.TargetElementComponent element) protected voidJsonParser.composeTargetElementComponent(String name, ConceptMap.TargetElementComponent element) protected voidJsonParser.composeTargetElementComponentProperties(ConceptMap.TargetElementComponent element) protected booleanXmlParser.parseConceptMapTargetElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.TargetElementComponent res) protected voidJsonParser.parseConceptMapTargetElementComponentProperties(com.google.gson.JsonObject json, ConceptMap.TargetElementComponent res)  - 
Uses of ConceptMap.TargetElementComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn(ConceptMap.OtherElementComponent t) ConceptMap.TargetElementComponent.addProduct(ConceptMap.OtherElementComponent t) ConceptMap.TargetElementComponent.addProperty(ConceptMap.MappingPropertyComponent t) ConceptMap.SourceElementComponent.addTarget()ConceptMap.SourceElementComponent.addTarget(String code, Enumerations.ConceptMapRelationship relationship) ConceptMap.TargetElementComponent.copy()ConceptMap.SourceElementComponent.getTargetFirstRep()ConceptMap.TargetElementComponent.setCodeElement(CodeType value) ConceptMap.TargetElementComponent.setComment(String value) ConceptMap.TargetElementComponent.setCommentElement(StringType value) ConceptMap.TargetElementComponent.setDependsOn(List<ConceptMap.OtherElementComponent> theDependsOn) ConceptMap.TargetElementComponent.setDisplay(String value) ConceptMap.TargetElementComponent.setDisplayElement(StringType value) ConceptMap.TargetElementComponent.setProduct(List<ConceptMap.OtherElementComponent> theProduct) ConceptMap.TargetElementComponent.setProperty(List<ConceptMap.MappingPropertyComponent> theProperty) ConceptMap.TargetElementComponent.setRelationship(Enumerations.ConceptMapRelationship value) ConceptMap.TargetElementComponent.setRelationshipElement(Enumeration<Enumerations.ConceptMapRelationship> value) ConceptMap.TargetElementComponent.setValueSet(String value) ConceptMap.TargetElementComponent.setValueSetElement(CanonicalType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap.TargetElementComponentMethods in org.hl7.fhir.r5.model with parameters of type ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionConceptMap.SourceElementComponent.addTarget(ConceptMap.TargetElementComponent t) voidConceptMap.TargetElementComponent.copyValues(ConceptMap.TargetElementComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionConceptMap.SourceElementComponent.setTarget(List<ConceptMap.TargetElementComponent> theTarget)  - 
Uses of ConceptMap.TargetElementComponent in org.hl7.fhir.r5.renderers
Fields in org.hl7.fhir.r5.renderers declared as ConceptMap.TargetElementComponentModifier and TypeFieldDescriptionprotected ConceptMap.TargetElementComponentTerminologyRenderer.TargetElementComponentWrapper.compMethods in org.hl7.fhir.r5.renderers with parameters of type ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionprotected StringTerminologyRenderer.getCharForRelationship(ConceptMap.TargetElementComponent mapping) Constructors in org.hl7.fhir.r5.renderers with parameters of type ConceptMap.TargetElementComponentModifierConstructorDescriptionprotectedTargetElementComponentWrapper(ConceptMap.ConceptMapGroupComponent group, ConceptMap.TargetElementComponent comp)  - 
Uses of ConceptMap.TargetElementComponent in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return ConceptMap.TargetElementComponentMethods in org.hl7.fhir.r5.terminologies with parameters of type ConceptMap.TargetElementComponentModifier and TypeMethodDescriptionintConceptMapUtilities.ConceptMapTargetElementSorter.compare(ConceptMap.TargetElementComponent o1, ConceptMap.TargetElementComponent o2) intConceptMapUtilities.TargetSorter.compare(ConceptMap.TargetElementComponent o1, ConceptMap.TargetElementComponent o2) Constructors in org.hl7.fhir.r5.terminologies with parameters of type ConceptMap.TargetElementComponentModifierConstructorDescriptionMappingTriple(ConceptMap.ConceptMapGroupComponent grp, ConceptMap.SourceElementComponent src, ConceptMap.TargetElementComponent tgt)