
Uses of Class
org.hl7.fhir.r5.model.ConceptMap.SourceElementComponent
Packages that use ConceptMap.SourceElementComponent
Package
Description
-
Uses of ConceptMap.SourceElementComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap.SourceElementComponentModifier and TypeMethodDescriptionprotected ConceptMap.SourceElementComponent
JsonParser.parseConceptMapSourceElementComponent
(com.google.gson.JsonObject json) protected ConceptMap.SourceElementComponent
XmlParser.parseConceptMapSourceElementComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.SourceElementComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeConceptMapSourceElementComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.SourceElementComponent element, int index) protected void
XmlParser.composeConceptMapSourceElementComponent
(String name, ConceptMap.SourceElementComponent element) protected void
XmlParser.composeConceptMapSourceElementComponentElements
(ConceptMap.SourceElementComponent element) protected void
JsonParser.composeSourceElementComponent
(String name, ConceptMap.SourceElementComponent element) protected void
JsonParser.composeSourceElementComponentProperties
(ConceptMap.SourceElementComponent element) protected boolean
XmlParser.parseConceptMapSourceElementComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.SourceElementComponent res) protected void
JsonParser.parseConceptMapSourceElementComponentProperties
(com.google.gson.JsonObject json, ConceptMap.SourceElementComponent res) -
Uses of ConceptMap.SourceElementComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap.SourceElementComponentModifier and TypeFieldDescriptionprotected List
<ConceptMap.SourceElementComponent> ConceptMap.ConceptMapGroupComponent.element
Mappings for an individual concept in the source to one or more concepts in the target.Methods in org.hl7.fhir.r5.model that return ConceptMap.SourceElementComponentModifier and TypeMethodDescriptionConceptMap.ConceptMapGroupComponent.addElement()
ConceptMap.SourceElementComponent.addTarget
(ConceptMap.TargetElementComponent t) ConceptMap.SourceElementComponent.copy()
ConceptMap.ConceptMapGroupComponent.getElementFirstRep()
ConceptMap.ConceptMapGroupComponent.getOrAddElement
(String code) ConceptMap.SourceElementComponent.setCodeElement
(CodeType value) ConceptMap.SourceElementComponent.setDisplay
(String value) ConceptMap.SourceElementComponent.setDisplayElement
(StringType value) ConceptMap.SourceElementComponent.setNoMap
(boolean value) ConceptMap.SourceElementComponent.setNoMapElement
(BooleanType value) ConceptMap.SourceElementComponent.setTarget
(List<ConceptMap.TargetElementComponent> theTarget) ConceptMap.SourceElementComponent.setValueSet
(String value) ConceptMap.SourceElementComponent.setValueSetElement
(CanonicalType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap.SourceElementComponentMethods in org.hl7.fhir.r5.model with parameters of type ConceptMap.SourceElementComponentModifier and TypeMethodDescriptionConceptMap.ConceptMapGroupComponent.addElement
(ConceptMap.SourceElementComponent t) void
ConceptMap.SourceElementComponent.copyValues
(ConceptMap.SourceElementComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap.SourceElementComponentModifier and TypeMethodDescriptionConceptMap.ConceptMapGroupComponent.setElement
(List<ConceptMap.SourceElementComponent> theElement) Constructors in org.hl7.fhir.r5.model with parameters of type ConceptMap.SourceElementComponentModifierConstructorDescriptionConstructor -
Uses of ConceptMap.SourceElementComponent in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies with parameters of type ConceptMap.SourceElementComponentModifier and TypeMethodDescriptionint
ConceptMapUtilities.ConceptMapElementSorter.compare
(ConceptMap.SourceElementComponent o1, ConceptMap.SourceElementComponent o2) int
ConceptMapUtilities.ElementSorter.compare
(ConceptMap.SourceElementComponent o1, ConceptMap.SourceElementComponent o2) Constructors in org.hl7.fhir.r5.terminologies with parameters of type ConceptMap.SourceElementComponentModifierConstructorDescription -
Uses of ConceptMap.SourceElementComponent in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return ConceptMap.SourceElementComponentConstructors in org.hl7.fhir.r5.utils.structuremap with parameters of type ConceptMap.SourceElementComponentModifierConstructorDescriptionSourceElementComponentWrapper
(ConceptMap.ConceptMapGroupComponent group, ConceptMap.SourceElementComponent comp)