Uses of Class
org.hl7.fhir.r5.model.ConceptMap2.TargetElementComponent
Packages that use ConceptMap2.TargetElementComponent
-
Uses of ConceptMap2.TargetElementComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap2.TargetElementComponentModifier and TypeMethodDescriptionprotected ConceptMap2.TargetElementComponentJsonParser.parseConceptMap2TargetElementComponent(com.google.gson.JsonObject json) protected ConceptMap2.TargetElementComponentXmlParser.parseConceptMap2TargetElementComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap2.TargetElementComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeConceptMap2TargetElementComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap2.TargetElementComponent element, int index) protected voidXmlParser.composeConceptMap2TargetElementComponent(String name, ConceptMap2.TargetElementComponent element) protected voidXmlParser.composeConceptMap2TargetElementComponentElements(ConceptMap2.TargetElementComponent element) protected voidJsonParser.composeTargetElementComponent(String name, ConceptMap2.TargetElementComponent element) protected voidJsonParser.composeTargetElementComponentProperties(ConceptMap2.TargetElementComponent element) protected booleanXmlParser.parseConceptMap2TargetElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap2.TargetElementComponent res) protected voidJsonParser.parseConceptMap2TargetElementComponentProperties(com.google.gson.JsonObject json, ConceptMap2.TargetElementComponent res) -
Uses of ConceptMap2.TargetElementComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap2.TargetElementComponentModifier and TypeFieldDescriptionprotected List<ConceptMap2.TargetElementComponent>ConceptMap2.SourceElementComponent.targetA concept from the target value set that this concept maps to.Methods in org.hl7.fhir.r5.model that return ConceptMap2.TargetElementComponentModifier and TypeMethodDescriptionConceptMap2.TargetElementComponent.addDependsOn(ConceptMap2.OtherElementComponent t) ConceptMap2.TargetElementComponent.addProduct(ConceptMap2.OtherElementComponent t) ConceptMap2.SourceElementComponent.addTarget()ConceptMap2.TargetElementComponent.copy()ConceptMap2.SourceElementComponent.getTargetFirstRep()ConceptMap2.TargetElementComponent.setCodeElement(CodeType value) ConceptMap2.TargetElementComponent.setComment(String value) ConceptMap2.TargetElementComponent.setCommentElement(StringType value) ConceptMap2.TargetElementComponent.setDependsOn(List<ConceptMap2.OtherElementComponent> theDependsOn) ConceptMap2.TargetElementComponent.setDisplay(String value) ConceptMap2.TargetElementComponent.setDisplayElement(StringType value) ConceptMap2.TargetElementComponent.setProduct(List<ConceptMap2.OtherElementComponent> theProduct) ConceptMap2.TargetElementComponent.setRelationship(Enumerations.ConceptMapRelationship value) ConceptMap2.TargetElementComponent.setRelationshipElement(Enumeration<Enumerations.ConceptMapRelationship> value) ConceptMap2.TargetElementComponent.setValueSet(String value) ConceptMap2.TargetElementComponent.setValueSetElement(CanonicalType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap2.TargetElementComponentMethods in org.hl7.fhir.r5.model with parameters of type ConceptMap2.TargetElementComponentModifier and TypeMethodDescriptionConceptMap2.SourceElementComponent.addTarget(ConceptMap2.TargetElementComponent t) voidConceptMap2.TargetElementComponent.copyValues(ConceptMap2.TargetElementComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap2.TargetElementComponentModifier and TypeMethodDescriptionConceptMap2.SourceElementComponent.setTarget(List<ConceptMap2.TargetElementComponent> theTarget)