Uses of Class
org.hl7.fhir.r5.model.ConceptMap.OtherElementComponent
-
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ConceptMap.OtherElementComponent
JsonParser.parseConceptMapOtherElementComponent
(com.google.gson.JsonObject json) protected ConceptMap.OtherElementComponent
XmlParser.parseConceptMapOtherElementComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeConceptMapOtherElementComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.OtherElementComponent element, int index) protected void
XmlParser.composeConceptMapOtherElementComponent
(String name, ConceptMap.OtherElementComponent element) protected void
XmlParser.composeConceptMapOtherElementComponentElements
(ConceptMap.OtherElementComponent element) protected void
JsonParser.composeOtherElementComponent
(String name, ConceptMap.OtherElementComponent element) protected void
JsonParser.composeOtherElementComponentProperties
(ConceptMap.OtherElementComponent element) protected boolean
XmlParser.parseConceptMapOtherElementComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.OtherElementComponent res) protected void
JsonParser.parseConceptMapOtherElementComponentProperties
(com.google.gson.JsonObject json, ConceptMap.OtherElementComponent res) -
Uses of ConceptMap.OtherElementComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ConceptMap.OtherElementComponent> ConceptMap.TargetElementComponent.dependsOn
A set of additional dependencies for this mapping to hold.protected List
<ConceptMap.OtherElementComponent> ConceptMap.TargetElementComponent.product
Product is the output of a ConceptMap that provides additional values that go in other attributes / data elemnts of the target data.Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn()
ConceptMap.TargetElementComponent.addProduct()
ConceptMap.OtherElementComponent.copy()
ConceptMap.TargetElementComponent.getDependsOnFirstRep()
ConceptMap.TargetElementComponent.getProductFirstRep()
ConceptMap.OtherElementComponent.setAttribute
(String value) ConceptMap.OtherElementComponent.setAttributeElement
(CodeType value) ConceptMap.OtherElementComponent.setValueSet
(String value) ConceptMap.OtherElementComponent.setValueSetElement
(CanonicalType value) Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.getDependsOn()
ConceptMap.TargetElementComponent.getProduct()
Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.addDependsOn
(ConceptMap.OtherElementComponent t) ConceptMap.TargetElementComponent.addProduct
(ConceptMap.OtherElementComponent t) void
ConceptMap.OtherElementComponent.copyValues
(ConceptMap.OtherElementComponent dst) Modifier and TypeMethodDescriptionConceptMap.TargetElementComponent.setDependsOn
(List<ConceptMap.OtherElementComponent> theDependsOn) ConceptMap.TargetElementComponent.setProduct
(List<ConceptMap.OtherElementComponent> theProduct)